<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl"?>
<rss version="2.0">
<channel>
<title>richarddavies.us</title>
<link>http://www.richarddavies.us/</link>
<description>Personal web site and weblog of web designer and developer Richard Davies.</description>
<copyright>Copyright 2014</copyright>
<lastBuildDate>Tue, 11 Oct 2011 11:11:08 -0800</lastBuildDate>
<generator>http://www.movabletype.org/?v=3.35</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs> 

<item>
<title>Alternate Feed2JS implementation using Google Feed API</title>
<description><![CDATA[<p>I&#39;ve used the <a href="http://feed2js.org">Feed2JS</a> service for a web site at work to convert RSS feeds into HTML to easily display feed content on web pages. Unfortunately, this service isn&#39;t very forgiving with feeds that contain invalid XML markup. In addition, <a href="http://feed2js.org/index.php?s=support">the future of this service is currently in question</a>.</p>]]></description>
<link>http://www.richarddavies.us/archives/2011/10/feed2js.php</link>
<guid>http://www.richarddavies.us/archives/2011/10/feed2js.php</guid>
<category>JavaScript</category>
<pubDate>Tue, 11 Oct 2011 11:11:08 -0800</pubDate>
</item>
<item>
<title>Sexy Buttons</title>
<description><![CDATA[<p>I&#39;ve just launched an HTML/CSS-based framework called <a href="http://code.google.com/p/sexybuttons/">Sexy Buttons</a> that makes it super easy to add stylish, skinnable buttons to your web site. This makes it possible to turn any button or link into a beautiful call-to-action button.</p>]]></description>
<link>http://www.richarddavies.us/archives/2009/12/sexy_buttons.php</link>
<guid>http://www.richarddavies.us/archives/2009/12/sexy_buttons.php</guid>
<category>Web Design</category>
<pubDate>Thu, 10 Dec 2009 16:55:20 -0800</pubDate>
</item>
<item>
<title>ColdFusion proxy for After the Deadline</title>
<description><![CDATA[<p>I recently switched our CMS spellchecker on <a href="http://www.portlandonline.com">PortlandOnline</a> from Google&#39;s spellchecker to <a href="http://www.afterthedeadline.com">After the Deadline</a>. After the Deadline is a new breed of spellchecker---likely very different from the spellcheckers you&#39;re used to using. AtD offers contextual spell checking so it can detect words that are spelled correctly, but used incorrectly. It also has an advanced style and grammar checker and offers helpful explanations of all the detected issues.</p>]]></description>
<link>http://www.richarddavies.us/archives/2009/11/atd_cf_proxy.php</link>
<guid>http://www.richarddavies.us/archives/2009/11/atd_cf_proxy.php</guid>
<category>ColdFusion</category>
<pubDate>Wed, 18 Nov 2009 11:10:17 -0800</pubDate>
</item>
<item>
<title>Web Developer position at the City of Portland</title>
<description><![CDATA[<p>My team at the <a href="http://www.portlandonline.com/">City of Portland</a> is hiring another web guru. We&#39;re looking for someone more on the front end (graphic design / HTML / simple scripting / media creation) than back end programmer. We&#39;re getting ready to overhaul our online presence and this person will play an important role in this project. </p><p>See the <a href="http://www.ci.portland.or.us/jobs/09-180/09-180.htm">job posting</a> for more details or to apply. (And don&#39;t let the &quot;Web 0.5&quot; feel of the job posting web site scare you away...)</p>]]></description>
<link>http://www.richarddavies.us/archives/2009/10/web_dev_position.php</link>
<guid>http://www.richarddavies.us/archives/2009/10/web_dev_position.php</guid>
<category>Web Development</category>
<pubDate>Mon, 19 Oct 2009 13:27:44 -0800</pubDate>
</item>
<item>
<title>ColdFusion Tip: Query columns in correct order</title>
<description><![CDATA[<p>One quirk in Coldfusion that I&#39;ve had to battle before is that columns in query objects are sorted in alphabetical order. Normally this isn&#39;t too much of an issue because you just output the columns in the desired order when you&#39;re displaying the output on a page. But there are times when you need to loop over a list of the columns and you&#39;d like them to appear in the order defined in the SQL query or DB schema. </p>]]></description>
<link>http://www.richarddavies.us/archives/2009/07/cf_columnlist.php</link>
<guid>http://www.richarddavies.us/archives/2009/07/cf_columnlist.php</guid>
<category>ColdFusion</category>
<pubDate>Fri, 17 Jul 2009 10:27:32 -0800</pubDate>
</item>
<item>
<title>Run IE6, IE7, and IE8 on the same PC!</title>
<description><![CDATA[<p>Web designers and developers rejoice---browser compatibility testing just got a whole lot easier! For years we&#39;ve been complaining to Microsoft about the fact that you can&#39;t have more than one version of Internet Explorer installed on a computer at the same time. So the only way to test a web site in multiple versions of IE was to use multiple computers, <a href="http://blogs.msdn.com/ie/archive/2006/11/30/ie6-and-ie7-running-on-a-single-machine.aspx">virtual machines</a>, or resort to <a href="http://weblogs.asp.net/jgalloway/archive/2006/07/26/IE7-Standalone-_2800_Updated-for-IE7-Beta-3_2900_.aspx">various</a> <a href="http://tredosoft.com/Multiple_IE">hacks</a>. None of these methods was ideal and all left us wishing for a better way.</p>]]></description>
<link>http://www.richarddavies.us/archives/2009/03/xenocode.php</link>
<guid>http://www.richarddavies.us/archives/2009/03/xenocode.php</guid>
<category>Web Design</category>
<pubDate>Fri, 06 Mar 2009 19:32:21 -0800</pubDate>
</item>
<item>
<title>FireScope: Add HTML &amp; CSS reference to Firebug</title>
<description><![CDATA[<p><a href="http://www.sitepoint.com/" class="websnapr">SitePoint</a> has just released a <a href="http://www.mozilla.com/en-US/firefox/" class="websnapr">Firefox</a> add-on named <a href="http://tools.sitepoint.com/firescope/" class="websnapr">FireScope</a>. It&#39;s actually a plugin for the <a href="http://getfirebug.com/" class="websnapr">Firebug</a> add-on. (Ya, I know&mdash;we&#39;ve got plugins for plugins now... crazy world, isn&#39;t it?) FireScope integrates <a href="http://reference.sitepoint.com/" class="websnapr">SitePoint&#39;s HTML and CSS reference</a> web site with Firebug.</p>]]></description>
<link>http://www.richarddavies.us/archives/2009/01/firescope.php</link>
<guid>http://www.richarddavies.us/archives/2009/01/firescope.php</guid>
<category>Web Development</category>
<pubDate>Tue, 27 Jan 2009 11:54:21 -0800</pubDate>
</item>
<item>
<title>Download ZoneAlarm Pro for free</title>
<description><![CDATA[<p>Today only CheckPoint is giving away their <a href="http://download.zonealarm.com/bin/free/sum/index.html" title="ZoneAlarm by Check Point - Award winning PC Protection, Antivirus, Firewall, Anti-Spyware, Identity Protection, and much more.">ZoneAlarm Pro</a> firewall software for free.</p>]]></description>
<link>http://www.richarddavies.us/archives/2008/11/zonealarm.php</link>
<guid>http://www.richarddavies.us/archives/2008/11/zonealarm.php</guid>
<category>Computers</category>
<pubDate>Tue, 18 Nov 2008 08:37:24 -0800</pubDate>
</item>
<item>
<title>Take the A List Apart survey for people who make websites</title>
<description><![CDATA[<p>&nbsp;</p><div style="text-align: center"><img src="http://aneventapart.com/webdesignsurvey/templates/ala/images/i-took-the-2008-survey.gif" alt="I took it, and so should you!" /></div><p>&nbsp;</p><p>Please take a moment and take <a href="http://alistapart.com/articles/survey2008">A List Apart&#39;s 2008 survery</a>. This annual survery of &quot;people who make websites&quot; is very informative and helpful for identifying trends in our industry. And best of all, they publish the results so you can take a look at them.&nbsp; </p>]]></description>
<link>http://www.richarddavies.us/archives/2008/07/alistapart_survey_08.php</link>
<guid>http://www.richarddavies.us/archives/2008/07/alistapart_survey_08.php</guid>
<category>Web Development</category>
<pubDate>Wed, 30 Jul 2008 16:19:07 -0800</pubDate>
</item>
<item>
<title>10 Dropbox invites up for grabs</title>
<description><![CDATA[<p>Following <a href="http://www.scottpinkston.org/blog/index.cfm/2008/7/26/DropBox-invites">Scott Pinkston&#39;s lead</a>, I&#39;ve got 10 <a href="https://www.getdropbox.com/">Dropbox</a> invites to give away. Leave a comment if you&#39;d like one.</p> ]]></description>
<link>http://www.richarddavies.us/archives/2008/07/dropbox_invites.php</link>
<guid>http://www.richarddavies.us/archives/2008/07/dropbox_invites.php</guid>
<category>Computers</category>
<pubDate>Mon, 28 Jul 2008 12:45:05 -0800</pubDate>
</item>
<item>
<title>Free PDF book: Firefox 3 Revealed</title>
<description><![CDATA[<p>The much anticipated update to everyone&#39;s favorite internet browser, Firefox, was released earlier this week. Firefox 3 contains may great new features and improvements, but do you know what they are and how to take advantage of them?</p><p>If you want to learn more about the new browser, here&#39;s your chance. <a class="websnapr" href="http://www.sitepoint.com">SitePoint</a> is giving away a free PDF book titled <em>Firefox 3 Revealed</em>. [<a href="http://www.sitepoint.com/books/firefox3/">Download link</a>]</p>]]></description>
<link>http://www.richarddavies.us/archives/2008/06/firefox3_revealed.php</link>
<guid>http://www.richarddavies.us/archives/2008/06/firefox3_revealed.php</guid>
<category>Internet</category>
<pubDate>Thu, 19 Jun 2008 07:27:08 -0800</pubDate>
</item>
<item>
<title>Google Maps API for Flash</title>
<description><![CDATA[<p>Google has announced that you can now use their Google Maps API inside Flash components. Previously Google Maps was only available through a JavaScript API. Judging from the demo included with the announcement, this API opens up the door to exciting new possibilities.</p>
<p><a class="websnapr" title="Official Google Maps API Blog: Introducing the Google Maps API for Flash" href="http://googlemapsapi.blogspot.com/2008/05/introducing-google-maps-api-for-flash.html">Official Google Maps API Blog: Introducing the Google Maps API for Flash</a></p>

]]></description>
<link>http://www.richarddavies.us/archives/2008/05/google_maps_api.php</link>
<guid>http://www.richarddavies.us/archives/2008/05/google_maps_api.php</guid>
<category>Web Development</category>
<pubDate>Thu, 15 May 2008 08:33:05 -0800</pubDate>
</item>
<item>
<title>Free PDF book: The Photoshop Anthology</title>
<description><![CDATA[<p>For a limited time, <a class="websnapr" href="http://www.sitepoint.com">SitePoint</a> is giving away free PDF copies of their book <em>The PhotoShop Anthology: 101 Web Design Tips, Tricks &amp; Techniques</em>. <a class="websnapr" href="http://photoshop.aws.sitepoint.com/">[Download link]</a></p>]]></description>
<link>http://www.richarddavies.us/archives/2008/05/photoshop_anthology.php</link>
<guid>http://www.richarddavies.us/archives/2008/05/photoshop_anthology.php</guid>
<category>Web Design</category>
<pubDate>Wed, 14 May 2008 12:47:16 -0800</pubDate>
</item>
<item>
<title>Web standards awareness among CF developers</title>
<description><![CDATA[<p>I&#39;ve been a ColdFusion web developer now for almost three years. During this time, I&#39;ve attended two major ColdFusion conferences: CF United in &#39;06 and most recently cf.Objective() of this year. While thinking about the sessions that I attended at cf.Objective() an interesting observation came to me: there doesn&#39;t seem to be much talk in the CF community about &quot;web standards.&quot; And by web standards I mean things like plain semantic HTML, CSS styling, unobtrusive JavaScript, accessibility, and microformats, etc. Prior to joining the ColdFusion community these topics were all the rage among the various web development blogs I followed. But for some reason they don&#39;t seem to get nearly as much attention among the CF bloggers and conference speakers.</p>]]></description>
<link>http://www.richarddavies.us/archives/2008/05/web_standards_cf.php</link>
<guid>http://www.richarddavies.us/archives/2008/05/web_standards_cf.php</guid>
<category>ColdFusion</category>
<pubDate>Tue, 13 May 2008 08:19:58 -0800</pubDate>
</item>
<item>
<title>ColdFusion tip: Dynamic column names in ValueList()</title>
<description><![CDATA[<p>Today I discovered that the ValueList() function in ColdFusion only works with a static argument in the form &quot;query.column&quot;. So you can&#39;t use this function if you need to dynamically determine the column name at runtime. Luckily there is a nice little hack to work around this problem.  </p>]]></description>
<link>http://www.richarddavies.us/archives/2008/04/valuelist.php</link>
<guid>http://www.richarddavies.us/archives/2008/04/valuelist.php</guid>
<category>ColdFusion</category>
<pubDate>Thu, 03 Apr 2008 15:41:14 -0800</pubDate>
</item>


</channel>
</rss>