<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Article RSS Feed</title>
    <link>http://your-web-site.com/rss/</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>The main blog feed for my Web site.</description>
    
    
        <item>
          <title>Change of Clothes </title>
          <description>&lt;p&gt;For the past two weekends I have spent my time redesigning this site. Last night I changed the color scheme and touched up the navigation. I couldn’t help it, I had to put rollovers on my links… I feel rather out of touch, are rollovers cool in Web 2.0 – 3.0?&lt;/p&gt;</description>
          <pubDate>Sat, 10 Nov 2007 16:05:00 GMT</pubDate>
          <guid>http://your-web-site.com/articles/2007/11/10/change-of-clothes/</guid>
          <link>http://your-web-site.com/articles/2007/11/10/change-of-clothes/</link>
        </item>
    
        <item>
          <title>For the Log: Active Link Javascript</title>
          <description>Small function which takes an unordered list and switches an active class by an onclick event. Prior to setting the class it disables all other classes with in the list so only one link is active. 

</description>
          <pubDate>Wed, 12 Dec 2007 22:06:50 GMT</pubDate>
          <guid>http://your-web-site.com/articles/2007/12/12/for-the-log-active-link-javascript/</guid>
          <link>http://your-web-site.com/articles/2007/12/12/for-the-log-active-link-javascript/</link>
        </item>
    
        <item>
          <title>Inspiration</title>
          <description>Each night at 11pm sharp I hear a trumpet play taps.  In honor of my friends across the street, I have designed the a new mural. </description>
          <pubDate>Thu, 13 Mar 2008 23:57:15 GMT</pubDate>
          <guid>http://your-web-site.com/articles/2008/03/13/inspiration/</guid>
          <link>http://your-web-site.com/articles/2008/03/13/inspiration/</link>
        </item>
    
        <item>
          <title>Grid Design: The Golden Section</title>
          <description>&lt;p&gt;Sometime back I read an article by &lt;a href=&quot;http://www.markboulton.co.uk/&quot;&gt;Mark Bollton&lt;/a&gt; covering the ins and out of grid design. His manner of explaining the topic was more approachable than my first exposure to the theory;&lt;/p&gt;</description>
          <pubDate>Fri, 18 Apr 2008 16:38:26 GMT</pubDate>
          <guid>http://your-web-site.com/articles/2008/04/18/grid-design-the-golden-section/</guid>
          <link>http://your-web-site.com/articles/2008/04/18/grid-design-the-golden-section/</link>
        </item>
    
        <item>
          <title>I Reinvented my Resume!  </title>
          <description>A new Web 2.0 start up aims to reinvent the resume by providing its members tools to show case their talent. I was impressed so I signed up, and created Kris Steigerwald's Visual CV. Best of all, they allow you to upload videos or embed video from other sites such as you tube. </description>
          <pubDate>Thu, 22 May 2008 21:07:23 GMT</pubDate>
          <guid>http://your-web-site.com/articles/2008/05/22/i-reinvented-my-resume/</guid>
          <link>http://your-web-site.com/articles/2008/05/22/i-reinvented-my-resume/</link>
        </item>
    
        <item>
          <title>I don't go near this one...</title>
          <description>Hardly an upset with this guy... watch and enjoy.

&lt;object type=&quot;application/x-shockwave-flash&quot; data=&quot;http://widgets.nbc.com/o/4727a250e66f9723/488f0aaa70edf4d9/4741e3c5156499a7/4a51ed27&quot; id=&quot;W4727a250e66f9723488f0aaa70edf4d9&quot; height=&quot;253&quot; width=&quot;354&quot;&gt;&lt;param value=&quot;http://widgets.nbc.com/o/4727a250e66f9723/488f0aaa70edf4d9/4741e3c5156499a7/4a51ed27&quot; name=&quot;movie&quot;/&gt;&lt;param value=&quot;transparent&quot; name=&quot;wmode&quot;/&gt;&lt;param value=&quot;all&quot; name=&quot;allowNetworking&quot;/&gt;&lt;param value=&quot;always&quot; name=&quot;allowScriptAccess&quot;/&gt;&lt;/object&gt;</description>
          <pubDate>Tue, 29 Jul 2008 07:25:39 GMT</pubDate>
          <guid>http://your-web-site.com/articles/2008/07/29/i-dont-go-near-this-one-/</guid>
          <link>http://your-web-site.com/articles/2008/07/29/i-dont-go-near-this-one-/</link>
        </item>
    
        <item>
          <title>Ruby on Rails Ajax free of Helpers</title>
          <description>&lt;p&gt;My experience with rails has been new and delightful, save working with the front end. Rails comes packed with helper methods some that write quick and cool Ajax methods. They follow rails conventions and do not require a strong grasp of JavaScript to get in motion.&lt;/p&gt;


	&lt;p&gt;However, if you are a stickler for standards and have a passion for valid clean markup&amp;#8230; these helpers can leave a bit to be desired. I have been in the habit of binding js events directly to elements over the element itself. It pleases me to see markup free of inline styling, event handlers and inline js scripts. The simpler and more descriptive the markup the better.&lt;/p&gt;</description>
          <pubDate>Wed, 08 Oct 2008 20:46:12 GMT</pubDate>
          <guid>http://your-web-site.com/articles/2008/10/08/ruby-on-rails-ajax-free-of-helpers/</guid>
          <link>http://your-web-site.com/articles/2008/10/08/ruby-on-rails-ajax-free-of-helpers/</link>
        </item>
    
        <item>
          <title>IE7 Option Tag width</title>
          <description>&lt;p&gt;Ever notice in ie7 the option tag width will not match the size of the select element? There really is no good way around this other than fooling the element to spread eagle and back. The script below will do all that for you&amp;#8230; Unobtrusively condensed in a singleton pattern.&lt;/p&gt;</description>
          <pubDate>Thu, 16 Oct 2008 21:14:23 GMT</pubDate>
          <guid>http://your-web-site.com/articles/2008/10/16/ie7-option-tag-width/</guid>
          <link>http://your-web-site.com/articles/2008/10/16/ie7-option-tag-width/</link>
        </item>
    
        <item>
          <title>Ruby on Rails Complex Forms Demo App</title>
          <description>&lt;p&gt;This is news to me&amp;#8230; and right in time. &lt;a href=&quot;http://zilkey.com/&quot;&gt;Jeff Dean&lt;/a&gt; posted a sample app on git hub which explores various examples of complex html forms that involve multiple models with complex associations. Espically helpful if your hoping to work with checkboxes or radio buttons.&lt;/p&gt;


	&lt;p&gt;&lt;a href=&quot;http://github.com/zilkey/complex_forms_demo_app/tree/master&quot;&gt;http://github.com/zilkey/complex_forms_demo_app/tree/master&lt;/a&gt;&lt;/p&gt;</description>
          <pubDate>Tue, 21 Oct 2008 21:18:34 GMT</pubDate>
          <guid>http://your-web-site.com/articles/2008/10/21/ruby-on-rails-complex-forms-demo-app/</guid>
          <link>http://your-web-site.com/articles/2008/10/21/ruby-on-rails-complex-forms-demo-app/</link>
        </item>
    
        <item>
          <title>Not an everyday task... </title>
          <description>Over the years I have acquired a heaping pile of black and white eps files. I love them... they are simple little pieces of art, easy to re-purpose for all kinds of designs. However finding a file that would fit a design was never so easy. Each file was stored away into multiple subfolders having a numeric naming convention which repeated by folder. There were close to 500 or so folders with about 12-50 files per folders. Since all file names were numeric the only one way to find what you were looking for was browsing with adobe bridge. Clicking in and out of folder just became a pain.  
</description>
          <pubDate>Sun, 24 Jan 2010 01:30:40 GMT</pubDate>
          <guid>http://your-web-site.com/articles/2010/01/24/not-an-everyday-task-/</guid>
          <link>http://your-web-site.com/articles/2010/01/24/not-an-everyday-task-/</link>
        </item>
    
    
  </channel>
</rss>

