<?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>Nikki Foundation</title>
	<atom:link href="http://www.nikkifoundation.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nikkifoundation.com</link>
	<description>Web design, usability and philosophy by Nikki Teepprasarn</description>
	<lastBuildDate>Wed, 26 Aug 2009 20:44:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dotted Outline Around Flash and Links in Firefox</title>
		<link>http://www.nikkifoundation.com/2009/08/26/dotted-outline-around-flash-and-links-in-ff/</link>
		<comments>http://www.nikkifoundation.com/2009/08/26/dotted-outline-around-flash-and-links-in-ff/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 20:26:15 +0000</pubDate>
		<dc:creator>Nikki</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.nikkifoundation.com/?p=76</guid>
		<description><![CDATA[How to get rid of it? Easy!
For the Flash:
object {outline:none;}
For links:
a {outline:none;}
There you have it  
P.S. The dotted outline is created to help those who cannot use a mouse to navigate, but keyboards. The outline is a visual indicator to navigate around. If you are working on a website that needs high accessibility, you [...]]]></description>
		<wfw:commentRss>http://www.nikkifoundation.com/2009/08/26/dotted-outline-around-flash-and-links-in-ff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Inline Style Hover</title>
		<link>http://www.nikkifoundation.com/2008/09/08/html-inline-style-hover/</link>
		<comments>http://www.nikkifoundation.com/2008/09/08/html-inline-style-hover/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 01:56:01 +0000</pubDate>
		<dc:creator>Nikki</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[hover]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[inline]]></category>

		<guid isPermaLink="false">http://www.nikkifoundation.com/?p=58</guid>
		<description><![CDATA[Sometimes we need to do an inline CSS for whatever reasons. Very quick easy way to create a hover effect:
&#60;a onmouseover=&#8221;this.style.color=&#8217;#944e06&#8242;;&#8221; onmouseout=&#8221;this.style.color=&#8217;#cb6412&#8242;;&#8221; style=&#8221;color:#cb6412; text-decoration: underline;&#8221; href=&#8221;http://www.nikkifoundation.com/about&#8221;&#62;Check it out.&#60;/a&#62;
Additional styling:
this.style.fontWeight=&#8217;bold&#8217;
this.style.fontStyle=&#8217;italic&#8217;
this.style.background=&#8217;white&#8217;
Good Luck!
]]></description>
		<wfw:commentRss>http://www.nikkifoundation.com/2008/09/08/html-inline-style-hover/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Line Break without BR Tags</title>
		<link>http://www.nikkifoundation.com/2008/08/21/line-break-without-br-tags/</link>
		<comments>http://www.nikkifoundation.com/2008/08/21/line-break-without-br-tags/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 02:28:38 +0000</pubDate>
		<dc:creator>Nikki</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[semantics]]></category>

		<guid isPermaLink="false">http://www.nikkifoundation.com/?p=8</guid>
		<description><![CDATA[BR Tags Misuse
When I edit content on a web page, I have to make sure it looks nice and have no widows on paragraphs. It sounds like an easy thing to do. As some might say, just put a &#60;br /&#62; tag before the word you would like it to be on the next line, [...]]]></description>
		<wfw:commentRss>http://www.nikkifoundation.com/2008/08/21/line-break-without-br-tags/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
