<?xml version="1.0" encoding="UTF-8"?><rss version="2.0">
    <channel>
        <title>One Last Pixel</title>
        <link>http://www.onelastpixel.com</link>
        <description>Another Code and Design Blog</description>
        <language>en-us</language>
        <pubDate>$pubDate</pubDate>
        <webMaster>webmaster@onelastpixel.com</webMaster>
            <item>
                <title>Webmasters: Review external code!</title>
                <link>http://www.onelastpixel.com/post/5</link>
                <description>
                    This morning I walked my parents through the cleaning of their computer, which had gotten infested with everything you can think of.  Eventually the culprit was discovered, a program installed that was touting itself as a greeting card e-mailer. 


The hours spent cleaning the computer could have been saved had the file been scanned before being installed, but who wouldn&#039;t trust such an innocen                </description>
                <pubDate>$pubDate</pubDate>
            </item>                
                    <item>
                <title>Why you should use preprogrammed functions</title>
                <link>http://www.onelastpixel.com/post/4</link>
                <description>
                    Several years ago, when I was just learning Javascript, I ran into a situation where I had to convert a string to it&#039;s monetary equivalent -

10 = 10.00
or 15.320000 = 15.32

Rather than spend the time searching for a function to do it for me I wrote out a quick little function to solve the problem.  A few days later a friend of mine, who at the time was a much better coder than me, saw it, a                </description>
                <pubDate>$pubDate</pubDate>
            </item>                
                    <item>
                <title>How important is the cleanliness of client side code?</title>
                <link>http://www.onelastpixel.com/post/3</link>
                <description>
                    A couple of weeks ago I was working on a Server Side Dom Parser for imperfect markup, and I realized while doing it that I could extend it to display HTML sent to the user with more organized markup.  At first, this sounded like a good idea, but after thinking about it for a little longer, I decided against it.

As a programmer, organized code is very important to me.  Which is not to say that I                </description>
                <pubDate>$pubDate</pubDate>
            </item>                
                    <item>
                <title>Using the browser find command with Flash</title>
                <link>http://www.onelastpixel.com/post/2</link>
                <description>
                    I&#039;ve seen a lot of blog posts recently about usability in Flash, most of which are very negative, written by people who seem to have used earlier versions of Flash, and decided that nothing has changed.  However, there is one thing that has kept me away from doing projects in Flash with a lot of text.  

That one thing, is the browsers find function.  I use the find function a lot.  Often times                 </description>
                <pubDate>$pubDate</pubDate>
            </item>                
                    <item>
                <title>XUL is not HTML, don&#039;t treat it like it is</title>
                <link>http://www.onelastpixel.com/post/1</link>
                <description>
                    This morning, I read a post on the XUL User Group, from someone confused as to why some of CSS properties he was familiar with weren&#039;t working with XUL. 

This is something I&#039;ve seen pretty often with the RIA XML based languages, (Flex, XAML, XUL).  People have gotten so used to HTML, that they&#039;ve decided it&#039;s the standard to judge other languages against.

The truth is, even with CSS, HTML is                </description>
                <pubDate>$pubDate</pubDate>
            </item>                
            </channel>
</rss>
