<?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>Outta Bounds &#187; javascript</title>
	<atom:link href="http://blog.estherswhite.net/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.estherswhite.net</link>
	<description>Esther, geekin' out</description>
	<lastBuildDate>Mon, 22 Mar 2010 18:54:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>How To: Allow Syntax Highlighting in WordPress Comments</title>
		<link>http://blog.estherswhite.net/2009/10/how-to-allow-syntax-highlighting-in-wordpress-comments/</link>
		<comments>http://blog.estherswhite.net/2009/10/how-to-allow-syntax-highlighting-in-wordpress-comments/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 02:04:03 +0000</pubDate>
		<dc:creator>Esther</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://blog.estherswhite.net/?p=324</guid>
		<description><![CDATA[I suppose this could be a plugin, but it seems too simple for all that… With SyntaxHighlighter Evolved installed, add the following PHP snippet to your functions.php file to allow syntax highlighting in your WordPress comments: function highlight_comment_text() { if ( (array_key_exists('SyntaxHighlighter', $GLOBALS) ) { $highlighter = new SyntaxHighlighter(); return $highlighter-&#62;parse_shortcodes(get_comment_text() ); } else { [...]]]></description>
		<wfw:commentRss>http://blog.estherswhite.net/2009/10/how-to-allow-syntax-highlighting-in-wordpress-comments/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>One BIG WordPress Site: A Case Study</title>
		<link>http://blog.estherswhite.net/2009/07/one-big-wordpress-site-a-case-study/</link>
		<comments>http://blog.estherswhite.net/2009/07/one-big-wordpress-site-a-case-study/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 19:36:19 +0000</pubDate>
		<dc:creator>Esther</dc:creator>
				<category><![CDATA[WPMU]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[google apps]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[wordpress theme]]></category>

		<guid isPermaLink="false">http://blog.estherswhite.net/?p=103</guid>
		<description><![CDATA[I recently finished a big project, a few months in the making, that tests the limits of "WordPress as a CMS." At some points in development, I wondered if it was a crazy idea to do this all in WordPress -- but the easy UI (for my client) and quick development (for me) made it [...]]]></description>
		<wfw:commentRss>http://blog.estherswhite.net/2009/07/one-big-wordpress-site-a-case-study/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Example of a &#8220;Simple&#8221; Dreamweaver Extension or &#8216;One more reason to hate Dreamweaver&#8217;</title>
		<link>http://blog.estherswhite.net/2009/05/example-of-a-simple-dreamweaver-extension/</link>
		<comments>http://blog.estherswhite.net/2009/05/example-of-a-simple-dreamweaver-extension/#comments</comments>
		<pubDate>Thu, 14 May 2009 20:44:51 +0000</pubDate>
		<dc:creator>Esther</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.estherswhite.net/blog/?p=90</guid>
		<description><![CDATA[I normally stay away from Dreamweaver, mostly because of a personal dislike, but also beacause if a client wants to use Dreamweaver (because they want to be able to edit their own site), it&#8217;s likely they&#8217;ll get in over their head and then &#8220;Design View&#8221; will gunk up the code. I prefer using a CMS [...]]]></description>
		<wfw:commentRss>http://blog.estherswhite.net/2009/05/example-of-a-simple-dreamweaver-extension/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Introducing: WordCycle</title>
		<link>http://blog.estherswhite.net/2009/05/introducing-wordcycle/</link>
		<comments>http://blog.estherswhite.net/2009/05/introducing-wordcycle/#comments</comments>
		<pubDate>Tue, 12 May 2009 14:20:55 +0000</pubDate>
		<dc:creator>Esther</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.estherswhite.net/blog/?p=77</guid>
		<description><![CDATA[Edit: For more information on WordCycle, examples, and support, please see the WordCycle page. I mostly develop two kinds of websites: WordPress sites and not-WordPress sites. In these not-WP sites, I find that I use Alsup&#8217;s jQuery Cycle Plugin on a regular basis. For a new project, my client has a slideshow on their homepage [...]]]></description>
		<wfw:commentRss>http://blog.estherswhite.net/2009/05/introducing-wordcycle/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>WP+jMonthCalendar=Fancy</title>
		<link>http://blog.estherswhite.net/2009/03/wpjmonthcalendarfancy/</link>
		<comments>http://blog.estherswhite.net/2009/03/wpjmonthcalendarfancy/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 18:43:45 +0000</pubDate>
		<dc:creator>Esther</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress theme]]></category>

		<guid isPermaLink="false">http://www.estherswhite.net/blog/?p=65</guid>
		<description><![CDATA[I'm developing a website in WordPress for a "tourist destination" that has a few types of content -- webpages, blog posts, events, and business listings. After learning a few things about using WordPress as CMS, I decided at the beginning that everything (except for webpages) would need to be some kind of Post. Using Freshout's [...]]]></description>
		<wfw:commentRss>http://blog.estherswhite.net/2009/03/wpjmonthcalendarfancy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
