<?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"?><rss 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/" version="2.0">

<channel>
	<title>We The Media, Digital Creatives</title>
	
	<link>http://www.wtmworldwide.com</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Wed, 28 Oct 2009 17:58:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/WeTheMediaCreative" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>GetGravatar updated to 1.2</title>
		<link>http://pixelmatrixdesign.com/weblog/comments/getgravatar_updated_to_1.2/</link>
		<comments>http://pixelmatrixdesign.com/weblog/comments/getgravatar_updated_to_1.2/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 17:58:48 +0000</pubDate>
		<dc:creator>josh@pixelmatrixdesign.com</dc:creator>
		
		<category><![CDATA[WTM]]></category>

		<guid isPermaLink="false">http://pixelmatrixdesign.com/weblog/comments/getgravatar_updated_to_1.2/#When:17:58:48Z</guid>
		<description><![CDATA[With an update so big that it had to skip a whole point, i'm happy to announce that GetGravatar is now updated to 1.2. Now with 100% less PHP required, and 50% less AJAX calls!
Basically, I removed the dependency on the PHP file, and integrated a couple of functions from the awesome php.js project in order to speed things up significantly.
Quick download linkParameters

fallback (string): URL to your placeholder image for if the user does not have a Gravatar. Must be an exact URL.
avatarSize (number, 0-512): Size in pixels of the gravatar to fetch.
avatarContainer (string): jQuery style selector of the  tag to put the gravatar in once it?s loaded. Default is "#gravatar".
start (function): Function to run when it starts loading. Perfect place to put code for a Loading indicator.
stop (function): Function to run when it?s done loading. Perfect place to put code to hide a Loading indicator.


Code examples:

Barebones usage:


$("#email-address").getGravatar();


Simple parameters:



$("#email-address").getGravatar({
	fallback: 'http://myurl.com/images/default.png'
});



More parameters:



$("#email-address").getGravatar({
	fallback: 'http://myurl.com/images/default.png',
	avatarSize: 80,
	avatarContainer: '#gravatar-container'
});




Specify start and stop functions



$("#email-address").getGravatar({
	start: function(){
		$("loading").show();
	},
	stop: function(){
		$("loading").hide();
	}
});



You can download the plugin below:

Download getgravatar-1.2.zip
ZIP Format, 41 kb


Or check it out on Github.]]></description>
			<content:encoded><![CDATA[With an update so big that it had to skip a whole point, i'm happy to announce that GetGravatar is now updated to 1.2. Now with 100% less PHP required, and 50% less AJAX calls!
Basically, I removed the dependency on the PHP file, and integrated a couple of functions from the awesome php.js project in order to speed things up significantly.
Quick download linkParameters

fallback (string): URL to your placeholder image for if the user does not have a Gravatar. Must be an exact URL.
avatarSize (number, 0-512): Size in pixels of the gravatar to fetch.
avatarContainer (string): jQuery style selector of the  tag to put the gravatar in once it?s loaded. Default is "#gravatar".
start (function): Function to run when it starts loading. Perfect place to put code for a Loading indicator.
stop (function): Function to run when it?s done loading. Perfect place to put code to hide a Loading indicator.


Code examples:

Barebones usage:


$("#email-address").getGravatar();


Simple parameters:



$("#email-address").getGravatar({
	fallback: 'http://myurl.com/images/default.png'
});



More parameters:



$("#email-address").getGravatar({
	fallback: 'http://myurl.com/images/default.png',
	avatarSize: 80,
	avatarContainer: '#gravatar-container'
});




Specify start and stop functions



$("#email-address").getGravatar({
	start: function(){
		$("loading").show();
	},
	stop: function(){
		$("loading").hide();
	}
});



You can download the plugin below:

Download getgravatar-1.2.zip
ZIP Format, 41 kb


Or check it out on Github.]]></content:encoded>
			<wfw:commentRss>http://pixelmatrixdesign.com/weblog/comments/getgravatar_updated_to_1.2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Finding Focus</title>
		<link>http://konigi.com/notebook/finding-focus-while-trying-work</link>
		<comments>http://konigi.com/notebook/finding-focus-while-trying-work#comments</comments>
		<pubDate>Wed, 28 Oct 2009 17:42:33 +0000</pubDate>
		<dc:creator>josh@pixelmatrixdesign.com</dc:creator>
		
		<category><![CDATA[WTM]]></category>

		<guid isPermaLink="false">http://konigi.com/notebook/finding-focus-while-trying-work</guid>
		<description><![CDATA[Konigi knocks it out of the park here. I seriously need help with focus, and there are some great tips here. <a href="http://konigi.com/notebook/finding-focus-while-trying-work">&#x2318;&#8594;</a>]]></description>
			<content:encoded><![CDATA[Konigi knocks it out of the park here. I seriously need help with focus, and there are some great tips here. <a href="http://konigi.com/notebook/finding-focus-while-trying-work">&#x2318;&rarr;</a>]]></content:encoded>
			<wfw:commentRss>http://konigi.com/notebook/finding-focus-while-trying-work/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Simplest Solution Never Comes First</title>
		<link>http://the99percent.com/articles/5937/on-prototyping-the-simplest-solution-never-comes-first</link>
		<comments>http://the99percent.com/articles/5937/on-prototyping-the-simplest-solution-never-comes-first#comments</comments>
		<pubDate>Mon, 12 Oct 2009 17:41:44 +0000</pubDate>
		<dc:creator>josh@pixelmatrixdesign.com</dc:creator>
		
		<category><![CDATA[WTM]]></category>

		<guid isPermaLink="false">http://the99percent.com/articles/5937/on-prototyping-the-simplest-solution-never-comes-first</guid>
		<description><![CDATA[Great article on prototyping and product development from the 99 percent. I always love hearing from designers who have worked on a huge project such as this, the Herman Miller &#8220;Setu&#8221; chair. Leaves us with hope: To those who search for it, the simplest solution is out there, it&#8217;s just not generally the first thing you come across. <a href="http://the99percent.com/articles/5937/on-prototyping-the-simplest-solution-never-comes-first">&#x2318;&#8594;</a>]]></description>
			<content:encoded><![CDATA[Great article on prototyping and product development from the 99 percent. I always love hearing from designers who have worked on a huge project such as this, the Herman Miller &#8220;Setu&#8221; chair. Leaves us with hope: To those who search for it, the simplest solution is out there, it&#8217;s just not generally the first thing you come across. <a href="http://the99percent.com/articles/5937/on-prototyping-the-simplest-solution-never-comes-first">&#x2318;&rarr;</a>]]></content:encoded>
			<wfw:commentRss>http://the99percent.com/articles/5937/on-prototyping-the-simplest-solution-never-comes-first/feed/</wfw:commentRss>
		</item>
		<item>
		<title>This feed contains no entries</title>
		<link>http://www.wtmworldwide.com/wtm/this-feed-contains-no-entries/</link>
		<comments>http://www.wtmworldwide.com/wtm/this-feed-contains-no-entries/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 11:16:50 +0000</pubDate>
		<dc:creator>Pixelmatrix Design</dc:creator>
		
		<category><![CDATA[WTM]]></category>

		<guid isPermaLink="false">tag:pixelmatrixdesign.com://aa311e733f05054f599c848275b3f21e</guid>
		<description><![CDATA[This feed contains no entries]]></description>
			<content:encoded><![CDATA[This feed contains no entries]]></content:encoded>
			<wfw:commentRss>http://www.wtmworldwide.com/wtm/this-feed-contains-no-entries/feed/</wfw:commentRss>
		</item>
		<item>
		<title>To Change Effectively, Change Just One Thing</title>
		<link>http://blogs.harvardbusiness.org/bregman/2009/10/i-lost-18-pounds-in.html</link>
		<comments>http://blogs.harvardbusiness.org/bregman/2009/10/i-lost-18-pounds-in.html#comments</comments>
		<pubDate>Thu, 08 Oct 2009 19:55:47 +0000</pubDate>
		<dc:creator>josh@pixelmatrixdesign.com</dc:creator>
		
		<category><![CDATA[WTM]]></category>

		<guid isPermaLink="false">http://blogs.harvardbusiness.org/bregman/2009/10/i-lost-18-pounds-in.html</guid>
		<description><![CDATA[Peter Bregman talks about effective change by changing only one thing. It&#8217;s an interesting read, and while it&#8217;s not entirely focused on web design, I think it can apply to anything. Found via the always awesome Konigi <a href="http://blogs.harvardbusiness.org/bregman/2009/10/i-lost-18-pounds-in.html">&#x2318;&#8594;</a>]]></description>
			<content:encoded><![CDATA[Peter Bregman talks about effective change by changing only one thing. It&#8217;s an interesting read, and while it&#8217;s not entirely focused on web design, I think it can apply to anything. Found via the always awesome Konigi <a href="http://blogs.harvardbusiness.org/bregman/2009/10/i-lost-18-pounds-in.html">&#x2318;&rarr;</a>]]></content:encoded>
			<wfw:commentRss>http://blogs.harvardbusiness.org/bregman/2009/10/i-lost-18-pounds-in.html/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Scroll Magazine, Issue #2</title>
		<link>http://scrollmagazine.com/number-2</link>
		<comments>http://scrollmagazine.com/number-2#comments</comments>
		<pubDate>Thu, 08 Oct 2009 19:47:56 +0000</pubDate>
		<dc:creator>josh@pixelmatrixdesign.com</dc:creator>
		
		<category><![CDATA[WTM]]></category>

		<guid isPermaLink="false">http://scrollmagazine.com/number-2</guid>
		<description><![CDATA[The creative web design magazine Scroll has finally published their 2nd issue. Too bad it&#8217;s not available printed like the first one was. Still a great read if you have a chance. <a href="http://scrollmagazine.com/number-2">&#x2318;&#8594;</a>]]></description>
			<content:encoded><![CDATA[The creative web design magazine Scroll has finally published their 2nd issue. Too bad it&#8217;s not available printed like the first one was. Still a great read if you have a chance. <a href="http://scrollmagazine.com/number-2">&#x2318;&rarr;</a>]]></content:encoded>
			<wfw:commentRss>http://scrollmagazine.com/number-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>FMYI in the New York Times</title>
		<link>http://www.nytimes.com/external/gigaom/2009/10/07/07gigaom-fmyi-60--faster-sleeker-collaboration-via-a-faceb-14236.html</link>
		<comments>http://www.nytimes.com/external/gigaom/2009/10/07/07gigaom-fmyi-60--faster-sleeker-collaboration-via-a-faceb-14236.html#comments</comments>
		<pubDate>Thu, 08 Oct 2009 19:12:57 +0000</pubDate>
		<dc:creator>josh@pixelmatrixdesign.com</dc:creator>
		
		<category><![CDATA[WTM]]></category>

		<guid isPermaLink="false">http://www.nytimes.com/external/gigaom/2009/10/07/07gigaom-fmyi-60--faster-sleeker-collaboration-via-a-faceb-14236.html</guid>
		<description><![CDATA[FMYI recently launched the 6.0 version of their platform with a bit of a facelift from me. This is a write up in the New York Times about the new 6.0 release. I&#8217;ll be blogging about the experience as well pretty soon. <a href="http://www.nytimes.com/external/gigaom/2009/10/07/07gigaom-fmyi-60--faster-sleeker-collaboration-via-a-faceb-14236.html">&#x2318;&#8594;</a>]]></description>
			<content:encoded><![CDATA[FMYI recently launched the 6.0 version of their platform with a bit of a facelift from me. This is a write up in the New York Times about the new 6.0 release. I&#8217;ll be blogging about the experience as well pretty soon. <a href="http://www.nytimes.com/external/gigaom/2009/10/07/07gigaom-fmyi-60--faster-sleeker-collaboration-via-a-faceb-14236.html">&#x2318;&rarr;</a>]]></content:encoded>
			<wfw:commentRss>http://www.nytimes.com/external/gigaom/2009/10/07/07gigaom-fmyi-60--faster-sleeker-collaboration-via-a-faceb-14236.html/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Sub-Pixel hack for Snow Leopard</title>
		<link>http://orderedlist.com/articles/thining-text-in-safari-under-snow-leopard</link>
		<comments>http://orderedlist.com/articles/thining-text-in-safari-under-snow-leopard#comments</comments>
		<pubDate>Mon, 21 Sep 2009 18:10:47 +0000</pubDate>
		<dc:creator>josh@pixelmatrixdesign.com</dc:creator>
		
		<category><![CDATA[WTM]]></category>

		<guid isPermaLink="false">http://orderedlist.com/articles/thining-text-in-safari-under-snow-leopard</guid>
		<description><![CDATA[So of course, with every major OS upgrade and Safari upgrade the sub&#45;pixel hack is changed. For those who aren&#8217;t in the know, the sub&#45;pixel hack is a technique used to force Safari to use softer text anti&#45;aliasing creating a &#8220;smoother&#8221; look on the text. This time Ordered List found the new hack. Found via @tdreyno <a href="http://orderedlist.com/articles/thining-text-in-safari-under-snow-leopard">&#x2318;&#8594;</a>]]></description>
			<content:encoded><![CDATA[So of course, with every major OS upgrade and Safari upgrade the sub&#45;pixel hack is changed. For those who aren&#8217;t in the know, the sub&#45;pixel hack is a technique used to force Safari to use softer text anti&#45;aliasing creating a &#8220;smoother&#8221; look on the text. This time Ordered List found the new hack. Found via @tdreyno <a href="http://orderedlist.com/articles/thining-text-in-safari-under-snow-leopard">&#x2318;&rarr;</a>]]></content:encoded>
			<wfw:commentRss>http://orderedlist.com/articles/thining-text-in-safari-under-snow-leopard/feed/</wfw:commentRss>
		</item>
		<item>
		<title>You?re Killing Me Zappos</title>
		<link>http://metalabdesign.com/zappos/</link>
		<comments>http://metalabdesign.com/zappos/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 16:08:21 +0000</pubDate>
		<dc:creator>josh@pixelmatrixdesign.com</dc:creator>
		
		<category><![CDATA[WTM]]></category>

		<guid isPermaLink="false">http://metalabdesign.com/zappos/</guid>
		<description><![CDATA[Andrew Wilkinson from Metalab gives Zappos some tips on their site. Pretty good suggestions i&#8217;d say! <a href="http://metalabdesign.com/zappos/">&#x2318;&#8594;</a>]]></description>
			<content:encoded><![CDATA[Andrew Wilkinson from Metalab gives Zappos some tips on their site. Pretty good suggestions i&#8217;d say! <a href="http://metalabdesign.com/zappos/">&#x2318;&rarr;</a>]]></content:encoded>
			<wfw:commentRss>http://metalabdesign.com/zappos/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cufon and sIFR compared</title>
		<link>http://tylersticka.com/2009/09/cufon-and-sifr/</link>
		<comments>http://tylersticka.com/2009/09/cufon-and-sifr/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 22:39:11 +0000</pubDate>
		<dc:creator>josh@pixelmatrixdesign.com</dc:creator>
		
		<category><![CDATA[WTM]]></category>

		<guid isPermaLink="false">http://tylersticka.com/2009/09/cufon-and-sifr/</guid>
		<description><![CDATA[Tyler Sticka compares and contrasts Cufon and sIFR side by side. Neat article if you&#8217;re trying to decide which one to use. <a href="http://tylersticka.com/2009/09/cufon-and-sifr/">&#x2318;&#8594;</a>]]></description>
			<content:encoded><![CDATA[Tyler Sticka compares and contrasts Cufon and sIFR side by side. Neat article if you&#8217;re trying to decide which one to use. <a href="http://tylersticka.com/2009/09/cufon-and-sifr/">&#x2318;&rarr;</a>]]></content:encoded>
			<wfw:commentRss>http://tylersticka.com/2009/09/cufon-and-sifr/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
