<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>designtopx</title>
	<atom:link href="http://designtopx.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://designtopx.wordpress.com</link>
	<description>blog</description>
	<lastBuildDate>Sat, 27 Mar 2010 00:19:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='designtopx.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>designtopx</title>
		<link>http://designtopx.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://designtopx.wordpress.com/osd.xml" title="designtopx" />
	<atom:link rel='hub' href='http://designtopx.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Cross browser compliant HTML/CSS form download with PSD file</title>
		<link>http://designtopx.wordpress.com/2009/11/20/cross-browser-compliant-html-css-form-download-with-psd-file/</link>
		<comments>http://designtopx.wordpress.com/2009/11/20/cross-browser-compliant-html-css-form-download-with-psd-file/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 20:56:27 +0000</pubDate>
		<dc:creator>Kalim</dc:creator>
				<category><![CDATA[web design tools]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://designtopx.wordpress.com/?p=105</guid>
		<description><![CDATA[&#160; &#160; Hello and Thank you for visiting designtopx.wordpress.com. Please note: The new home for this post is can be found here - For your review and use, I am presenting a free HTML/CSS form that has been tested on all major browsers (on a Windows computer).  Here is what the final form looks like [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=designtopx.wordpress.com&amp;blog=10351434&amp;post=105&amp;subd=designtopx&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>&nbsp;</p>
<h1>Hello and Thank you for visiting designtopx.wordpress.com.</p>
<p>Please note: The new home for this post is can be found here -</h1>
<p><a href="http://www.designtopx.com/archives/2009/12/cross-browser-compliant-html-css-form-download-with-psd-file/"><img class="alignnone size-full wp-image-128" title="designtopx_logo_001" src="http://designtopx.files.wordpress.com/2009/11/designtopx_logo_001.png?w=780" alt="New designtopx home"   /></a></p>
<hr />
<p>For your review and use, I am presenting a free HTML/CSS form that has been tested on all major browsers (on a Windows computer).  Here is what the final form looks like (view live version here &#8211; <a href="http://bit.ly/8aVJ6R">http://bit.ly/8aVJ6R</a> ):<span id="more-105"></span></p>
<p><a href="http://designtopx.files.wordpress.com/2009/11/snap_1.png"><img class="alignnone size-full wp-image-106" title="snap_1" src="http://designtopx.files.wordpress.com/2009/11/snap_1.png?w=780" alt="HTML form screenshot"   /></a></p>
<p><strong>HTML Source Code</strong></p>
<blockquote><p><code><span style="font-family:&amp;"></p>
<ol>
<li><span style="color:#0000ff;">&lt;!</span><span style="color:#800000;">DOCTYPE</span> <span style="color:#ff0000;">html</span></li>
<li> <span style="color:#ff0000;">PUBLIC</span> <span style="color:#0000ff;">"-//W3C//DTD XHTML 1.0Transitional//EN" </span></li>
<li> <span style="color:#0000ff;">"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"</span><span style="color:#0000ff;">&gt;</span></li>
<li><span style="color:#0000ff;">&lt;</span><span style="color:#800000;">html</span> <span style="color:#ff0000;">xmlns</span><span style="color:#0000ff;">="http://www.w3.org/1999/xhtml"</span> <span style="color:#ff0000;">xml:lang</span><span style="color:#0000ff;">="en"</span> <span style="color:#ff0000;">lang</span><span style="color:#0000ff;">="en"</span><span style="color:#0000ff;">&gt;</span></li>
<li><span style="color:#0000ff;">&lt;</span><span style="color:#800000;">head</span><span style="color:#0000ff;">&gt;</span></li>
<li><span style="color:#0000ff;">&lt;</span><span style="color:#800000;">title</span><span style="color:#0000ff;">&gt;</span>EMPTY<span style="color:#0000ff;">&lt;/</span><span style="color:#800000;">title</span><span style="color:#0000ff;">&gt;</span></li>
<li><span style="color:#0000ff;">&lt;</span><span style="color:#800000;">link</span> <span style="color:#ff0000;">href</span><span style="color:#0000ff;">="form-style.css"</span> <span style="color:#ff0000;">rel</span><span style="color:#0000ff;">="stylesheet"</span> <span style="color:#ff0000;">type</span><span style="color:#0000ff;">="text/css"</span> <span style="color:#0000ff;">/&gt;</span></li>
<li><span style="color:#0000ff;">&lt;/</span><span style="color:#800000;">head</span><span style="color:#0000ff;">&gt;</span></li>
<li><span style="color:#0000ff;">&lt;</span><span style="color:#800000;">body</span><span style="color:#0000ff;">&gt;</span></li>
<li><span style="color:#0000ff;">&lt;</span><span style="color:#800000;">div</span> <span style="color:#ff0000;">id</span><span style="color:#0000ff;">="form"</span><span style="color:#0000ff;">&gt;</span></li>
<li><span style="color:#0000ff;">&lt;</span><span style="color:#800000;">form</span> <span style="color:#ff0000;">action</span><span style="color:#0000ff;">="#"</span> <span style="color:#ff0000;">method</span><span style="color:#0000ff;">="post"</span> <span style="color:#0000ff;">&gt;</span></li>
<li><span style="color:#0000ff;">&lt;</span><span style="color:#800000;">fieldset</span><span style="color:#0000ff;">&gt;</span></li>
<li> <span style="color:#0000ff;">&lt;</span><span style="color:#800000;">div</span><span style="color:#0000ff;">&gt;</span></li>
<li> <span style="color:#0000ff;">&lt;</span><span style="color:#800000;">label</span> <span style="color:#ff0000;">for</span><span style="color:#0000ff;">="title"</span><span style="color:#0000ff;">&gt;&lt;</span><span style="color:#800000;">span</span><span style="color:#0000ff;">&gt;</span>Title<span style="color:#0000ff;">&lt;/</span><span style="color:#800000;">span</span><span style="color:#0000ff;">&gt;&lt;/</span><span style="color:#800000;">label</span><span style="color:#0000ff;">&gt;</span></li>
<li> <span style="color:#0000ff;">&lt;</span><span style="color:#800000;">input</span> <span style="color:#ff0000;">type</span><span style="color:#0000ff;">="text"</span> <span style="color:#ff0000;">name</span><span style="color:#0000ff;">="title"</span> <span style="color:#ff0000;">class</span><span style="color:#0000ff;">="title"</span> <span style="color:#ff0000;">value</span><span style="color:#0000ff;">="Lorem ipsum dolor sitamet" <span style="color:#0000ff;">/&gt;</span> </span></li>
<li> <span style="color:#0000ff;">&lt;/</span><span style="color:#800000;">div</span><span style="color:#0000ff;">&gt;</span></li>
<li> <span style="color:#0000ff;">&lt;</span><span style="color:#800000;">div</span><span style="color:#0000ff;">&gt;</span></li>
<li> <span style="color:#0000ff;">&lt;</span><span style="color:#800000;">label</span> <span style="color:#ff0000;">for</span><span style="color:#0000ff;">="title"</span><span style="color:#0000ff;">&gt;&lt;</span><span style="color:#800000;">span</span><span style="color:#0000ff;">&gt;</span>Enter Description Here:<span style="color:#0000ff;">&lt;/</span><span style="color:#800000;">span</span><span style="color:#0000ff;">&gt;&lt;/</span><span style="color:#800000;">label</span><span style="color:#0000ff;">&gt;</span></li>
<li> <span style="color:#0000ff;">&lt;</span><span style="color:#800000;">textarea</span> <span style="color:#ff0000;">name</span><span style="color:#0000ff;">="description"</span><span style="color:#0000ff;">&gt;</span>Pellentesque habitant morbi tristique senectus et netus etmalesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget,tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mivitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra.Vestibulum erat wisi, condimentum sed, commodo vitae, <span style="color:#0000ff;">&lt;/</span><span style="color:#800000;">textarea</span><span style="color:#0000ff;">&gt;</span></li>
<li> <span style="color:#0000ff;">&lt;</span><span style="color:#800000;">input</span> <span style="color:#ff0000;">type</span><span style="color:#0000ff;">="hidden"</span> <span style="color:#ff0000;">value</span><span style="color:#0000ff;">="foo"</span> <span style="color:#ff0000;">name</span><span style="color:#0000ff;">="foo"</span> <span style="color:#0000ff;">/&gt;</span></li>
<li> <span style="color:#0000ff;">&lt;</span><span style="color:#800000;">input</span> <span style="color:#ff0000;">type</span><span style="color:#0000ff;">="hidden"</span> <span style="color:#ff0000;">value</span><span style="color:#0000ff;">="bar"</span> <span style="color:#ff0000;">name</span><span style="color:#0000ff;">="bar"</span> <span style="color:#0000ff;">/&gt;</span></li>
<li> <span style="color:#0000ff;">&lt;/</span><span style="color:#800000;">div</span><span style="color:#0000ff;">&gt;</span></li>
<li> <span style="color:#0000ff;">&lt;</span><span style="color:#800000;">div</span><span style="color:#0000ff;">&gt;</span></li>
<li> <span style="color:#0000ff;">&lt;</span><span style="color:#800000;">input</span> <span style="color:#ff0000;">type</span><span style="color:#0000ff;">="text"</span> <span style="color:#ff0000;">size</span><span style="color:#0000ff;">="28"</span> <span style="color:#ff0000;">readonly</span><span style="color:#0000ff;">="readonly"</span> <span style="color:#ff0000;">class</span><span style="color:#0000ff;">="readonly"</span> <span style="color:#ff0000;">value</span><span style="color:#0000ff;">="This text is Read-Only"</span><span style="color:#ff0000;">name</span><span style="color:#0000ff;">="pubDate"</span> <span style="color:#0000ff;">/&gt;</span></li>
<li> <span style="color:#0000ff;">&lt;</span><span style="color:#800000;">input</span> <span style="color:#ff0000;">type</span><span style="color:#0000ff;">="hidden"</span> <span style="color:#ff0000;">value</span><span style="color:#0000ff;">="baz"</span> <span style="color:#ff0000;">name</span><span style="color:#0000ff;">="baz"</span> <span style="color:#0000ff;">/&gt;</span></li>
<li> <span style="color:#0000ff;">&lt;</span><span style="color:#800000;">span</span> <span style="color:#ff0000;">class</span><span style="color:#0000ff;">="pad-left"</span><span style="color:#0000ff;">&gt;&lt;</span><span style="color:#800000;">button</span> <span style="color:#ff0000;">type</span><span style="color:#0000ff;">="submit"</span><span style="color:#0000ff;">&gt;</span>Send<span style="color:#0000ff;">&lt;/</span><span style="color:#800000;">button</span><span style="color:#0000ff;">&gt;&lt;/</span><span style="color:#800000;">span</span><span style="color:#0000ff;">&gt;</span></li>
<li> <span style="color:#0000ff;">&lt;/</span><span style="color:#800000;">div</span><span style="color:#0000ff;">&gt;</span></li>
<li><span style="color:#0000ff;">&lt;/</span><span style="color:#800000;">fieldset</span><span style="color:#0000ff;">&gt;</span></li>
<li><span style="color:#0000ff;">&lt;/</span><span style="color:#800000;">form</span><span style="color:#0000ff;">&gt;</span></li>
<li><span style="color:#0000ff;">&lt;/</span><span style="color:#800000;">div</span><span style="color:#0000ff;">&gt;</span></li>
<li><span style="color:#0000ff;">&lt;/</span><span style="color:#800000;">body</span><span style="color:#0000ff;">&gt;</span></li>
<li><span style="color:#0000ff;">&lt;/</span><span style="color:#800000;">html</span><span style="color:#0000ff;">&gt;</span></li>
</ol>
<p><span style="color:#808080;font-size:xx-small;">* This source code was highlighted with <a href="http://virtser.net/blog/post/source-code-highlighter.aspx"><span style="color:#808080;font-size:xx-small;">Source CodeHighlighter</span></a> </span></p>
<p></span></code></p></blockquote>
<p style="text-align:left;">
<p style="text-align:left;"><strong>The CSS</strong></p>
<blockquote><p><code><span style="font-family:&amp;"></p>
<ol>
<li>body {</li>
<li> background-color:#797979;</li>
<li> margin:0;</li>
<li> font:13px Trebuchet MS, Arial, Helvetica, Sans-Serif;</li>
<li>}</li>
<li>#form{</li>
<li> background:url(formdesign.png) no-repeat top left;</li>
<li> width:469px;</li>
<li> height:332px;</li>
<li> position:relative;</li>
<li> float:left;</li>
<li> margin-top:55px;</li>
<li> margin-left:15px;</li>
<li>}</li>
<li>#form form{</li>
<li> position:relative;</li>
<li> float:left;</li>
<li> margin-top:55px;</li>
<li> margin-left:15px;</li>
<li>}</li>
<li>fieldset{</li>
<li> border:none;</li>
<li> width:330px;</li>
<li>}</li>
<li>div{</li>
<li> padding:0 0 5px;</li>
<li>}</li>
<li>input.title{</li>
<li> color:#3399FF;</li>
<li> font-size:14px;</li>
<li> font-weight:bold;</li>
<li> width:400px</li>
<li>}</li>
<li>input.readonly{</li>
<li> color:#999;</li>
<li>}</li>
<li>label span{</li>
<li> color:blue;</li>
<li>}</li>
<li>textarea{</li>
<li> color:#3399FF;</li>
<li> width:420px;</li>
<li> height:160px;</li>
<li>}</li>
<li>.clear{</li>
<li> position:relative;</li>
<li> clear:left;</li>
<li>}</li>
<li>.pad-left:{</li>
<li> padding-left:35px;</li>
<li>}</li>
<li>.push-30{</li>
<li> position:relative;</li>
<li> float:left;</li>
<li> margin-left:30px;</li>
<li>}</li>
</ol>
<p><span style="color:#808080;font-size:xx-small;">* This source code was highlighted with <a href="http://virtser.net/blog/post/source-code-highlighter.aspx"><span style="color:#808080;font-size:xx-small;">Source Code Highlighter</span></a>.</span></p>
<p></span></code></p></blockquote>
<p>The form looks the same in all the latest browsers (tested in IE7, Firefox 3.0.14, Opera  10.01, Safari 4.0.3)</p>
<p>*Download the source code here (includes .PSD for the form background) &#8211;  <a href="http://www.box.net/shared/9adiiafbp4">Link<img class="alignnone size-full wp-image-107" style="vertical-align:middle;" title="zip_icon" src="http://designtopx.files.wordpress.com/2009/11/zip_icon.gif?w=780" alt="zip_icon"   /></a></p>
<hr /><strong>About the Author</strong></p>
<p><strong> </strong><a href="http://kalimfleet.net">Kalim Fleet</a> is a professional web designer and blogger with over 6 years experience. The web is his passion as he splits his time between blog writing, software development and social media. He loves using and developing new applications for the web, mobile, and desktop.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/designtopx.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/designtopx.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/designtopx.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/designtopx.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/designtopx.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/designtopx.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/designtopx.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/designtopx.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/designtopx.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/designtopx.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/designtopx.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/designtopx.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/designtopx.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/designtopx.wordpress.com/105/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=designtopx.wordpress.com&amp;blog=10351434&amp;post=105&amp;subd=designtopx&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://designtopx.wordpress.com/2009/11/20/cross-browser-compliant-html-css-form-download-with-psd-file/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1f209c0fea2a8c4abf05815d3753f465?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Kalim Fleet</media:title>
		</media:content>

		<media:content url="http://designtopx.files.wordpress.com/2009/11/designtopx_logo_001.png" medium="image">
			<media:title type="html">designtopx_logo_001</media:title>
		</media:content>

		<media:content url="http://designtopx.files.wordpress.com/2009/11/snap_1.png" medium="image">
			<media:title type="html">snap_1</media:title>
		</media:content>

		<media:content url="http://designtopx.files.wordpress.com/2009/11/zip_icon.gif" medium="image">
			<media:title type="html">zip_icon</media:title>
		</media:content>
	</item>
		<item>
		<title>How to dynamically create image thumbnails using CSS clip property with PHP glob() function</title>
		<link>http://designtopx.wordpress.com/2009/11/18/how-to-dynamically-create-image-thumbnails-using-css-clip-property-with-php-glob-function/</link>
		<comments>http://designtopx.wordpress.com/2009/11/18/how-to-dynamically-create-image-thumbnails-using-css-clip-property-with-php-glob-function/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 20:01:53 +0000</pubDate>
		<dc:creator>Kalim</dc:creator>
				<category><![CDATA[webdesign tips and tricks]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[file handler]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[regex]]></category>

		<guid isPermaLink="false">http://designtopx.wordpress.com/?p=86</guid>
		<description><![CDATA[&#160; &#160; Hello and Thank you for visiting designtopx.wordpress.com. Please note: The new home for this post is can be found here - &#160; In this tutorial, I will share with you an example of how you can use PHP to dynamically create and display images in a folder, all with very few lines of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=designtopx.wordpress.com&amp;blog=10351434&amp;post=86&amp;subd=designtopx&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>&nbsp;</p>
<h1>Hello and Thank you for visiting designtopx.wordpress.com.</p>
<p>Please note: The new home for this post is can be found here -</h1>
<p><a href="http://www.designtopx.com/archives/2009/12/fast-image-thumbnails-php-css/"><img class="alignnone size-full wp-image-128" title="designtopx_logo_001" src="http://designtopx.files.wordpress.com/2009/11/designtopx_logo_001.png?w=780" alt="New designtopx home"   /></a></p>
<hr />
<hr /><a href="http://designtopx.files.wordpress.com/2009/11/title_appswebsite.png"><img class="alignnone size-full wp-image-99" title="title_appswebsite" src="http://designtopx.files.wordpress.com/2009/11/title_appswebsite.png?w=780" alt="blog post image"   /></a></p>
<p>&nbsp;</p>
<p>In this tutorial, I will share with you an example of how you can use PHP to dynamically create and display images in a folder, all with very few lines of code, by utilizing PHP&#8217;s <strong><a href="http://us3.php.net/manual/en/function.glob.php">glob()</a></strong> function and the CSS <strong><a href="http://www.w3schools.com/CSS/pr_pos_clip.asp">clip</a></strong> property.<span id="more-86"></span></p>
<p>View live demo here: <a href="http://bit.ly/4rNJWJ">Link</a></p>
<p><strong>Step 1:</strong><br />
Make sure your images are saved in a separate folder. I recommend you call the folder images</p>
<p><strong>Step 2:</strong><br />
Place all the images you will want to access for your website into the images folder. Make sure that this folder contains only the images you want to include on your webpage and no other images or file types.</p>
<p><strong>Step 3:</strong><br />
Rename all the images in the folder so that the first part of each image is exactly the same. e.g. <em>article001</em>_fooimage.png, <em>article001</em>_barimage.jpg, etc.  Since you are going to call for these later i would suggest you name the images in a way that you will easily remember (like sequentially based on when they are needed in a top 10 style post)</p>
<p><strong>Step 4:</strong><br />
Here is the php script that you can add to any page that will need to access the images.  If you prefer, you can save this php script as a separate file then use php include() to bring it in</p>
<div class="php" style="font-family:monospace;color:#006;border:1px solid #d0d0d0;background-color:#f0f0f0;">
<ol>
<li style="font-weight:normal;vertical-align:top;font:normal normal 130% 'Courier New', Courier, monospace;color:#003030;">
<div style="font:normal normal 1em/1.2em monospace;background:none;vertical-align:top;color:#000020;margin:0;padding:0;"><span style="color:#000000;font-weight:bold;">&lt;?php</span></div>
</li>
<li style="font-weight:normal;vertical-align:top;font:normal normal 130% 'Courier New', Courier, monospace;color:#003030;">
<div style="font:normal normal 1em/1.2em monospace;background:none;vertical-align:top;color:#000020;margin:0;padding:0;"><span style="color:#000088;">$filename</span> <span style="color:#339933;">=</span> <a style="color:#000060;" href="http://www.php.net/glob"><span style="color:#990000;">glob</span></a><span style="color:#009900;">(</span><span style="color:#0000ff;">&#8216;images/*.*&#8217;</span><span style="color:#009900;">)</span><span style="color:#339933;">;</span></div>
</li>
<li style="font-weight:normal;vertical-align:top;font:normal normal 130% 'Courier New', Courier, monospace;color:#003030;">
<div style="font:normal normal 1em/1.2em monospace;background:none;vertical-align:top;color:#000020;margin:0;padding:0;"><span style="color:#000000;font-weight:bold;">function</span> imagizer<span style="color:#009900;">(</span><span style="color:#000088;">$filename</span><span style="color:#009900;">)</span></div>
</li>
<li style="font-weight:normal;vertical-align:top;font:normal normal 130% 'Courier New', Courier, monospace;color:#003030;">
<div style="font:normal normal 1em/1.2em monospace;background:none;vertical-align:top;color:#000020;margin:0;padding:0;"><span style="color:#009900;">{</span></div>
</li>
<li style="font-weight:bold;vertical-align:top;color:#006060;">
<div style="font:normal normal 1em/1.2em monospace;background:none;vertical-align:top;color:#000020;margin:0;padding:0;"><span style="color:#b1b100;">return</span> <span style="color:#0000ff;">&#8220;&lt;div style=&#8217;position:relative; height:265px;&#8217;&gt;&lt;div style=&#8217;position:absolute; clip:rect(0px 256px 256px 0px);&#8217;&gt;&lt;img src=&#8217;<span style="color:#006699;font-weight:bold;">$filename</span>&#8216; alt=&#8217;image&#8217; /&gt;&lt;/div&gt;&lt;/div&gt;&#8221;</span><span style="color:#339933;">;</span></div>
</li>
<li style="font-weight:normal;vertical-align:top;font:normal normal 130% 'Courier New', Courier, monospace;color:#003030;"></li>
<li style="font-weight:normal;vertical-align:top;font:normal normal 130% 'Courier New', Courier, monospace;color:#003030;">
<div style="font:normal normal 1em/1.2em monospace;background:none;vertical-align:top;color:#000020;margin:0;padding:0;"><span style="color:#009900;">}</span></div>
</li>
<li style="font-weight:normal;vertical-align:top;font:normal normal 130% 'Courier New', Courier, monospace;color:#003030;"></li>
<li style="font-weight:normal;vertical-align:top;font:normal normal 130% 'Courier New', Courier, monospace;color:#003030;">
<div style="font:normal normal 1em/1.2em monospace;background:none;vertical-align:top;color:#000020;margin:0;padding:0;"><span style="color:#000088;">$images</span> <span style="color:#339933;">=</span> <a style="color:#000060;" href="http://www.php.net/array_map"><span style="color:#990000;">array_map</span></a><span style="color:#009900;">(</span><span style="color:#0000ff;">&#8220;imagizer&#8221;</span><span style="color:#339933;">,</span> <span style="color:#000088;">$filename</span><span style="color:#009900;">)</span><span style="color:#339933;">;</span></div>
</li>
<li style="font-weight:bold;vertical-align:top;color:#006060;">
<div style="font:normal normal 1em/1.2em monospace;background:none;vertical-align:top;color:#000020;margin:0;padding:0;"><span style="color:#000088;">$article001</span> <span style="color:#339933;">=</span> <a style="color:#000060;" href="http://www.php.net/array_values"><span style="color:#990000;">array_values</span></a><span style="color:#009900;">(</span><a style="color:#000060;" href="http://www.php.net/preg_grep"><span style="color:#990000;">preg_grep</span></a><span style="color:#009900;">(</span><span style="color:#0000ff;">&#8220;/article001/&#8221;</span><span style="color:#339933;">,</span> <span style="color:#000088;">$images</span><span style="color:#009900;">)</span><span style="color:#009900;">)</span><span style="color:#339933;">;</span></div>
</li>
<li style="font-weight:normal;vertical-align:top;font:normal normal 130% 'Courier New', Courier, monospace;color:#003030;"></li>
<li style="font-weight:normal;vertical-align:top;font:normal normal 130% 'Courier New', Courier, monospace;color:#003030;">
<div style="font:normal normal 1em/1.2em monospace;background:none;vertical-align:top;color:#000020;margin:0;padding:0;"><span style="color:#000000;font-weight:bold;">?&gt;</span></div>
</li>
</ol>
</div>
<p>The function imagizer will return an array of processed images based on your specifications.  I have chosen to do a 256&#215;256 pixel clip starting at the upper left hand corner of the image.  The entire image is still present though, it is only clipped to the visitors view.  If the visitor downloads the image, it will be the entire sized file and not the clip.  The first div that is created in the function is the container.  I made it 9 pixels taller than the clipped image container to add a little padding to the bottom of each generated image.</p>
<p>To call an image, simply use <strong>$article001[0]</strong> for the first image in the folder, <strong>$article001[1]</strong> for the second image, etc.</p>
<p>You can also do a for loop to print each image in a row.  This could be useful if you needed to add a bunch of images in a wysiwg html editor online and you didn&#8217;t have access to php.  You would just generate the code for all the images your the folder by running the php script like such:</p>
<div class="php" style="font-family:monospace;color:#006;border:1px solid #d0d0d0;background-color:#f0f0f0;">
<ol>
<li style="font-weight:normal;vertical-align:top;font:normal normal 130% 'Courier New', Courier, monospace;color:#003030;">
<div style="font:normal normal 1em/1.2em monospace;background:none;vertical-align:top;color:#000020;margin:0;padding:0;"><span style="color:#000000;font-weight:bold;">&lt;?php</span></div>
</li>
<li style="font-weight:normal;vertical-align:top;font:normal normal 130% 'Courier New', Courier, monospace;color:#003030;">
<div style="font:normal normal 1em/1.2em monospace;background:none;vertical-align:top;color:#000020;margin:0;padding:0;"><span style="color:#000088;">$max</span><span style="color:#339933;">=</span><a style="color:#000060;" href="http://www.php.net/count"><span style="color:#990000;">count</span></a><span style="color:#009900;">(</span><span style="color:#000088;">$article001</span><span style="color:#009900;">)</span><span style="color:#339933;">;</span></div>
</li>
<li style="font-weight:bold;vertical-align:top;color:#006060;">
<div style="font:normal normal 1em/1.2em monospace;background:none;vertical-align:top;color:#000020;margin:0;padding:0;"><span style="color:#b1b100;">for</span> <span style="color:#009900;">(</span><span style="color:#000088;">$i</span><span style="color:#339933;">=</span><span style="color:#cc66cc;">0</span><span style="color:#339933;">;</span><span style="color:#000088;">$i</span><span style="color:#339933;">&lt;</span><span style="color:#000088;">$max</span><span style="color:#339933;">;</span><span style="color:#000088;">$i</span><span style="color:#339933;">++</span><span style="color:#009900;">)</span></div>
</li>
<li style="font-weight:normal;vertical-align:top;font:normal normal 130% 'Courier New', Courier, monospace;color:#003030;">
<div style="font:normal normal 1em/1.2em monospace;background:none;vertical-align:top;color:#000020;margin:0;padding:0;"><span style="color:#009900;">{</span></div>
</li>
<li style="font-weight:normal;vertical-align:top;font:normal normal 130% 'Courier New', Courier, monospace;color:#003030;">
<div style="font:normal normal 1em/1.2em monospace;background:none;vertical-align:top;color:#000020;margin:0;padding:0;"><span style="color:#b1b100;">echo</span> <span style="color:#000088;">$article001</span><span style="color:#009900;">[</span><span style="color:#000088;">$i</span><span style="color:#009900;">]</span><span style="color:#339933;">;</span></div>
</li>
<li style="font-weight:normal;vertical-align:top;font:normal normal 130% 'Courier New', Courier, monospace;color:#003030;">
<div style="font:normal normal 1em/1.2em monospace;background:none;vertical-align:top;color:#000020;margin:0;padding:0;"><span style="color:#009900;">}</span></div>
</li>
<li style="font-weight:bold;vertical-align:top;color:#006060;">
<div style="font:normal normal 1em/1.2em monospace;background:none;vertical-align:top;color:#000020;margin:0;padding:0;"><span style="color:#000000;font-weight:bold;">?&gt;</span></div>
</li>
</ol>
</div>
<p>on your test environment, then go to the generated html page and copy and paste the html into your wysiwg editor.</p>
<p>Please feel free to leave any comments if you have any questions or suggestions about the code or use.</p>
<hr /><strong>About the Author</strong></p>
<p><strong> </strong><a href="http://kalimfleet.net">Kalim Fleet</a> is a professional web designer and blogger with over 6 years experience. The web is his passion as he splits his time between blog writing, software development and social media. He loves using and developing new applications for the web, mobile, and desktop.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/designtopx.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/designtopx.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/designtopx.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/designtopx.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/designtopx.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/designtopx.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/designtopx.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/designtopx.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/designtopx.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/designtopx.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/designtopx.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/designtopx.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/designtopx.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/designtopx.wordpress.com/86/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=designtopx.wordpress.com&amp;blog=10351434&amp;post=86&amp;subd=designtopx&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://designtopx.wordpress.com/2009/11/18/how-to-dynamically-create-image-thumbnails-using-css-clip-property-with-php-glob-function/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1f209c0fea2a8c4abf05815d3753f465?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Kalim Fleet</media:title>
		</media:content>

		<media:content url="http://designtopx.files.wordpress.com/2009/11/designtopx_logo_001.png" medium="image">
			<media:title type="html">designtopx_logo_001</media:title>
		</media:content>

		<media:content url="http://designtopx.files.wordpress.com/2009/11/title_appswebsite.png" medium="image">
			<media:title type="html">title_appswebsite</media:title>
		</media:content>
	</item>
		<item>
		<title>Roundup: The Best Web Design Cheat Sheets</title>
		<link>http://designtopx.wordpress.com/2009/11/13/roundup-the-best-web-design-cheat-sheets/</link>
		<comments>http://designtopx.wordpress.com/2009/11/13/roundup-the-best-web-design-cheat-sheets/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 22:10:42 +0000</pubDate>
		<dc:creator>Kalim</dc:creator>
				<category><![CDATA[webdesign tips and tricks]]></category>
		<category><![CDATA[cheat]]></category>
		<category><![CDATA[cheatsheet]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[sheet]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://designtopx.wordpress.com/?p=4</guid>
		<description><![CDATA[Hello and Thank you for visiting designtopx.wordpress.com. Please note: The new home for this post is can be found here - Web designers often have to wear many hats.  They must aptly switch from being a developer, coder, administrator and designer at a clients request.  There is simply too much information to know all at [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=designtopx.wordpress.com&amp;blog=10351434&amp;post=4&amp;subd=designtopx&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h1>Hello and Thank you for visiting designtopx.wordpress.com.</p>
<p>Please note: The new home for this post is can be found here -</h1>
<p><a href="http://www.designtopx.com/archives/2009/12/roundup-the-best-web-design-cheat-sheets/"><img class="alignnone size-full wp-image-128" title="designtopx_logo_001" src="http://designtopx.files.wordpress.com/2009/11/designtopx_logo_001.png?w=780" alt="New designtopx home"   /></a></p>
<hr />Web designers often have to wear many hats.  They must aptly switch from being a developer, coder, administrator and designer at a clients request.  There is simply too much information to know all at once so I have provided the best<span id="more-4"></span> cheat sheets I have found for the various technology that you will come across in your projects.  A number of elements are covered including PHP, regex, wordpress, css, fonts,  gimp, html, javascript, jQuery, mod rewrite, mysql, photoshop, and more.  <strong>Note: All cheat sheets are in .PDF format.</strong></p>
<p><strong> </strong></p>
<p><strong> </strong> <a href="http://www.box.net/shared/7x2dudmylf"><br />
</a></p>
<p><strong>1.  PHP</strong></p>
<ul>
<li><a href="http://designtopx.files.wordpress.com/2009/11/0php_reference_sheet.pdf">php_reference_sheet</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/0php-cheat-sheet-v1.pdf">php-cheat-sheet-v1</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/0php-5-online-cheat-sheet-v1-3.pdf">PHP 5 Online Cheat Sheet v1.3</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/php-cheat-sheet-v2.pdf">php-cheat-sheet-v2</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/phprefcard.pdf">PHPRefCard</a></li>
</ul>
<p><strong>2. CSS</strong></p>
<ul>
<li><a href="http://designtopx.files.wordpress.com/2009/11/cssquick.pdf">cssquick</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/csscheatsheet.pdf">csscheatsheet</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/0css-cheat-sheet.pdf">css-cheat-sheet</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/cssqrg0007.pdf">CSSqrg0007</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/css_cheatsheet_v2.pdf">css_cheatsheet_v2</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/css3-cheat-sheet.pdf">css3-cheat-sheet</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/0csscheatsheet.pdf">csscheatsheet</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/zcss2qrg0007.pdf">CSS2qrg0007</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/0blueprintv0-8bygjms.pdf">BlueprintV0.8byGJMS</a></li>
</ul>
<p><strong>3.  Wordpress</strong></p>
<ul>
<li><a href="http://designtopx.files.wordpress.com/2009/11/wphelpsheet.pdf">WPHelpSheet</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/wp_theme_tags.pdf">WP_Theme_Tags</a></li>
<li> <a href="http://designtopx.files.wordpress.com/2009/11/wp_loop.pdf">WP_loop</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/wordpress-theme-development-check-list.pdf">wordpress-theme-development-check-list</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/wordpress_cheatsheet_v1.pdf">WordPress_Cheatsheet_v1</a></li>
</ul>
<p><strong>4.  Image Editing</strong></p>
<ul>
<li><a href="http://designtopx.files.wordpress.com/2009/11/gimp-saclug.pdf">gimp-saclug</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/photoshop.pdf">Photoshop</a></li>
</ul>
<p><strong>5. Color, Typography</strong></p>
<ul>
<li><a href="http://designtopx.files.wordpress.com/2009/11/rgb-hex-cheat-sheet-v1.pdf">rgb-hex-cheat-sheet-v1</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/0common-fonts-to-all-versions-of-windows-mac-equivalents.pdf">Common fonts to all versions of Windows &amp; Mac equivalents</a></li>
</ul>
<p><strong>6. Javascript</strong></p>
<ul>
<li><a href="http://designtopx.files.wordpress.com/2009/11/javascriptquick.pdf">javascriptquick</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/javascript-cheat-sheet-v1.pdf">javascript-cheat-sheet-v1</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/zjavascriptcheatsheet.pdf">javascriptcheatsheet</a></li>
</ul>
<p><strong>7.  jQuery</strong></p>
<ul>
<li><a href="http://designtopx.files.wordpress.com/2009/11/jquery-cheat-sheet-1-2.pdf">Jquery-Cheat-Sheet-1.2</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/jquerycheatsheet-1-3-2.pdf">JQueryCheatSheet-1.3.2</a></li>
<li> <a href="http://designtopx.files.wordpress.com/2009/11/jquery_1-3_cheatsheet_v1.pdf">jquery_1.3_cheatsheet_v1</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/jquery1-2-cheatsheet-v1-0.pdf">jQuery1.2.cheatsheet.v1.0</a></li>
</ul>
<p><strong>8. HTML</strong></p>
<ul>
<li><a href="http://designtopx.files.wordpress.com/2009/11/html-cheat-sheet-v1.pdf">html-cheat-sheet-v1</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/html-help-sheet-02.pdf">HTML Help Sheet 02</a></li>
<li> <a href="http://designtopx.files.wordpress.com/2009/11/html-character-entities-cheat-sheet.pdf">html-character-entities-cheat-sheet</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/zhtmlcheatsheet.pdf">htmlcheatsheet</a></li>
</ul>
<p><strong>9. Web Administration</strong></p>
<ul>
<li><a href="http://designtopx.files.wordpress.com/2009/11/unix_cheat_sheet.pdf">Unix_cheat_sheet</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/unix_cheatsheet.pdf">Unix_cheatsheet</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/svn-refcard.pdf">svn-refcard</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/mod_rewrite-cheat-sheet-v2.pdf">mod_rewrite-cheat-sheet-v2</a></li>
</ul>
<p><strong>10.  Regex</strong></p>
<ul>
<li><a href="http://designtopx.files.wordpress.com/2009/11/regex-regular-expressions-cheat-sheet-v2.pdf">regex-regular-expressions-cheat-sheet-v2</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/regex-8-regular-expressions-you-should-know.pdf">regex 8 Regular Expressions You Should Know</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/regex-10-practical-php-regular-expression-recipes.pdf">regex-10 Practical PHP Regular Expression Recipes</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/0_php-pcre-cheat-sheet.pdf">PHP PCRE Cheat Sheet</a></li>
</ul>
<p><strong>11. SQL</strong></p>
<ul>
<li><a href="http://designtopx.files.wordpress.com/2009/11/sqlcheatcheet.pdf">sqlcheatcheet</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/zmysql_cheatsheet.pdf">mySQL_Cheatsheet</a></li>
</ul>
<p><strong>12.  Bonus</strong></p>
<ul>
<li> <a href="http://designtopx.files.wordpress.com/2009/11/xml-schema-structures.pdf">XML Schema &#8211; Structures</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/zxmlquickref.pdf">XMLquickref</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/zrss_cheatsheet.pdf">rss_cheatsheet</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/zfilteringandescapingcheatsheet.pdf">filteringandescapingcheatsheet</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/seo_web_developer_cheat_sheet.pdf">SEO_Web_Developer_Cheat_Sheet</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/cheat-sheet-seo-for-wordpress.pdf">cheat-sheet-seo-for-wordpress</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/blogger_cheatsheet_v1.pdf">Blogger_Cheatsheet_v1</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/movable_type_cheatsheet_v1.pdf">Movable_Type_Cheatsheet_v1</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/microformats-cheat-sheet-v1.pdf">microformats-cheat-sheet-v1</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/microformats-cheatsheet.pdf">microformats.cheatsheet</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/python-cheat-sheet-v1.pdf">python-cheat-sheet-v1</a></li>
<li><a href="http://designtopx.files.wordpress.com/2009/11/as3_adv_cheat_sheet_02.pdf">AS3_Adv_Cheat_Sheet_02</a></li>
</ul>
<hr /><strong>About the Author</strong></p>
<p><strong> </strong><a href="http://kalimfleet.net">Kalim Fleet</a> is a professional web designer and blogger with over 6 years experience. The web is his passion as he splits his time between blog writing, software development and social media. He loves using and developing new applications for the web, mobile, and desktop.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/designtopx.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/designtopx.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/designtopx.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/designtopx.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/designtopx.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/designtopx.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/designtopx.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/designtopx.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/designtopx.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/designtopx.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/designtopx.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/designtopx.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/designtopx.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/designtopx.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=designtopx.wordpress.com&amp;blog=10351434&amp;post=4&amp;subd=designtopx&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://designtopx.wordpress.com/2009/11/13/roundup-the-best-web-design-cheat-sheets/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1f209c0fea2a8c4abf05815d3753f465?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Kalim Fleet</media:title>
		</media:content>

		<media:content url="http://designtopx.files.wordpress.com/2009/11/designtopx_logo_001.png" medium="image">
			<media:title type="html">designtopx_logo_001</media:title>
		</media:content>
	</item>
	</channel>
</rss>
