<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><!-- generator="WordPress/2.8.3" --><rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="0.92">
<channel>
	<title>Komodo Media » Nerdlab</title>
	<link>http://www.komodomedia.com</link>
	<description>blog, webdesign, illustration &amp; newsk00l javascript</description>
	<lastBuildDate>Thu, 05 Nov 2009 21:25:53 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/komodomedia_nerdlab" type="application/rss+xml" /><feedburner:browserFriendly></feedburner:browserFriendly><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>CloudApp Invites!</title>
		<description><![CDATA[<img src="http://www.komodomedia.com/wp-content/uploads/2009/10/cloud.jpg" alt="CloudApp" width="460" height="300" />

I'm giving away 3 invite codes to see the ever-raved about <a href="http://getcloudapp.com">CloudApp</a>. This means you'll get to peek under the hood and enjoy the luscious amazingness that is Cloud. Sorry Windows users, this is Mac OSX only :(]]></description>
		<link>http://www.komodomedia.com/blog/2009/10/cloudapp-invites/</link>
			</item>
	<item>
		<title>Social Network Icon Pack</title>
		<description><![CDATA[<a href="http://www.komodomedia.com/blog/2009/06/social-network-icon-pack/"><img src="http://www.komodomedia.com/wp-content/uploads/2009/06/social_network_icons_blog_banner.png" alt="Social Network Icon Pack" /></a>

Introducing 80+ ridiculously rad social networking icons,  made by deft-fingered Haitian refugees, not really&#8230; but really. I've developed over 80 refined, amazing social networking icons for the top networks around. They're all the rage with you crazy newsk00l intarweb kids. Use them on your blogs. Put them on t-shirts, coffee mugs, your face-space or whatevs.]]></description>
		<link>http://www.komodomedia.com/blog/2009/06/social-network-icon-pack/</link>
			</item>
	<item>
		<title>Safari’s text-shadow anti-aliasing CSS hack Revision</title>
		<description><![CDATA[I want to talk about a fix I found for Safari 3 and 4 for it&#8217;s issues with bad text-rendering with text, especially light text on a dark background. Previously, web developers have been using a text-shadow hack explained here.
I learned of this technique through Bryan Veloso, who was using a black text shadow with [...]]]></description>
		<link>http://www.komodomedia.com/blog/2009/03/safari-text-shadow-anti-aliasing-css-hack/</link>
			</item>
	<item>
		<title>Sexy Music Album Overlays</title>
		<description><![CDATA[<img src="http://www.komodomedia.com/wp-content/uploads/2009/03/album_banner.jpg" alt="Sexy Album Overlays" />
It's the social web now. We share everything, from our musical tastes, to the<a href="http://twitter.com/rogieking/statuses/1245686411"> bacon avocado burger we ate for breakfast </a>, to the <a href="http://twitter.com/rogieking/statuses/1284215360">very funny things we say and do.</a>

I want to show you how to style your music streams and give you some graphics to do so, cause let's face it, it takes time to design things and it's easier to use mine than yours ;)]]></description>
		<link>http://www.komodomedia.com/blog/2009/03/sexy-music-album-overlays/</link>
			</item>
	<item>
		<title>jQuery Feed Menus</title>
		<description><![CDATA[<img src="http://www.komodomedia.com/wp-content/uploads/2008/10/feed_menu_header.png" alt="Feed Menus" />
When feeds became popular, it worked to have one icon on your site to point your readers to your RSS or Atom feeds. As feeds are more prevalent in blogs and websites abroad, the presence of multiple feeds abound. Learn how to put a feed menu on your site.]]></description>
		<link>http://www.komodomedia.com/blog/2008/10/jquery-feed-menus/</link>
			</item>
	<item>
		<title>Javascript classes for n00bs</title>
		<description><![CDATA[Ok. Simple and sweet. I wish I would have known about this a few years ago.  I&#8217;m talking about the idea of a JavaScript function that can be used like a class.  Here&#8217;s what I want:

Simple class interface that I can instantiate with new Classname
Public functions/members
Private functions/members
Priveleged functions/members
Static functions/members

Lately I&#8217;ve been using JavaScript [...]]]></description>
		<link>http://www.komodomedia.com/blog/2008/09/javascript-classes-for-n00bs/</link>
			</item>
	<item>
		<title>CSS Sliding Sprite Windows</title>
		<description><![CDATA[<img src="http://www.komodomedia.com/wp-content/uploads/2008/09/sliding_banner.jpg" alt="" title="sliding_banner" width="460" height="180" class="alignnone size-full wp-image-278" />
I want to share a CSS technique I've used alot. I'm sure that you have seen CSS sprite techniques that utilize changing background position on hover to change a link's state.  Also, they have the added benefit of keeping from loading images on hover, limiting lag. This technique is very similar, but works like a charm for IE6 and PNG images.  I know this may be a <a href="http://www.urbandictionary.com/define.php?term=moo+point">moo point </a>at this stage, because IE6 is on the outs, but still works beautifully as a technique.]]></description>
		<link>http://www.komodomedia.com/blog/2008/09/css-sliding-sprite-windows/</link>
			</item>
	<item>
		<title>Using jQuery to save form details</title>
		<description><![CDATA[Ok, so I have a few loves in my life.  In web technologies, my love rests in design, jQuery programming and JavaScript, CSS and XHTML.  I love playing around with interfaces and front-end UI design and website design.  Today, I&#8217;m gonna bust out a short post on how I used a snippet [...]]]></description>
		<link>http://www.komodomedia.com/blog/2008/07/using-jquery-to-save-form-details/</link>
			</item>
	<item>
		<title>CSS PNG Image Fix for IE</title>
		<description><![CDATA[We&#8217;ve all seen them, the hoards of PNG fixes for IE6.  That is because IE6 is a bag of smashed buttholes.  I&#8217;m serious. It is.  That is why we (web designers of the new world) have to continually come up with creative ways to solve the PNG issue. In case you are [...]]]></description>
		<link>http://www.komodomedia.com/blog/2007/11/css-png-image-fix-for-ie/</link>
			</item>
	<item>
		<title>CSS Star Rating Redux</title>
		<description><![CDATA[Quite awhile back, I wrote and article entitled <a href="http://komodomedia.com/blog/index.php/2005/08/24/creating-a-star-rater-using-css/">Creating a Star Rater using CSS</a>. In fact, if the CSS for this article is a little confusing, you may want to visit my previous articles to get yourself acquainted.  I wrote it to my best ability and I shared what I could with the growing CSS-loving community.  It was pretty flippin' cool if you ask me, but it needed more.  So, out of that need was born <a href="http://komodomedia.com/blog/index.php/2006/01/09/css-star-rating-part-deux/">CSS Star Rating Part Deux</a>, a vast improvement to the first, but by no means perfection. Out of the many comments I received about the most recent version, there were still some lacking areas.

By now, people's grasp as a whole has grown quite a bit I feel and I think that this time does not warrant a full-fledged tutorial (also, my lack of time doesn't help either).  However, there are some significant issues with my most current Star Rating tutorial and I have always wanted to take another go at it.]]></description>
		<link>http://www.komodomedia.com/blog/2007/01/css-star-rating-redux/</link>
			</item>
</channel>
</rss>
