<?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>Blog Scripting</title>
	<atom:link href="http://blogscripting.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogscripting.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 01 Jul 2010 19:15:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>ECommerce item search</title>
		<link>http://blogscripting.com/2010/07/ecommerce-item-search/</link>
		<comments>http://blogscripting.com/2010/07/ecommerce-item-search/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 19:15:42 +0000</pubDate>
		<dc:creator>Danny Carlton</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blogscripting.com/?p=171</guid>
		<description><![CDATA[Okay, it&#8217;s not blogging, but it took me forever to track down how to do this, so I figured I&#8217;d post it for others to use. The setting: An ecommerce site. The need: Searching for items in the inventory, but returning the same result whether the search terms are singular or plural, without messing up [...]]]></description>
		<wfw:commentRss>http://blogscripting.com/2010/07/ecommerce-item-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mashing the blog</title>
		<link>http://blogscripting.com/2010/03/mashing-the-blog/</link>
		<comments>http://blogscripting.com/2010/03/mashing-the-blog/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 12:36:01 +0000</pubDate>
		<dc:creator>Danny Carlton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogscripting.com/?p=168</guid>
		<description><![CDATA[The term &#8220;mash up&#8221; has emerged in recent year. It means using various data from differing sources. Sort of like showing a google map of the locations of those tweeting you. The map comes from google, the tweeets come from twitter and when you put them together it&#8217;s a mash up. So, in that light [...]]]></description>
		<wfw:commentRss>http://blogscripting.com/2010/03/mashing-the-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Full feed or excerpt</title>
		<link>http://blogscripting.com/2010/03/full-feed-or-excerpt/</link>
		<comments>http://blogscripting.com/2010/03/full-feed-or-excerpt/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 13:00:17 +0000</pubDate>
		<dc:creator>Danny Carlton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogscripting.com/?p=166</guid>
		<description><![CDATA[Both MT and WP offer a feed which can be set to a full feed or just an excerpt. Blogger who rely on ad revenues will generally choose just an excerpt, while bloggers who are more focused on getting their stuff read will offer a full feed. Then there are the other 99% of bloggers [...]]]></description>
		<wfw:commentRss>http://blogscripting.com/2010/03/full-feed-or-excerpt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimizing your readers&#8217; experience</title>
		<link>http://blogscripting.com/2010/03/optimizing-your-readers-experience/</link>
		<comments>http://blogscripting.com/2010/03/optimizing-your-readers-experience/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 14:00:37 +0000</pubDate>
		<dc:creator>Danny Carlton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogscripting.com/?p=164</guid>
		<description><![CDATA[Way too many times I click on a link to a blog post and must wait while tons of ads, flash embeds, graphics and who knows what else load, maxing out my CPU for an annoyingly long time. I still can&#8217;t understand why bloggers do this. I&#8217;ve addressed the problem of page size, but now [...]]]></description>
		<wfw:commentRss>http://blogscripting.com/2010/03/optimizing-your-readers-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding a function to all form fields of a specified type</title>
		<link>http://blogscripting.com/2010/03/adding-a-function-to-all-form-fields-of-a-specified-type/</link>
		<comments>http://blogscripting.com/2010/03/adding-a-function-to-all-form-fields-of-a-specified-type/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 13:09:14 +0000</pubDate>
		<dc:creator>Danny Carlton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogscripting.com/?p=160</guid>
		<description><![CDATA[I like the autogrow textarea I did back here. But with a mulit-user installation like http://BiographyJournal.com it would be tiring adding it to every comment field. Even a remote script would still nee to be pulled in and the exact form name used, or it might miss one. So I found a way to apply [...]]]></description>
		<wfw:commentRss>http://blogscripting.com/2010/03/adding-a-function-to-all-form-fields-of-a-specified-type/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Playing with FB Connect</title>
		<link>http://blogscripting.com/2010/03/playing-with-fb-connect/</link>
		<comments>http://blogscripting.com/2010/03/playing-with-fb-connect/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 13:23:01 +0000</pubDate>
		<dc:creator>Danny Carlton</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blogscripting.com/?p=153</guid>
		<description><![CDATA[I&#8217;ve installed the plugin Facebook Connect and it works great. One thing I wanted, though, was a smaller connect button to put on the sidebar. So here are the hacks I made. In the /wp-content/plugins/wp-facebookconnect directory edit fbconnect.php. Locate the function &#8220;fbc_display_login_button&#8221;. Copy the entire function and paste it beneath the original one, renaming it [...]]]></description>
		<wfw:commentRss>http://blogscripting.com/2010/03/playing-with-fb-connect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogs as Journals</title>
		<link>http://blogscripting.com/2010/03/blogs-as-journals/</link>
		<comments>http://blogscripting.com/2010/03/blogs-as-journals/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 12:34:03 +0000</pubDate>
		<dc:creator>Danny Carlton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogscripting.com/?p=150</guid>
		<description><![CDATA[I got the domain name http://BiographyJournal.comseveral years ago and set up a multi-use blog. I&#8217;d toyed with that setup using various scripts and settled on WPMU. I left it running a while and had a journal for a new dog we got so the previous owners could see how he was doing. But after about [...]]]></description>
		<wfw:commentRss>http://blogscripting.com/2010/03/blogs-as-journals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top Movable Type Plugins for Blogs, part 2</title>
		<link>http://blogscripting.com/2010/03/top-movable-type-plugins-for-blogs-part-2/</link>
		<comments>http://blogscripting.com/2010/03/top-movable-type-plugins-for-blogs-part-2/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 12:26:01 +0000</pubDate>
		<dc:creator>Danny Carlton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogscripting.com/?p=147</guid>
		<description><![CDATA[6. Template Shelf. Allows quick access to blog templates 7. Xomment. A snazzy Ajax commenting plugin. 8. HMPassphrase. Nice, simple spam prevention. 9. Access Count. Tally up the accessed count. Additionally, you can sort entries by their accessed count. 10. OnThisDay.  Display the info about the entries which were posted on this day in previous [...]]]></description>
		<wfw:commentRss>http://blogscripting.com/2010/03/top-movable-type-plugins-for-blogs-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top Movable Type Plugins for Blogs, part 1</title>
		<link>http://blogscripting.com/2010/03/top-movable-type-plugins-for-blogs-part-1/</link>
		<comments>http://blogscripting.com/2010/03/top-movable-type-plugins-for-blogs-part-1/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 15:18:25 +0000</pubDate>
		<dc:creator>Danny Carlton</dc:creator>
				<category><![CDATA[Movable Type]]></category>

		<guid isPermaLink="false">http://blogscripting.com/?p=143</guid>
		<description><![CDATA[1. Pagination. Paginates your home page like WordPress. 2. Simply Threaded. Allow threaded comments. 3. YUI Editor for Movable Type. Very useful, flexible and stabel rich text editor. 4. User Profiles. Allow registered members to create profiles. Inch your blog toward social networking. 5. MT Forum. Turn your comments into a full message board.]]></description>
		<wfw:commentRss>http://blogscripting.com/2010/03/top-movable-type-plugins-for-blogs-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top WordPress Plugins for Blogs, Part 2</title>
		<link>http://blogscripting.com/2010/03/top-wordpress-plugins-for-blogs-part-2/</link>
		<comments>http://blogscripting.com/2010/03/top-wordpress-plugins-for-blogs-part-2/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 12:25:49 +0000</pubDate>
		<dc:creator>Danny Carlton</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blogscripting.com/?p=129</guid>
		<description><![CDATA[To continue&#8230; 6. WP-CodeBox. This is one I wish I&#8217;d found earlier. It allows a nice display of code for blogs that offer programming tips (like this one). I added an updated a few entries to use the code, and it&#8217;s really nice. 7.  BuddyPress. This one is not for everyone, but it has a [...]]]></description>
		<wfw:commentRss>http://blogscripting.com/2010/03/top-wordpress-plugins-for-blogs-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
