<?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>Glenn's Second Brain</title>
	<atom:link href="http://www.glennmarcus.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.glennmarcus.com/blog</link>
	<description>For the spillover</description>
	<lastBuildDate>Fri, 12 Mar 2010 06:20:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Harmony: Canvas Drawing Tool</title>
		<link>http://www.glennmarcus.com/blog/2010/03/10/harmony-canvas-drawing-tool/</link>
		<comments>http://www.glennmarcus.com/blog/2010/03/10/harmony-canvas-drawing-tool/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 09:50:44 +0000</pubDate>
		<dc:creator>Michael Mahemoff</dc:creator>
				<category><![CDATA[fun]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Canvas]]></category>
		<category><![CDATA[Front Page]]></category>
		<category><![CDATA[Showcase]]></category>
		<category><![CDATA[user/12651333281871808648/label/fun]]></category>
		<category><![CDATA[user/12651333281871808648/state/com.google/fresh]]></category>
		<category><![CDATA[user/12651333281871808648/state/com.google/read]]></category>
		<category><![CDATA[user/12651333281871808648/state/com.google/tracking-body-link-used]]></category>

		<guid isPermaLink="false">tag:google.com,2005:reader/item/533583b5ccd152ca</guid>
		<description><![CDATA[<p></p>
<p><a href="http://mrdoob.com/lab/javascript/harmony/">Harmony</a> is a new drawing tool, a HTML5/Canvas experiment with great potential. It provides some unique brush styles, and can produce some great-looking charcoal pencil style sketches, among other things. Better to <a href="http://mrdoob.com/lab/javascript/harmony/">try it out</a> than explain it in words.</p>
<p>Creator Mr. Doob  (Richard Cabello) <a href="http://mrdoob.com/blog/post/689">explains</a> how he used Canvas to make it darker the more you draw over it:</p>
<blockquote><p>
The whole thing is quite modular so I can keep adding more brush styles whenever I get inspired. During the process I found out that, for some reason (apparently lack of hardware acceleration), Firefox and Opera do not support context.globalCompositeOperation = &#8216;darker&#8217;. This was on the HTML5 spec before but got removed. Just so you know what I&#8217;m talking about, this is like the &#8220;multiply&#8221; blending in Photoshop. Webkit does support it tho. I hope they put it back on the specs and all browsers support it.
</p>
</blockquote>
<p>You can also save images using data URI encoding.</p>
<p>As it works on webkit, he made sure it worked on the mobile Android and iPhone browsers. No multi-touch as yet, but the touch UI still makes a nice input mechanism.</p>
<p><a href="http://mrdoob.com/lab/javascript/harmony/"><img src="http://ajaxian.com/wp-content/images/harmony.jpg" alt="harmony" title="harmony" width="320" height="480"/></a></p>
<p>(Thanks <a href="http://twitter.com/FND">FND</a>)</p>
<div>
<a href="http://feeds.feedburner.com/~ff/ajaxian?a=9ASJDZ59k9Y:QoYCwb10r9k:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ajaxian?d=yIl2AUoC8zA" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/ajaxian?a=9ASJDZ59k9Y:QoYCwb10r9k:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/ajaxian?d=7Q72WNTAKBA" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/ajaxian?a=9ASJDZ59k9Y:QoYCwb10r9k:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ajaxian?i=9ASJDZ59k9Y:QoYCwb10r9k:D7DqB2pKExk" border="0"/></a>
</div>
]]></description>
			<content:encoded><![CDATA[<p><embed src="http://www.youtube.com/v/To1A-EPz79w&amp;hl=en_US&amp;fs=1&amp;" allowScriptAccess="never" allowFullScreen="true" width="640" height="385" wmode="transparent" type="application/x-shockwave-flash"></embed></p>
<p><a href="http://mrdoob.com/lab/javascript/harmony/">Harmony</a> is a new drawing tool, a HTML5/Canvas experiment with great potential. It provides some unique brush styles, and can produce some great-looking charcoal pencil style sketches, among other things. Better to <a href="http://mrdoob.com/lab/javascript/harmony/">try it out</a> than explain it in words.</p>
<p>Creator Mr. Doob  (Richard Cabello) <a href="http://mrdoob.com/blog/post/689">explains</a> how he used Canvas to make it darker the more you draw over it:</p>
<blockquote><p>
The whole thing is quite modular so I can keep adding more brush styles whenever I get inspired. During the process I found out that, for some reason (apparently lack of hardware acceleration), Firefox and Opera do not support context.globalCompositeOperation = &#8216;darker&#8217;. This was on the HTML5 spec before but got removed. Just so you know what I&#8217;m talking about, this is like the &#8220;multiply&#8221; blending in Photoshop. Webkit does support it tho. I hope they put it back on the specs and all browsers support it.
</p>
</blockquote>
<p>You can also save images using data URI encoding.</p>
<p>As it works on webkit, he made sure it worked on the mobile Android and iPhone browsers. No multi-touch as yet, but the touch UI still makes a nice input mechanism.</p>
<p><a href="http://mrdoob.com/lab/javascript/harmony/"><img src="http://ajaxian.com/wp-content/images/harmony.jpg" alt="harmony" title="harmony" width="320" height="480"/></a></p>
<p>(Thanks <a href="http://twitter.com/FND">FND</a>)</p>
<div>
<a href="http://feeds.feedburner.com/~ff/ajaxian?a=9ASJDZ59k9Y:QoYCwb10r9k:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ajaxian?d=yIl2AUoC8zA" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/ajaxian?a=9ASJDZ59k9Y:QoYCwb10r9k:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/ajaxian?d=7Q72WNTAKBA" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/ajaxian?a=9ASJDZ59k9Y:QoYCwb10r9k:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ajaxian?i=9ASJDZ59k9Y:QoYCwb10r9k:D7DqB2pKExk" border="0"/></a>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.glennmarcus.com/blog/2010/03/10/harmony-canvas-drawing-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GorillaPad Goes Magnetic, Letting You Attach a Tripod to Your Fridge [Gorillapod]</title>
		<link>http://www.glennmarcus.com/blog/2010/02/18/gorillapad-goes-magnetic-letting-you-attach-a-tripod-to-your-fridge-gorillapod/</link>
		<comments>http://www.glennmarcus.com/blog/2010/02/18/gorillapad-goes-magnetic-letting-you-attach-a-tripod-to-your-fridge-gorillapod/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 18:38:33 +0000</pubDate>
		<dc:creator>Adam Frucci</dc:creator>
				<category><![CDATA[gear]]></category>
		<category><![CDATA[Cameras]]></category>
		<category><![CDATA[Digital Cameras]]></category>
		<category><![CDATA[Gorillapod]]></category>
		<category><![CDATA[GorillaPod Magnetic]]></category>
		<category><![CDATA[Tripod]]></category>
		<category><![CDATA[user/12651333281871808648/label/gear]]></category>
		<category><![CDATA[user/12651333281871808648/state/com.google/fresh]]></category>
		<category><![CDATA[user/12651333281871808648/state/com.google/read]]></category>

		<guid isPermaLink="false">tag:google.com,2005:reader/item/1f9338fa195cc8ac</guid>
		<description><![CDATA[<p><a rel="lytebox" href="http://cache.gawkerassets.com/assets/images/4/2010/02/gorillapodmagnetic.jpg"><img src="http://cache.gawkerassets.com/assets/images/4/2010/02/500x_gorillapodmagnetic.jpg" width="500"/></a><a href="http://gizmodo.com/t/gorillapod">GorillaPod</a>, the bendy tripods you know and love, just announced its newest version: <a title="Click here to read more posts tagged #gorillapodmagnetic" href="http://gizmodo.com/tag/gorillapodmagnetic/">GorillaPod Magnetic</a>. This guy has magnets on each of its feet, allowing you to stick it to pretty much any magnetic surface.</p>
<p>Of course, it&#8217;ll still work without sticking to a surface, as it&#8217;s still a normal GorillaPod above the feet. But if you feel the need to have your camera attached to the side of your car door, well, now you&#8217;ve got the ability to. It&#8217;ll be available in April.</p>
<p><br style="clear:both"/><br />
<br style="clear:both"/><br />
<a href="http://ads.pheedo.com/click.phdo?s=b4bd3162de45775df36c0fdace9c92f3&#38;p=1"><img alt="" style="border:0" border="0" src="http://ads.pheedo.com/img.phdo?s=b4bd3162de45775df36c0fdace9c92f3&#38;p=1"/></a><br />
<img alt="" height="0" width="0" border="0" src="http://a.rfihub.com/eus.gif?eui=2226"/>
<div>
<a href="http://feeds.gawker.com/~ff/gizmodo/full?a=9uMy63thPd4:LXoy6FLmv5g:H0mrP-F8Qgo"><img src="http://feeds.feedburner.com/~ff/gizmodo/full?d=H0mrP-F8Qgo" border="0"/></a> <a href="http://feeds.gawker.com/~ff/gizmodo/full?a=9uMy63thPd4:LXoy6FLmv5g:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/gizmodo/full?d=yIl2AUoC8zA" border="0"/></a> <a href="http://feeds.gawker.com/~ff/gizmodo/full?a=9uMy63thPd4:LXoy6FLmv5g:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/gizmodo/full?i=9uMy63thPd4:LXoy6FLmv5g:D7DqB2pKExk" border="0"/></a> <a href="http://feeds.gawker.com/~ff/gizmodo/full?a=9uMy63thPd4:LXoy6FLmv5g:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/gizmodo/full?i=9uMy63thPd4:LXoy6FLmv5g:V_sGLiPBpWU" border="0"/></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/gizmodo/full/~4/9uMy63thPd4" height="1" width="1"/></p>
]]></description>
			<content:encoded><![CDATA[<p><a rel="lytebox" href="http://cache.gawkerassets.com/assets/images/4/2010/02/gorillapodmagnetic.jpg"><img src="http://cache.gawkerassets.com/assets/images/4/2010/02/500x_gorillapodmagnetic.jpg" width="500"/></a><a href="http://gizmodo.com/t/gorillapod">GorillaPod</a>, the bendy tripods you know and love, just announced its newest version: <a title="Click here to read more posts tagged #gorillapodmagnetic" href="http://gizmodo.com/tag/gorillapodmagnetic/">GorillaPod Magnetic</a>. This guy has magnets on each of its feet, allowing you to stick it to pretty much any magnetic surface.</p>
<p>Of course, it&#8217;ll still work without sticking to a surface, as it&#8217;s still a normal GorillaPod above the feet. But if you feel the need to have your camera attached to the side of your car door, well, now you&#8217;ve got the ability to. It&#8217;ll be available in April.</p>
<p><br style="clear:both"/><br />
<br style="clear:both"/><br />
<a href="http://ads.pheedo.com/click.phdo?s=b4bd3162de45775df36c0fdace9c92f3&amp;p=1"><img alt="" style="border:0" border="0" src="http://ads.pheedo.com/img.phdo?s=b4bd3162de45775df36c0fdace9c92f3&amp;p=1"/></a><br />
<img alt="" height="0" width="0" border="0" src="http://a.rfihub.com/eus.gif?eui=2226"/>
<div>
<a href="http://feeds.gawker.com/~ff/gizmodo/full?a=9uMy63thPd4:LXoy6FLmv5g:H0mrP-F8Qgo"><img src="http://feeds.feedburner.com/~ff/gizmodo/full?d=H0mrP-F8Qgo" border="0"/></a> <a href="http://feeds.gawker.com/~ff/gizmodo/full?a=9uMy63thPd4:LXoy6FLmv5g:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/gizmodo/full?d=yIl2AUoC8zA" border="0"/></a> <a href="http://feeds.gawker.com/~ff/gizmodo/full?a=9uMy63thPd4:LXoy6FLmv5g:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/gizmodo/full?i=9uMy63thPd4:LXoy6FLmv5g:D7DqB2pKExk" border="0"/></a> <a href="http://feeds.gawker.com/~ff/gizmodo/full?a=9uMy63thPd4:LXoy6FLmv5g:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/gizmodo/full?i=9uMy63thPd4:LXoy6FLmv5g:V_sGLiPBpWU" border="0"/></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/gizmodo/full/~4/9uMy63thPd4" height="1" width="1"/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.glennmarcus.com/blog/2010/02/18/gorillapad-goes-magnetic-letting-you-attach-a-tripod-to-your-fridge-gorillapod/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Infinitec Unlimited Storage Streaming Flash Drive [USB]</title>
		<link>http://www.glennmarcus.com/blog/2010/02/18/infinitec-unlimited-storage-streaming-flash-drive-usb/</link>
		<comments>http://www.glennmarcus.com/blog/2010/02/18/infinitec-unlimited-storage-streaming-flash-drive-usb/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 15:56:13 +0000</pubDate>
		<dc:creator>Mark Wilson</dc:creator>
				<category><![CDATA[gear]]></category>
		<category><![CDATA[802.11N]]></category>
		<category><![CDATA[Infinitec]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Media Extender]]></category>
		<category><![CDATA[Streaming]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[user/12651333281871808648/label/gear]]></category>
		<category><![CDATA[user/12651333281871808648/state/com.google/fresh]]></category>
		<category><![CDATA[user/12651333281871808648/state/com.google/read]]></category>
		<category><![CDATA[Wi-Fi]]></category>

		<guid isPermaLink="false">tag:google.com,2005:reader/item/a62730246bc27477</guid>
		<description><![CDATA[<p><a rel="lytebox" href="http://cache.gawkerassets.com/assets/images/4/2010/02/infinitec-ium-game-consoles1.jpg"><img src="http://cache.gawkerassets.com/assets/images/4/2010/02/500x_infinitec-ium-game-consoles1.jpg" width="500"/></a>I don&#39;t know how to best sum up Infinitec&#39;s new &#34;flash drive&#34; in a headline—which is obvious at this point. But what it can do is pretty unique, once you wrap your head around it.</p>
<p>Infinitec has created a USB stick that contains an 802.11n module capable of creating an ad hoc network through any device&#8217;s USB port. But on the receiving end, it appears as nothing more complicated than a flash drive.</p>
<p>In other words, you can stream media to devices that aren&#8217;t necessarily so thrilled with you streaming media. Placed in a DVD player, for instance, you need not worry about the player&#8217;s supported network standards or your PC&#8217;s sharing settings. Just set the Infinitec stick to anywhere from 1GB to 1TB+ (depending on how much storage you expect your player to support), then load MPEG4s right from the stick&#8230;streamed from your PC loaded with accompanying software.</p>
<p>I could see several uses for Infinitec&#39;s little device—namely, adding a <a title="Click here to read more posts tagged #mediaextender" href="http://gizmodo.com/tag/mediaextender/">media extender</a> to any room that has a TV with a USB port. That is, if the price is right whenever it eventually comes out. [<a href="http://www.engadget.com/2010/02/18/infinitec-details-infinite-usb-memory-device-functionality-ahead/">Engadget</a>]</p>
<p><br style="clear:both"/><br />
<br style="clear:both"/><br />
<a href="http://ads.pheedo.com/click.phdo?s=d70bb403a9a91d5b5c11c012eefcb025&#38;p=1"><img alt="" style="border:0" border="0" src="http://ads.pheedo.com/img.phdo?s=d70bb403a9a91d5b5c11c012eefcb025&#38;p=1"/></a><br />
<img alt="" height="0" width="0" border="0" src="http://a.rfihub.com/eus.gif?eui=2226"/>
<div>
<a href="http://feeds.gawker.com/~ff/gizmodo/full?a=S-fajypQ0sY:jKQmIvBAZGQ:H0mrP-F8Qgo"><img src="http://feeds.feedburner.com/~ff/gizmodo/full?d=H0mrP-F8Qgo" border="0"/></a> <a href="http://feeds.gawker.com/~ff/gizmodo/full?a=S-fajypQ0sY:jKQmIvBAZGQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/gizmodo/full?d=yIl2AUoC8zA" border="0"/></a> <a href="http://feeds.gawker.com/~ff/gizmodo/full?a=S-fajypQ0sY:jKQmIvBAZGQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/gizmodo/full?i=S-fajypQ0sY:jKQmIvBAZGQ:D7DqB2pKExk" border="0"/></a> <a href="http://feeds.gawker.com/~ff/gizmodo/full?a=S-fajypQ0sY:jKQmIvBAZGQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/gizmodo/full?i=S-fajypQ0sY:jKQmIvBAZGQ:V_sGLiPBpWU" border="0"/></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/gizmodo/full/~4/S-fajypQ0sY" height="1" width="1"/></p>
]]></description>
			<content:encoded><![CDATA[<p><a rel="lytebox" href="http://cache.gawkerassets.com/assets/images/4/2010/02/infinitec-ium-game-consoles1.jpg"><img src="http://cache.gawkerassets.com/assets/images/4/2010/02/500x_infinitec-ium-game-consoles1.jpg" width="500"/></a>I don&#39;t know how to best sum up Infinitec&#39;s new &quot;flash drive&quot; in a headline—which is obvious at this point. But what it can do is pretty unique, once you wrap your head around it.</p>
<p>Infinitec has created a USB stick that contains an 802.11n module capable of creating an ad hoc network through any device&#8217;s USB port. But on the receiving end, it appears as nothing more complicated than a flash drive.</p>
<p>In other words, you can stream media to devices that aren&#8217;t necessarily so thrilled with you streaming media. Placed in a DVD player, for instance, you need not worry about the player&#8217;s supported network standards or your PC&#8217;s sharing settings. Just set the Infinitec stick to anywhere from 1GB to 1TB+ (depending on how much storage you expect your player to support), then load MPEG4s right from the stick&#8230;streamed from your PC loaded with accompanying software.</p>
<p>I could see several uses for Infinitec&#39;s little device—namely, adding a <a title="Click here to read more posts tagged #mediaextender" href="http://gizmodo.com/tag/mediaextender/">media extender</a> to any room that has a TV with a USB port. That is, if the price is right whenever it eventually comes out. [<a href="http://www.engadget.com/2010/02/18/infinitec-details-infinite-usb-memory-device-functionality-ahead/">Engadget</a>]</p>
<p><br style="clear:both"/><br />
<br style="clear:both"/><br />
<a href="http://ads.pheedo.com/click.phdo?s=d70bb403a9a91d5b5c11c012eefcb025&amp;p=1"><img alt="" style="border:0" border="0" src="http://ads.pheedo.com/img.phdo?s=d70bb403a9a91d5b5c11c012eefcb025&amp;p=1"/></a><br />
<img alt="" height="0" width="0" border="0" src="http://a.rfihub.com/eus.gif?eui=2226"/>
<div>
<a href="http://feeds.gawker.com/~ff/gizmodo/full?a=S-fajypQ0sY:jKQmIvBAZGQ:H0mrP-F8Qgo"><img src="http://feeds.feedburner.com/~ff/gizmodo/full?d=H0mrP-F8Qgo" border="0"/></a> <a href="http://feeds.gawker.com/~ff/gizmodo/full?a=S-fajypQ0sY:jKQmIvBAZGQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/gizmodo/full?d=yIl2AUoC8zA" border="0"/></a> <a href="http://feeds.gawker.com/~ff/gizmodo/full?a=S-fajypQ0sY:jKQmIvBAZGQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/gizmodo/full?i=S-fajypQ0sY:jKQmIvBAZGQ:D7DqB2pKExk" border="0"/></a> <a href="http://feeds.gawker.com/~ff/gizmodo/full?a=S-fajypQ0sY:jKQmIvBAZGQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/gizmodo/full?i=S-fajypQ0sY:jKQmIvBAZGQ:V_sGLiPBpWU" border="0"/></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/gizmodo/full/~4/S-fajypQ0sY" height="1" width="1"/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.glennmarcus.com/blog/2010/02/18/infinitec-unlimited-storage-streaming-flash-drive-usb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chromakey is everywhere</title>
		<link>http://www.glennmarcus.com/blog/2010/02/18/chromakey-is-everywhere/</link>
		<comments>http://www.glennmarcus.com/blog/2010/02/18/chromakey-is-everywhere/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 15:54:16 +0000</pubDate>
		<dc:creator>Cory Doctorow</dc:creator>
				<category><![CDATA[amazing]]></category>
		<category><![CDATA[effects]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Movies]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[user/12651333281871808648/label/amazing]]></category>
		<category><![CDATA[user/12651333281871808648/state/com.google/fresh]]></category>
		<category><![CDATA[user/12651333281871808648/state/com.google/read]]></category>

		<guid isPermaLink="false">tag:google.com,2005:reader/item/ef70821637a4c15c</guid>
		<description><![CDATA[<p></p>
<p>
Alan sez, &#8220;A great, but slightly disturbing, look at how pervasive green-screening has become in simply every scene in television these days.  Pretty much everything you think is outdoors is faked, at least to some degree.  I particularly like the faked ferry fire&#8230;&#8221;
</p>
<p>
<a href="http://www.youtube.com/watch?v=clnozSXyF4k&#38;feature=player_embedded">Stargate Studios Virtual Backlot Reel 2009</a></p>
<p>(<i>Thanks, <a href="http://copyfight.corante.com/">Alan</a>!</i>)</p>
<div>
<em>Previously:</em>
<ul>
<li><a href="http://www.boingboing.net/2002/12/01/dahling-you-look-mah.html#previouspost">Dahling, you look mahvelous&#8230; in chromakey &#8211; Boing Boing</a></li>
<li><a href="http://www.boingboing.net/2009/12/08/we-got-that-b-roll.html#previouspost">We got that b-roll Boing Boing</a></li>
<li><a href="http://www.boingboing.net/2008/03/25/is-fred-and-sharons.html#previouspost">Is Fred and Sharon&#39;s movie production business real or performance &#8230;</a></li>
<li><a href="http://www.boingboing.net/2009/04/24/handmade-effect-heav.html#previouspost">Handmade, effect-heavy feature film &#8211; Boing Boing</a></li>
<li><a href="http://www.boingboing.net/2008/04/29/get-involved-in-prod.html#previouspost">Get involved in production of community-made SF movie: Artemis &#8230;</a></li>
<li><a href="http://www.boingboing.net/2006/12/11/dv_rebels_guide.html#previouspost">Boing Boing: DV Rebel&#39;s Guide</a></li>
<li><a href="http://www.boingboing.net/2008/12/10/lotrnarniainspired-m.html#previouspost">LOTR/Narnia-inspired music video &#8211; Boing Boing</a></li>
<li><a href="http://www.boingboing.net/2010/02/12/raptor-devours-cheer.html%3Futm_source%3Dfeedburner%26utm_medium%3Dfeed%26utm_campaign%3DFeed%253A%2Bboingboing%252FiBag%2B(Boing%2BBoing)#previouspost">Raptor devours cheerleader Boing Boing</a></li>
</ul>
</div>
<p><br style="clear:both"/><br />
<br style="clear:both"/><br />
<a href="http://ads.pheedo.com/click.phdo?s=348c86c49633be261189402aaf324407&#38;p=1"><img alt="" style="border:0" border="0" src="http://ads.pheedo.com/img.phdo?s=348c86c49633be261189402aaf324407&#38;p=1"/></a><br />
<img alt="" height="0" width="0" border="0" src="http://a.rfihub.com/eus.gif?eui=2226"/><img src="http://feeds.feedburner.com/~r/boingboing/iBag/~4/y7mIeFK8hZc" height="1" width="1"/></p>
]]></description>
			<content:encoded><![CDATA[<p><embed src="http://www.youtube-nocookie.com/v/clnozSXyF4k&amp;hl=en_US&amp;fs=1&amp;" allowScriptAccess="never" allowFullScreen="true" width="640" height="385" wmode="transparent" type="application/x-shockwave-flash"></embed></p>
<p>
Alan sez, &#8220;A great, but slightly disturbing, look at how pervasive green-screening has become in simply every scene in television these days.  Pretty much everything you think is outdoors is faked, at least to some degree.  I particularly like the faked ferry fire&#8230;&#8221;
</p>
<p>
<a href="http://www.youtube.com/watch?v=clnozSXyF4k&amp;feature=player_embedded">Stargate Studios Virtual Backlot Reel 2009</a></p>
<p>(<i>Thanks, <a href="http://copyfight.corante.com/">Alan</a>!</i>)</p>
<div>
<em>Previously:</em>
<ul>
<li><a href="http://www.boingboing.net/2002/12/01/dahling-you-look-mah.html#previouspost">Dahling, you look mahvelous&#8230; in chromakey &#8211; Boing Boing</a></li>
<li><a href="http://www.boingboing.net/2009/12/08/we-got-that-b-roll.html#previouspost">We got that b-roll Boing Boing</a></li>
<li><a href="http://www.boingboing.net/2008/03/25/is-fred-and-sharons.html#previouspost">Is Fred and Sharon&#39;s movie production business real or performance &#8230;</a></li>
<li><a href="http://www.boingboing.net/2009/04/24/handmade-effect-heav.html#previouspost">Handmade, effect-heavy feature film &#8211; Boing Boing</a></li>
<li><a href="http://www.boingboing.net/2008/04/29/get-involved-in-prod.html#previouspost">Get involved in production of community-made SF movie: Artemis &#8230;</a></li>
<li><a href="http://www.boingboing.net/2006/12/11/dv_rebels_guide.html#previouspost">Boing Boing: DV Rebel&#39;s Guide</a></li>
<li><a href="http://www.boingboing.net/2008/12/10/lotrnarniainspired-m.html#previouspost">LOTR/Narnia-inspired music video &#8211; Boing Boing</a></li>
<li><a href="http://www.boingboing.net/2010/02/12/raptor-devours-cheer.html%3Futm_source%3Dfeedburner%26utm_medium%3Dfeed%26utm_campaign%3DFeed%253A%2Bboingboing%252FiBag%2B(Boing%2BBoing)#previouspost">Raptor devours cheerleader Boing Boing</a></li>
</ul>
</div>
<p><br style="clear:both"/><br />
<br style="clear:both"/><br />
<a href="http://ads.pheedo.com/click.phdo?s=348c86c49633be261189402aaf324407&amp;p=1"><img alt="" style="border:0" border="0" src="http://ads.pheedo.com/img.phdo?s=348c86c49633be261189402aaf324407&amp;p=1"/></a><br />
<img alt="" height="0" width="0" border="0" src="http://a.rfihub.com/eus.gif?eui=2226"/><img src="http://feeds.feedburner.com/~r/boingboing/iBag/~4/y7mIeFK8hZc" height="1" width="1"/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.glennmarcus.com/blog/2010/02/18/chromakey-is-everywhere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)</title>
		<link>http://www.glennmarcus.com/blog/2010/02/18/50-useful-coding-techniques-css-layouts-visual-effects-and-forms/</link>
		<comments>http://www.glennmarcus.com/blog/2010/02/18/50-useful-coding-techniques-css-layouts-visual-effects-and-forms/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 11:25:44 +0000</pubDate>
		<dc:creator>Smashing Editorial</dc:creator>
				<category><![CDATA[web20]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[user/12651333281871808648/label/ui]]></category>
		<category><![CDATA[user/12651333281871808648/label/web20]]></category>
		<category><![CDATA[user/12651333281871808648/state/com.google/fresh]]></category>
		<category><![CDATA[user/12651333281871808648/state/com.google/read]]></category>
		<category><![CDATA[user/12651333281871808648/state/com.google/tracking-body-link-used]]></category>
		<category><![CDATA[user/12651333281871808648/state/com.google/tracking-kept-unread]]></category>

		<guid isPermaLink="false">tag:google.com,2005:reader/item/807cc2c15c8bf6b4</guid>
		<description><![CDATA[<table width="650">
<tr>
<td width="650">
<div style="width:650px"> <img src="http://creatives.commindo-media.de/static/smashing-magazine-advertisement.gif" alt="Smashing-magazine-advertisement in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)" border="0"/><br /> <a href="http://creatives.commindo-media.de/www/delivery/ck.php?zoneid=56"><img src="http://creatives.commindo-media.de/www/delivery/avw.php?zoneid=56" border="0" alt=" in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a> <a href="http://creatives.commindo-media.de/www/delivery/ck.php?zoneid=63"><img src="http://creatives.commindo-media.de/www/delivery/avw.php?zoneid=63" border="0" alt=" in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a> <a href="http://creatives.commindo-media.de/www/delivery/ck.php?zoneid=64"><img src="http://creatives.commindo-media.de/www/delivery/avw.php?zoneid=64" border="0" alt=" in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></div>
</td>
</tr>
</table>
<p>Although CSS is generally considered a simple and straightforward language, sometimes it requires creativity, skill and a bit of experimentation. The good news is that designers and developers worldwide often face similar problems and choose to share their insights and workarounds with the wider community.</p>
<p>This is where we come in. We are always looking to collect such articles for our posts so that we can deliver the most useful and relevant content to our readers. In this post, we present an overview of <strong>useful CSS/jQuery coding tips, tricks and techniques</strong> for visual effects, layouts and web form design to help you find solutions to the problems you are dealing with or will have to deal with in future.</p>
<p>You may want to look at similar CSS-related posts that we published last months:</p>
<ul>
<li><a href="http://www.smashingmagazine.com/2010/01/12/45-powerful-css-javascript-techniques/">45 Powerful CSS and JavaScript Techniques</a></li>
<li><a href="http://www.smashingmagazine.com/2010/02/01/50-brilliant-css3-javascript-coding-techniques/">50 Brilliant CSS3/JavaScript Coding Techniques</a></li>
<li><a href="http://www.smashingmagazine.com/2009/11/23/6-useful-coding-solutions-for-designers-and-developers/">5 Useful Coding Solutions For Designers And Developers</a></li>
</ul>
<p>[Offtopic: By the way, did you know that Smashing Magazine has a <a href="http://creatives.commindo-media.de/www/delivery/ck.php?oaparams=2__bannerid=1249__zoneid=0__cb=be1da96c6d__oadest=http%3A%2F%2Fm.smashingmagazine.com">mobile version</a>? Try it out if you have an iPhone, Blackberry or another capable device.]</p>
<h3>CSS Layouts: Techniques And Workarounds</h3>
<p><a href="http://www.sohtanaka.com/web-design/facebook-style-footer-admin-panel-part-1/">Facebook Style Footer Admin Panel</a><br />Learn how to re-create the Facebook footer admin panel with CSS and jQuery. Also check out <a href="http://www.sohtanaka.com/web-design/facebook-style-footer-admin-panel-part-2/">part 2</a>.</p>
<p><a href="http://www.sohtanaka.com/web-design/facebook-style-footer-admin-panel-part-1/"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/02/css-technique-15.jpg" width="480" height="300" alt="Css-technique-15 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://www.jankoatwarpspeed.com/post/2009/07/07/Adaptable-view.aspx">Adaptable View: How Do They Do It?</a><br />This tutorial explains how to manually change a layout, and it shows two great examples and “how they did it.”</p>
<p><a href="http://www.jankoatwarpspeed.com/post/2009/07/07/Adaptable-view.aspx"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/02/css-technique-01.jpg" width="480" height="300" alt="Css-technique-01 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://designm.ag/tutorials/jquery-display-switch/">Easy Display Switch with CSS and jQuery</a><br />A quick and simple way to enable users to switch page layouts using CSS and jQuery.</p>
<p><a href="http://designm.ag/tutorials/jquery-display-switch/"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/01/css-198.jpg" width="480" height="300" alt="Css-198 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://buildinternet.com/2009/07/quick-tip-resizing-images-based-on-browser-window-size/">Quick Tip – Resizing Images Based On Browser&#8230;</a></p>]]></description>
			<content:encoded><![CDATA[<table width="650">
<tr>
<td width="650">
<div style="width:650px"> <img src="http://creatives.commindo-media.de/static/smashing-magazine-advertisement.gif" alt="Smashing-magazine-advertisement in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)" border="0"/><br /> <a href="http://creatives.commindo-media.de/www/delivery/ck.php?zoneid=56"><img src="http://creatives.commindo-media.de/www/delivery/avw.php?zoneid=56" border="0" alt=" in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a> <a href="http://creatives.commindo-media.de/www/delivery/ck.php?zoneid=63"><img src="http://creatives.commindo-media.de/www/delivery/avw.php?zoneid=63" border="0" alt=" in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a> <a href="http://creatives.commindo-media.de/www/delivery/ck.php?zoneid=64"><img src="http://creatives.commindo-media.de/www/delivery/avw.php?zoneid=64" border="0" alt=" in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></div>
</td>
</tr>
</table>
<p>Although CSS is generally considered a simple and straightforward language, sometimes it requires creativity, skill and a bit of experimentation. The good news is that designers and developers worldwide often face similar problems and choose to share their insights and workarounds with the wider community.</p>
<p>This is where we come in. We are always looking to collect such articles for our posts so that we can deliver the most useful and relevant content to our readers. In this post, we present an overview of <strong>useful CSS/jQuery coding tips, tricks and techniques</strong> for visual effects, layouts and web form design to help you find solutions to the problems you are dealing with or will have to deal with in future.</p>
<p>You may want to look at similar CSS-related posts that we published last months:</p>
<ul>
<li><a href="http://www.smashingmagazine.com/2010/01/12/45-powerful-css-javascript-techniques/">45 Powerful CSS and JavaScript Techniques</a></li>
<li><a href="http://www.smashingmagazine.com/2010/02/01/50-brilliant-css3-javascript-coding-techniques/">50 Brilliant CSS3/JavaScript Coding Techniques</a></li>
<li><a href="http://www.smashingmagazine.com/2009/11/23/6-useful-coding-solutions-for-designers-and-developers/">5 Useful Coding Solutions For Designers And Developers</a></li>
</ul>
<p>[Offtopic: By the way, did you know that Smashing Magazine has a <a href="http://creatives.commindo-media.de/www/delivery/ck.php?oaparams=2__bannerid=1249__zoneid=0__cb=be1da96c6d__oadest=http%3A%2F%2Fm.smashingmagazine.com">mobile version</a>? Try it out if you have an iPhone, Blackberry or another capable device.]</p>
<h3>CSS Layouts: Techniques And Workarounds</h3>
<p><a href="http://www.sohtanaka.com/web-design/facebook-style-footer-admin-panel-part-1/">Facebook Style Footer Admin Panel</a><br />Learn how to re-create the Facebook footer admin panel with CSS and jQuery. Also check out <a href="http://www.sohtanaka.com/web-design/facebook-style-footer-admin-panel-part-2/">part 2</a>.</p>
<p><a href="http://www.sohtanaka.com/web-design/facebook-style-footer-admin-panel-part-1/"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/02/css-technique-15.jpg" width="480" height="300" alt="Css-technique-15 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://www.jankoatwarpspeed.com/post/2009/07/07/Adaptable-view.aspx">Adaptable View: How Do They Do It?</a><br />This tutorial explains how to manually change a layout, and it shows two great examples and “how they did it.”</p>
<p><a href="http://www.jankoatwarpspeed.com/post/2009/07/07/Adaptable-view.aspx"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/02/css-technique-01.jpg" width="480" height="300" alt="Css-technique-01 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://designm.ag/tutorials/jquery-display-switch/">Easy Display Switch with CSS and jQuery</a><br />A quick and simple way to enable users to switch page layouts using CSS and jQuery.</p>
<p><a href="http://designm.ag/tutorials/jquery-display-switch/"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/01/css-198.jpg" width="480" height="300" alt="Css-198 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://buildinternet.com/2009/07/quick-tip-resizing-images-based-on-browser-window-size/">Quick Tip – Resizing Images Based On Browser Window Size</a><br />In fluid layouts, formatting text to adjust smoothly to window size is easy, but images are not as fluid-friendly. This quick tip shows how to switch between two image sizes based on the size of the browser, the DIV or whatever else you choose.</p>
<p><a href="http://buildinternet.com/2009/07/quick-tip-resizing-images-based-on-browser-window-size/"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/01/css-064.jpg" width="480" height="300" alt="Css-064 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://css-tricks.com/one-page-resume-site/">One Page Résumé Site</a><br />A clean layout on one page—literally (just one <em>index.html</em> file with optional images). It comes with contact information in microformats and a main area for the resume using a definition list (<code>dl</code>). And it prints well.</p>
<p><a href="http://css-tricks.com/one-page-resume-site/"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/01/css-000.jpg" width="480" height="300" alt="Css-000 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://ajaxian.com/archives/pegs-automate-display-fixed">Pegs: Automate Display: fixed++</a><br />Chris Wetherell posts on Pegs, a strategy for having one scroll bar but independent scrolling areas. After the first one, click on the other items to flip between sizes. You will see that an area’s scroll depends on the configuration.</p>
<p><a href="http://ajaxian.com/archives/pegs-automate-display-fixed"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/01/css-135.jpg" width="480" height="300" alt="Css-135 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://www.tutwow.com/tips/quick-tip-css-100-height/">CSS 100% Height</a><br />A common problem among designers is how to get a div to stretch 100% of the window’s height. There are a few different techniques out there, and this tutorial shows one of them.</p>
<p><a href="http://www.tutwow.com/tips/quick-tip-css-100-height/"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/02/css-technique-18.jpg" width="480" height="300" alt="Css-technique-18 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://www.webdesignerwall.com/demo/css3-dropdown-menu//">CSS3 Drop-Down Menu</a><br />A clean, simple a nice navigation menu, designed by Nick La.</p>
<p><a href="http://www.webdesignerwall.com/demo/css3-dropdown-menu/"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/02/css-technique-21.jpg" width="480" height="211" alt="Css-technique-21 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://www.fivefingercoding.com/xhtml-and-css/scrolling-transparent-background-effect">CSS Trick for a Scrolling Transparent Background Effect</a><br />Scroll the page to watch a battle between good and evil take shape. The effect requires two images: one transparent and one tiled gradient image. The gradient scrolls under the transparent PNG. Because it matches the colors in the PNG, each set of images disappears, depending on the part of the gradient they’re on top of.</p>
<p><a href="http://www.fivefingercoding.com/xhtml-and-css/scrolling-transparent-background-effect"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/01/css-148.jpg" width="480" height="300" alt="Css-148 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://unstoppablerobotninja.com/entry/fluid-images/">Fluid Images</a><br />By default, an image element that is 500 pixels doesn’t exactly play nice with a container as large as 800 pixels or one as small as 100. What’s a designer to do?</p>
<p><a href="http://unstoppablerobotninja.com/entry/fluid-images/"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/01/css-069.jpg" width="480" height="300" alt="Css-069 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://css-tricks.com/scrollfollow-sidebar/">Scroll/Follow Sidebar, Multiple Techniques</a><br />A really simple concept: the sidebar follows you as you scroll down the page. There are a number of ways to go about it. Two are covered here: CSS and JavaScript (jQuery), with a bonus CSS trick.</p>
<p><a href="http://css-tricks.com/scrollfollow-sidebar/"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/02/css-technique-00.jpg" width="480" height="300" alt="Css-technique-00 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://blog.themeforest.net/tutorials/vertical-centering-with-css/">Vertical Centering With CSS</a><br />There are a few different ways to vertically center objects using CSS, but choosing the right one can be difficult. Here is a list of the best ways and an explanation of how to create a nice centered website.</p>
<p><a href="http://blog.themeforest.net/tutorials/vertical-centering-with-css/"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/01/css3-new-08.jpg" width="480" height="300" alt="Css3-new-08 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://www.jankoatwarpspeed.com/post/2009/11/08/YouTube-adaptable-view-css-jquery.aspx">Create YouTube-like adaptable view using CSS and jQuery</a><br />Other than the “Turn off the lights” feature, YouTube has great stuff, such as the “change view” feature, which allows you to switch between normal and wide mode, thus expanding or shrinking the video area. Creating this is very simple.</p>
<p><a href="http://www.jankoatwarpspeed.com/post/2009/11/08/YouTube-adaptable-view-css-jquery.aspx"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/01/css-142.jpg" width="480" height="300" alt="Css-142 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://css-tricks.com/how-to-create-a-horizontally-scrolling-site/">How To Create a Horizontally Scrolling Site</a><br />If websites were made of wood, the grain would run up and down. Vertical is the natural flow of the Web. But browsers are equipped with vertical <em>and</em> horizontal scroll bars, right? We have the choice to go against the grain and create web pages that scroll primarily horizontally and that even expand horizontally to accommodate more content. Perhaps a slight blow to usability, but a cool creative touch nonetheless!</p>
<p><a href="http://css-tricks.com/how-to-create-a-horizontally-scrolling-site/"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/02/css-technique-02.jpg" width="480" height="300" alt="Css-technique-02 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://buildinternet.com/2009/10/purely-css-faking-minimum-margins/">Purely CSS – Faking Minimum Margins</a><br /><code>min-margin</code> is non-existent in the CSS world. After you’ve pondered and Googled it, check out the solution here.</p>
<p><a href="http://buildinternet.com/2009/10/purely-css-faking-minimum-margins/"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/02/css-technique-03.jpg" width="480" height="300" alt="Css-technique-03 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://line25.com/articles/create-sidebars-of-equal-height-with-faux-columns">Create Sidebars of Equal Height with Faux Columns</a><br />CSS can be tricky business. Creating columns of equal height, where the content in one column is longer than the content in another, is frustrating. Here’s where the faux-column technique can help. Find out how this solution makes even the most complicated layout a breeze to code.</p>
<p><a href="http://www.filamentgroup.com/lab/setting_equal_heights_with_jquery/">Setting Equal Heights with jQuery</a><br />Here is a script to match the heights of boxes in the same container and create a tidy grid, with little overhead.</p>
<p><a href="http://www.filamentgroup.com/lab/setting_equal_heights_with_jquery/"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/01/css-141.jpg" width="480" height="300" alt="Css-141 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://blog.sugarenia.com/archives/web-design/quick-tip-centered-fake-floats">Quick Tip: Centered Fake Floats</a><br />There were ways to center-align left-floated elements, but then <code>inline-block</code> became popular and everything changed. After a bit of tinkering, Zaharenia Atzitzikaki found an efficient and (mostly) cross-browser-compatible way to center elements without floats.</p>
<p><a href="http://www.webresourcesdepot.com/6-flexible-jquery-plugins-to-control-webpage-layouts-easily/">6 Flexible jQuery Plugins to Control Web Page Layouts Easily</a><br />A collection of six jQuery plug-ins to manage page layouts easily.</p>
<p><a href="http://www.webresourcesdepot.com/6-flexible-jquery-plugins-to-control-webpage-layouts-easily/"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/01/css-125.jpg" width="480" height="300" alt="Css-125 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://buildinternet.com/2009/07/four-methods-to-create-equal-height-columns/">Four Methods to Create Equal-Height Columns</a><br />This article discusses ways to create equal-height columns that work in all major browsers (including IE6). All of the methods show how to create a three-column layout.</p>
<p><a href="http://buildinternet.com/2009/07/four-methods-to-create-equal-height-columns/"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/01/css-065.jpg" width="480" height="300" alt="Css-065 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://www.webdesignerwall.com/tutorials/how-to-css-large-background/">How to: CSS Large Background</a><br />A tutorial with various CSS examples for how to create a large background using either a single image or double images.</p>
<p><a href="http://www.webdesignerwall.com/tutorials/how-to-css-large-background/"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/01/css-080.jpg" width="480" height="300" alt="Css-080 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://five.gregorywood.co.uk/index.php?/blog/article/a-nice-little-css-positioning-technique">A Nice Little CSS Positioning Technique</a><br />Here, we have a basic unordered list (<code>ul</code>), with left-floated images where the text doesn’t wrap under the images. Of course, this technique could be deployed in loads of other instances.</p>
<p><a href="http://five.gregorywood.co.uk/index.php?/blog/article/a-nice-little-css-positioning-technique"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/01/css-117.jpg" width="480" height="300" alt="Css-117 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://css-tricks.com/perfect-full-page-background-image/">Perfect Full Page Background Image</a><br />This technique allows an image to fill the page, with no white space. The image scales as needed and retains its proportions, without triggering scroll bars.</p>
<p><a href="http://css-tricks.com/perfect-full-page-background-image/"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/01/css-162.jpg" width="480" height="300" alt="Css-162 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://www.sohtanaka.com/web-design/smart-columns-w-css-jquery/">Smart Columns With CSS and jQuery</a><br />In observing liquid-width websites, Soh Tanaka sees two common techniques for displaying columns: fixed columns and liquid columns. He points out the drawbacks of both and pitches his solution.</p>
<p><a href="http://www.sohtanaka.com/web-design/smart-columns-w-css-jquery/"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/01/css-057.jpg" width="480" height="300" alt="Css-057 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<h3>Images And Visual Effects With CSS</h3>
<p><a href="http://tutorialzine.com/2009/11/beautiful-apple-gallery-slideshow/">A Beautiful Apple-Style Slideshow Gallery With CSS and jQuery</a><br />Create an Apple-like slideshow gallery, similar to the one used on Apple’s website to showcase products. It works entirely in the front end; no PHP or databases required.</p>
<p><a href="http://tutorialzine.com/2009/11/beautiful-apple-gallery-slideshow/"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/02/css-technique-12.jpg" width="480" height="300" alt="Css-technique-12 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://www.romancortes.com/blog/pure-css-coke-can/">Rolling a coke can around with pure CSS</a><br />Román Cortés is having a lot of fun doing CSS tricks these days. He just built a rolling coke can that uses <code>background-attachment</code>, <code>background-position</code> and a few other tricks to achieve the effect. No fancy CSS3 needed here!</p>
<p><a href="http://www.romancortes.com/blog/pure-css-coke-can/"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/01/css3-new-10.jpg" width="480" height="300" alt="Css3-new-10 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://www.sohtanaka.com/web-design/greyscale-hover-effect-w-css-jquery/">Grayscale Hover Effect With CSS and jQuery</a><br />A few months ago, James Padolsey introduced a cool grayscale technique for non-IE browsers. His technique inspired Soh Tanaka to come up with a workaround with a similar effect. His solution relies on CSS Sprites and a few lines of jQuery, but it requires a bit of preparation before implementation. It is not recommended for large-scale projects; it is probably best for portfolio pieces.</p>
<p><a href="http://www.sohtanaka.com/web-design/greyscale-hover-effect-w-css-jquery/"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/01/css-055.jpg" width="480" height="300" alt="Css-055 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://labs.dragoninteractive.com/rainbows.php">Codename Rainbows</a><br />Some JavaScript and CSS magic is used here to apply a two-color gradient to text. Shadows and highlights can also be applied. This works especially well on big websites and for dynamic content where creating images for every instance would be impractical.</p>
<p><a href="http://labs.dragoninteractive.com/rainbows.php"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/01/css-097.jpg" width="480" height="300" alt="Css-097 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://cssglobe.com/post/6089/3-easy-and-fast-css-techniques-for-faux-image">3 Easy and Fast CSS Techniques for Faux Image Cropping</a><br />This article summarizes three fast and easy CSS techniques for displaying only a portion of an image. All of the techniques need only a couple of lines of CSS. You are not literally cropping, which is why it’s called faux image cropping. These techniques can be helpful if you want to keep images to a certain size (for example, thumbnails in a news section). Being able to use CSS to control which portion of an image to display is great.</p>
<p><a href="http://cssglobe.com/post/6089/3-easy-and-fast-css-techniques-for-faux-image"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/02/css-technique-08.jpg" width="480" height="300" alt="Css-technique-08 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://css-tricks.com/image-rollover-borders-that-do-not-change-layout/">Image Rollover Borders That Do Not Change Layout</a><br />With CSS, the border of any block-level element is factored into the element’s size in the layout. So, if you add a border to an element on hover, the layout will shift. In this post, you will find how to use the regular border property and create inner borders to get around that.</p>
<p><a href="http://css-tricks.com/image-rollover-borders-that-do-not-change-layout/"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/02/css-technique-10.jpg" width="480" height="270" alt="Css-technique-10 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://www.christinafowler.com/tutorial/horizontal-stripes">Horizontal Stripes</a><br />This tutorial shows you how to create never ending horizontal stripes in your web design using CSS.</p>
<p><a href="http://www.christinafowler.com/tutorial/horizontal-stripes"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/02/css-technique-14.jpg" width="480" height="300" alt="Css-technique-14 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://css-tricks.com/css-image-replacement/">Nine Techniques for CSS Image Replacement</a><br />Put nine different techniques of image replacement to the test.</p>
<p><a href="http://css-tricks.com/css-image-replacement/"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/02/css-technique-13.jpg" width="480" height="300" alt="Css-technique-13 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://www.marcofolio.net/webdesign/pure_css3_bokeh_effect_with_some_jquery_help.html">Bokeh effects with CSS3 and jQuery</a><br />This tutorial teaches you how to re-create the bokeh effect with CSS 3. With some help from jQuery, we can add some randomness in colour, size and position for the effect.</p>
<p><a href="http://www.marcofolio.net/webdesign/pure_css3_bokeh_effect_with_some_jquery_help.html"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/02/css-technique-16.jpg" width="480" height="262" alt="Css-technique-16 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://www.impressivewebs.com/stationary-logo-changes-page-scroll-css/">A Stationary Logo That Changes on Page Scroll with CSS </a><br />Here is an interesting effect that modifies the logo when the page is scrolled, using the CSS <code>background-attachment</code> property.</p>
<p><a href="http://www.impressivewebs.com/stationary-logo-changes-page-scroll-css/"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/01/css3-new-04.jpg" width="480" height="300" alt="Css3-new-04 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://css-tricks.com/silhouette-fadeins/">Silhouette Fade-Ins</a><br />To achieve the effect in the image above, first we need a DIV with the silhouettes as a background image. Then we put four images in that DIV, all the exact same size, with each band member highlighted. These images are hidden by default. Then you absolutely position four regions on top of the DIV; these are the roll-over link areas. With jQuery, we apply hover events to them, fading in the appropriate image.</p>
<p><a href="http://css-tricks.com/silhouette-fadeins/"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/01/css-046.jpg" width="480" height="300" alt="Css-046 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://www.dinnermint.org/css/creating-triangles-in-css/">Creating Triangles in CSS </a><br />Few people realize that a browser draws borders at angles. This technique takes advantage of that. One side of the border is given the color of the arrow, and the rest are transparent. Then you give the border a large width; the ones above are 20 pixels.</p>
<p><a href="http://www.dinnermint.org/css/creating-triangles-in-css/"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/01/css-004.jpg" width="480" height="300" alt="Css-004 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://www.marcofolio.net/css/a_parallax_illusion_with_css_the_horse_in_motion.html">A parallax optical illusion with CSS: The Horse in Motion</a><br />Time for some fun with CSS and optical illusions.</p>
<p><a href="http://www.marcofolio.net/css/a_parallax_illusion_with_css_the_horse_in_motion.html"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/02/css-203.jpg" width="480" height="300" alt="Css-203 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://cssglobe.com/post/4175/pure-css-line-graph">Pure CSS Line Graph</a><br />The idea here is not only to offer data visualization to people who aren’t comfortable using scripting languages, but to demonstrate the power of CSS and offer a different way of using CSS. If you are not a fan of line graphs and data visualization, you may still benefit from this article. Think of it as a CSS experiment, and learn a thing or two about CSS Sprites and positioning.</p>
<p><a href="http://cssglobe.com/post/4175/pure-css-line-graph"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/01/css-037.jpg" width="480" height="300" alt="Css-037 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://www.9lessons.info/2009/10/zooming-with-jquery-and-css.html">Zooming with jQuery and CSS</a><br />This post is about text zooming with jQuery and CSS. This is a basic-level tutorial about changing a style using a jQuery script. A simple way to zoom website content.</p>
<p><a href="http://www.9lessons.info/2009/10/zooming-with-jquery-and-css.html"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/01/css-146.jpg" width="480" height="300" alt="Css-146 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://cssglobe.com/post/1305/create-resizing-thumbnails-using-overflow-property">Create Resizing Thumbnails Using Overflow Property</a><br />This tutorial teaches you how to control thumbnail sizes. Sometimes we don’t have enough space to fit large thumbnails, and yet we would rather avoid small indecipherable images. Using this trick, we can limit the default dimensions of thumbnails and show them at full size when the user mouses over them.</p>
<p><a href="http://cssglobe.com/post/1305/create-resizing-thumbnails-using-overflow-property"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/01/css-150.jpg" width="480" height="300" alt="Css-150 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://nick-dunn.co.uk/article/cross-browser-drop-shadows-using-pure-css/">Cross-browser drop shadows using pure CSS</a><br />Most methods of adding drop-shadows to content blocks require additional HTML mark-up and one or more PNG images. But by combining the Glow and Shadow filters, something that fairly closely resembles the rendered CSS3 shadow can be achieved.</p>
<p><a href="http://nick-dunn.co.uk/article/cross-browser-drop-shadows-using-pure-css/"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/01/css-151.jpg" width="480" height="300" alt="Css-151 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://css-tricks.com/date-badges-and-comment-bubbles-for-your-blog/">Date Badges and Comment Bubbles for Your Blog</a><br />One of the things you have to deal with when your blog grows is having to cram more info into less space to show everything you want to show. One thing you can do is add an icon for the date and then a bubble over it with the number of comments for that post.</p>
<p><a href="http://css-tricks.com/date-badges-and-comment-bubbles-for-your-blog/"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/02/css-technique-11.jpg" width="480" height="300" alt="Css-technique-11 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<h3>CSS Tables And Web Forms</h3>
<p><a href="http://cssglobe.com/post/6984/ux-trick-display-form-data-as-tabular-data">UX trick: display form data as tabular data</a><br />This is a little trick to enhance the user experience of forms. It displays editable form data as readable tabular data.</p>
<p><a href="http://cssglobe.com/post/6984/ux-trick-display-form-data-as-tabular-data"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/02/css-technique-04.jpg" width="480" height="300" alt="Css-technique-04 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://www.zurb.com/article/206/tables-not-as-evil-as-you-think">Tables: Not As Evil As You Think</a><br />Tables are evil, right? Yes and no. For tabular data, they’re not, of course. That’s what tables are for in the first place. CSS can do an excellent job of styling a properly formatted table, and the table structure provides good scaffolding for JavaScript calls. But what is addressed here is using tables for non-tabular data (i.e. for the layout). Yes, that’s right: using tables for layout.</p>
<p><a href="http://www.zurb.com/article/206/tables-not-as-evil-as-you-think"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/01/css-075.jpg" width="480" height="300" alt="Css-075 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://aext.net/2009/08/perfect-sign-in-dropdown-box-likes-twitter-with-jquery/">Perfect Drop-Down Log-In Box Like Twitter Using jQuery</a><br />This shows you how to create a Twitter-style drop-down log-in form using jQuery. It’s really easy, it saves space on the page and visitors feel comfortable with the awesome toggle form.</p>
<p><a href="http://aext.net/2009/08/perfect-sign-in-dropdown-box-likes-twitter-with-jquery/"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/01/css-158.jpg" width="480" height="300" alt="Css-158 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://css-tricks.com/making-selects-printable/">Make a Select’s Options Printable</a><br />When printing a Web page with <code>select</code> elements on it, the select drop-down prints just as it looks on the Web. This of course is practically useless on the printed page. One option for handling this is to follow every <code>select</code> HTML element with an unordered list that duplicates the content. Hide the unordered list in your main CSS file and reveal it with your print style sheet. This is a reasonable approach, except that it’s a big ol’ pain in the butt to deal with all the time. Let’s rely on jQuery to do the heavy lifting instead.</p>
<p><a href="http://css-tricks.com/making-selects-printable/"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/01/css-018.jpg" width="480" height="300" alt="Css-018 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://www.9lessons.info/2009/12/twitter-like-login-with-jquery-and-css.html">Twitter-Like Log-In With jQuery and CSS</a><br />This post explains how to get the Twitter-like hide and show effect for logging in using jQuery and CSS.” Very simple: just five lines of JavaScript for the <code>hide()</code> and <code>show()</code> events and a little CSS.</p>
<p><a href="http://www.9lessons.info/2009/12/twitter-like-login-with-jquery-and-css.html"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/01/css-145.jpg" width="480" height="300" alt="Css-145 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://woork.blogspot.com/2008/06/clean-and-pure-css-form-design.html">Clean and Pure CSS Form Design</a><br />This tutorial illustrates how to design a pure CSS form without using HTML tables.</p>
<p><a href="http://woork.blogspot.com/2008/06/clean-and-pure-css-form-design.html"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/01/css-105.jpg" width="480" height="300" alt="Css-105 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://cssglobe.com/post/6295/cssg-collection-free-comment-styles">CSSG Collection: Free Comment Styles</a><br />This is the second CSSG collection from CSS Globe.</p>
<p><a href="http://cssglobe.com/post/6295/cssg-collection-free-comment-styles"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/01/css-034.jpg" width="480" height="300" alt="Css-034 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://24ways.org/2009/have-a-field-day-with-html5-forms">Have a Field Day with HTML5 Forms</a><br />Here is a look at how to style a beautiful HTML5 form using some advanced CSS and the latest CSS3 techniques. You will definitely want to re-style your forms after having read this article.</p>
<p><a href="http://24ways.org/2009/have-a-field-day-with-html5-forms"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/01/css-011.jpg" width="480" height="300" alt="Css-011 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://css-tricks.com/editable-invoice-v2/">Editable/Printable Invoice</a><br />Create editable and printable invoices using CSS and some JavaScript. This is version 2 from Vinh Pham.</p>
<p><a href="http://css-tricks.com/editable-invoice-v2/"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/01/css-047.jpg" width="480" height="300" alt="Css-047 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://www.zurb.com/article/279/how-to-mask-passwords-like-the-iphone">How to Mask Passwords Like the iPhone</a><br />Many smartphones, including the iPhone, show the last character that you typed in a password field with a delay of a second or two. You can see that last character but not the entire password. But browsers don’t do what these mobile devices do. Here is a solution, with some fancy JavaScript and behind-the-scenes trickery.</p>
<p><a href="http://www.zurb.com/article/279/how-to-mask-passwords-like-the-iphone"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/01/css-074.jpg" width="480" height="300" alt="Css-074 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://www.zurb.com/article/195/make-web-forms-suck-less-with-labels">Make Web Forms Suck Less With Labels</a><br />We’ve been filling out Web forms for years, and we all gripe that they could be better. Even with generous padding, the fields are too small. But hardly anyone has improved the most under-rated interaction of them all: checkboxes and radio buttons.</p>
<p><a href="http://www.zurb.com/article/195/make-web-forms-suck-less-with-labels"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/02/css-technique-20.jpg" width="480" height="300" alt="Css-technique-20 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://lipidity.com/fancy-form/">FancyForm: JavaScript checkbox replacement</a><br />FancyForm is a powerful and flexible checkbox-replacement script that changes the appearance and function of HTML form elements. It is accessible and easy to use, and it degrades gracefully on older non-supported browsers.</p>
<p><a href="http://lipidity.com/fancy-form/"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/01/css-103.jpg" width="480" height="300" alt="Css-103 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://widowmaker.kiev.ua/checkbox/">jQuery checkbox v.1.3.0 Beta 1</a><br />A lightweight custom-styled checkbox implementation for jQuery 1.2.x and 1.3.x.</p>
<p><a href="http://widowmaker.kiev.ua/checkbox/"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/01/css-104.jpg" width="480" height="300" alt="Css-104 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://www.askthecssguy.com/2009/08/disabled_labels_and_the_trilem.html">Disabled labels and the Trilemma plug-in</a><br />The form above on the left makes use of the <code>disabled</code> attribute, but the default browser settings for <code>disabled</code> inputs don’t contrast as much as one would like. To better distinguish at a glance between which inputs are disabled and enabled, the labels of disabled inputs in the form on the right are styled with a faint gray color.</p>
<p><a href="http://www.askthecssguy.com/2009/08/disabled_labels_and_the_trilem.html"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/01/css-127.jpg" width="480" height="300" alt="Css-127 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<p><a href="http://friedcellcollective.net/outbreak/2009/10/04/fluid-searchbox/">Fluid Search Box</a><br />Creating a fluid search box when you have only a single element next to it is trivial. What you should do is wrap the input in an element and use padding to create space for the fixed element; then position the fixed element absolutely (or relatively) in the space created by the padding.</p>
<h3>Last Click</h3>
<p><a href="http://stewdio.org/pong/">Browser Pong</a><br />A whole new pong game using three browser windows for the ball and racquets. Clever!</p>
<p><a href="http://stewdio.org/pong/"><img src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/01/css-180.jpg" width="480" height="300" alt="Css-180 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)"/></a></p>
<h3>Related posts</h3>
<p>You may want to look at similar CSS-related posts that we published last months:</p>
<ul>
<li><a href="http://www.smashingmagazine.com/2010/01/12/45-powerful-css-javascript-techniques/">45 Powerful CSS and JavaScript Techniques</a></li>
<li><a href="http://www.smashingmagazine.com/2010/02/01/50-brilliant-css3-javascript-coding-techniques/">50 Brilliant CSS3/JavaScript Coding Techniques</a></li>
<li><a href="http://www.smashingmagazine.com/2009/11/23/6-useful-coding-solutions-for-designers-and-developers/">5 Useful Coding Solutions For Designers And Developers</a></li>
</ul>
<p><em>(kk) (jb) (vf) (al)</em></p>
<hr />
<p><small>© Smashing Editorial for <a href="http://www.smashingmagazine.com">Smashing Magazine</a>, 2010. | <a href="http://www.smashingmagazine.com/2010/02/18/50-css-and-javascript-techniques-for-layouts-forms-and-visual-effects/">Permalink</a> | <a href="http://www.smashingmagazine.com/2010/02/18/50-css-and-javascript-techniques-for-layouts-forms-and-visual-effects/#comments">48 comments</a> | <a title="Bookmark in del.icio.us" href="http://del.icio.us/post?url=http://www.smashingmagazine.com/2010/02/18/50-css-and-javascript-techniques-for-layouts-forms-and-visual-effects/&amp;title=50%20Useful%20Coding%20Techniques%20(CSS%20Layouts,%20Visual%20Effects%20and%20Forms)">Add to del.icio.us</a> | <a title="Bookmark in Digg" href="http://digg.com/submit?phase=2&amp;url=http://www.smashingmagazine.com/2010/02/18/50-css-and-javascript-techniques-for-layouts-forms-and-visual-effects/">Digg this</a> | <a title="Stumble on StumbleUpon" href="http://www.stumbleupon.com/submit?url=http://www.smashingmagazine.com/2010/02/18/50-css-and-javascript-techniques-for-layouts-forms-and-visual-effects/">Stumble on StumbleUpon!</a> | <a title="Tweet us!" href="http://twitter.com/home?status=@tweetmeme%20@smashingmag%20Reading%20&#39;50%20Useful%20Coding%20Techniques%20(CSS%20Layouts,%20Visual%20Effects%20and%20Forms)&#39;%20http://www.smashingmagazine.com/2010/02/18/50-css-and-javascript-techniques-for-layouts-forms-and-visual-effects/">Tweet it!</a> | <a title="Bookmark in Reddit" href="http://reddit.com/submit?url=http://www.smashingmagazine.com/2010/02/18/50-css-and-javascript-techniques-for-layouts-forms-and-visual-effects/">Submit to Reddit</a> | <a href="http://forum.smashingmagazine.com/">Forum Smashing Magazine</a><br /> Post tags: <a href="http://www.smashingmagazine.com/tag/css/" rel="tag">CSS</a>, <a href="http://www.smashingmagazine.com/tag/jquery/" rel="tag">jquery</a><br /> </small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.glennmarcus.com/blog/2010/02/18/50-useful-coding-techniques-css-layouts-visual-effects-and-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOW TO: Integrate Google Buzz Into Your WordPress Blog</title>
		<link>http://www.glennmarcus.com/blog/2010/02/15/how-to-integrate-google-buzz-into-your-wordpress-blog/</link>
		<comments>http://www.glennmarcus.com/blog/2010/02/15/how-to-integrate-google-buzz-into-your-wordpress-blog/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 16:12:39 +0000</pubDate>
		<dc:creator>Christina Warren</dc:creator>
				<category><![CDATA[web20]]></category>
		<category><![CDATA[buzz]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[google buzz]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[List]]></category>
		<category><![CDATA[Lists]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[user/12651333281871808648/label/google buzz]]></category>
		<category><![CDATA[user/12651333281871808648/label/web20]]></category>
		<category><![CDATA[user/12651333281871808648/state/com.google/fresh]]></category>
		<category><![CDATA[user/12651333281871808648/state/com.google/read]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugins]]></category>
		<category><![CDATA[WordPress Resource Lists]]></category>
		<category><![CDATA[Wordpress Tips]]></category>

		<guid isPermaLink="false">tag:google.com,2005:reader/item/79a75b60361fc095</guid>
		<description><![CDATA[<p><a href="http://api.tweetmeme.com/share?url=http://mashable.com/2010/02/15/google-buzz-wordpress/&#38;service=bit.ly"><img width="51" height="61" src="http://api.tweetmeme.com/imagebutton.gif?url=http://mashable.com/2010/02/15/google-buzz-wordpress/" align="right"/></a> <a href="http://www.google.com/reader/link?url=http://mashable.com/2010/02/15/google-buzz-wordpress/&#38;title=HOW%20TO:%20Integrate%20Google%20Buzz%20Into%20Your%20WordPress%20Blog&#38;srcTitle=Mashable&#38;srcUrl=http://mashable.com"><img src="http://cdn.mashable.com/wp-content/plugins/wp-digg-this/i/gbuzz-feed.png" align="right"/></a>
</p><p><img src="http://cdn.mashable.com/wp-content/uploads/2010/02/google-buzz-wp-top.jpg" alt="" title="google-buzz-wp-top" width="260" height="190"/><strong>GMAIL USERS: We hope you’ll join the discussion over on <a href="http://google.com/profiles/mashable">Mashable’s Google Buzz account</a>.</strong></p>
<p>We’ve discussed how you can <a href="http://mashable.com/2010/02/12/facebook-twitter-buzz-gmail/">integrate Buzz with your other social networks</a>, but what about integrating Buzz with your blog? If you use a self-hosted <a href="http://wordpress.org">WordPress</a> blog (sorry, WordPress.com users), there are already a variety of Google Buzz plugins and add-ons available.</p>
<p>While it’s clear that people are really <a href="http://mashable.com/2010/02/11/google-buzz-9-million/">taking to using Buzz</a> to share content and communicate, the service will undoubtedly reach more users as its sharing tools are integrated into other social sites.  From buttons to social stream in your side bar, here’s how you can integrate Buzz with your WordPress blog.</p>
<p><span></span></p>
<hr />
<h2>Google Buzz Buttons</h2>
<hr />
<p>Mashable started sporting some <a href="http://mashable.com/2010/02/12/google-buzz-buttons-count/">nifty Buzz buttons</a> a few days ago and lots of our readers have wanted to know how to add a similar feature to their own blogs. As it stands right now, how our Google Buzz buttons work (and how the buttons other sites are using also work) is that they create a share link from that post to Google Reader. As long as Google Reader is connected with your Google Buzz account, your publicly shared items will also be shared on Buzz.</p>
<p>Already, a number of enterprising WordPress plugin developers have answered the call to add Google Buzz buttons to WordPress posts.</p>
<p>Let’s take a look:</p>
<hr />
<h3>Google Buzz Button</h3>
<hr />
<p>Internet Techies created the <a href="http://www.clickonf5.org/google-buzz-button-wordpress">Google Buzz Button</a> plugin that allows you to add a “Buzz This” button to each of your WordPress posts. That icon probably looks pretty familiar — that’s because the button was designed here at&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://api.tweetmeme.com/share?url=http://mashable.com/2010/02/15/google-buzz-wordpress/&amp;service=bit.ly"><img width="51" height="61" src="http://api.tweetmeme.com/imagebutton.gif?url=http://mashable.com/2010/02/15/google-buzz-wordpress/" align="right"/></a> <a href="http://www.google.com/reader/link?url=http://mashable.com/2010/02/15/google-buzz-wordpress/&amp;title=HOW%20TO:%20Integrate%20Google%20Buzz%20Into%20Your%20WordPress%20Blog&amp;srcTitle=Mashable&amp;srcUrl=http://mashable.com"><img src="http://cdn.mashable.com/wp-content/plugins/wp-digg-this/i/gbuzz-feed.png" align="right"/></a>
<p><img src="http://cdn.mashable.com/wp-content/uploads/2010/02/google-buzz-wp-top.jpg" alt="" title="google-buzz-wp-top" width="260" height="190"/><strong>GMAIL USERS: We hope you’ll join the discussion over on <a href="http://google.com/profiles/mashable">Mashable’s Google Buzz account</a>.</strong></p>
<p>We’ve discussed how you can <a href="http://mashable.com/2010/02/12/facebook-twitter-buzz-gmail/">integrate Buzz with your other social networks</a>, but what about integrating Buzz with your blog? If you use a self-hosted <a href="http://wordpress.org">WordPress</a> blog (sorry, WordPress.com users), there are already a variety of Google Buzz plugins and add-ons available.</p>
<p>While it’s clear that people are really <a href="http://mashable.com/2010/02/11/google-buzz-9-million/">taking to using Buzz</a> to share content and communicate, the service will undoubtedly reach more users as its sharing tools are integrated into other social sites.  From buttons to social stream in your side bar, here’s how you can integrate Buzz with your WordPress blog.</p>
<p><span></span></p>
<hr />
<h2>Google Buzz Buttons</h2>
<hr />
<p>Mashable started sporting some <a href="http://mashable.com/2010/02/12/google-buzz-buttons-count/">nifty Buzz buttons</a> a few days ago and lots of our readers have wanted to know how to add a similar feature to their own blogs. As it stands right now, how our Google Buzz buttons work (and how the buttons other sites are using also work) is that they create a share link from that post to Google Reader. As long as Google Reader is connected with your Google Buzz account, your publicly shared items will also be shared on Buzz.</p>
<p>Already, a number of enterprising WordPress plugin developers have answered the call to add Google Buzz buttons to WordPress posts.</p>
<p>Let’s take a look:</p>
<hr />
<h3>Google Buzz Button</h3>
<hr />
<p>Internet Techies created the <a href="http://www.clickonf5.org/google-buzz-button-wordpress">Google Buzz Button</a> plugin that allows you to add a “Buzz This” button to each of your WordPress posts. That icon probably looks pretty familiar — that’s because the button was designed here at Mashable (though it isn’t the same plugin).</p>
<p><center><img src="http://cdn.mashable.com/wp-content/uploads/2010/02/google-buzz-button.jpg" alt="" title="google-buzz-button" width="500" height="332"/></center></p>
</p>
<p>The plugin options are relatively limited — you can choose what “rel” attribute you include with the link (the default is “nofollow”) and you can choose to display the button before or after your post content. You can also specify the icon’s height and width. Making some changes to your WordPress theme’s CSS options, you could further customize the appearance of the button, but as it stands, it’s a pretty basic (and easy) way to add a Buzz button. If you want to add Buzz manually to only certain posts, there is a template tag that you can add to those posts.</p>
<hr />
<h3>WP Google-buzz</h3>
<hr />
<p>Another button plugin option is <a href="http://arpitshah.com/plugins/wp-google-buzz/">WP Google-buzz</a> from Arpit Shah. This button is extremely similar to the Google Buzz Button plugin, but it adds a few more options. You can choose to show the button before or after content or to add it to posts manually, but there are also options for what style button you want to use. Depending on how  you have your blog setup, you might want to use a different size or style of button.</p>
<p><center><img src="http://cdn.mashable.com/wp-content/uploads/2010/02/wp-google-buzz-update.jpg" alt="" title="wp-google-buzz-update" width="392" height="627"/></center></p>
</p>
<hr />
<h3>WPBuzzer</h3>
<hr />
<p>Hameedulah’s <a href="http://hameedullah.com/wordpress/wpbuzzer" title="WPBuzzer - Hameedullah">WPBuzzer</a> is the most robust of the Google Buzz button plugins as of right now. The style of the button is almost identical to what Mashable and the Google Buzz Button use (albeit, not quite as clean), but the options are where this plugin really shines.</p>
<p><center><img src="http://cdn.mashable.com/wp-content/uploads/2010/02/wpbuzzer-lg.jpg" alt="" title="wpbuzzer-lg" width="431" height="440"/></center></p>
</p>
<p>You can choose where you want your buttons to appear (on posts, on pages, on the home page, in your RSS feed), whether your want the button to appear before or after the post, the target for the button (a new window or a pop-up share option) and even the CSS style. You can also choose to use a small or large button.</p>
<p>The biggest feature is that you can track share counts (just like we do at Mashable) if you have a Bit.ly API key and login.</p>
<hr />
<h3>Light Social</h3>
<hr />
<p>The <a href="http://wordpress.org/extend/plugins/light-social/" title="WordPress ‚Ä∫ Light Social ¬´ WordPress Plugins">Light Social</a> plugin takes a slightly different approach to the Google Buzz button. Light Social is a plugin that inserts a set of social share links at the bottom of each of your WordPress posts. This way links to Digg, Reddit, Facebook, LinkedIn and Twitter are all automatically at the bottom of the post. The developer of Light Social updated the plugin to include a Google Buzz icon and share link as well. If you want to add lots of social options to your posts — Light Social is a good approach.</p>
<p><center><img src="http://cdn.mashable.com/wp-content/uploads/2010/02/light-social.jpg" alt="" title="light-social" width="337" height="126"/></center></p>
</p>
<hr />
<h2>Buzz In Your Sidebar</h2>
<hr />
<p>It’s one thing to let other people share your content to their buzz accounts, but a big advantage of Buzz is that you can aggregate your social activities into one place as well. Check out these options for adding some Buzz to your sidebar!</p>
<hr />
<h3>Google Buzz ER</h3>
<hr />
<p>If you want to share your Buzz content on your blog, check out the <a href="http://wordpress.org/extend/plugins/google-buzz-er/">Google Buzz ER</a> plugin.  Google Buzz ER is extremely cool. It’s a widget that will display your public Buzz content. Just enter in your username and define how many Buzz entries you want to display and drag the widget to your designated choice in your blog.</p>
<p><center><img src="http://cdn.mashable.com/wp-content/uploads/2010/02/google-buzz-er.jpg" alt="" title="google-buzz-er" width="638" height="429"/></center></p>
</p>
<p>That’s it! Now you have Buzz in your sidebar! Plus, as an added benefit, other users can click on “comment” to immediately respond to what you share. As of right now, the Buzz API doesn’t allow other people’s comments to become viewable, so only your public content is going to appear on your blog.</p>
<hr />
<h3>BuzzCounter.net</h3>
<hr />
<p>Another option for adding a Buzz widget to your blog (WordPress or otherwise) is <a href="http://buzzcounter.net">BuzzCounter.net</a>. Just fill in your username and you can generate the JavaScript to paste onto your website or blog!</p>
<p><center><img src="http://cdn.mashable.com/wp-content/uploads/2010/02/buzzcounter.jpg" alt="" title="buzzcounter" width="286" height="377"/></center></p>
<hr />
<h2>Buzz Your Comments</h2>
<hr />
<p>There are a number of different all-inclusive comment solutions for WordPress — there’s <a href="http://js-kit.com">Echo</a>, <a href="http://disq.us">Disqus</a> (which we use here at Mashable) and <a href="http://intensedebate.com">IntenseDebate</a>. IntenseDebate is owned by Automattic, the people behind WordPress.com and some of the main contributors to the WordPress.org project. So it probably shouldn’t be a surprise that it’s the first of the solutions to offer <a href="http://blog.intensedebate.com/2010/02/11/hot-off-the-press-google-buzz-intensedebate-plugin/">Buzz integration into its service</a>.</p>
<p><center><img src="http://cdn.mashable.com/wp-content/uploads/2010/02/buzz-it-ID.jpg" alt="" title="buzz-it-ID" width="500" height="417"/></center></p>
</p>
<p>If you use IntenseDebate on your blog, you can now easily add a Buzz It button to the top of your comment form. This won’t let people Buzz their own comments (we expect something like that will come in the future), but it adds another “Share on Buzz” option for your post to your visitors. If you use IntenseDebate, you can activate the Google Buzz This plugin by enabling it in the <a href="http://intensedebate.com/plugins">Plugins Directory</a>.</p>
<hr />
<h2>Keep Your Eyes Peeled</h2>
<hr />
<p>As Google Buzz continues to evolve (remember, it isn’t even a week old), more and more integration options are going to sprout up. Let us know what sort of integration options you’d like to see in the future in the comments! If we missed one of your favorite Buzz plugins, let us know!</p>
<hr />Reviews: <a href="http://www.blippr.com/apps/336668-Digg">Digg</a>, <a href="http://www.blippr.com/apps/337077-Disqus">Disqus</a>, <a href="http://www.blippr.com/apps/336650-Facebook">Facebook</a>, <a href="http://www.blippr.com/apps/577072-Google-Buzz">Google Buzz</a>, <a href="http://www.blippr.com/apps/337305-Google-Reader">Google Reader</a>, <a href="http://www.blippr.com/apps/337623-LinkedIn">LinkedIn</a>, <a href="http://www.blippr.com/apps/337174-Mashable">Mashable</a>, <a href="http://www.blippr.com/apps/336651-Twitter">Twitter</a>, <a href="http://www.blippr.com/apps/336657-WordPress">WordPress</a>
<p>Tags: <a href="http://mashable.com/tag/buzz/">buzz</a>, <a href="http://mashable.com/tag/google/">Google</a>, <a href="http://mashable.com/tag/google-buzz/">google buzz</a>, <a href="http://mashable.com/tag/how-to/">how to</a>, <a href="http://mashable.com/tag/list/">List</a>, <a href="http://mashable.com/tag/lists/">Lists</a>, <a href="http://mashable.com/tag/wordpress/">Wordpress</a>, <a href="http://mashable.com/tag/wordpress-plugins/">wordpress plugins</a></p>
<p><iframe src="http://feedads.g.doubleclick.net/~ah/f/9m6h8omben53fuj7ghgrctkjc8/300/250?ca=1&amp;fh=280#http%3A%2F%2Fmashable.com%2F2010%2F02%2F15%2Fgoogle-buzz-wordpress%2F" width="100%" height="280" frameborder="0" scrolling="no" marginwidth="0" marginheight="0"></iframe></p>
<div>
<a href="http://feeds.feedburner.com/~ff/Mashable?a=H21nTu_Mj1M:BtcIsIv9u78:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Mashable?i=H21nTu_Mj1M:BtcIsIv9u78:D7DqB2pKExk" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=H21nTu_Mj1M:BtcIsIv9u78:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Mashable?i=H21nTu_Mj1M:BtcIsIv9u78:V_sGLiPBpWU" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=H21nTu_Mj1M:BtcIsIv9u78:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Mashable?i=H21nTu_Mj1M:BtcIsIv9u78:F7zBnMyn0Lo" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=H21nTu_Mj1M:BtcIsIv9u78:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Mashable?d=qj6IDK7rITs" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=H21nTu_Mj1M:BtcIsIv9u78:_e0tkf89iUM"><img src="http://feeds.feedburner.com/~ff/Mashable?d=_e0tkf89iUM" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=H21nTu_Mj1M:BtcIsIv9u78:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Mashable?i=H21nTu_Mj1M:BtcIsIv9u78:gIN9vFwOqvQ" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=H21nTu_Mj1M:BtcIsIv9u78:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Mashable?d=yIl2AUoC8zA" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=H21nTu_Mj1M:BtcIsIv9u78:P0ZAIrC63Ok"><img src="http://feeds.feedburner.com/~ff/Mashable?d=P0ZAIrC63Ok" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=H21nTu_Mj1M:BtcIsIv9u78:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/Mashable?d=I9og5sOYxJI" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=H21nTu_Mj1M:BtcIsIv9u78:CC-BsrAYo0A"><img src="http://feeds.feedburner.com/~ff/Mashable?d=CC-BsrAYo0A" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=H21nTu_Mj1M:BtcIsIv9u78:_cyp7NeR2Rw"><img src="http://feeds.feedburner.com/~ff/Mashable?i=H21nTu_Mj1M:BtcIsIv9u78:_cyp7NeR2Rw" border="0"/></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/Mashable/~4/H21nTu_Mj1M" height="1" width="1"/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.glennmarcus.com/blog/2010/02/15/how-to-integrate-google-buzz-into-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Much Venture Capital Should You Raise For Your SaaS Venture?</title>
		<link>http://www.glennmarcus.com/blog/2010/02/12/how-much-venture-capital-should-you-raise-for-your-saas-venture/</link>
		<comments>http://www.glennmarcus.com/blog/2010/02/12/how-much-venture-capital-should-you-raise-for-your-saas-venture/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 20:00:00 +0000</pubDate>
		<dc:creator>Bernard Lunn</dc:creator>
				<category><![CDATA[startup]]></category>
		<category><![CDATA[Startups]]></category>
		<category><![CDATA[user/12651333281871808648/label/startup]]></category>
		<category><![CDATA[user/12651333281871808648/label/web20]]></category>
		<category><![CDATA[user/12651333281871808648/state/com.google/fresh]]></category>
		<category><![CDATA[user/12651333281871808648/state/com.google/read]]></category>

		<guid isPermaLink="false">tag:google.com,2005:reader/item/17e92e1b051dd007</guid>
		<description><![CDATA[<p><img alt="venture capital funding saas" src="http://www.readwriteweb.com/start/guest_fundingsaas_0210-1.jpg" width="150" height="100"/>
</p><p>The short answer is &#8220;as much as you need&#8221;. The more tactical answer is &#8220;as much as you can raise cheaply&#8221;. The latter is a pragmatic view. Raise more than you need when times are good. Just because you raise it does not mean you need to spend it &#8211; capital efficiency is always good!</p>
<p>In this post I look at what VC are saying SaaS ventures need to raise to get to scale and profitability. But I&#8217;ll also look at what VC are doing &#8211; what SaaS deals they are funding currently. I look at the capital efficiency drivers, what you can do to reduce your need for capital. And finally, I show you which VC are active in SaaS today.</p>
<p align="right"><em>Sponsor</em><br /><a href="http://d.ads.readwriteweb.com/ck.php?n=18238&#38;cb=18238"><img src="http://d.ads.readwriteweb.com/avw.php?zoneid=14&#38;cb=18238&#38;n=18238" border="0" alt=""/></a></p>
<h2>What Are VC Saying?</h2>
<p>The answer according to Bruce Cleveland of Interwest <a href="http://www.interwest.com/software-as-a-service/investment/the-capital-needed-to-create-a-saas-company/">is about $40m</a>.</p>
<p>Take that seriously. Cleveland is a SaaS specialist with serious operational experience who has done his research on this subject. But as he points out, the details matter. There are two points of caution:</p>
<ol>
<li>This is looking in the rear view mirror at ventures funded some time ago that did an IPO in 2007 or earlier. It is a different world today &#8211; less capital available and less need for capital.</li>
<li>VC are happy with models that require a lot of capital. Capital is what they have to offer and if you need a lot they are in the driving seat.</li>
</ol>
<p>Lets look at the operational details, the capital efficiency drivers, in a minute. First, lets see what VC are&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><img alt="venture capital funding saas" src="http://www.readwriteweb.com/start/guest_fundingsaas_0210-1.jpg" width="150" height="100"/>
<p>The short answer is &#8220;as much as you need&#8221;. The more tactical answer is &#8220;as much as you can raise cheaply&#8221;. The latter is a pragmatic view. Raise more than you need when times are good. Just because you raise it does not mean you need to spend it &#8211; capital efficiency is always good!</p>
<p>In this post I look at what VC are saying SaaS ventures need to raise to get to scale and profitability. But I&#8217;ll also look at what VC are doing &#8211; what SaaS deals they are funding currently. I look at the capital efficiency drivers, what you can do to reduce your need for capital. And finally, I show you which VC are active in SaaS today.</p>
<p align="right"><em>Sponsor</em><br /><a href="http://d.ads.readwriteweb.com/ck.php?n=18238&amp;cb=18238"><img src="http://d.ads.readwriteweb.com/avw.php?zoneid=14&amp;cb=18238&amp;n=18238" border="0" alt=""/></a></p>
<h2>What Are VC Saying?</h2>
<p>The answer according to Bruce Cleveland of Interwest <a href="http://www.interwest.com/software-as-a-service/investment/the-capital-needed-to-create-a-saas-company/">is about $40m</a>.</p>
<p>Take that seriously. Cleveland is a SaaS specialist with serious operational experience who has done his research on this subject. But as he points out, the details matter. There are two points of caution:</p>
<ol>
<li>This is looking in the rear view mirror at ventures funded some time ago that did an IPO in 2007 or earlier. It is a different world today &#8211; less capital available and less need for capital.</li>
<li>VC are happy with models that require a lot of capital. Capital is what they have to offer and if you need a lot they are in the driving seat.</li>
</ol>
<p>Lets look at the operational details, the capital efficiency drivers, in a minute. First, lets see what VC are actually funding today.</p>
<h2>What Are VC Doing?</h2>
<p>We looked at the Series A round for 17 SaaS ventures that closed after January 2007:</p>
<ul style="list-style-type:none">
<li>Clarizen</li>
<li>Maxplore</li>
<li>Loopfuse</li>
<li>Jive Software</li>
<li>SlideRocket</li>
<li>Elastra</li>
<li>Syncplicity</li>
<li>SocialCast</li>
<li>AriaSystems</li>
<li>Lavante</li>
<li>Lithium Technologies</li>
<li>Maxplore</li>
<li>PivotLink</li>
<li>SmartTurn</li>
<li>Zuberance</li>
<li>InsideView</li>
<li>Bill.com</li>
</ul>
<p>These 17 ventures raised $90.25 million total, an average of $5.3 million. That sounds like the &#8220;old normal&#8221; $5 million Series A. You can see how you would get to $40 million for a venture that is getting traction and can do a series of larger rounds at higher valuations. Lets say, a) $5 million; b) $10 million; c) $25 million; and total: $40m.</p>
<p>If the C round is pre IPO, everybody does well. But that is the old normal. The new normal is different. First, those 17 deals had two outliers: Jive raised $15 million and Bill.com raised $17 million.</p>
<p>Now let&#8217;s start with a later date. If we filter by Series A deals that were done after the  market meltdown in Q4 2008, the average more than halves to $2.55 million. Those five deals are:</p>
<ul style="list-style-type:none">
<li>Maxplore</li>
<li>Loopfuse</li>
<li>Syncplicity</li>
<li>Zuberance</li>
<li>SocialCast</li>
</ul>
<h2>Capital Efficiency Drivers</h2>
<p>There are two numbers to obsess over.</p>
<p>1. How much does it cost to acquire customers? Cleveland defines this as CAC/ACV, or Customer Acquisition Cost divided by Annual Contract Value. If this is less than one you are in good shape. You can take this further. If you can get your customers to pre-pay for the year and your CAC/ACV is less than one, you can self-finance growth at least on the marketing side. Charging annually rather than monthly will slow down growth but that would be a small price to pay for controlling your own destiny. In some markets, customers will pre-pay in return for a discount and that is certainly the cheapest capital you will ever get.</p>
<p>2. How much do you need to spend per customer on infrastructure? The SaaS pioneers made a big play out of having their own data centers. When SaaS/Cloud was new, this was essential. Today you will be courted by lots of big, deep-pocketed, credible cloud vendors selling PaaS, IaaS and HaaS on a pay-as-you-go basis. The pay-as-you-go basis means you don&#8217;t spend precious capex on infrastrucure. </p>
<p>But more important is the total ICC or Infrastructure Cost per Customer. If this is low enough you can afford to be more creative with your freemium strategies &#8211; which will reduce your CAC/ACV if done right. In other words, your R&amp;D guys had better pay attention to performance engineering from the get go. The days of throwing sloppy code out there and covering your mistakes with huge dollops of cash later are probably over.</p>
<h2>Who You Gonna Call? SaaS Funders!</h2>
<p>You need capital to build a SaaS venture. You can self-finance using the cash flow from another business. (Typically a professional services business as this requires no capital.) This is what both 37 Signals and Zoho/Advent did. But that is still capital, it is just your own capital!</p>
<p>If you have a small niche, you might need very little capital as it is easy to reach your market. Which is a good thing as no VC will fund a small niche. If you are have a venture that is in that <a href="http://www.readwriteweb.com/archives/viral_marketing_startup_magic_quadrant.php">rare magic quadrant</a> that is both viral and monetizable&#8230; well you are one lucky dude!</p>
<p>For SaaS ventures that are going after a big market and have normal marketing characteristics, VC (probably preceded by Angel) is the conventional route. If you do decide to raise VC for your SaaS venture, it is better to go to a SaaS specialist. </p>
<p>We know this is not an exhaustive list. It is not meant to be. We have seen many VCs do one or two SaaS deals. We want to highlight the VCs that have done more than that, and that have an active focus on SaaS (a section on their site, a partner focused on SaaS, some interesting research, etc.). These are the ones that made that cut:</p>
<ul style="list-style-type:none">
<li>Bay Partners</li>
<li>Benchmark</li>
<li>Bessemer</li>
<li>Emergence</li>
<li>HummerWinblad</li>
<li>Interwest</li>
<li>Northbridge</li>
<li>TrueVentures</li>
<li>Venrock</li>
</ul>
<p>What you really need to know is, who is funding SaaS ventures right now. Here is the much shorter list of VC that have done two or more SaaS A Series deals since the start of 2007:</p>
<ul style="list-style-type:none">
<li>Emergence</li>
<li>TrueVentures</li>
<li>HummerWinblad</li>
<li>Venrock</li>
</ul>
<p>OK, let&#8217;s make a really fine filter. Who has done SaaS A Series deals since the market meltdown in Q4 2008? That list is down to two firms:</p>
<ul style="list-style-type:none">
<li>Emergence</li>
<li>TrueVentures</li>
</ul>
<p>In raising money, relationships matter &#8211; a lot. So if you know a VC that is not yet active in SaaS, call them. If your venture puts them on the SaaS map, they will love you. For most VC that like Internet or software like SaaS, the business model attractions are screamingly obvious. </p>
<p>Photo credit: <a href="http://www.sxc.hu/profile/mokra">Mokra</a><br />
<strong><a href="http://www.readwriteweb.com/start/2010/02/venture-capital-saas-funding.php#comments-open">Discuss</a></strong>
<p><iframe src="http://feedads.g.doubleclick.net/~ah/f/bh8m03d07dnj95a0qa1ma5k32c/468/60#http%3A%2F%2Fwww.readwriteweb.com%2Fstart%2F2010%2F02%2Fventure-capital-saas-funding.php" width="100%" height="60" frameborder="0" scrolling="no" marginwidth="0" marginheight="0"></iframe></p>
<div>
<a href="http://feeds.feedburner.com/~ff/readwriteweb?a=ZGDirbCgC-s:3P2ojS2mSVQ:FFnlKYwJmN0"><img src="http://feeds.feedburner.com/~ff/readwriteweb?d=FFnlKYwJmN0" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=ZGDirbCgC-s:3P2ojS2mSVQ:Ij26kaj3iuU"><img src="http://feeds.feedburner.com/~ff/readwriteweb?d=Ij26kaj3iuU" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=ZGDirbCgC-s:3P2ojS2mSVQ:C2pbw5bZMiI"><img src="http://feeds.feedburner.com/~ff/readwriteweb?d=C2pbw5bZMiI" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=ZGDirbCgC-s:3P2ojS2mSVQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/readwriteweb?d=yIl2AUoC8zA" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=ZGDirbCgC-s:3P2ojS2mSVQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/readwriteweb?i=ZGDirbCgC-s:3P2ojS2mSVQ:V_sGLiPBpWU" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=ZGDirbCgC-s:3P2ojS2mSVQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/readwriteweb?i=ZGDirbCgC-s:3P2ojS2mSVQ:gIN9vFwOqvQ" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=ZGDirbCgC-s:3P2ojS2mSVQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/readwriteweb?i=ZGDirbCgC-s:3P2ojS2mSVQ:F7zBnMyn0Lo" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=ZGDirbCgC-s:3P2ojS2mSVQ:OqabYuBsmOY"><img src="http://feeds.feedburner.com/~ff/readwriteweb?d=OqabYuBsmOY" border="0"/></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/readwriteweb/~4/ZGDirbCgC-s" height="1" width="1"/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.glennmarcus.com/blog/2010/02/12/how-much-venture-capital-should-you-raise-for-your-saas-venture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AngelList: Venture Hacks Launches Curated Investor Index</title>
		<link>http://www.glennmarcus.com/blog/2010/02/02/angellist-venture-hacks-launches-curated-investor-index/</link>
		<comments>http://www.glennmarcus.com/blog/2010/02/02/angellist-venture-hacks-launches-curated-investor-index/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 01:29:50 +0000</pubDate>
		<dc:creator>Dana Oshiro</dc:creator>
				<category><![CDATA[startup]]></category>
		<category><![CDATA[Startups]]></category>
		<category><![CDATA[user/12651333281871808648/label/startup]]></category>
		<category><![CDATA[user/12651333281871808648/state/com.google/read]]></category>
		<category><![CDATA[user/12651333281871808648/state/com.google/tracking-body-link-used]]></category>

		<guid isPermaLink="false">tag:google.com,2005:reader/item/cd36c44c0fe27bc9</guid>
		<description><![CDATA[<p><img alt="nivi_venturehacks_jan10.jpg" src="http://www.readwriteweb.com/start/images/nivi_venturehacks_jan10.jpg" width="150" height="152"/>Earlier today Venture Hacks announced the launch of the <a href="http://venturehacks.com/articles/angellist">AngelList</a> &#8211; a curated list of angel investors with an interest in early-stage funding pitches. According to a blog post by <a href="http://venturehacks.com">Venture Hacks</a> cofounder Babak Nivi, legendary investors like <a href="http://www.foundersfund.com/front.php">FF Fund angel Dave McClure</a>, <a href="http://techstars.org">Techstars&#8217; Brad Feld</a> and <a href="http://blog.softtechvc.com/">SoftTech VC&#8217;s Jeff Clavier</a> are among the site&#8217;s first participants. ReadWriteStart caught up with Nivi to find out why he was moved to create the resource. </p>
<p align="right"><em>Sponsor</em><br /><a href="http://d.ads.readwriteweb.com/ck.php?n=18072&#38;cb=18072"><img src="http://d.ads.readwriteweb.com/avw.php?zoneid=14&#38;cb=18072&#38;n=18072" border="0" alt=""/></a></p>
<p>&#8220;Entrepreneurs are always asking us if we know any angel investors.&#8221; He says, &#8220;It&#8217;s one of the most common questions in the startup world. So we decided to make a list of the ones we know and also open it to ones we didn&#8217;t know. We also needed a place to keep track of the angels we know for our own reference. Hence AngelList!&#8221;</p>
<p><img alt="clavier_angellist_jan102.jpg" src="http://www.readwriteweb.com/start/images/clavier_angellist_jan102.jpg" width="400" height="246" align="right"/>Anyone who has made $25,000 dollars in investments in 2009 and plans to do the same in 2010 is eligible to apply for the list. Participating investors receive information on three vetted startups per week and a place on the Venture Hacks blog and <a href="http://twitter.com/venturehacks/angellist">AngelList Twitter account</a>. While some Angels may shy from displaying their contact info to the public, the list is actually a much better way to manage the pitch process as entrepreneurs are made well aware of investor objectives and interests. Startups can browse the site for contact information, investment criteria, trusted referrers and an investor&#8217;s current portfolio. </p>
<p>Explains Nivi, &#8220;Entrepreneurs spend a lot of time trying to get intros to investors &#8211; even the&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><img alt="nivi_venturehacks_jan10.jpg" src="http://www.readwriteweb.com/start/images/nivi_venturehacks_jan10.jpg" width="150" height="152"/>Earlier today Venture Hacks announced the launch of the <a href="http://venturehacks.com/articles/angellist">AngelList</a> &#8211; a curated list of angel investors with an interest in early-stage funding pitches. According to a blog post by <a href="http://venturehacks.com">Venture Hacks</a> cofounder Babak Nivi, legendary investors like <a href="http://www.foundersfund.com/front.php">FF Fund angel Dave McClure</a>, <a href="http://techstars.org">Techstars&#8217; Brad Feld</a> and <a href="http://blog.softtechvc.com/">SoftTech VC&#8217;s Jeff Clavier</a> are among the site&#8217;s first participants. ReadWriteStart caught up with Nivi to find out why he was moved to create the resource. </p>
<p align="right"><em>Sponsor</em><br /><a href="http://d.ads.readwriteweb.com/ck.php?n=18072&amp;cb=18072"><img src="http://d.ads.readwriteweb.com/avw.php?zoneid=14&amp;cb=18072&amp;n=18072" border="0" alt=""/></a></p>
<p>&#8220;Entrepreneurs are always asking us if we know any angel investors.&#8221; He says, &#8220;It&#8217;s one of the most common questions in the startup world. So we decided to make a list of the ones we know and also open it to ones we didn&#8217;t know. We also needed a place to keep track of the angels we know for our own reference. Hence AngelList!&#8221;</p>
<p><img alt="clavier_angellist_jan102.jpg" src="http://www.readwriteweb.com/start/images/clavier_angellist_jan102.jpg" width="400" height="246" align="right"/>Anyone who has made $25,000 dollars in investments in 2009 and plans to do the same in 2010 is eligible to apply for the list. Participating investors receive information on three vetted startups per week and a place on the Venture Hacks blog and <a href="http://twitter.com/venturehacks/angellist">AngelList Twitter account</a>. While some Angels may shy from displaying their contact info to the public, the list is actually a much better way to manage the pitch process as entrepreneurs are made well aware of investor objectives and interests. Startups can browse the site for contact information, investment criteria, trusted referrers and an investor&#8217;s current portfolio. </p>
<p>Explains Nivi, &#8220;Entrepreneurs spend a lot of time trying to get intros to investors &#8211; even the entrepreneurs who end up raising money from <a href="http://en.wikipedia.org/wiki/Ron_Conway">Ron Conway</a>, <a href="http://www.avc.com/">Fred Wilson</a> or <a href="http://www.sequoiacap.com/">Sequoia</a>. We want to make it easy for qualified entrepreneurs to get the intros.&#8221; </p>
<p>To check out the list, visit <a href="http://venturehacks.com/angellist">venturehacks.com/angellist</a> or to make your angel financing needs known, add yourself to the VentureHacks Startup List at <a href="http://venturehacks.com/startuplist">venturehacks.com/startuplist</a>.</p>
<p><strong><a href="http://www.readwriteweb.com/start/2010/02/angellist-venture-hacks.php#comments-open">Discuss</a></strong>
<p><iframe src="http://feedads.g.doubleclick.net/~ah/f/bh8m03d07dnj95a0qa1ma5k32c/300/250?ca=1&amp;fh=280#http%3A%2F%2Fwww.readwriteweb.com%2Fstart%2F2010%2F02%2Fangellist-venture-hacks.php" width="100%" height="280" frameborder="0" scrolling="no" marginwidth="0" marginheight="0"></iframe></p>
<div>
<a href="http://feeds.feedburner.com/~ff/readwriteweb?a=E-zYfzPadLU:uPzXXCgqupw:FFnlKYwJmN0"><img src="http://feeds.feedburner.com/~ff/readwriteweb?d=FFnlKYwJmN0" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=E-zYfzPadLU:uPzXXCgqupw:Ij26kaj3iuU"><img src="http://feeds.feedburner.com/~ff/readwriteweb?d=Ij26kaj3iuU" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=E-zYfzPadLU:uPzXXCgqupw:C2pbw5bZMiI"><img src="http://feeds.feedburner.com/~ff/readwriteweb?d=C2pbw5bZMiI" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=E-zYfzPadLU:uPzXXCgqupw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/readwriteweb?d=yIl2AUoC8zA" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=E-zYfzPadLU:uPzXXCgqupw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/readwriteweb?i=E-zYfzPadLU:uPzXXCgqupw:V_sGLiPBpWU" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=E-zYfzPadLU:uPzXXCgqupw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/readwriteweb?i=E-zYfzPadLU:uPzXXCgqupw:gIN9vFwOqvQ" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=E-zYfzPadLU:uPzXXCgqupw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/readwriteweb?i=E-zYfzPadLU:uPzXXCgqupw:F7zBnMyn0Lo" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=E-zYfzPadLU:uPzXXCgqupw:OqabYuBsmOY"><img src="http://feeds.feedburner.com/~ff/readwriteweb?d=OqabYuBsmOY" border="0"/></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/readwriteweb/~4/E-zYfzPadLU" height="1" width="1"/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.glennmarcus.com/blog/2010/02/02/angellist-venture-hacks-launches-curated-investor-index/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Latest Redsn0w Tool Jailbreaks iPhone 3.0 and 3.1.2 [Jailbreak]</title>
		<link>http://www.glennmarcus.com/blog/2010/02/01/latest-redsn0w-tool-jailbreaks-iphone-3-0-and-3-1-2-jailbreak/</link>
		<comments>http://www.glennmarcus.com/blog/2010/02/01/latest-redsn0w-tool-jailbreaks-iphone-3-0-and-3-1-2-jailbreak/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 16:01:33 +0000</pubDate>
		<dc:creator>Kat Hannaford</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Iphone jailbreaking]]></category>
		<category><![CDATA[iphone unlocking]]></category>
		<category><![CDATA[Jailbreak]]></category>
		<category><![CDATA[redsn0w]]></category>
		<category><![CDATA[user/12651333281871808648/label/iPhone]]></category>
		<category><![CDATA[user/12651333281871808648/state/com.google/read]]></category>
		<category><![CDATA[user/12651333281871808648/state/com.google/tracking-item-link-used]]></category>

		<guid isPermaLink="false">tag:google.com,2005:reader/item/b7812143d7807387</guid>
		<description><![CDATA[<p>The iPhone Dev Team has put the latest redsn0w jailbreaking tool up for your downloading pleasure, for use with iPhones and iPod Touches running OS versions 3.0 and 3.1.2. [<a href="http://wikee.iphwn.org/howto:rs9">Redsn0w</a> via <a href="http://www.slashgear.com/redsn0w-0-9-2-unlocksjailbreaks-all-iphone-ipod-touch-models-0172178/">SlashGear</a>]</p>
<p><br style="clear:both"/><br />
<br style="clear:both"/><br />
<a href="http://ads.pheedo.com/click.phdo?s=2e4bb83b47390f02b1aea837baf35bd9&#38;p=1"><img alt="" style="border:0" border="0" src="http://ads.pheedo.com/img.phdo?s=2e4bb83b47390f02b1aea837baf35bd9&#38;p=1"/></a><br />
<img alt="" height="0" width="0" border="0" src="http://a.rfihub.com/eus.gif?eui=2226"/>
<div>
<a href="http://feeds.gawker.com/~ff/gizmodo/full?a=ugh9h3m6JRY:jJa2a5Xjz0A:H0mrP-F8Qgo"><img src="http://feeds.feedburner.com/~ff/gizmodo/full?d=H0mrP-F8Qgo" border="0"/></a> <a href="http://feeds.gawker.com/~ff/gizmodo/full?a=ugh9h3m6JRY:jJa2a5Xjz0A:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/gizmodo/full?d=yIl2AUoC8zA" border="0"/></a> <a href="http://feeds.gawker.com/~ff/gizmodo/full?a=ugh9h3m6JRY:jJa2a5Xjz0A:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/gizmodo/full?i=ugh9h3m6JRY:jJa2a5Xjz0A:D7DqB2pKExk" border="0"/></a> <a href="http://feeds.gawker.com/~ff/gizmodo/full?a=ugh9h3m6JRY:jJa2a5Xjz0A:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/gizmodo/full?i=ugh9h3m6JRY:jJa2a5Xjz0A:V_sGLiPBpWU" border="0"/></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/gizmodo/full/~4/ugh9h3m6JRY" height="1" width="1"/></p>
]]></description>
			<content:encoded><![CDATA[<p>The iPhone Dev Team has put the latest redsn0w jailbreaking tool up for your downloading pleasure, for use with iPhones and iPod Touches running OS versions 3.0 and 3.1.2. [<a href="http://wikee.iphwn.org/howto:rs9">Redsn0w</a> via <a href="http://www.slashgear.com/redsn0w-0-9-2-unlocksjailbreaks-all-iphone-ipod-touch-models-0172178/">SlashGear</a>]</p>
<p><br style="clear:both"/><br />
<br style="clear:both"/><br />
<a href="http://ads.pheedo.com/click.phdo?s=2e4bb83b47390f02b1aea837baf35bd9&amp;p=1"><img alt="" style="border:0" border="0" src="http://ads.pheedo.com/img.phdo?s=2e4bb83b47390f02b1aea837baf35bd9&amp;p=1"/></a><br />
<img alt="" height="0" width="0" border="0" src="http://a.rfihub.com/eus.gif?eui=2226"/>
<div>
<a href="http://feeds.gawker.com/~ff/gizmodo/full?a=ugh9h3m6JRY:jJa2a5Xjz0A:H0mrP-F8Qgo"><img src="http://feeds.feedburner.com/~ff/gizmodo/full?d=H0mrP-F8Qgo" border="0"/></a> <a href="http://feeds.gawker.com/~ff/gizmodo/full?a=ugh9h3m6JRY:jJa2a5Xjz0A:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/gizmodo/full?d=yIl2AUoC8zA" border="0"/></a> <a href="http://feeds.gawker.com/~ff/gizmodo/full?a=ugh9h3m6JRY:jJa2a5Xjz0A:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/gizmodo/full?i=ugh9h3m6JRY:jJa2a5Xjz0A:D7DqB2pKExk" border="0"/></a> <a href="http://feeds.gawker.com/~ff/gizmodo/full?a=ugh9h3m6JRY:jJa2a5Xjz0A:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/gizmodo/full?i=ugh9h3m6JRY:jJa2a5Xjz0A:V_sGLiPBpWU" border="0"/></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/gizmodo/full/~4/ugh9h3m6JRY" height="1" width="1"/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.glennmarcus.com/blog/2010/02/01/latest-redsn0w-tool-jailbreaks-iphone-3-0-and-3-1-2-jailbreak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OS X Hidden Gems</title>
		<link>http://www.glennmarcus.com/blog/2010/01/29/os-x-hidden-gems/</link>
		<comments>http://www.glennmarcus.com/blog/2010/01/29/os-x-hidden-gems/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 21:28:51 +0000</pubDate>
		<dc:creator>Bryan Schuetz</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[hidden gems]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Os X]]></category>
		<category><![CDATA[user/12651333281871808648/label/mac]]></category>
		<category><![CDATA[user/12651333281871808648/state/com.google/read]]></category>
		<category><![CDATA[user/12651333281871808648/state/com.google/tracking-item-link-used]]></category>

		<guid isPermaLink="false">tag:google.com,2005:reader/item/6729fbaa37bd231f</guid>
		<description><![CDATA[<div>
<p><img title="Unsaved ScreenShot" src="http://gigapple.files.wordpress.com/2010/01/unsaved1.png?w=150&#38;h=118" alt="" width="150" height="118"/></p>
<p>Have you ever noticed that little dark circle that appears within the close button of a document window in OS X when you have unsaved changes? Yeah, me neither. After years of diligent Mac use, this subtle little element somehow escaped me until now. I guess I remember noticing it at times but never realized it was telling me to save my work. It’s a nice touch and got me wondering about what other subtle elements I might have missed over the years.</p>
<p>I spent some time gathering up a number of these hidden gems and figured I’d list them here in the hopes that our readers could add to the list in the comments. <span></span></p>
<h3>Save Dialog</h3>
<p>When saving a file you can press <strong>/</strong> at the save dialog box to choose from any point in the file system via a file path.</p>
<p><img title="Save Dialog Screenshot" src="http://gigapple.files.wordpress.com/2010/01/save_dialog.png?w=570&#38;h=461" alt="" width="570" height="461"/></p>
<h3>Displays</h3>
<p>You can press <strong>Shift + Ctrl + Eject</strong> to put external displays to sleep. On a MacBook this will force the system to sleep without having to close the lid.</p>
<h3>Airport</h3>
<p>Pressing the <strong>Option</strong> key when clicking on the AirPort icon in the menubar will display some detailed information about your wireless connection, including the transmit rate.</p>
<p><img title="Airport Screenshot" src="http://gigapple.files.wordpress.com/2010/01/airport.png?w=336&#38;h=351" alt="" width="336" height="351"/></p>
<h3>Finder</h3>
<p>Pressing <strong>Control</strong> while clicking on the current location icon at the top of the Finder window opens a menu to let you select any parent location along that particular file path.</p>
<p><img title="FilePath Screenshot" src="http://gigapple.files.wordpress.com/2010/01/filepath.png?w=570&#38;h=502" alt="" width="570" height="502"/></p>
<h3>Screen</h3>
<p>Pressing <strong>Ctrl + Option + Command + 8</strong> will invert the color of your screen.</p>
<p><img title="Inverted Colors Screenshot" src="http://gigapple.files.wordpress.com/2010/01/inverted.png?w=570&#38;h=457" alt="" width="570" height="457"/></p>
<h3>Dictionary</h3>
<p>Pressing <strong>Ctrl + Command + D</strong> while hovering over a word in any Cocoa application (Safari, Mail, etc.)&#8230;</p></div>]]></description>
			<content:encoded><![CDATA[<div>
<p><img title="Unsaved ScreenShot" src="http://gigapple.files.wordpress.com/2010/01/unsaved1.png?w=150&amp;h=118" alt="" width="150" height="118"/></p>
<p>Have you ever noticed that little dark circle that appears within the close button of a document window in OS X when you have unsaved changes? Yeah, me neither. After years of diligent Mac use, this subtle little element somehow escaped me until now. I guess I remember noticing it at times but never realized it was telling me to save my work. It’s a nice touch and got me wondering about what other subtle elements I might have missed over the years.</p>
<p>I spent some time gathering up a number of these hidden gems and figured I’d list them here in the hopes that our readers could add to the list in the comments. <span></span></p>
<h3>Save Dialog</h3>
<p>When saving a file you can press <strong>/</strong> at the save dialog box to choose from any point in the file system via a file path.</p>
<p><img title="Save Dialog Screenshot" src="http://gigapple.files.wordpress.com/2010/01/save_dialog.png?w=570&amp;h=461" alt="" width="570" height="461"/></p>
<h3>Displays</h3>
<p>You can press <strong>Shift + Ctrl + Eject</strong> to put external displays to sleep. On a MacBook this will force the system to sleep without having to close the lid.</p>
<h3>Airport</h3>
<p>Pressing the <strong>Option</strong> key when clicking on the AirPort icon in the menubar will display some detailed information about your wireless connection, including the transmit rate.</p>
<p><img title="Airport Screenshot" src="http://gigapple.files.wordpress.com/2010/01/airport.png?w=336&amp;h=351" alt="" width="336" height="351"/></p>
<h3>Finder</h3>
<p>Pressing <strong>Control</strong> while clicking on the current location icon at the top of the Finder window opens a menu to let you select any parent location along that particular file path.</p>
<p><img title="FilePath Screenshot" src="http://gigapple.files.wordpress.com/2010/01/filepath.png?w=570&amp;h=502" alt="" width="570" height="502"/></p>
<h3>Screen</h3>
<p>Pressing <strong>Ctrl + Option + Command + 8</strong> will invert the color of your screen.</p>
<p><img title="Inverted Colors Screenshot" src="http://gigapple.files.wordpress.com/2010/01/inverted.png?w=570&amp;h=457" alt="" width="570" height="457"/></p>
<h3>Dictionary</h3>
<p>Pressing <strong>Ctrl + Command + D</strong> while hovering over a word in any Cocoa application (Safari, Mail, etc.) will automatically look up that word in the OS X dictionary app.</p>
<p><img title="Dictionary Screenshot" src="http://gigapple.files.wordpress.com/2010/01/dictionary.png?w=570&amp;h=274" alt="" width="570" height="274"/></p>
<p>This list just scratches the surface of what I know are a huge number of hidden gems buried inside OS X. If you have any others you want to add to the list, please share it with us in the comments.</p>
<p>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gigapple.wordpress.com/39699/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gigapple.wordpress.com/39699/"/></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gigapple.wordpress.com/39699/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gigapple.wordpress.com/39699/"/></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gigapple.wordpress.com/39699/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gigapple.wordpress.com/39699/"/></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gigapple.wordpress.com/39699/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gigapple.wordpress.com/39699/"/></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gigapple.wordpress.com/39699/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gigapple.wordpress.com/39699/"/></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theappleblog.com&amp;blog=5550580&amp;post=39699&amp;subd=gigapple&amp;ref=&amp;feed=1"/></div>
<div>
<a href="http://feeds.feedburner.com/~ff/TheAppleBlog?a=9R9ZUqKAJ-w:ffEVgb_zZnE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TheAppleBlog?d=yIl2AUoC8zA" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/TheAppleBlog?a=9R9ZUqKAJ-w:ffEVgb_zZnE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/TheAppleBlog?i=9R9ZUqKAJ-w:ffEVgb_zZnE:D7DqB2pKExk" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/TheAppleBlog?a=9R9ZUqKAJ-w:ffEVgb_zZnE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TheAppleBlog?i=9R9ZUqKAJ-w:ffEVgb_zZnE:V_sGLiPBpWU" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/TheAppleBlog?a=9R9ZUqKAJ-w:ffEVgb_zZnE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TheAppleBlog?i=9R9ZUqKAJ-w:ffEVgb_zZnE:F7zBnMyn0Lo" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/TheAppleBlog?a=9R9ZUqKAJ-w:ffEVgb_zZnE:guobEISWfyQ"><img src="http://feeds.feedburner.com/~ff/TheAppleBlog?i=9R9ZUqKAJ-w:ffEVgb_zZnE:guobEISWfyQ" border="0"/></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/TheAppleBlog/~4/9R9ZUqKAJ-w" height="1" width="1"/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.glennmarcus.com/blog/2010/01/29/os-x-hidden-gems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
