Sign In

 RSS Viewer

Retrieving Data

 Links

  Sharepoint Training Site

 Sharepoint

Reformatting the site so I can give people more of a visual of things they can do to their sites.  I have uploaded more walkthroughs and how to's.

Have requests for things to add to this site?  Email me.

 Announcements

Sort by AttachmentsUse SHIFT+ENTER to open the menu (new window).
BodyFilter
There are no items to show in this view of the "Announcements" list.

 

 

 

Scrolling Marquee How To:

How to create a marquee

Make your text scroll horizontal across the page using this simple HTML, which loads fast. Here I use the <marquee> tag.

<font color="#000000"><marquee bgcolor="#FFFFFF" direction="left" loop="40" width="100%">How to create a marquee</marquee></font>

Add a new webpart to your site (Content Editor Webpart).  Instead of clicking "Rich Text Editor" click "Source Editor".  Copy and paste the text above into your source editor and edit it to your liking.

In the first <> are font color.  You have to use the HTML color code for the color you wish the text to be. Here is a list of HTML color codes.

Next is the text background color.  Right now it is FFFFFF which is white.

You can change the direction in which your text loops as well as the speed.

If you want to add your own message then simply change the text "how to create a marquee" to say what you want it say.  There are tons of customization options you can use, these are only a few.  Google is your best friend!

 Walkthroughs

Re-Adding Closed Webparts.pdfRe-Adding Closed WebpartsBrandon Perry
Creating Document Libraries.pdfCreating Document LibrariesBrandon Perry
Level 1 Handouts.docLevel 1 HandoutsBrandon Perry
SharePoint Web Site How To's.docSharePoint Web Site How To'sBrandon Perry

 

 

How to add a video to your site:

 

There are several different ways to add videos to your website.

 

Embedded Video:

If a website is already hosting a video you can simply use the embedded link provided.  For instance:  I went to teacher tube and did a search for War of 1812 and found this video.  In the bottom right hand corner of that link it provides me with an Embed URL:

<embed src="http://www.teachertube.com/embed/player.swf"  width="470"  height="275"  bgcolor="undefined"  allowscriptaccess="always"  allowfullscreen="true" flashvars="file=http://www.teachertube.com/embedFLV.php?
pg=video_19406&menu=false&frontcolor=ffffff&lightcolor=FF0000&logo=
http://www.teachertube.com/www3/images/greylogo.swf&skin=
http://www.teachertube.com/embed/overlay.swf&volume=80&controlbar=
over&displayclick=link&viral.link=http://www.teachertube.com/viewVideo.php?video_id=19406&stretching=exactfit&plugins=viral-2&viral.callout=none&viral.onpause=false" />

As you can see, you have several options when embedding.  None of which we have to edit.  As a matter of fact, lets just paste that exact url into a Content Editor Webpart using the Source Editor Option:

 

Jefcoed > Departments > Information Technology > Brandon's Sharepoint Site