<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PeteStilgoe.com &#187; Javascript</title>
	<atom:link href="http://www.petestilgoe.com/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.petestilgoe.com</link>
	<description>&#34;Be fearful when others are greedy, be greedy when others are fearful.”</description>
	<lastBuildDate>Mon, 30 Jan 2012 14:28:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Sharepoint Javascript Error: &#8216;style.display&#8217; is not null or not an object</title>
		<link>http://www.petestilgoe.com/2010/04/sharepoint-javascript-error-style-display-is-not-null-or-not-an-object/</link>
		<comments>http://www.petestilgoe.com/2010/04/sharepoint-javascript-error-style-display-is-not-null-or-not-an-object/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 07:22:02 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Sharepoint Errors]]></category>
		<category><![CDATA[Sharepoint Webparts]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=564</guid>
		<description><![CDATA[

If you are receiving the following error when trying to access the &#8216;edit&#8217; menu of a webpart on a page:
&#8216;style.display&#8217; is not null or not an object
It is likely that you have some random/extra code in another webpart on the page, this typically happens if you cut &#038; paste text from another location onto the [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2010/04/sharepoint-javascript-error-style-display-is-not-null-or-not-an-object/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>One of the better ways of implementing Jquery in your Sharepoint environment</title>
		<link>http://www.petestilgoe.com/2009/11/one-of-the-better-ways-of-implementing-jquery-in-your-sharepoint-environment/</link>
		<comments>http://www.petestilgoe.com/2009/11/one-of-the-better-ways-of-implementing-jquery-in-your-sharepoint-environment/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 10:53:10 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint Customisation]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=476</guid>
		<description><![CDATA[

1. Open up SharePoint Portal and click on Site Actions -> Site Settings -> All Site Settings option
2. Under “Site Administration“group option, Click on “Content and Structure” link
3. From top menu Click “New” List option to create a list of type “Document Library”.
4. Let’s Configure document library further&#8230;. Let’s name it as &#8220;JavaLib&#8221;
[ Note: The [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2009/11/one-of-the-better-ways-of-implementing-jquery-in-your-sharepoint-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Formatting Text / Questions in Sharepoint Surveys</title>
		<link>http://www.petestilgoe.com/2009/09/formatting-text-questions-in-sharepoint-surveys/</link>
		<comments>http://www.petestilgoe.com/2009/09/formatting-text-questions-in-sharepoint-surveys/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 13:13:27 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Content Editor Webpart]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint Surveys]]></category>
		<category><![CDATA[Sharepoint Webparts]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=409</guid>
		<description><![CDATA[

If you have ever tried to format text and / or insert line breaks into your questions in sharepoint surveys, you&#8217;ll know its not an easy task.  However by adding some simple javascript you can format the text in your questions as you want.
Basically at the bottom of your survey page add a Content [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2009/09/formatting-text-questions-in-sharepoint-surveys/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>The Content editor web part and Javascript</title>
		<link>http://www.petestilgoe.com/2009/07/the-content-editor-webpart-and-javascript/</link>
		<comments>http://www.petestilgoe.com/2009/07/the-content-editor-webpart-and-javascript/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 10:56:35 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint Webparts]]></category>
		<category><![CDATA[Content Editor Webpart]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=352</guid>
		<description><![CDATA[

If you didnt know the content editor web part (CEWP) is a great way for adding code ie. JavaScript to your Sharepoint pages without having to edit / change the actual code.  You need to add the CEWP to the bottom of your Sharepoint page &#038; add the piece of script. Hey presto, desired [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2009/07/the-content-editor-webpart-and-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Turbo charge your sharepoint lists by using calculated columns to write HTML</title>
		<link>http://www.petestilgoe.com/2009/03/turb-charge-your-sharepoint-lists-by-using-calculated-columns-to-write-html/</link>
		<comments>http://www.petestilgoe.com/2009/03/turb-charge-your-sharepoint-lists-by-using-calculated-columns-to-write-html/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 09:20:22 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint Lists]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=330</guid>
		<description><![CDATA[

By inluding html in your calculated column formulas you can turbo charge your lists in Sharepoint, see:
Using HTML in calculated columns
Adding traffic light system to Sharepoint lists

]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2009/03/turb-charge-your-sharepoint-lists-by-using-calculated-columns-to-write-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharepoint and JQuery</title>
		<link>http://www.petestilgoe.com/2009/03/sharepoint-and-jquery/</link>
		<comments>http://www.petestilgoe.com/2009/03/sharepoint-and-jquery/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 11:26:05 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint Lists]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=329</guid>
		<description><![CDATA[

If youre not already using JQuery in your Sharepoint environment Im sure you will be in someway in the future, to get you started heres some useful links:
JQuery at EndUserSharepoint
50 JQuery examples
37 more JQuery examples

]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2009/03/sharepoint-and-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

