<?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>Nate Desmond&#039;s Online Portfolio &#38; Resume &#187; Javascript</title>
	<atom:link href="http://www.natedesmond.com/skills/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.natedesmond.com</link>
	<description></description>
	<lastBuildDate>Mon, 26 Apr 2010 23:26:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>&#8220;References&#8221; Widget Designed</title>
		<link>http://www.natedesmond.com/references-widget-designed/</link>
		<comments>http://www.natedesmond.com/references-widget-designed/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 14:23:00 +0000</pubDate>
		<dc:creator>Nate</dc:creator>
				<category><![CDATA[Recent Projects]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.natedesmond.com/?p=119</guid>
		<description><![CDATA[
On the right side of this website, I have a little section that says &#8220;References&#8221;.  Every time a page loads a reference is randomly chosen and displayed, along with a link to that quote on my References page.
Wordpress Problems
When I first thought of putting rotating quotes there, I planned to use a Wordpress plugin.  However, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-124" title="References Widget" src="http://www.natedesmond.com/wp-content/uploads/2009/06/References-300x187.jpg" alt="References Widget" width="300" height="187" /><br />
<span class="drop-cap">O</span>n the right side of this website, I have a little section that says &#8220;References&#8221;.  Every time a page loads a reference is randomly chosen and displayed, along with a link to that quote on my References page.</p>
<h3>Wordpress Problems</h3>
<p>When I first thought of putting rotating quotes there, I planned to use a Wordpress plugin.  However, because Wordpress just updated to version 2.8 recently, none of the quote plugins work.  Therefore, I started looking for some way to code it myself.</p>
<h3>Online Searching</h3>
<p>After a quick online search, I found <a href="http://javascriptkit.com/script/script2/motivatequotes.shtml">a page</a> that provided javascript code to design a quote rotator.  After creating a .js file on my web server, I copied and pasted the important code, added my recommendations, created HTML anchor links to the quotes on my references page, and saved the file.</p>
<h3>Create Widget</h3>
<p>The hard part completed, I made a text widget, inserted a code snippet linking to my main file, and saved changes.  Because some browsers do not have javascript enabled, I added a short HTML paragraph to display in browsers with javascript disabled.</p>
<h3>Completed</h3>
<p>Now the &#8220;References&#8221; widget randomly displays one recommendation each time a page loads.  Whenever I want to add another reference, I can simply edit the .js file on my web server, and the changes will be made instantly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.natedesmond.com/references-widget-designed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
