<?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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>WTFDWK</title>
	
	<link>http://www.wtfdwk.com</link>
	<description>Here's what we know</description>
	<lastBuildDate>Wed, 28 Oct 2009 14:08:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</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" type="application/rss+xml" href="http://feeds.feedburner.com/WTFDWK" /><feedburner:info uri="wtfdwk" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Any font you want..!</title>
		<link>http://feedproxy.google.com/~r/WTFDWK/~3/YNDXv0euEj0/</link>
		<comments>http://www.wtfdwk.com/any-font-you-want/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 13:54:04 +0000</pubDate>
		<dc:creator>hoboballan</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.wtfdwk.com/?p=236</guid>
		<description><![CDATA[Yes that’s right you can now have any font you want on your website by using this new shiny bit of css code in your website..!
The guys over at @font-face have devised a very cleaver bit of css that will look for a font on your websites server and use that. You still can have [...]]]></description>
			<content:encoded><![CDATA[<p>Yes that’s right you can now have any font you want on your website by using this new shiny bit of css code in your website..!<span id="more-236"></span></p>
<p>The guys over at <a href="https://developer.mozilla.org/index.php?title=En/CSS/%40font-face" target="_blank">@font-face</a> have devised a very cleaver bit of css that will look for a font on your websites server and use that. You still can have default fonts too as when I tested this out &#8220;IE 6 &#038; Google Chrome&#8221; didn’t work but all later versions of IE, Firefox, Safari and Opera all worked fine.</p>
<p>So what do you need to do..? Well chuck this code into you sites css and hay presto any font you want now works on your website.</p>
<blockquote><p><code><br />
  &lt;style type="text/css" media="screen, print"&gt;<br />
    @font-face {<br />
      font-family: "Museo";<br />
      src: url("http://www.sitemanehere.co.uk/Museo500-Regular.otf");<br />
    }</p>
<p>    body { font-family: "Museo", Verdana, Geneva, sans-serif }<br />
  &lt;/style&gt;<br />
</code></p></blockquote>
<p>All you will need to do is upload the font you want your site to use, in my case i used &#8220;Museo&#8221; but any will do.</p>
<p>If you need anymore help getting this working there are full instructions over on the <a href="https://developer.mozilla.org/index.php?title=En/CSS/%40font-face" target="_blank">@font-face</a> website..!</p>
<img src="http://feeds.feedburner.com/~r/WTFDWK/~4/YNDXv0euEj0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.wtfdwk.com/any-font-you-want/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.wtfdwk.com/any-font-you-want/</feedburner:origLink></item>
		<item>
		<title>Remove the dotted border from links in Firefox..?</title>
		<link>http://feedproxy.google.com/~r/WTFDWK/~3/8iuRjjinK_E/</link>
		<comments>http://www.wtfdwk.com/remove-dotted-border-from-links-in-firefox/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 14:09:49 +0000</pubDate>
		<dc:creator>hoboballan</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Print and Press]]></category>

		<guid isPermaLink="false">http://www.wtfdwk.com/?p=231</guid>
		<description><![CDATA[Don&#8217;t know about any of you out there, but i hate these stupid &#8220;dotted borders&#8221; that appears when you click a link in firefox. And i hope if like me you wouls love to ba able to remove the border then i have a solution for you!
Just chuck this bit of code into your css [...]]]></description>
			<content:encoded><![CDATA[<p>Don&#8217;t know about any of you out there, but i hate these stupid &#8220;dotted borders&#8221; that appears when you click a link in firefox. And i hope if like me you wouls love to ba able to remove the border then i have a solution for you!<span id="more-231"></span></p>
<p>Just chuck this bit of code into your css style sheet.</p>
<blockquote><p><code>a:active<br />
{<br />
outline: none;<br />
}</p>
<p>a:focus<br />
{<br />
-moz-outline-style: none;<br />
}</code></p></blockquote>
<img src="http://feeds.feedburner.com/~r/WTFDWK/~4/8iuRjjinK_E" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.wtfdwk.com/remove-dotted-border-from-links-in-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.wtfdwk.com/remove-dotted-border-from-links-in-firefox/</feedburner:origLink></item>
		<item>
		<title>Master the mailto Syntax</title>
		<link>http://feedproxy.google.com/~r/WTFDWK/~3/ueAHvlrSo4A/</link>
		<comments>http://www.wtfdwk.com/master-the-mailto-syntax/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 14:48:29 +0000</pubDate>
		<dc:creator>hoboballan</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.wtfdwk.com/?p=216</guid>
		<description><![CDATA[I’ve been doing a few mailto links inside emails over the last few weeks and I thought it would be a nice idea to share what i&#8217;ve been using for the mailto with all of you out there.
If like me you need to add in a space in your main body section of the mailto, [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve been doing a few mailto links inside emails over the last few weeks and I thought it would be a nice idea to share what i&#8217;ve been using for the mailto with all of you out there.<span id="more-216"></span></p>
<p>If like me you need to add in a space in your main body section of the mailto, all you need to do is add <strong>%20</strong> and if you would like a line break just add <strong>%0A</strong>.</p>
<p>Ok so what if you want to add a single recipient of maybe a subject line in your mailto? </p>
<p>Well all you need to do is add the following code and you’re good to go.</p>
<p>Send an email to someone (single recipient) &#8211; <a href="mailto:someone@somewhere.com">Example</a></p>
<blockquote><p><code>mailto:someone@somewhere.com</code></p></blockquote>
<p>Send an email to someone and somebody &#8211; <a href="mailto:someone@somewhere.com,somebody@somewhere.com">Example</a><br />(separate multiple recipients with a comma)</p>
<blockquote><p><code>mailto:someone@somewhere.com,somebody@somewhere.com</code></p></blockquote>
<p>Send an email to someone but put somebody in the CC: list and somebody in the BCC: list &#8211; <a href="mailto:someone@somewhere.com?cc=somebody@somewhere.com&#038;bcc=somebody@somewhere.com">Example</a></p>
<blockquote><p><code>mailto:someone@somewhere.com?cc=somebody@somewhere.com&amp;bcc=somebody@somewhere.com</code></p></blockquote>
<p>Send an email to someone with the subject &#8220;WTFDWK&#8221; &#8211; <a href="mailto:someone@somewhere.com?subject=WTFDWK">Example</a></p>
<blockquote><p><code>mailto:someone@somewhere.com?subject=WTFDWK</code></p></blockquote>
<p>Send an email to someone with the subject &#8220;WTFDWK&#8221; and some text in the body of the email message &#8211; <a href="mailto:someone@somewhere.com?subject=WTFDWK&#038;body=This%20is%20what%20we%20know..!">Example</a></p>
<blockquote><p><code>mailto:someone@somewhere.com?subject=WTFDWK&amp;body=This%20is%20what%20we%20know..!</code></p></blockquote>
<p>And there you have it.</p>
<img src="http://feeds.feedburner.com/~r/WTFDWK/~4/ueAHvlrSo4A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.wtfdwk.com/master-the-mailto-syntax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.wtfdwk.com/master-the-mailto-syntax/</feedburner:origLink></item>
		<item>
		<title>Unix pipelines</title>
		<link>http://feedproxy.google.com/~r/WTFDWK/~3/6P-2lfX6cpo/</link>
		<comments>http://www.wtfdwk.com/unix-pipelines/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 16:17:58 +0000</pubDate>
		<dc:creator>thedoctor</dc:creator>
				<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://www.wtfdwk.com/?p=208</guid>
		<description><![CDATA[Experimenting with pipelines is one of the best ways to exploit the power of Unix/Linux. Pipes basically feed the output of one command line program as input to another program.  By combining commands in this way, complex processing can be undertaken to answer the sort of real-world questions that every Web developer has.
For example, [...]]]></description>
			<content:encoded><![CDATA[<p>Experimenting with pipelines is one of the best ways to exploit the power of Unix/Linux. Pipes basically feed the output of one command line program as input to another program. <span id="more-208"></span> By combining commands in this way, complex processing can be undertaken to answer the sort of real-world questions that every Web developer has.</p>
<p>For example, suppose we have two <a href="http://liammccormick.tumblr.com/post/137124597/improve-tumblr-seo-with-a-sitemap-from">sitemap files</a> in XML format generated a day apart and we want to quickly identify the new links from the second day&#8217;s file. XML files are not particularly human-readable but a Unix pipeline can be used to extract the data we&#8217;re after:</p>
<p><code>diff liammccormicktumblr_old.xml liammccormicktumblr.xml | grep "&lt;loc&gt;" | sort</code></p>
<ul>
<li>The <code>diff</code> command compares the two files and outputs any lines of text that differ between them.</li>
<li>This output is then fed into the <code>grep</code> command, which in this case acts as a filter for the location links only.</li>
<li>Finally, the <code>sort</code> command sorts the output into a list in the order in which the posts were added.</li>
</ul>
<p>For example, the output of the above code will be:</p>
<p><code>&gt; &lt;loc&gt;http://liammccormick.tumblr.com/post/136973585/love-this-via-likeahobbitinthespace&lt;/loc&gt;<br />
&gt; &lt;loc&gt;http://liammccormick.tumblr.com/post/137014528/brettjohn-colorware-stealth-macbook-pro&lt;/loc&gt;<br />
&gt; &lt;loc&gt;http://liammccormick.tumblr.com/post/137029186/so-small-yet-already-incredible-tout-petits-et&lt;/loc&gt;<br />
&gt; &lt;loc&gt;http://liammccormick.tumblr.com/post/137029407/more-evian-babies&lt;/loc&gt;<br />
&gt; &lt;loc&gt;http://liammccormick.tumblr.com/post/137031979/pastel-houses&lt;/loc&gt;<br />
&gt; &lt;loc&gt;http://liammccormick.tumblr.com/post/137034314/marvel-vs-capcom-2-hulk-vs-zangief&lt;/loc&gt;</code></p>
<p>As with almost all Unix commands, further details on how to use these programs is available by issuing, for example, either <code>man diff</code> or <code>info diff</code> at the command line.</p>
<img src="http://feeds.feedburner.com/~r/WTFDWK/~4/6P-2lfX6cpo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.wtfdwk.com/unix-pipelines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.wtfdwk.com/unix-pipelines/</feedburner:origLink></item>
		<item>
		<title>Improve Typography In Your Web Designs</title>
		<link>http://feedproxy.google.com/~r/WTFDWK/~3/j5suXsPQEls/</link>
		<comments>http://www.wtfdwk.com/improve-typography-in-your-web-designs/#comments</comments>
		<pubDate>Thu, 21 May 2009 15:45:31 +0000</pubDate>
		<dc:creator>hoboballan</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Typography]]></category>

		<guid isPermaLink="false">http://www.wtfdwk.com/?p=184</guid>
		<description><![CDATA[Below are two quick and easy things that I hope will help improve your Typography when coming to design your next website.
First up is the good old &#8220;length of a line of type&#8221; problem, for the best readability you want your &#8220;measure&#8221; to be between 40-80 characters, including spaces and for a single-column design 65 [...]]]></description>
			<content:encoded><![CDATA[<p>Below are two quick and easy things that I hope will help improve your Typography when coming to design your next website.<span id="more-184"></span></p>
<p>First up is the good old &#8220;length of a line of type&#8221; problem, for the best readability you want your &#8220;measure&#8221; to be between 40-80 characters, including spaces and for a single-column design 65 characters is considered ideal. but there is an easier way of working out what you need by using Robert Bringhurst’s method to calculate the measure by simply multiplying the type size by 30.</p>
<blockquote><p>So if the type size is 10px, multiplying it by 30 gives you a measure of 300px or around 65 characters per line.</p></blockquote>
<p>Next up is Leading, which is just the space between the lines of type in a body of copy, now a good rule with leading is to set the leading 2-5pt larger than the type size, so if you set the type at 12pt, a 15pt or 16pt leading should work well on the web.</p>
<blockquote><p><code>body { font-family:Helvetica, sans-serif; font-size:12px; line-height:16px; }</code></p></blockquote>
<img src="http://feeds.feedburner.com/~r/WTFDWK/~4/j5suXsPQEls" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.wtfdwk.com/improve-typography-in-your-web-designs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.wtfdwk.com/improve-typography-in-your-web-designs/</feedburner:origLink></item>
		<item>
		<title>Wordpress: Display your categories in two columns..?</title>
		<link>http://feedproxy.google.com/~r/WTFDWK/~3/mvGpwF8BgQQ/</link>
		<comments>http://www.wtfdwk.com/wordpress-display-your-categories-in-two-columns/#comments</comments>
		<pubDate>Wed, 20 May 2009 14:24:30 +0000</pubDate>
		<dc:creator>hoboballan</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.wtfdwk.com/?p=181</guid>
		<description><![CDATA[If you need to have your categories display in two columns all you need to do is modify the the stadard wp_list_categories() functions to look like the code below
&#60;?php
$cats = explode("&#60;br /&#62;",wp_list_categories('title_li=&#38;echo=0&#38;depth=1&#38;style=none'));
$cat_n = count($cats) - 1;
for ($i=0;$i&#60;$cat_n;$i++):
if ($i&#60;$cat_n/2):
$cat_left = $cat_left.'&#60;li&#62;'.$cats[$i].'&#60;/li&#62;';
elseif ($i&#62;=$cat_n/2):
$cat_right = $cat_right.'&#60;li&#62;'.$cats[$i].'&#60;/li&#62;';
endif;
endfor;
?&#62;
&#60;ul class="left"&#62;
&#60;?php echo $cat_left;?&#62;
&#60;/ul&#62;
&#60;ul class="right"&#62;
&#60;?php echo $cat_right;?&#62;
&#60;/ul&#62;
Hat Tip: WP Recipes.com
]]></description>
			<content:encoded><![CDATA[<p>If you need to have your categories display in two columns all you need to do is modify the the stadard wp_list_categories() functions to look like the code below<span id="more-181"></span></p>
<blockquote><p><code>&lt;?php<br />
$cats = explode("&lt;br /&gt;",wp_list_categories('title_li=&amp;echo=0&amp;depth=1&amp;style=none'));<br />
$cat_n = count($cats) - 1;<br />
for ($i=0;$i&lt;$cat_n;$i++):<br />
if ($i&lt;$cat_n/2):<br />
$cat_left = $cat_left.'&lt;li&gt;'.$cats[$i].'&lt;/li&gt;';<br />
elseif ($i&gt;=$cat_n/2):<br />
$cat_right = $cat_right.'&lt;li&gt;'.$cats[$i].'&lt;/li&gt;';<br />
endif;<br />
endfor;<br />
?&gt;<br />
&lt;ul class="left"&gt;<br />
&lt;?php echo $cat_left;?&gt;<br />
&lt;/ul&gt;<br />
&lt;ul class="right"&gt;<br />
&lt;?php echo $cat_right;?&gt;<br />
&lt;/ul&gt;</code></p></blockquote>
<p>Hat Tip: <a href="http://www.wprecipes.com" target="_blank">WP Recipes.com</a></p>
<img src="http://feeds.feedburner.com/~r/WTFDWK/~4/mvGpwF8BgQQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.wtfdwk.com/wordpress-display-your-categories-in-two-columns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.wtfdwk.com/wordpress-display-your-categories-in-two-columns/</feedburner:origLink></item>
		<item>
		<title>Wordpress: Show your “Most Popular Content” in your Sidebar</title>
		<link>http://feedproxy.google.com/~r/WTFDWK/~3/VpuERvv-dcY/</link>
		<comments>http://www.wtfdwk.com/wordpress-show-your-most-popular-content-in-your-sidebar/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 10:38:17 +0000</pubDate>
		<dc:creator>hoboballan</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.wtfdwk.com/?p=178</guid>
		<description><![CDATA[Do you wish to display your &#8220;Most Popular Content&#8221; in the sidebar on you Wordpress site..?
Well if so all you need to do is open up your sidebar.php file and add the below code to it and hay presto you now have the top 5 most commented posts on your blog.
If you wish to have [...]]]></description>
			<content:encoded><![CDATA[<p>Do you wish to display your &#8220;Most Popular Content&#8221; in the sidebar on you Wordpress site..?<span id="more-178"></span></p>
<p>Well if so all you need to do is open up your sidebar.php file and add the below code to it and hay presto you now have the top 5 most commented posts on your blog.</p>
<p>If you wish to have more than 5 items all you need to do is change the 5 on line 3 to the number you wish to have.</p>
<blockquote><p>
<code>&lt;h2&gt;Popular Posts&lt;/h2&gt;<br />
&lt;ul&gt;<br />
&lt;?php $result = $wpdb-&gt;get_results("SELECT comment_count,ID,post_title FROM $wpdb-&gt;posts ORDER BY comment_count DESC LIMIT 0 , 5");<br />
foreach ($result as $post) {<br />
setup_postdata($post);<br />
$postid = $post-&gt;ID;<br />
$title = $post-&gt;post_title;<br />
$commentcount = $post-&gt;comment_count;<br />
if ($commentcount != 0) { ?&gt;<br />
&lt;li&gt;<a href="<?php echo get_permalink($postid); ?>" title="&lt;?php echo $title ?&gt;"&gt;<br />
&lt;?php echo $title ?&gt;</a> {&lt;?php echo $commentcount ?&gt;}&lt;/li&gt;<br />
&lt;?php } } ?&gt;<br />
&lt;/ul&gt;</code>
</p></blockquote>
<p>Also if you don’t wish to show how many comments there are on each of the posts just delete:</p>
<blockquote><p><code>{&lt;?php echo $commentcount ?&gt;}</code></p></blockquote>
<p><strong>Hat tip</strong> to <a href="http://www.problogdesign.com/wordpress/create-your-own-popular-posts-page/" target="_blank">ProBlogDesign</a> for this great piece of code.</p>
<img src="http://feeds.feedburner.com/~r/WTFDWK/~4/VpuERvv-dcY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.wtfdwk.com/wordpress-show-your-most-popular-content-in-your-sidebar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.wtfdwk.com/wordpress-show-your-most-popular-content-in-your-sidebar/</feedburner:origLink></item>
		<item>
		<title>Transform UK-format dates (dd/mm/yy) into US-format (mm-dd-yy)</title>
		<link>http://feedproxy.google.com/~r/WTFDWK/~3/-RsIe94yHN8/</link>
		<comments>http://www.wtfdwk.com/transform-uk-format-dates-ddmmyy-into-us-format-mm-dd-yy/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 10:44:12 +0000</pubDate>
		<dc:creator>hoboballan</dc:creator>
				<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://www.wtfdwk.com/?p=171</guid>
		<description><![CDATA[Suppose you have a text file containing lots of dates on separate lines and you want to change the date format:
For example, transform these UK-format dates (dd/mm/yy) into US-format (mm-dd-yy)
Contents of dates.txt:
28/07/99 &#8211; first date
13/06/00  &#8211; second date
06/07/01  &#8211; third date
08/12/02  &#8211; fourth date
A quick command line perl script can perform the [...]]]></description>
			<content:encoded><![CDATA[<p>Suppose you have a text file containing lots of dates on separate lines and you want to change the date format:<span id="more-171"></span></p>
<p>For example, transform these UK-format dates (dd/mm/yy) into US-format (mm-dd-yy)</p>
<p>Contents of dates.txt:<br />
28/07/99 &#8211; first date<br />
13/06/00  &#8211; second date<br />
06/07/01  &#8211; third date<br />
08/12/02  &#8211; fourth date</p>
<p>A quick command line perl script can perform the transformation automatically for every date in the file whilst retaining the remaining contents of each line:</p>
<blockquote><p>perl -ne &#8216;print &#8220;$2-$1-$3$4\n&#8221; if $_ =~ /([0-9]{2})\/([0-9]{2})\/([0-9]{2})(.*)/&#8217; dates.txt > mod_dates.txt</p></blockquote>
<p>Contents of mod_dates.txt:<br />
07-28-99 &#8211; first date<br />
06-13-00 &#8211; second date<br />
07-06-01 &#8211; third date<br />
12-08-02 &#8211; fourth date</p>
<p>Thanks goes to Fred..!</p>
<img src="http://feeds.feedburner.com/~r/WTFDWK/~4/-RsIe94yHN8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.wtfdwk.com/transform-uk-format-dates-ddmmyy-into-us-format-mm-dd-yy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.wtfdwk.com/transform-uk-format-dates-ddmmyy-into-us-format-mm-dd-yy/</feedburner:origLink></item>
		<item>
		<title>In need of a Grungy Background..?</title>
		<link>http://feedproxy.google.com/~r/WTFDWK/~3/kpo7IUpuO4U/</link>
		<comments>http://www.wtfdwk.com/in-need-of-a-grungy-background/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 10:24:49 +0000</pubDate>
		<dc:creator>hoboballan</dc:creator>
				<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://www.wtfdwk.com/?p=167</guid>
		<description><![CDATA[If this is the case jump over to Zen Textures.com where they seem to have hundreds of textures to choose from and the best thing about the site&#8230;
&#8230;It’s all free, yes you don’t have to pay anything unless you would like to donate something to them..!
]]></description>
			<content:encoded><![CDATA[<p>If this is the case jump over to <a href="http://zentextures.com" target="_blank">Zen Textures.com</a> where they seem to have hundreds of textures to choose from and the best thing about the site&#8230;<span id="more-167"></span></p>
<p>&#8230;It’s all free, yes you don’t have to pay anything unless you would like to donate something to them..!</p>
<img src="http://feeds.feedburner.com/~r/WTFDWK/~4/kpo7IUpuO4U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.wtfdwk.com/in-need-of-a-grungy-background/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.wtfdwk.com/in-need-of-a-grungy-background/</feedburner:origLink></item>
		<item>
		<title>Mail Attachments Iconizer 2.1</title>
		<link>http://feedproxy.google.com/~r/WTFDWK/~3/_7DI-aGnfzc/</link>
		<comments>http://www.wtfdwk.com/mail-attachments-iconizer-21/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 12:52:45 +0000</pubDate>
		<dc:creator>wtfdlk</dc:creator>
				<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://www.wtfdwk.com/?p=164</guid>
		<description><![CDATA[Mail Attachments Iconizer 2 gives you control over attachment handling in Apple Mail. It fixes the most annoying Apple Mail flaws and allows you to configure how attachments are displayed and sent using a simple interface.
http://lokiware.info/
]]></description>
			<content:encoded><![CDATA[<p>Mail Attachments Iconizer 2 gives you control over attachment handling in Apple Mail. It fixes the most annoying Apple Mail flaws and allows you to configure how attachments are displayed and sent using a simple interface.</p>
<p><a title="Iconizer 2.1" href="http://lokiware.info/Mail-Attachments-Iconizer">http://lokiware.info/</a></p>
<img src="http://feeds.feedburner.com/~r/WTFDWK/~4/_7DI-aGnfzc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.wtfdwk.com/mail-attachments-iconizer-21/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.wtfdwk.com/mail-attachments-iconizer-21/</feedburner:origLink></item>
	</channel>
</rss>
