19
HERO? OR VILLAIN? Marrell Sanders – Sr. SharePoint Administrator / Web Consultant CSS, JavaScript and Content Editor Web Part

Cewp css session share point saturday ozarks 2012

Embed Size (px)

DESCRIPTION

CSS, Javascript and CEWP S

Citation preview

Page 1: Cewp css session share point saturday ozarks 2012

HERO? OR VILLAIN?Marrell Sanders – Sr. SharePoint Administrator / Web Consultant

CSS, JavaScript andContent Editor Web Part

Page 2: Cewp css session share point saturday ozarks 2012

2 | SharePoint Saturday St. Louis 2012

Housekeeping Follow SharePoint Saturday

Ozarks on Twitter @SPSOzarks hashtag #SPSOzarks

Stop by and thank our sponsors for making this event possible!

Fill out and turn in evaluation forms to be eligible for the end-of-day raffle. You must be present to win.

Don’t miss “This Modern Station” tonight at Waxy O’Shea’s!

Page 3: Cewp css session share point saturday ozarks 2012

3 | SharePoint Saturday St. Louis 2012

Thanks to Our Sponsors!

Title Platinum

Page 4: Cewp css session share point saturday ozarks 2012

4 | SharePoint Saturday St. Louis 2012

Thanks to Our Sponsors!

Gold Silver Raffle

Page 5: Cewp css session share point saturday ozarks 2012

5 | SharePoint Saturday St. Louis 2012

HERO? OR VILLAIN? What this session all about?

Some simple tips and tricks on using CSS and JavaScript directly in a Content Editor Web Part

Will also cover why these simple tricks can make you a SharePoint Hero, or SharePoint Villain.

Page 6: Cewp css session share point saturday ozarks 2012

6 | SharePoint Saturday St. Louis 2012

Who am I? Marrell Sanders

Sr. SharePoint Administrator – IT Pro Applications Instructor Web Designer

Contact Email: [email protected] Blog: www.techrevmarrell.com Twitter: twitter.com/techrevmarrell

Page 7: Cewp css session share point saturday ozarks 2012

7 | SharePoint Saturday St. Louis 2012

Oh there’s more. How to be SharePoint Hero, or

SharePoint Villian according to your SharePoint Admins.

Hi, I’m a server Admin

Page 8: Cewp css session share point saturday ozarks 2012

8 | SharePoint Saturday St. Louis 2012

SharePoint - Out of the Box (OOB)

80%

20%

Page 9: Cewp css session share point saturday ozarks 2012

9 | SharePoint Saturday St. Louis 2012

How do we “Pretty-Fy” OOB SP?

CEWP

CSS/JavaScript

Page 10: Cewp css session share point saturday ozarks 2012

10 | SharePoint Saturday St. Louis 2012

What can we do with CSS? Text styling

Sizing Bold, Underline, Italics Change colors

Page 11: Cewp css session share point saturday ozarks 2012

11 | SharePoint Saturday St. Louis 2012

How does it work? Inline CSS

Last to load gets displayed

How do we get it to load? Content Editor Web Part

add formatted text, tables, hyperlinks, and images to a Web Part Page.

Oh, and code…

Page 12: Cewp css session share point saturday ozarks 2012

12 | SharePoint Saturday St. Louis 2012

Demo: Add CEWP to a page

Page 13: Cewp css session share point saturday ozarks 2012

13 | SharePoint Saturday St. Louis 2012

What about jQuery? jQuery is a multi-browser JavaScript

library designed to simplify the client-side scripting of HTML

<script type="text/javascript“ src="jquery.js"></script>

$(function() { // script goes here });

Page 14: Cewp css session share point saturday ozarks 2012

14 | SharePoint Saturday St. Louis 2012

What can we do with jQuery? Input Styling Image Sliders Tabbed Content Expand and Collapse Buttons Much more

Page 15: Cewp css session share point saturday ozarks 2012

15 | SharePoint Saturday St. Louis 2012

Demo: Add jQuery to a page

Page 16: Cewp css session share point saturday ozarks 2012

16 | SharePoint Saturday St. Louis 2012

Why the Villain?• Bad coding practices• Elevating permissions by passing plain text credentials• No documentation• Not seeing the bigger picture

Page 17: Cewp css session share point saturday ozarks 2012

17 | SharePoint Saturday St. Louis 2012

How should one use jQuery? Very Carefully

Learn about it. It is a programming language.

Often times is may not be the correct tool.

Develop in Dev.

Page 19: Cewp css session share point saturday ozarks 2012

19 | SharePoint Saturday St. Louis 2012

Questions?