<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0">
   <channel>
      <title>Chris Holden .com News Feed</title>
      <link>http://www.chris-holden.com/</link>
      <description>This is the news feed for Chris Holden .com keeping you up-to-date with all the latest additions and updates to my site.</description>
      <language>en-gb</language>

      <pubDate>Wed, 22 Feb 2012 15:16:54 -0500</pubDate>
      <lastBuildDate>Wed, 22 Feb 2012 15:16:54 -0500</lastBuildDate>
      <generator>chris-holden.com RSS Generator</generator>
      <managingEditor>manager@chris-holden.com</managingEditor>
      <webMaster>webmaster@chris-holden.com</webMaster>

      <docs>http://blogs.law.harvard.edu/tech/rss</docs>

            <item>
         <title>CSS Hack for IE7</title>
         <link>http://www.chris-holden.com/undefined/cat/2/id/10</link>
         <description>As you may know, with the new Internet Explorer 7, the old &amp;quot;star html&amp;quot; hack used to provide styles only to IE fails. This is causing many websites hacks to break and look crap in IE7. If you are looking for a CSS hack to single out IE7 then this is a simple solution.body { background: #fff; }   /* all browsers */html &amp;gt; body { background: #00f; }   /* standards browsers and IE7 */* html body&amp;#8230;</description>
         <category domain="http://www.chris-holden.com/">Undefined</category>
         <author>chris@chris-holden.com</author>
         <pubDate>Wed, 01 Nov 2006 14:32:04 -0500</pubDate>
         <guid isPermaLink="true">http://www.chris-holden.com/undefined/cat/2/id/10</guid>
      </item>
      <item>
         <title>DOM Marquee</title>
         <link>http://www.chris-holden.com/code/cat/4/id/7</link>
         <description>The &amp;lt;marquee&amp;gt; tag is not part of the HTML specification, it was invented by Microsoft and gradually over time support for displaying it has been built in to newer browsers. But if you want to scroll content on your webpage and use the marquee tag, the page wont validate. The solution is to use javascript. For browsers that dont support javascript or the DOM the page will remain static.&amp;nbsp; UsageFirst you need to put this in the &amp;lt;head&amp;gt; of the&amp;#8230;</description>
         <category domain="http://www.chris-holden.com/">Code</category>
         <author>chris@chris-holden.com</author>
         <pubDate>Sat, 08 Jul 2006 14:25:20 -0400</pubDate>
         <guid isPermaLink="true">http://www.chris-holden.com/code/cat/4/id/7</guid>
      </item>
      <item>
         <title>Graphical Checkboxes</title>
         <link>http://www.chris-holden.com/code/cat/4/id/6</link>
         <description>HTML forms arent the easiest to style, you inevitably have to put up with the bog standard looking radio, checkbox and selects. This script lets you replace the ugly checkboxes on a webpage with your own fancy graphics!RequirementsWell first of all you will need to download the script (at the bottom of the page). After that you need to create your two images for the checkbox. You need two images so there is a difference between checked and unchecked boxes&amp;#8230;</description>
         <category domain="http://www.chris-holden.com/">Code</category>
         <author>chris@chris-holden.com</author>
         <pubDate>Fri, 07 Jul 2006 14:28:38 -0400</pubDate>
         <guid isPermaLink="true">http://www.chris-holden.com/code/cat/4/id/6</guid>
      </item>
      <item>
         <title>Random String Generator</title>
         <link>http://www.chris-holden.com/code/cat/3/id/5</link>
         <description>Have you ever needed to generate a random password or a random string for authentication purposes? You can use this function to create such a string. For a given length, it will return a string containing only characters in the character set specified in $chars.&amp;nbsp;function rand_string ($length = 6){   $chars = &amp;quot;0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz&amp;quot;;   $max = strlen($chars) - 1;   $str = &amp;quot;&amp;quot;;   for ($i = 0; $i &amp;lt;= $length; $i++)   {&amp;#8230;</description>
         <category domain="http://www.chris-holden.com/">Code</category>
         <author>chris@chris-holden.com</author>
         <pubDate>Thu, 06 Jul 2006 09:35:15 -0400</pubDate>
         <guid isPermaLink="true">http://www.chris-holden.com/code/cat/3/id/5</guid>
      </item>
      <item>
         <title>Simple PHP Captcha Image</title>
         <link>http://www.chris-holden.com/undefined/cat/2/id/9</link>
         <description>What you need    Well before you can start creating images in PHP you need the GD Image Library with the FreeType library 1.x or greater. That means you have all the necessary functions to add text using a .ttf font to a png image. Right now, we&amp;#39;re set up, lets continue...    Lets Begin    To start with, all of the following code is going to be saved in one file, for the&amp;#8230;</description>
         <category domain="http://www.chris-holden.com/">Undefined</category>
         <author>chris@chris-holden.com</author>
         <pubDate>Wed, 05 Jul 2006 20:13:37 -0400</pubDate>
         <guid isPermaLink="true">http://www.chris-holden.com/undefined/cat/2/id/9</guid>
      </item>
      <item>
         <title>Chris Holden .com v2</title>
         <link>http://www.chris-holden.com/undefined/cat/1/id/8</link>
         <description>Well it has been a while since I did any work on my website, including updates. I had a little time on my hands, so I decided that not only would I update it, I&amp;#39;d completely overhaul the back end and give the place a face lift. You can see the results for yourself. I&amp;#39;m no graphic designer, but I am happy with my new look!      Most of the new stuff you wont&amp;#8230;</description>
         <category domain="http://www.chris-holden.com/">Undefined</category>
         <author>chris@chris-holden.com</author>
         <pubDate>Wed, 05 Jul 2006 15:58:03 -0400</pubDate>
         <guid isPermaLink="true">http://www.chris-holden.com/undefined/cat/1/id/8</guid>
      </item>
      <item>
         <title>New Things!!</title>
         <link>http://www.chris-holden.com/news/id/3</link>
         <description>It's been a loooooong time coming, but I've finally updated my site! Not the content - though I will be putting up some of that too - it's the back end that has had a facelift. The first version of my CMS wasn't all that great. This second version is much better, in my opinion anyway! I developed a templating system, created a more robust database class and almost completely seperated my code and display.    I've done&amp;#8230;</description>
         <category domain="http://www.chris-holden.com/">News</category>
         <author>chris@chris-holden.com</author>
         <pubDate>Sun, 02 Jul 2006 14:41:36 -0400</pubDate>
         <guid isPermaLink="true">http://www.chris-holden.com/news/id/3</guid>
      </item>
      <item>
         <title>MediaFed News Reader</title>
         <link>http://www.chris-holden.com/work/id/1</link>
         <description>Brief    This project, for St Saviours, was to create an online news aggregator. The company required that visitors could create their own user account and manage their own list of feeds. Users needed to be able to create a &amp;quot;favourite feeds&amp;quot; list which was displayed to them when they logged in to their account. From the favourites list they could read updated items, mark items &amp;amp; feeds as read, update a feed and add/remove feeds from the&amp;#8230;</description>
         <category domain="http://www.chris-holden.com/">Work</category>
         <author>chris@chris-holden.com</author>
         <pubDate>Sat, 01 Jul 2006 09:50:50 -0400</pubDate>
         <guid isPermaLink="true">http://www.chris-holden.com/work/id/1</guid>
      </item>
      <item>
         <title>Full Steam Ahead</title>
         <link>http://www.chris-holden.com/news/id/2</link>
         <description>Well as you may have noticed by now, content is starting to trickle into the site. The back end is pretty much finished, I wont be adding or changing anything for the forseeable future - not unless I find a gaping security hole that needs plugging.If you are interested in reading about how I made this site then you can always look at the Projects Section.    In fact this probably the last news update in a while&amp;#8230;</description>
         <category domain="http://www.chris-holden.com/">News</category>
         <author>chris@chris-holden.com</author>
         <pubDate>Wed, 07 Dec 2005 11:38:59 -0500</pubDate>
         <guid isPermaLink="true">http://www.chris-holden.com/news/id/2</guid>
      </item>
      <item>
         <title>Welcome</title>
         <link>http://www.chris-holden.com/news/id/1</link>
         <description>Hello, bonjour, Guten Tag etc etc! Welcome to my little space on the web. I've had this domain for over two years now and I have never really put in the effort to create a serious website. It's not through not having the time, it was simply laziness and a distinct lack of anything interesting to put on here!    Well only one of those situations has changed - I'm no longer lazy! Well that's half true, I&amp;#8230;</description>
         <category domain="http://www.chris-holden.com/">News</category>
         <author>chris@chris-holden.com</author>
         <pubDate>Fri, 18 Nov 2005 14:24:29 -0500</pubDate>
         <guid isPermaLink="true">http://www.chris-holden.com/news/id/1</guid>
      </item>

   </channel>
</rss>

