<?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>Grey Hats &#187; JavaScript</title>
	<atom:link href="http://www.greyhats.com/category/programming/javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://www.greyhats.com</link>
	<description>Home of Borked Cast, also a place for Nerds, Geeks</description>
	<lastBuildDate>Thu, 04 Mar 2010 20:06:37 +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>Google Maps + IE8 Beta 1 = Epic Fail</title>
		<link>http://www.greyhats.com/tech/ie8-beta1-google-maps-epic-fail-71</link>
		<comments>http://www.greyhats.com/tech/ie8-beta1-google-maps-epic-fail-71#comments</comments>
		<pubDate>Thu, 06 Mar 2008 00:49:39 +0000</pubDate>
		<dc:creator>revoked</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.greyhats.com/2008/03/05/ie8-beta1-google-maps-epic-fail/</guid>
		<description><![CDATA[The front-end engineers certainly have their work cut out for them with the release if IE8 on the horizon. Albeit that this IS a Beta, and the FIRST of all public Betas, but still, all my sites generally mostly work (except those using google maps).]]></description>
			<content:encoded><![CDATA[<p>The front-end engineers certainly have their work cut out for them with the release if IE8 on the horizon. Albeit that this IS a Beta, and the FIRST of all public Betas, but still, all my sites <strike>generally</strike> mostly work (except those using google maps).</p>
<p><strong>Remember folks, this is <em>early</em> beta software, rendering (most likely) browser specific <strike>hacks</strike> styling, so take this with a grain of salt.</strong></p>
<p><a href="http://www.greyhats.com/wp-content/uploads/googlemaps-epicfail.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" border="0" alt="GoogleMaps-Epicfail" src="http://www.greyhats.com/wp-content/uploads/googlemaps-epicfail-thumb.png" width="487" height="403" /></a></p>
<p>And embedded</p>
<p><a href="http://www.greyhats.com/wp-content/uploads/googlemaps2-epicfail.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" border="0" alt="GoogleMaps2-EpicFail" src="http://www.greyhats.com/wp-content/uploads/googlemaps2-epicfail-thumb.png" width="487" height="397" /></a></p>
<p>But wait! Not even Microsoft&#8217;s DOM based maps look good:</p>
<p><a href="http://www.greyhats.com/wp-content/uploads/livemaps-epicfail.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" border="0" alt="LiveMaps-EpicFail" src="http://www.greyhats.com/wp-content/uploads/livemaps-epicfail-thumb.png" width="487" height="429" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.greyhats.com/tech/ie8-beta1-google-maps-epic-fail-71/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>oh my little rgb to hex function</title>
		<link>http://www.greyhats.com/programming/oh-my-little-rgb-function-41</link>
		<comments>http://www.greyhats.com/programming/oh-my-little-rgb-function-41#comments</comments>
		<pubDate>Wed, 30 May 2007 17:25:12 +0000</pubDate>
		<dc:creator>revoked</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Snippet]]></category>

		<guid isPermaLink="false">http://www.greyhats.com/2007/05/30/oh-my-little-rgb-function/</guid>
		<description><![CDATA[how I love you
function rgb(r,g,b){
	return r.toString(16) + g.toString(16) + b.toString(16);
}
]]></description>
			<content:encoded><![CDATA[<p>how I love you</p>
<p><code>function rgb(r,g,b){<br />
	return r.toString(16) + g.toString(16) + b.toString(16);<br />
}</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.greyhats.com/programming/oh-my-little-rgb-function-41/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
