<?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; wordpress</title>
	<atom:link href="http://blog.estherswhite.net/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.estherswhite.net</link>
	<description>Esther, geekin' out</description>
	<lastBuildDate>Tue, 31 May 2011 12:08:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Customizing TinyMCE without Advanced TinyMCE</title>
		<link>http://blog.estherswhite.net/2009/11/customizing-tinymce/</link>
		<comments>http://blog.estherswhite.net/2009/11/customizing-tinymce/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 01:40:19 +0000</pubDate>
		<dc:creator>Esther</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[iframes]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tinymce]]></category>
		<category><![CDATA[wordpress admin]]></category>

		<guid isPermaLink="false">http://blog.estherswhite.net/?p=394</guid>
		<description><![CDATA[Advanced TinyMCE is a useful plugin; it lets you add all of the buttons that WordPress &#8220;hides.&#8221; When you need to add &#8216;Word-like&#8217; WYSIWIG editing to a WordPress site, it&#8217;s probably your best choice. But most of the time, giving your users a &#8216;Word-like&#8217; interface is a bad idea. (Admit it!) After spending some time [...]]]></description>
		<wfw:commentRss>http://blog.estherswhite.net/2009/11/customizing-tinymce/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<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>20</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>
		<item>
		<title>WordPress as a CMS</title>
		<link>http://blog.estherswhite.net/2009/02/wordpress-as-a-cms/</link>
		<comments>http://blog.estherswhite.net/2009/02/wordpress-as-a-cms/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 16:00:10 +0000</pubDate>
		<dc:creator>Esther</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[wordpress theme]]></category>

		<guid isPermaLink="false">http://www.estherswhite.net/blog/?p=44</guid>
		<description><![CDATA[I&#8217;ve come across a number of useful &#8220;WordPress as a CMS&#8221; type posts, but only a few that detail building an actual WordPress site. I&#8217;m going to go over how I setup a basic CMS using WordPress in a recent project for the startup lecture management firm, Verbatim Lecture Management. Verbatim needed a site that [...]]]></description>
		<wfw:commentRss>http://blog.estherswhite.net/2009/02/wordpress-as-a-cms/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Sub-sites in WordPress</title>
		<link>http://blog.estherswhite.net/2008/09/sub-sites-in-wordpress/</link>
		<comments>http://blog.estherswhite.net/2008/09/sub-sites-in-wordpress/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 14:41:40 +0000</pubDate>
		<dc:creator>Esther</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[wordpress theme]]></category>

		<guid isPermaLink="false">http://www.estherswhite.net/blog/?p=15</guid>
		<description><![CDATA[Last year, I wrote a number of posts to TechNotes (the Smith College technology blog for students) about copyright infringement and the Acceptable Use Policy, but the posts were scattered chronologically, and other than searching by tag, there was no good way to gather all the information/announcements together in one place. With the new semester [...]]]></description>
		<wfw:commentRss>http://blog.estherswhite.net/2008/09/sub-sites-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

