<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jared Quinn &#187; Web Design</title>
	<atom:link href="http://jaredquinn.info/category/web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://jaredquinn.info</link>
	<description>android :: php :: zend :: javascript :: jquery :: web :: web-ui</description>
	<lastBuildDate>Sat, 10 Jul 2010 18:02:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Concrete to the rescue</title>
		<link>http://jaredquinn.info/2010/05/concrete-to-the-rescue/</link>
		<comments>http://jaredquinn.info/2010/05/concrete-to-the-rescue/#comments</comments>
		<pubDate>Mon, 17 May 2010 15:33:40 +0000</pubDate>
		<dc:creator>Jared Quinn</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://jaredquinn.info/?p=93</guid>
		<description><![CDATA[The second in my series of articles exploring some of the tools that really excite me or make my life as a web developer easier.  In this article we explore a fantastic content management system, Concrete5 which I first used in a project last November and now once again am using to power a project for a new client.]]></description>
		<wfw:commentRss>http://jaredquinn.info/2010/05/concrete-to-the-rescue/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>jQuery Tip: Radio Button Deselection</title>
		<link>http://jaredquinn.info/2009/11/jquery-tip-radio-button-deselection/</link>
		<comments>http://jaredquinn.info/2009/11/jquery-tip-radio-button-deselection/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 13:39:32 +0000</pubDate>
		<dc:creator>Jared Quinn</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://jaredquinn.info/?p=58</guid>
		<description><![CDATA[As a web developer I sometimes get things thrown at us that for whatever reason it makes sense for the behaviour of something to be changed.  Normally I push back in these situations waving the big User Experience stick at people, but sometimes the request actually  makes sense.

Recently while working on a survey page for a client that was entirely radio button driven I was asked for the ability to allow a user to de-select a radio button - I assumed it would be a pretty easy task, but was wrong.  The answers Google returned for me mostly said "radio buttons should always have a value, they aren't designed for de-selection."

The problem with this particular set of buttons was it was the weighting in the survey the user assigned to the 'Other' field.  If the user selected a radio button they were then forced to have to enter their own text with no way of deciding the no longer wanted to enter an optional "other" item.  This was also the only optional field in the entire survey.  The other problem was purely aesthetic with a "no selection" selection not working with the design.  It was decided a second click on the radio button would de-select the selection.

I thought it would be easy - I'll just cancel the onClick event on that object.  Unfortunately Firefox didn't like that idea.  It seems that when the onClick event is fired, the radio button is already selected, so retrieving the previous selection's value didn't work.  The way I dealt with this was a two-pronged approach using both the mouseDown and click events.]]></description>
		<wfw:commentRss>http://jaredquinn.info/2009/11/jquery-tip-radio-button-deselection/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Are you mobile friendly?</title>
		<link>http://jaredquinn.info/2009/11/are-you-mobile-friendly/</link>
		<comments>http://jaredquinn.info/2009/11/are-you-mobile-friendly/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 07:50:21 +0000</pubDate>
		<dc:creator>Jared Quinn</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://jaredquinn.info/?p=44</guid>
		<description><![CDATA[Most web campaigns seem to focus on the desktop user, where there is gradual trend away from desktop based web surfing to hand-held devices (smart-phones, portable Internet enabled gaming devices and PDAs) and lounge-room based devices.  Over the last month alone mobile-based web surfing has risen from 0.6% of all traffic to around 1.6% of all traffic.]]></description>
		<wfw:commentRss>http://jaredquinn.info/2009/11/are-you-mobile-friendly/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
