<?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"
	>

<channel>
	<title>Hiddenfield - Bible Reader Free for Mac OS X</title>
	<atom:link href="http://www.hiddenfield.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hiddenfield.com</link>
	<description>Web developer's blog and home of Bible Reader Free</description>
	<pubDate>Mon, 01 Jun 2009 16:02:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Replacing OL LI numbers with graphic symbols in jQuery</title>
		<link>http://www.hiddenfield.com/?p=27</link>
		<comments>http://www.hiddenfield.com/?p=27#comments</comments>
		<pubDate>Thu, 27 Nov 2008 18:13:48 +0000</pubDate>
		<dc:creator>Paul Harvey</dc:creator>
		
		<category><![CDATA[jQUery]]></category>

		<guid isPermaLink="false">http://www.hiddenfield.com/?p=27</guid>
		<description><![CDATA[I wanted a way to replace the numbered bullets in an ordered list with graphical equivalents. Here&#8217;s a succinct solution:



$&#40;&#8216;ol li&#8217;&#41;.each&#40;function&#40;i&#41;&#123;


&#160; $&#40;this&#41;.css&#40;


&#160; &#160; &#123; &#34;padding-left&#34;:&#34;40px&#34;,


&#160; &#160; &#160; &#34;list-style&#34;:&#34;none&#34;,


&#160; &#160; &#160; &#34;background&#34;:&#34;url(/images/&#34;+&#40;i+1&#41;+&#34;.png) no-repeat&#34;&#125;


&#160; &#160; &#41;;


&#125;&#41;;



From this:

To this:

Easy!
]]></description>
		<wfw:commentRss>http://www.hiddenfield.com/?feed=rss2&amp;p=27</wfw:commentRss>
		</item>
		<item>
		<title>Second Alpha now available</title>
		<link>http://www.hiddenfield.com/?p=26</link>
		<comments>http://www.hiddenfield.com/?p=26#comments</comments>
		<pubDate>Sun, 26 Oct 2008 20:41:04 +0000</pubDate>
		<dc:creator>Paul Harvey</dc:creator>
		
		<category><![CDATA[Bible Reader]]></category>

		<guid isPermaLink="false">http://www.hiddenfield.com/?p=26</guid>
		<description><![CDATA[The second alpha version of Bible Reader - version 0.12a - is now available for download and testing. Quite a few small bugs have been squashed and a number of small changes have been made to make the application more useable on a daily basis.
Find out more here
]]></description>
		<wfw:commentRss>http://www.hiddenfield.com/?feed=rss2&amp;p=26</wfw:commentRss>
		</item>
		<item>
		<title>Second Alpha due shortly</title>
		<link>http://www.hiddenfield.com/?p=25</link>
		<comments>http://www.hiddenfield.com/?p=25#comments</comments>
		<pubDate>Tue, 21 Oct 2008 09:42:26 +0000</pubDate>
		<dc:creator>Paul Harvey</dc:creator>
		
		<category><![CDATA[Bible Reader]]></category>

		<guid isPermaLink="false">http://www.hiddenfield.com/?p=25</guid>
		<description><![CDATA[Having got the first &#8216;release&#8217; out the door, I turned my attention to tidying it up and adding a few more features, to improve the overall browsing experience. I about ready to put the second Alpha out, which will hopefully by much more useable. Watch this space!
]]></description>
		<wfw:commentRss>http://www.hiddenfield.com/?feed=rss2&amp;p=25</wfw:commentRss>
		</item>
		<item>
		<title>First Alpha Released!</title>
		<link>http://www.hiddenfield.com/?p=24</link>
		<comments>http://www.hiddenfield.com/?p=24#comments</comments>
		<pubDate>Thu, 25 Sep 2008 12:15:26 +0000</pubDate>
		<dc:creator>Paul Harvey</dc:creator>
		
		<category><![CDATA[Bible Reader]]></category>

		<category><![CDATA[Developer]]></category>

		<guid isPermaLink="false">http://www.hiddenfield.com/?p=24</guid>
		<description><![CDATA[The very first alpha version of the new Bible Reader software is now available for testing! Remember it&#8217;s not complete, so don&#8217;t expect everything to work as it should. You will be able to browse the books of the Bible though. Find out more
]]></description>
		<wfw:commentRss>http://www.hiddenfield.com/?feed=rss2&amp;p=24</wfw:commentRss>
		</item>
		<item>
		<title>MySQL Quick Reference</title>
		<link>http://www.hiddenfield.com/?p=21</link>
		<comments>http://www.hiddenfield.com/?p=21#comments</comments>
		<pubDate>Mon, 01 Sep 2008 11:59:11 +0000</pubDate>
		<dc:creator>Paul Harvey</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.hiddenfield.com/?p=21</guid>
		<description><![CDATA[I use MySQL all the time when building websites. I have a self-built CMS and a number of clients all running off of the system. Here are a few SQL commands that I use regularly:
Dump databases
&#62; mysqldump --quick -all-databases -uadmin -p &#62; alldatabases.db
Dumps all of the databases to a single file. Along with regular server [...]]]></description>
		<wfw:commentRss>http://www.hiddenfield.com/?feed=rss2&amp;p=21</wfw:commentRss>
		</item>
	</channel>
</rss>
