<?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>Kristy Sullivan</title>
	<atom:link href="http://www.weaselette.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.weaselette.com</link>
	<description>UX/UI Freelance Developer</description>
	<lastBuildDate>Wed, 04 Aug 2010 21:03:00 +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>How to Unblock a Program in Windows Vista</title>
		<link>http://www.weaselette.com/how-to-unblock-a-program-in-windows-vista/</link>
		<comments>http://www.weaselette.com/how-to-unblock-a-program-in-windows-vista/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 21:01:27 +0000</pubDate>
		<dc:creator>Kristy Sullivan</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[All Articles]]></category>
		<category><![CDATA[unblock]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.weaselette.com/?p=198</guid>
		<description><![CDATA[Have you ever tried to install a program or install updates and accidentally click the button that blocks that publisher? Well, one day, I got click happy and it happened to me. <a href="http://www.weaselette.com/how-to-unblock-a-program-in-windows-vista/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.weaselette.com/how-to-unblock-a-program-in-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unmask Password Fields on Web Forms</title>
		<link>http://www.weaselette.com/unmask-password-fields-on-web-forms/</link>
		<comments>http://www.weaselette.com/unmask-password-fields-on-web-forms/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 23:27:19 +0000</pubDate>
		<dc:creator>Kristy Sullivan</dc:creator>
				<category><![CDATA[All Articles]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[unmask]]></category>

		<guid isPermaLink="false">http://www.weaselette.com/blog/?p=13</guid>
		<description><![CDATA[The past several months I have been reading about how unmasking password fields can help with usability on web forms. The article that really moved me was written by Jakob Nielsen called <a href="http://www.useit.com/alertbox/passwords.html" title="Stop Password Masking by Jakob Nielsen opens in a new window." target="_blank">Stop Password Masking</a>. I am not going to recap everything he said. You can read his article on your own time, however, I will point out some important things he mentioned. These will reinforce why we need to stop masking passwords. <a href="http://www.weaselette.com/unmask-password-fields-on-web-forms/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.weaselette.com/unmask-password-fields-on-web-forms/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Magento and Usability</title>
		<link>http://www.weaselette.com/magento-and-usability/</link>
		<comments>http://www.weaselette.com/magento-and-usability/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 09:21:22 +0000</pubDate>
		<dc:creator>Kristy Sullivan</dc:creator>
				<category><![CDATA[All Articles]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://www.weaselette.com/blog/?p=16</guid>
		<description><![CDATA[If you haven&#8217;t heard already, Magento is probably one of the more reliable FREE open-source e-commerce applications out there. Not only it is reliable, it&#8217;s very customizable for almost any situation. Recently, I did a project with my company that &#8230; <a href="http://www.weaselette.com/magento-and-usability/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.weaselette.com/magento-and-usability/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>CSS Form Layouts Using Definition Lists</title>
		<link>http://www.weaselette.com/css-form-layouts-using-definition-lists/</link>
		<comments>http://www.weaselette.com/css-form-layouts-using-definition-lists/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 02:00:55 +0000</pubDate>
		<dc:creator>Kristy Sullivan</dc:creator>
				<category><![CDATA[All Articles]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[dl]]></category>
		<category><![CDATA[dt]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://www.weaselette.com/blog/?p=3</guid>
		<description><![CDATA[Using definition lists is one of the many methods of creating forms without the use of table layouts. I started using this method in 2004 when working for a company that specialized in web applications and found that it was the easiest and most logical way to organize a web form. <a href="http://www.weaselette.com/css-form-layouts-using-definition-lists/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.weaselette.com/css-form-layouts-using-definition-lists/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
