<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Frozr.com &#187; Tutorials</title>
	<atom:link href="http://frozr.com/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://frozr.com</link>
	<description>Wordpress themes &#38; Tutorials</description>
	<lastBuildDate>Sat, 22 May 2010 23:27:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress Help Sheet</title>
		<link>http://frozr.com/tutorials/wordpress-help-sheet/</link>
		<comments>http://frozr.com/tutorials/wordpress-help-sheet/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 17:18:37 +0000</pubDate>
		<dc:creator>Ajmal</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[guide]]></category>

		<guid isPermaLink="false">http://frozr.com/?p=203</guid>
		<description><![CDATA[
First, i would like to thank Wpcandy &#38; Liquidicity for release a great wp help sheet that help improve my productivity. You can download the .pdf from here 592kb
I like the sheet but it is in .pdf file. The thing is i don&#8217;t like the format. It&#8217;s big in size and difficult to copy and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://frozr.com/wp-content/uploads/2008/07/wp-cheat1.html"><img class="alignnone size-full wp-image-205" title="wphelp" src="http://frozr.com/wp-content/uploads/2008/07/wphelp.jpg" alt="" width="400" height="100" /></a></p>
<p>First, i would like to thank <a href="http://wpcandy.com">Wpcandy</a> &amp; <a href="http://liquidicity.com/">Liquidicity</a> for release a great <strong><em>wp help sheet</em></strong> that help improve my productivity. You can download the .pdf from <a href="http://wpcandy.com/articles/tutorials/the-wordpress-help-sheet.html">here</a> <strong>592kb</strong></p>
<p>I like the sheet but it is in .pdf file. The thing is i don&#8217;t like the format. It&#8217;s big in size and difficult to copy and paste the code. So i decide to transform the whole thing to .html file. Yeah! Light and smaller size, guess what? <strong>10kb.</strong></p>
<p><strong>What is WP Help sheet?</strong><br />
It is just a file with all common code that most wordpress developer use in wp. </p>
<p><strong>Why we need?</strong><br />
Huh? It <strong>save time</strong> btw. You don&#8217;t have to search Google or open theme file just to search one code. <strong>Increase productivity</strong></p>
<p><a href="http://frozr.com/wp-content/uploads/2008/07/wp-cheat1.html"><img class="alignnone size-full wp-image-207" title="wphelppreview" src="http://frozr.com/wp-content/uploads/2008/07/wphelppreview.jpg" alt="" width="400" height="375" /></a></p>
<p class="green">View : <a href="http://frozr.com/wp-content/uploads/2008/07/wp-cheat1.html">Wp Help Sheet</a></p>
<p class="alert">Download : <a href="http://frozr.com/wp-content/uploads/2008/07/wp-cheat.zip">Wp Help Sheet</a></p>
<p>Just print and paste it on the wall beside the screen. Have a nice day.</p>
]]></content:encoded>
			<wfw:commentRss>http://frozr.com/tutorials/wordpress-help-sheet/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Tutorial : how to create custom social bookmark button</title>
		<link>http://frozr.com/tutorials/tutorial-how-to-create-custom-social-button/</link>
		<comments>http://frozr.com/tutorials/tutorial-how-to-create-custom-social-button/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 17:46:17 +0000</pubDate>
		<dc:creator>Ajmal</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[digg]]></category>
		<category><![CDATA[mixx]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://frozr.com/?p=193</guid>
		<description><![CDATA[
Been thinking or wondering how they did custom social button? In this article i will show how to create custom social bookmark button with working link.
Anyway, it is pretty easy if you understand the wordpress template tag. #.
The idea

The Code
1. Digg submit url
http://digg.com/submit/?phase=2&#38;url=
2. Post permalink
&#60;?php the_permalink() ?&#62;
Digg submit url + Post permalink(1+2)
http://digg.com/submit/?phase=2&#38;url=&#60;?php the_permalink() ?&#62;
To make [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-194" title="socialbutton" src="http://frozr.com/wp-content/uploads/2008/07/socialbutton.jpg" alt="" width="400" height="94" /></p>
<p>Been thinking or wondering how they did custom social button? In this article i will show how to create custom social bookmark button with working link.</p>
<p>Anyway, it is pretty easy if you understand the wordpress template tag. <a title="http://codex.wordpress.org/Template_Tags" href="http://codex.wordpress.org/Template_Tags">#</a>.</p>
<h2>The idea</h2>
<p><img class="alignnone size-full wp-image-195" title="fullidea-of-social-link" src="http://frozr.com/wp-content/uploads/2008/07/fullidea-of-social-link.jpg" alt="" width="400" height="282" /></p>
<h2>The Code</h2>
<p>1. Digg submit url<br />
<textarea style="border:1px solid #dddddd; width:390px; background:#ffad8d; padding:5px; color:#A7A7A7; overflow: hidden;" rows="1">http://digg.com/submit/?phase=2&amp;url=</textarea></p>
<p>2. Post permalink<br />
<textarea style="border:1px solid #dddddd; width:390px; background:#ffad8d; padding:5px; color:#A7A7A7; overflow: hidden;" rows="1">&lt;?php the_permalink() ?&gt;</textarea></p>
<p>Digg submit url + Post permalink(1+2)<br />
<textarea style="border:1px solid #dddddd; width:390px; background:#ffad8d; padding:5px; color:#A7A7A7; overflow: hidden;" rows="2">http://digg.com/submit/?phase=2&amp;url=&lt;?php the_permalink() ?&gt;</textarea></p>
<p>To make a working submit button or link, just add some simple code.<br />
<textarea style="border:1px solid #dddddd; width:390px; background:#ffad8d; padding:5px; color:#A7A7A7; overflow: hidden;" rows="1">&lt;a href=&#8221;#&#8221; mce_href=&#8221;#&#8221;&gt;link&lt;/a&gt;</textarea></p>
<p>The code you should include somewhere in index.php or single.php<br />
<textarea style="border:1px solid #dddddd; width:390px; background:#ffad8d; padding:5px; color:#A7A7A7; overflow: hidden;" rows="3">&lt;a href=&#8221;http://digg.com/submit/?phase=2&amp;url=&lt;?php the_permalink() ?&gt;&#8221;&gt;Digg this post&lt;/a&gt;</textarea></p>
<h2>Other social bookmarking sites</h2>
<p>del.icio.us<br />
<textarea style="border:1px solid #dddddd; width:390px; background:#ffad8d; padding:5px; color:#A7A7A7; overflow: hidden;" rows="2">http://del.icio.us/post?url=&lt;?php the_permalink() ?&gt;</textarea></p>
<p>blinklist<br />
<textarea style="border:1px solid #dddddd; width:390px; background:#ffad8d; padding:5px; color:#A7A7A7; overflow: hidden;" rows="3">http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=&lt;?php the_permalink() ?&gt;</textarea></p>
<p>ma.gnolia<br />
<textarea style="border:1px solid #dddddd; width:390px; background:#ffad8d; padding:5px; color:#A7A7A7; overflow: hidden;" rows="2">http://ma.gnolia.com/bookmarklet/add?url=&lt;?php the_permalink() ?&gt;</textarea></p>
<p>StumbleUpon<br />
<textarea style="border:1px solid #dddddd; width:390px; background:#ffad8d; padding:5px; color:#A7A7A7; overflow: hidden;" rows="2">http://www.stumbleupon.com/submit?url=&lt;?php the_permalink() ?&gt;</textarea></p>
<p>Technorati<br />
<textarea style="border:1px solid #dddddd; width:390px; background:#ffad8d; padding:5px; color:#A7A7A7; overflow: hidden;" rows="2">http://www.technorati.com/faves?add=&lt;?php the_permalink() ?&gt;</textarea></p>
<p>Twitter<br />
<textarea style="border:1px solid #dddddd; width:390px; background:#ffad8d; padding:5px; color:#A7A7A7; overflow: hidden;" rows="2">http://twitthis.com/twit?url=http%3A%2F%2F&lt;?php the_permalink() ?&gt;</textarea></p>
<p>Note: this is site submit url + post permalink code.</p>
<h2>Result</h2>
<p><img class="alignnone size-full wp-image-196" title="examplesocial" src="http://frozr.com/wp-content/uploads/2008/07/examplesocial.jpg" alt="" width="393" height="40" /><br />
Turn a link into a cool button with some cool css.</p>
<h2>Examples</h2>
<p><img class="alignnone size-full wp-image-197" title="wefunction" src="http://frozr.com/wp-content/uploads/2008/07/wefunction.jpg" alt="" width="351" height="37" /><br />
<a href="http://wefunction.com/2008/07/free-theme-outdoorsy/">wefunction</a></p>
<p><a href="http://psdtuts.com/"><img class="alignnone size-full wp-image-198" title="psdtuts" src="http://frozr.com/wp-content/uploads/2008/07/psdtuts.jpg" alt="" width="338" height="38" /></a><br />
<a href="http://psdtuts.com/">Psdtuts</a></p>
<p><a href="http://www.webdesignerwall.com/"><img class="alignnone size-full wp-image-199" title="webdesignerwall" src="http://frozr.com/wp-content/uploads/2008/07/webdesignerwall.jpg" alt="" width="306" height="27" /></a><br />
<a href="http://www.webdesignerwall.com/">webdesignerwall</a></p>
<p>Don&#8217;t forget to<br />
<h1><a title="digg" href="http://digg.com/design/Tutorial_how_to_create_custom_social_bookmark_button">Digg! this post.</a></h1>
<p>Good luck! </p>
]]></content:encoded>
			<wfw:commentRss>http://frozr.com/tutorials/tutorial-how-to-create-custom-social-button/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Vimeo header &#8211; Tutorial</title>
		<link>http://frozr.com/tutorials/vimeo-header-tutorial/</link>
		<comments>http://frozr.com/tutorials/vimeo-header-tutorial/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 12:41:48 +0000</pubDate>
		<dc:creator>Ajmal</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://frozr.com/tutorials/vimeo-header-tutorial/</guid>
		<description><![CDATA[
I am regular visitor at vimeo.com and i love the site. Their main design is focus in simplicity.
So in this post I will show you how to create a multi color header like Vimeo staffpick header. Like this


1. Create a new document. 300&#215;300 pixels. Fill the background with white (#ffffff).

2. Activate the ruler by pressing [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://frozr.com/wp-content/uploads/2008/06/vimeo2.jpg" alt="full" /></p>
<p>I am regular visitor at vimeo.com and i love the site. Their main design is focus in simplicity.</p>
<p>So in this post I will show you how to create a multi color header like Vimeo staffpick header. Like <a title="http://vimeo.com/staffpicks" href="http://vimeo.com/staffpicks">this</a></p>
<p><span id="more-153"></span></p>
<p><a title="large" href="http://frozr.com/wp-content/uploads/2008/06/large.jpg" rel="lightbox"><img src="http://frozr.com/wp-content/uploads/2008/06/small.jpg" alt="small" /></a></p>
<p>1. <strong>Create a new document</strong>. <strong>300&#215;300</strong> pixels. Fill the background with <strong>white</strong> (#ffffff).</p>
<p><img src="http://frozr.com/wp-content/uploads/2008/06/1.jpg" alt="1" /></p>
<p>2. Activate the <strong>ruler</strong> by pressing <strong>ctrl + r</strong> and make sure it is in pixels mode.</p>
<p>3.  I <strong>create a section</strong> with line at 50 pixels width.</p>
<p><img src="http://frozr.com/wp-content/uploads/2008/06/2.jpg" alt="2" /></p>
<p>4.  We are going to use this as <strong>color pallet</strong>.</p>
<p><img src="http://frozr.com/wp-content/uploads/2008/06/4.jpg" alt="4" /></p>
<p>5.  By using <strong>Rectangular tool</strong> (U) create a 50 x 300 pixels box. Fill it with blue (#3399fe). <strong>Rename</strong> it as Layer 1.</p>
<p><img src="http://frozr.com/wp-content/uploads/2008/06/5.jpg" alt="5" /></p>
<p><img src="http://frozr.com/wp-content/uploads/2008/06/6.jpg" alt="6" /></p>
<p>6. <strong>Duplicate</strong> the layer 1(right click at layer no 1 and click duplicate) and <strong>rename</strong> the new layer as no 2. <strong>Drag</strong> layer 2 to the <strong>right</strong>.</p>
<p>7. <strong>Fill the new layer</strong> with #485077. <strong>Continue repeat  the step</strong>. (duplicate the layer, rename it, drag to right and fill with color) Until you get this.</p>
<p><img src="http://frozr.com/wp-content/uploads/2008/06/7.jpg" alt="7" /></p>
<p>8. Now, use ruler and <strong>create a new section</strong> 50 pixels height (<strong>horizontal</strong>).</p>
<p><img src="http://frozr.com/wp-content/uploads/2008/06/8.jpg" alt="8" /></p>
<p>9. Use <strong>Rectangular tool (U)</strong>. Make a new box with white color. <strong>Rename</strong> it as layer &#8216;a&#8217;. <strong>Duplicate</strong> the layer a(right click at layer &#8216;a&#8217; and click duplicate) and rename the new layer as &#8216;b&#8217;. <strong>Drag layer b to the bottom</strong>.</p>
<p><img src="http://frozr.com/wp-content/uploads/2008/06/9.jpg" alt="9" /></p>
<p>10. <strong>Repeat the step no 9</strong> until you get this.</p>
<p><img src="http://frozr.com/wp-content/uploads/2008/06/10.jpg" alt="10" /></p>
<p>11.  	Now lets just <strong>adjust</strong> some <strong>opacities</strong> of layer a, b, c, d, e, and f.</p>
<p><img src="http://frozr.com/wp-content/uploads/2008/06/11.jpg" alt="11" /></p>
<p>12. <strong>Save</strong> it as <strong>image.jpg</strong> file.</p>
<p>13. <strong>Create a new document</strong>. (<strong>950 x 300 pixels</strong>). Open image.jpg. <strong>Drag</strong> it to the new document.</p>
<p><img src="http://frozr.com/wp-content/uploads/2008/06/12.jpg" alt="12" /></p>
<p><img src="http://frozr.com/wp-content/uploads/2008/06/13.jpg" alt="13" /></p>
<p>14. Duplicate the image that you move just now. Drag to right. Repeat like 4 times.</p>
<p><img src="http://frozr.com/wp-content/uploads/2008/06/14.jpg" alt="14" /></p>
<p>15. Job done.</p>
<p><a title="large" href="http://frozr.com/wp-content/uploads/2008/06/large.jpg" rel="lightbox"><img src="http://frozr.com/wp-content/uploads/2008/06/small.jpg" alt="small" /></a></p>
<p>Example :</p>
<p><img src="http://frozr.com/wp-content/uploads/2008/06/example.jpg" alt="example" /></p>
<p><img src="http://frozr.com/wp-content/uploads/2008/06/example2.jpg" alt="example2.jpg" /></p>
]]></content:encoded>
			<wfw:commentRss>http://frozr.com/tutorials/vimeo-header-tutorial/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Mini-wp :: Deutsch version</title>
		<link>http://frozr.com/tutorials/mini-wp-deutsch-version/</link>
		<comments>http://frozr.com/tutorials/mini-wp-deutsch-version/#comments</comments>
		<pubDate>Wed, 14 May 2008 16:59:09 +0000</pubDate>
		<dc:creator>Ajmal</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://frozr.com/wordpress/mini-wp-deutsch-version/</guid>
		<description><![CDATA[I am glad that someone from the net sending me an email said that he like the theme, asking the permission to translate the the to Deutsch(German) version. Now, its available at mlogger.de, thanks to Martin.
Demo &#38; download : Mini-wp Deutsch
]]></description>
			<content:encoded><![CDATA[<p>I am glad that someone from the net sending me an email said that he like the theme, asking the permission to translate the the to Deutsch(German) version. Now, its available at <a title="http://www.mlogger.de/" href="http://www.mlogger.de/">mlogger.de,</a> thanks to <a title="http://www.mlogger.de/" href="http://www.mlogger.de/">Martin.</a></p>
<p class="red">Demo &amp; download : <a href="http://www.mlogger.de/2008-05-14/mini-wp-deutsche-bersetzung/">Mini-wp Deutsch</a></p>
]]></content:encoded>
			<wfw:commentRss>http://frozr.com/tutorials/mini-wp-deutsch-version/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Polaroid Wallpaper &#8211; PSD</title>
		<link>http://frozr.com/tutorials/polaroid-wallpaper-psd/</link>
		<comments>http://frozr.com/tutorials/polaroid-wallpaper-psd/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 09:03:18 +0000</pubDate>
		<dc:creator>Ajmal</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://frozr.com/tutorials/polaroid-wallpaper-psd/</guid>
		<description><![CDATA[
Instead just apply the picture as a wallpaper.  It is more nicer if it come with Polaroid. I made a Polaroid template in .PSD format. You can just simply edit and change the image. Save it as picture, and apply it as wallpaper.
Preview :

How to change with other picture?
Just go to this folder, and [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://frozr.com/wp-content/uploads/2008/03/polaroid.jpg" alt="polaroid" /></p>
<p>Instead just apply the picture as a wallpaper.  It is more nicer if it come with Polaroid. I made a Polaroid template in .PSD format. You can just simply edit and change the image. Save it as picture, and apply it as wallpaper.</p>
<p>Preview :<br />
<a href="http://frozr.com/wp-content/uploads/2008/03/walle800-copy1.jpg" rel="lightbox" title="preview"><img src="http://frozr.com/wp-content/uploads/2008/03/walle-preview.jpg" alt="preview" border="0" /></a></p>
<blockquote><p>How to change with other picture?<br />
Just go to this <a href="http://frozr.com/wp-content/uploads/2008/03/imagefolder.jpg" rel="lightbox" title="imagefolder">folder</a>, and replace it whit any pictures.<br />
ps: make sure you crop you image and make it smaller than polaroid border.</p></blockquote>
<p class="alert">Download : <a href="http://frozr.com/wp-content/uploads/2008/03/walle1024x768.rar" title="polaroid">Polaroid &#8211; PSD<br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://frozr.com/tutorials/polaroid-wallpaper-psd/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
