<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Roy.G.Biv alpha</title>
	<atom:link href="http://jasonkarns.com/blog/2009/11/17/roy-g-biv-alpha/feed/" rel="self" type="application/rss+xml" />
	<link>http://jasonkarns.com/blog/2009/11/17/roy-g-biv-alpha/</link>
	<description>Tales of a Transient Programmer</description>
	<lastBuildDate>Fri, 03 Sep 2010 01:51:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sermirrarebof</title>
		<link>http://jasonkarns.com/blog/2009/11/17/roy-g-biv-alpha/comment-page-1/#comment-5291</link>
		<dc:creator>Sermirrarebof</dc:creator>
		<pubDate>Mon, 23 Aug 2010 21:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://jasonkarns.com/blog/?p=47#comment-5291</guid>
		<description>Hello!  
Check out  
a marvelous search engine – 
&lt;b&gt;Warning&lt;/b&gt;:  array_merge() [&lt;a href=&#039;function.array-merge&#039; rel=&quot;nofollow&quot;&gt;function.array-merge&lt;/a&gt;]: Argument #2 is not an array in &lt;b&gt;/var/www/html/links.php&lt;/b&gt; on line &lt;b&gt;16&lt;/b&gt; 
P.S. Yahoo – everything will be found! Google: nothing was really lost…  
 
See you!</description>
		<content:encoded><![CDATA[<p>Hello!<br />
Check out<br />
a marvelous search engine –<br />
<b>Warning</b>:  array_merge() [<a href='function.array-merge' rel="nofollow">function.array-merge</a>]: Argument #2 is not an array in <b>/var/www/html/links.php</b> on line <b>16</b><br />
P.S. Yahoo – everything will be found! Google: nothing was really lost…  </p>
<p>See you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver Jones</title>
		<link>http://jasonkarns.com/blog/2009/11/17/roy-g-biv-alpha/comment-page-1/#comment-4272</link>
		<dc:creator>Oliver Jones</dc:creator>
		<pubDate>Wed, 28 Apr 2010 18:25:07 +0000</pubDate>
		<guid isPermaLink="false">http://jasonkarns.com/blog/?p=47#comment-4272</guid>
		<description>Internet Explorer 8 is very good because it is as stable as Opera. I hate the previous versions of IE like IE6 because it hangs frequently.        &#124;</description>
		<content:encoded><![CDATA[<p>Internet Explorer 8 is very good because it is as stable as Opera. I hate the previous versions of IE like IE6 because it hangs frequently.        |</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: <img src='http://jasonkarns.com/blog/wp-content/plugins/rpx/images/openid.png' alt='openid'/> jasonkarns</title>
		<link>http://jasonkarns.com/blog/2009/11/17/roy-g-biv-alpha/comment-page-1/#comment-3786</link>
		<dc:creator><img src='http://jasonkarns.com/blog/wp-content/plugins/rpx/images/openid.png' alt='openid'/> jasonkarns</dc:creator>
		<pubDate>Tue, 16 Feb 2010 04:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://jasonkarns.com/blog/?p=47#comment-3786</guid>
		<description>RGB values in CSS are declared in the range 0-255 for each color (R: 0-255, G: 0-255, B: 0-255). HEX values are the same 0-255 values but converted to hexadecimal (base 16). Rather than 0-9, the digits are 0-F (where F in HEX is equal to 15 in decimal). So 0xFF (prefix 0x denotes a HEX number) is 255 (the highest value that can be represented with 2 HEX digits).

So let&#039;s say we want black with an opacity of 50%. The standard rgba notation is (0, 0, 0, .5) where the alpha is specified as a decimal percentage. To convert that to HEX, we first need to rescale the percentage (which is on a scale of 0-100) to a scale of 0-255. Multiplying .5 by 255 will give you 127 (rounded down to nearest whole number). Now we just need to convert 127 from decimal to HEX, which can be done with your nearest scientific calculator (or Google). 127 = 0x7F

Hope this helps!</description>
		<content:encoded><![CDATA[<p>RGB values in CSS are declared in the range 0-255 for each color (R: 0-255, G: 0-255, B: 0-255). HEX values are the same 0-255 values but converted to hexadecimal (base 16). Rather than 0-9, the digits are 0-F (where F in HEX is equal to 15 in decimal). So 0xFF (prefix 0x denotes a HEX number) is 255 (the highest value that can be represented with 2 HEX digits).</p>
<p>So let&#8217;s say we want black with an opacity of 50%. The standard rgba notation is (0, 0, 0, .5) where the alpha is specified as a decimal percentage. To convert that to HEX, we first need to rescale the percentage (which is on a scale of 0-100) to a scale of 0-255. Multiplying .5 by 255 will give you 127 (rounded down to nearest whole number). Now we just need to convert 127 from decimal to HEX, which can be done with your nearest scientific calculator (or Google). 127 = 0&#215;7F</p>
<p>Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pen</title>
		<link>http://jasonkarns.com/blog/2009/11/17/roy-g-biv-alpha/comment-page-1/#comment-3152</link>
		<dc:creator>pen</dc:creator>
		<pubDate>Wed, 09 Dec 2009 09:19:09 +0000</pubDate>
		<guid isPermaLink="false">http://jasonkarns.com/blog/?p=47#comment-3152</guid>
		<description>great fix - for some reason my rgb just wouldnt work in IE6 - and I didn&#039;t want an image instead. Your fix has sorted it, though Im a bit clueless how to calculate other alpha values, I know the color is easily changed.

&quot;These values are not your standard HEX values. Instead of 0xRRGGBB, the first 2 digits are the alpha transparency. Converting our 75% into HEX (.75 * 255 –&gt; 191.25 –&gt; 0xBF)..&quot;

Any guidance on that appreciated. Thanks!</description>
		<content:encoded><![CDATA[<p>great fix &#8211; for some reason my rgb just wouldnt work in IE6 &#8211; and I didn&#8217;t want an image instead. Your fix has sorted it, though Im a bit clueless how to calculate other alpha values, I know the color is easily changed.</p>
<p>&#8220;These values are not your standard HEX values. Instead of 0xRRGGBB, the first 2 digits are the alpha transparency. Converting our 75% into HEX (.75 * 255 –&gt; 191.25 –&gt; 0xBF)..&#8221;</p>
<p>Any guidance on that appreciated. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Horn</title>
		<link>http://jasonkarns.com/blog/2009/11/17/roy-g-biv-alpha/comment-page-1/#comment-3075</link>
		<dc:creator>Steve Horn</dc:creator>
		<pubDate>Wed, 18 Nov 2009 03:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://jasonkarns.com/blog/?p=47#comment-3075</guid>
		<description>Nice tip!  Transparent div over an image thing is something I&#039;ve had to do a few times.  This is a much better approach than what I was using.</description>
		<content:encoded><![CDATA[<p>Nice tip!  Transparent div over an image thing is something I&#8217;ve had to do a few times.  This is a much better approach than what I was using.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
