<rss version="2.0">
	<channel>
  <title>RonnieSan</title>
  <link>http://www.ronniesan.com/blog</link>
  <description>The web design and development blog of RonnieSan with a focus on design, usability, SEO, and scripting.</description>
  <language>en-us</language>
  <pubDate>Wed, 08 Sep 2010 01:32:18 UTC</pubDate>
  <lastBuildDate>Wed, 08 Sep 2010 01:32:18 UTC</lastBuildDate>
  <docs>http://www.ronniesan.com/blog/rss.php</docs>
  <generator>RonnieSan Custom RSS Feed Generator</generator>
  <managingEditor>ronniesan@ronniesan.com</managingEditor>
  <item>
    <title><![CDATA[How to Read an XML File in PHP with SimpleXML]]></title>
    <link>http://www.ronniesan.com/blog/entry/how-to-read-an-xml-file-in-php-with-simplexml</link>
    <description><![CDATA[A quick tutorial on reading XML files (such as RSS feeds) in PHP using SimpleXML.  This tutorial is a good way to read your personal Twitter feed for display on your website.]]></description>
    <author>ronniesan@ronniesan.com</author>
    <guid>http://www.ronniesan.com/blog/entry/how-to-read-an-xml-file-in-php-with-simplexml</guid>
    <pubDate>2010-01-22 20:58:33</pubDate>
  </item>
  <item>
    <title><![CDATA[Get Organized with the Desktop Writeboard from Cocoa Living]]></title>
    <link>http://www.ronniesan.com/blog/entry/get-organized-with-the-desktop-writeboard-from-cocoa-living</link>
    <description><![CDATA[The Desktop Writeboard is a nifty little portable whiteboard that sits on your desktop and is extremely easy to access with a dry-erase marker.]]></description>
    <author>ronniesan@ronniesan.com</author>
    <guid>http://www.ronniesan.com/blog/entry/get-organized-with-the-desktop-writeboard-from-cocoa-living</guid>
    <pubDate>2009-09-16 00:30:41</pubDate>
  </item>
  <item>
    <title><![CDATA[Best Practices for CSS, IDs, and Classes]]></title>
    <link>http://www.ronniesan.com/blog/entry/organizing-your-dom-elements-with-the-proper-ids</link>
    <description><![CDATA[One of the biggest messes that a new coder on a project will have to sift through is the CSS.  Often times, the entire CSS for a site will be stashed in one central file.  This means hundreds of lines of code to sift through.  One way to make this task easier is to stick to a clear and logical method for organizing and naming your CSS.]]></description>
    <author>ronniesan@ronniesan.com</author>
    <guid>http://www.ronniesan.com/blog/entry/organizing-your-dom-elements-with-the-proper-ids</guid>
    <pubDate>2009-08-19 19:00:13</pubDate>
  </item>
  <item>
    <title><![CDATA[Why Transparency is Important]]></title>
    <link>http://www.ronniesan.com/blog/entry/why-transparency-is-important</link>
    <description><![CDATA[Last week, Digsby (IM client) got a lot of flak after LifeHacker ran an article about their shady business model.  It went into some detail about the crapware that is loaded during install (optional) as well as how Digsby has partnered up with a research company and actually uses your computer's processing power to perform their research while you are idle. ]]></description>
    <author>ronniesan@ronniesan.com</author>
    <guid>http://www.ronniesan.com/blog/entry/why-transparency-is-important</guid>
    <pubDate>2009-08-18 16:25:51</pubDate>
  </item>
  <item>
    <title><![CDATA[Uploadify v2.0.0 Has Been Launched]]></title>
    <link>http://www.ronniesan.com/blog/entry/uploadify-v2-0-0-has-been-launched</link>
    <description><![CDATA[For those of you who have been waiting patiently for the launch of Uploadify v2.0, the wait is over.  As of July 24, 2009, Uploadify v2.0 is available for download on the Uploadify website as well as the JQuery plugins library and Google Code.]]></description>
    <author>ronniesan@ronniesan.com</author>
    <guid>http://www.ronniesan.com/blog/entry/uploadify-v2-0-0-has-been-launched</guid>
    <pubDate>2009-07-24 22:21:30</pubDate>
  </item>
  <item>
    <title><![CDATA[I'm Spicy!]]></title>
    <link>http://www.ronniesan.com/blog/entry/im-spicy</link>
    <description><![CDATA[Luc Arnold from SpicyWebDesigners contacted me earlier this week to get an interview for his website.  If you want to learn a little bit more about how I got started in web design and what brought me to where I am now, check out the interview.]]></description>
    <author>ronniesan@ronniesan.com</author>
    <guid>http://www.ronniesan.com/blog/entry/im-spicy</guid>
    <pubDate>2009-07-08 16:56:34</pubDate>
  </item>
  <item>
    <title><![CDATA[Firefox 3.5 Rendering Issues]]></title>
    <link>http://www.ronniesan.com/blog/entry/firefox-35-rendering-issues</link>
    <description><![CDATA[I noticed some strangeness after upgrading to Firefox 3.5.]]></description>
    <author>ronniesan@ronniesan.com</author>
    <guid>http://www.ronniesan.com/blog/entry/firefox-35-rendering-issues</guid>
    <pubDate>2009-07-01 16:41:28</pubDate>
  </item>
  <item>
    <title><![CDATA[The New RonnieSan Website]]></title>
    <link>http://www.ronniesan.com/blog/entry/new-website-is-live</link>
    <description><![CDATA[Because I've been so pressed for time, I was never able to finish my custom CMS for my website.  I only had an engine for adding new blog posts.  So I decided to build a new website using Wordpress as the underlying CMS.  It's not really a Wordpress template, but more of a Wordpress hack.]]></description>
    <author>ronniesan@ronniesan.com</author>
    <guid>http://www.ronniesan.com/blog/entry/new-website-is-live</guid>
    <pubDate>2009-04-22 05:54:13</pubDate>
  </item>
  <item>
    <title><![CDATA[JQuery File Upload Plugin]]></title>
    <link>http://www.ronniesan.com/blog/entry/jquery-file-upload-plugin</link>
    <description><![CDATA[Uploadify is a Flash and JQuery based multiple file upload tool I created to extend the basic file upload functionality of web forms. It actually doesn't even require a form to work. I used JQuery and Flash to get the results I wanted and the outcome was rather successful.  With a short obsession creating the code for this JQuery plugin turning into what seemed like a full-time job, I was ended up having to create a micro-site and user forum.]]></description>
    <author>ronniesan@ronniesan.com</author>
    <guid>http://www.ronniesan.com/blog/entry/jquery-file-upload-plugin</guid>
    <pubDate>2009-02-17 04:27:43</pubDate>
  </item>
    </channel>
</rss>
