<?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>A blend of programming and seo&#187; usability</title>
	<atom:link href="http://www.rawseo.com/news/category/usability/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rawseo.com/news</link>
	<description>A blend of programming and seo</description>
	<lastBuildDate>Tue, 17 Nov 2009 17:17:47 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to create a multi-file uploader for your website</title>
		<link>http://www.rawseo.com/news/2009/10/15/how-to-create-a-multi-file-uploader-for-your-website/</link>
		<comments>http://www.rawseo.com/news/2009/10/15/how-to-create-a-multi-file-uploader-for-your-website/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 00:32:09 +0000</pubDate>
		<dc:creator>Roy (rawseo)</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[web dev]]></category>

		<guid isPermaLink="false">http://www.rawseo.com/news/?p=1684</guid>
		<description><![CDATA[If you own a website of any kind and have ever wanted to allow your users to upload multiple files from a single screen, you have a few choices: 

a java applet
an active X control
A Flash app
multiple file input elements (which is messy and not very efficient)

The following is a much easier way to allow [...]]]></description>
		<wfw:commentRss>http://www.rawseo.com/news/2009/10/15/how-to-create-a-multi-file-uploader-for-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add keyboard shortcuts to your website</title>
		<link>http://www.rawseo.com/news/2009/03/16/how-to-add-keyboard-shortcuts-to-your-website/</link>
		<comments>http://www.rawseo.com/news/2009/03/16/how-to-add-keyboard-shortcuts-to-your-website/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 12:48:43 +0000</pubDate>
		<dc:creator>Roy (rawseo)</dc:creator>
				<category><![CDATA[usability]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.rawseo.com/news/?p=427</guid>
		<description><![CDATA[The following javascript code will allow you to add keyboard shortcuts to any webpage.
The code

(put this on any page where you want keyboard shortcuts)
&#38;lt;html&#38;gt;
&#38;lt;head&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot; language=&#38;quot;JavaScript&#38;quot; src=&#38;quot;shortcut.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;/head&#38;gt;
&#38;lt;body onkeydown='keyShortcut()'&#38;gt;
&#38;lt;/html&#38;gt;
(put this in a file called shortcut.js and upload to the same directory as the webpage with the above code).  This example will display an alert message [...]]]></description>
		<wfw:commentRss>http://www.rawseo.com/news/2009/03/16/how-to-add-keyboard-shortcuts-to-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 300 million dollar button</title>
		<link>http://www.rawseo.com/news/2009/03/11/the-300-million-dollar-button/</link>
		<comments>http://www.rawseo.com/news/2009/03/11/the-300-million-dollar-button/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 12:49:19 +0000</pubDate>
		<dc:creator>Roy (rawseo)</dc:creator>
				<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.rawseo.com/news/?p=302</guid>
		<description><![CDATA[I found a case study today about how a popular e-commerce site made a few simple design changes and increased its annual revenue by $300 million.
Introduction
The website was a simple design: two fields, two buttons, and a link.  The fields were &#8220;Email Address&#8221; and &#8220;Password&#8221;. The buttons were &#8220;Login&#8221; and &#8220;Register&#8221;. The link was [...]]]></description>
		<wfw:commentRss>http://www.rawseo.com/news/2009/03/11/the-300-million-dollar-button/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
