<?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>Blindsignals &#187; HTML</title>
	<atom:link href="http://blindsignals.com/category/web/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://blindsignals.com</link>
	<description>Web Development, Business, and Life</description>
	<lastBuildDate>Thu, 20 May 2010 21:18:26 +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>CSS Arrows / Pointer Tutorial</title>
		<link>http://blindsignals.com/2009/12/css-arrows-pointer-tutorial/</link>
		<comments>http://blindsignals.com/2009/12/css-arrows-pointer-tutorial/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 22:10:08 +0000</pubDate>
		<dc:creator>chelfers</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[css arrow]]></category>
		<category><![CDATA[css pointer]]></category>
		<category><![CDATA[css triangle]]></category>

		<guid isPermaLink="false">http://blindsignals.com/?p=337</guid>
		<description><![CDATA[Arrows, pointers, triangles, whatever you wish to call this technique you will end up making a pure CSS arrow; graphics are forbidden!
The process is actually extremely simple, the basic idea is that you you set a nice fat border then remove the side you wish the arrow to point to.
Example Code

.right-arrow &#123;
border: 8px solid white;
border-width: [...]]]></description>
		<wfw:commentRss>http://blindsignals.com/2009/12/css-arrows-pointer-tutorial/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CSS Sprites or How to make your pages load faster</title>
		<link>http://blindsignals.com/2009/07/css-sprites-or-how-to-make-your-pages-load-faster/</link>
		<comments>http://blindsignals.com/2009/07/css-sprites-or-how-to-make-your-pages-load-faster/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 03:27:18 +0000</pubDate>
		<dc:creator>chelfers</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[CSS sprite]]></category>
		<category><![CDATA[development techniques]]></category>
		<category><![CDATA[HTTP-requests]]></category>
		<category><![CDATA[overhead]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://blindsignals.com/?p=166</guid>
		<description><![CDATA[Regurgitating old web techniques seems to be somewhat of a trend I've fallen into recently, but as I see questions and non-existent usage of these important and basic techniques I feel obligated to help spread the word once again.
Here are a couple of great articles explaining what CSS sprites are, their purpose, makeup, and why [...]]]></description>
		<wfw:commentRss>http://blindsignals.com/2009/07/css-sprites-or-how-to-make-your-pages-load-faster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Replacing HTML character codes / escaped strings</title>
		<link>http://blindsignals.com/2009/07/replacing-html-character-codes-escaped-strings/</link>
		<comments>http://blindsignals.com/2009/07/replacing-html-character-codes-escaped-strings/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 05:05:55 +0000</pubDate>
		<dc:creator>chelfers</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[character codes]]></category>
		<category><![CDATA[HEX]]></category>
		<category><![CDATA[html character]]></category>

		<guid isPermaLink="false">http://blindsignals.com/?p=163</guid>
		<description><![CDATA[I've been coding web pages and applications for quite a few years using quite a few different languages.  When I learn something so basic and fundamental I often wonder how much of a noob I really am, and then how many other developers are in my same shoes.
The problem I had was converting HTML [...]]]></description>
		<wfw:commentRss>http://blindsignals.com/2009/07/replacing-html-character-codes-escaped-strings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript href Voids and More</title>
		<link>http://blindsignals.com/2009/07/javascript-href-voids-and-more/</link>
		<comments>http://blindsignals.com/2009/07/javascript-href-voids-and-more/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 23:00:01 +0000</pubDate>
		<dc:creator>chelfers</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[href onclick]]></category>
		<category><![CDATA[javascript href]]></category>
		<category><![CDATA[javascript void]]></category>

		<guid isPermaLink="false">http://blindsignals.com/?p=142</guid>
		<description><![CDATA[- If you are a web developer raise your hand. *raises hand*
- If you have ever referenced Javascript for a link address raise your hand. *raises hand*
I'm sure there are many guilty developers out in the wild who use the age old classic

&#60;a href=&#34;javascript:function();&#34;&#62;Click Here&#60;/a&#62;

A basic explanation is this little call tells the browser to [...]]]></description>
		<wfw:commentRss>http://blindsignals.com/2009/07/javascript-href-voids-and-more/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
