<?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>TutZone</title> <atom:link href="http://tutzone.net/feed" rel="self" type="application/rss+xml" /><link>http://tutzone.net</link> <description>Tutorials, Design News, and Inspiration</description> <lastBuildDate>Wed, 28 Jul 2010 15:11:30 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>Prevent Spam by Blocking IP Addresses</title><link>http://tutzone.net/2010/07/prevent-spam-by-blocking-ip-addresses.html</link> <comments>http://tutzone.net/2010/07/prevent-spam-by-blocking-ip-addresses.html#comments</comments> <pubDate>Wed, 28 Jul 2010 15:11:30 +0000</pubDate> <dc:creator>Bariski</dc:creator> <category><![CDATA[Blogger Tricks And Tutorials]]></category> <category><![CDATA[.htaccess]]></category> <category><![CDATA[Blogger]]></category> <category><![CDATA[Hack]]></category> <category><![CDATA[IP Address]]></category> <category><![CDATA[Tutorial]]></category> <category><![CDATA[Web Development]]></category> <category><![CDATA[Wordpress]]></category><guid
isPermaLink="false">http://tutzone.net/?p=399</guid> <description><![CDATA[Sometimes there comes a person or bot which constantly spams your blog. To block that person or that bot you can use following hack. You can simply block his IP and he will be never able to visit your site again.]]></description> <content:encoded><![CDATA[<p>Sometimes there comes a person or bot which <strong>constantly spams</strong> your blog. To block that person or that bot you can use following hack. You can <strong>simply block his IP</strong> and he will be never able to visit your site again.</p><div
style="text-align: center;"><h3>One Step Tutorial:</h3></div><p><span
style="color: rgb(255, 0, 0);"><strong>Note:</strong> Do take backup of your .htaccess file before you try this.</span><br
/> Place below code in your <strong>.htaccess file</strong>:</p><div
class="code">&lt;Limit GET POST PUT&gt;<br
/> order allow,deny<br
/> allow from all<br
/> deny from 123.456.789<br
/> &lt;/LIMIT&gt;</div><p>Replace <strong>123.456.789</strong> with the IP address you want to block.</p><p>That&#8217;s it.</p> ]]></content:encoded> <wfw:commentRss>http://tutzone.net/2010/07/prevent-spam-by-blocking-ip-addresses.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Display the Total Number of Comments on Your WordPress Blog</title><link>http://tutzone.net/2010/07/display-the-total-number-of-comments-on-your-wordpress-blog.html</link> <comments>http://tutzone.net/2010/07/display-the-total-number-of-comments-on-your-wordpress-blog.html#comments</comments> <pubDate>Thu, 22 Jul 2010 13:54:51 +0000</pubDate> <dc:creator>Bariski</dc:creator> <category><![CDATA[Blogger Tricks And Tutorials]]></category> <category><![CDATA[Comments]]></category> <category><![CDATA[Tutorial]]></category> <category><![CDATA[Web Development]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[Wordpress Theme]]></category><guid
isPermaLink="false">http://tutzone.net/?p=398</guid> <description><![CDATA[Ever wondered on how to show total number of comments posted on your blog without manually updating the count. This simple hack will help you display total number of comments on your Wordpress blog. Hope you find it useful.]]></description> <content:encoded><![CDATA[<p>Ever wondered on how to <strong>show total number of comments</strong> posted on your blog without manually updating the count. This simple hack will help you display total number of comments on your WordPress blog. Hope you find it useful.</p><p><img
src="http://tutzone.net/wp-content/uploads/2010/07/comment/commentcount.jpg" alt="comment count code" /></p><div
style="text-align: center;"><h3>One Step Tutorial:</h3></div><p>Place below code where you want to <strong>display your comment count</strong>:</p><div
class="code"><code>&lt;?php<br
/> $numcomms = $wpdb-&gt;get_var(&quot;SELECT COUNT(*) FROM $wpdb-&gt;comments WHERE comment_approved = '1'&quot;);<br
/> if (0 &lt; $numcomms) $numcomms = number_format($numcomms);<br
/> echo &quot;There's &quot;.$numcomms.&quot; total comments on my blog&quot;;<br
/> ?&gt;</code></div><p>That&#8217;s it.</p> ]]></content:encoded> <wfw:commentRss>http://tutzone.net/2010/07/display-the-total-number-of-comments-on-your-wordpress-blog.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>25 Wonderful Website Header Designs</title><link>http://tutzone.net/2010/07/25-wonderful-website-header-designs.html</link> <comments>http://tutzone.net/2010/07/25-wonderful-website-header-designs.html#comments</comments> <pubDate>Wed, 21 Jul 2010 14:19:57 +0000</pubDate> <dc:creator>Bariski</dc:creator> <category><![CDATA[Inspiration-Showcase-Design]]></category> <category><![CDATA[Blogger]]></category> <category><![CDATA[Colorful]]></category> <category><![CDATA[Design]]></category> <category><![CDATA[Flash]]></category> <category><![CDATA[Header]]></category> <category><![CDATA[Inspiration]]></category> <category><![CDATA[Showcase]]></category> <category><![CDATA[Web Development]]></category> <category><![CDATA[Website Header]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[Wordpress Theme]]></category><guid
isPermaLink="false">http://tutzone.net/?p=397</guid> <description><![CDATA[It is rightly said, first impression is last impression, and in terms of web design it mostly refers to website header. A website should have a great personality just like a human being. The first thing a visitor sees when he/she visits your site is website header. It should be attractive as well functional, so that a user can easily easily navigate to site content and make him stay longer.]]></description> <content:encoded><![CDATA[<p>It is rightly said, first impression is last impression, and in terms of <strong>web design</strong> it mostly refers to <strong>website header</strong>. A website should have a great personality just like a human being. The first thing a visitor sees when he/she visits your site is website header. It should be attractive as well functional, so that a user can <strong>easily navigate</strong> to site content and make him stay longer.</p><p>Today we have come up with <strong>25 such Beautiful Website Headers</strong> which can serve as a inspiration for your next web design project. Hope you like them. Please feel free to share your favorites.</p><h3></h3><p><strong><a
rel="nofollow" target="_blank" href="http://www.thepeachdesign.com/">The Peach Design</a></strong><br
/> <a
target="_blank" href="http://www.thepeachdesign.com/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/headers/peach.jpg" alt="The Peach Design"/></a><br
/> <br/></p><h3></h3><p><strong><a
rel="nofollow" target="_blank" href="http://pralinenschachtel.de/">Praline En Schachtel</a></strong><br
/> <a
target="_blank" href="http://pralinenschachtel.de/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/headers/praline.jpg" alt="Praline En Schachtel"/></a><br
/> <br/></p><h3></h3><p><strong><a
rel="nofollow" target="_blank" href="http://douglasmenezes.com/wp/">Douglas Menezes</a></strong><br
/> <a
target="_blank" href="http://douglasmenezes.com/wp/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/headers/douglas.jpg" alt="Douglas Menezes"/></a><br
/> <br/></p><h3></h3><p><strong><a
rel="nofollow" target="_blank" href="http://www.badhealth.nhs.uk/?theme=0">BAD Health</a></strong><br
/> <a
target="_blank" href="http://www.badhealth.nhs.uk/?theme=0"><img
src="http://tutzone.net/wp-content/uploads/2010/07/headers/health.jpg" alt="BAD Health"/></a><br
/> <br/></p><h3></h3><p><strong><a
rel="nofollow" target="_blank" href="http://www.narfstuff.co.uk/">Narfstuff – Web and Graphic Design</a></strong><br
/> <a
target="_blank" href="http://www.narfstuff.co.uk/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/headers/narfstuff.jpg" alt="Narfstuff – Web and Graphic Design"/></a><br
/> <br/></p><h3></h3><p><strong><a
rel="nofollow" target="_blank" href="http://www.meomi.com/">Meomi</a></strong><br
/> <a
target="_blank" href="http://www.meomi.com/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/headers/meomi.jpg" alt="Meomi"/></a><br
/> <br/></p><h3></h3><p><strong><a
rel="nofollow" target="_blank" href="http://www.cochemer-stadtsoldaten.de/">Cochemer Stadtsoldaten</a></strong><br
/> <a
target="_blank" href="http://www.cochemer-stadtsoldaten.de/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/headers/cochemer.jpg" alt="Cochemer Stadtsoldaten"/></a><br
/> <br/></p><h3></h3><p><strong><a
rel="nofollow" target="_blank" href="http://studioracket.org/work">Studio Racket</a></strong><br
/> <a
target="_blank" href="http://studioracket.org/work"><img
src="http://tutzone.net/wp-content/uploads/2010/07/headers/studioracket.jpg" alt="Studio Racket"/></a><br
/> <br/></p><h3></h3><p><strong><a
rel="nofollow" target="_blank" href="http://www.giancarlo-fajardo.com/">Giancarlo Fajardo – Creative Graphic Design Portfolio</a></strong><br
/> <a
target="_blank" href="http://www.giancarlo-fajardo.com/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/headers/giancarlo.jpg" alt="Giancarlo Fajardo – Creative Graphic Design Portfolio"/></a><br
/> <br/></p><h3></h3><p><strong><a
rel="nofollow" target="_blank" href="http://sketch.odopod.com/">Odosketch</a></strong><br
/> <a
target="_blank" href="http://sketch.odopod.com/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/headers/odosketch.jpg" alt="Odosketch"/></a><br
/> <br/></p><h3></h3><p><strong><a
rel="nofollow" target="_blank" href="http://hugsformonsters.com/">Hugs For Monsters</a></strong><br
/> <a
target="_blank" href="http://hugsformonsters.com/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/headers/hugs.jpg" alt="Hugs For Monsters"/></a><br
/> <br/></p><h3></h3><p><strong><a
rel="nofollow" target="_blank" href="http://www.jayhafling.com/portfolio/">Jay Hafling</a></strong><br
/> <a
target="_blank" href="http://www.jayhafling.com/portfolio/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/headers/jay.jpg" alt="Jay Hafling"/></a><br
/> <br/></p><h3></h3><p><strong><a
rel="nofollow" target="_blank" href="http://mplusz.com/">Mplusz Web Design Agency</a></strong><br
/> <a
target="_blank" href="http://mplusz.com/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/headers/mplusz.jpg" alt="Mplusz Web Design Agency"/></a><br
/> <br/></p><h3></h3><p><strong><a
rel="nofollow" target="_blank" href="http://www.trinta.art.br/oque.html">Projeto Trinta</a></strong><br
/> <a
target="_blank" href="http://www.trinta.art.br/oque.html"><img
src="http://tutzone.net/wp-content/uploads/2010/07/headers/trinta.jpg" alt="Projeto Trinta"/></a><br
/> <br/></p><h3></h3><p><strong><a
rel="nofollow" target="_blank" href="http://www.sietedefebrero.com/">Siete de Febrero – Web Design in San Juan</a></strong><br
/> <a
target="_blank" href="http://www.sietedefebrero.com/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/headers/sietedefebrero.jpg" alt="Siete de Febrero – Web Design in San Juan"/></a><br
/> <br/></p><h3></h3><p><strong><a
rel="nofollow" target="_blank" href="http://davidjonsson.com.au/">David Jonsson</a></strong><br
/> <a
target="_blank" href="http://davidjonsson.com.au/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/headers/davidjonsson.jpg" alt="David Jonsson"/></a><br
/> <br/></p><h3></h3><p><strong><a
rel="nofollow" target="_blank" href="http://ayakaito.com/log/">Ayaka</a></strong><br
/> <a
target="_blank" href="http://ayakaito.com/log/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/headers/ayakaito.jpg" alt="Aya Kaito"/></a><br
/> <br/></p><h3></h3><p><strong><a
rel="nofollow" target="_blank" href="http://www.icff.co.uk/">International Comedy Film Festival</a></strong><br
/> <a
target="_blank" href="http://www.icff.co.uk/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/headers/comedy.jpg" alt="International Comedy Film Festival"/></a><br
/> <br/></p><h3></h3><p><strong><a
rel="nofollow" target="_blank" href="http://www.thatindiedude.com/">That Indie Dude</a></strong><br
/> <a
target="_blank" href="http://www.thatindiedude.com/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/headers/indie.jpg" alt="That Indie Dude"/></a><br
/> <br/></p><h3></h3><p><strong><a
rel="nofollow" target="_blank" href="http://www.noelnieto.de/">Noel Nieto</a></strong><br
/> <a
target="_blank" href="http://www.noelnieto.de/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/headers/noel.jpg" alt="Noel Nieto"/></a><br
/> <br/></p><h3></h3><p><strong><a
rel="nofollow" target="_blank" href="http://teleiosman.com/">Teleios Man</a></strong><br
/> <a
target="_blank" href="http://teleiosman.com/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/headers/teleios.jpg" alt="Teleios Man"/></a><br
/> <br/></p><h3></h3><p><strong><a
rel="nofollow" target="_blank" href="http://www.mycreativework.com/">Mycreativework</a></strong><br
/> <a
target="_blank" href="http://www.mycreativework.com/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/headers/mycreativework.jpg" alt="Mycreativework"/></a><br
/> <br/></p><h3></h3><p><strong><a
rel="nofollow" target="_blank" href="http://cloudking.com/">Cloud King</a></strong><br
/> <a
target="_blank" href="http://cloudking.com/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/headers/cloudking.jpg" alt="Cloud King"/></a><br
/> <br/></p><h3></h3><p><strong><a
rel="nofollow" target="_blank" href="http://safedrivingacademy.net/">Safe Driving Academy</a></strong><br
/> <a
target="_blank" href="http://safedrivingacademy.net/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/headers/safedrivingacademy.jpg" alt="Safe Driving Academy"/></a><br
/> <br/></p><h3></h3><p><strong><a
rel="nofollow" target="_blank" href="http://www.phizz.biz/">Phizz</a></strong><br
/> <a
target="_blank" href="http://www.phizz.biz/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/headers/phizz.jpg" alt="Phizz"/></a></p> ]]></content:encoded> <wfw:commentRss>http://tutzone.net/2010/07/25-wonderful-website-header-designs.html/feed</wfw:commentRss> <slash:comments>11</slash:comments> </item> <item><title>Choosing Web Hosting, Made Easy!</title><link>http://tutzone.net/2010/07/choosing-web-hosting-made-easy.html</link> <comments>http://tutzone.net/2010/07/choosing-web-hosting-made-easy.html#comments</comments> <pubDate>Tue, 20 Jul 2010 09:21:04 +0000</pubDate> <dc:creator>Bariski</dc:creator> <category><![CDATA[Review]]></category> <category><![CDATA[Blogger]]></category> <category><![CDATA[Hosting]]></category> <category><![CDATA[Web Development]]></category> <category><![CDATA[Web Hosting]]></category><guid
isPermaLink="false">http://tutzone.net/?p=395</guid> <description><![CDATA[When you are looking for a website hosting, number of components affects your decision, Free Domain Name, Efficient Technical Support, Data Center availability, domains offered, freebies to name a few. Checking each Webhosting site is very wearisome and you may end opting to a wrong one.]]></description> <content:encoded><![CDATA[<p>When you are looking for a <a
target="_blank" href="http://www.webhostingrating.com/"><strong>website hosting</strong></a>, number of components affects your decision, Free Domain Name, Efficient Technical Support, Data Center availability, domains offered, freebies to name a few. Checking each <a
target="_blank" href="http://www.webhostingrating.com/"><strong>Webhosting</strong></a> site is very wearisome and you may end opting to a wrong one.</p><p><a
href="http://www.webhostingrating.com/"><img
width="560" height="294" src="http://tutzone.net/wp-content/uploads/2010/07/hosting/preview.jpg" alt="web hosting" /></a></p><p>Fortunately, there is a website, to clear the clouds of finding the <strong>best web hosting</strong> suiting to your needs. Here you can get numerous options for <a
target="_blank" href="http://www.webhostingrating.com/">web hosting</a>. Here you get <strong>proper analysis of different <a
target="_blank" href="http://www.webhostingrating.com/">web site hosting</a></strong> providers based on following factors: Locations, Hosting &#038; Price Range.</p><p>I myself was searching for one <strong>webhosting site</strong> suiting my needs and I thoroughly checked all the details on webhostingrating before putting the finger on one. This website has a <strong>user friendly interface</strong> that helps you in better navigation. You can also check reviews of other users and their ratings as well. I have checked some of the reviews and liked the fact that both positive and negative aspects of the web hosting sites are given equally weight age. Webhostingrating also gives you details about guide to buy a <a
target="_blank" href="http://www.webhostingrating.com/buying-guide/">webhosting</a>. Wide knowledgebase and appropriate solution make this site ahead of others.</p><p>All in all <a
target="_blank" href="http://www.webhostingrating.com/">webhostingrating</a> has done all the legwork to let you relax and choose the best hosting for you.</p> ]]></content:encoded> <wfw:commentRss>http://tutzone.net/2010/07/choosing-web-hosting-made-easy.html/feed</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>How to Hide Advertisements for Single Posts</title><link>http://tutzone.net/2010/07/how-to-hide-advertisements-for-single-posts.html</link> <comments>http://tutzone.net/2010/07/how-to-hide-advertisements-for-single-posts.html#comments</comments> <pubDate>Thu, 08 Jul 2010 11:48:16 +0000</pubDate> <dc:creator>Bariski</dc:creator> <category><![CDATA[Blogger Tricks And Tutorials]]></category> <category><![CDATA[Ads]]></category> <category><![CDATA[Adsense]]></category> <category><![CDATA[Blogger]]></category> <category><![CDATA[Tutorial]]></category> <category><![CDATA[Web Developer]]></category> <category><![CDATA[Web Development]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[Wordpress Theme]]></category><guid
isPermaLink="false">http://tutzone.net/?p=394</guid> <description><![CDATA[As in our previous tutorial, I showed you how to <a
href="http://tutzone.net/2010/01/show-adsense-only-to-search-engine-visitors.html"><strong>show your adsense to only Google visitors</strong></a>. In this tutorial you will learn how to <strong>hide advertisement for any particular post</strong>. This technique comes in handy if you publish many posts a day and want your regular readers not to get distracted by your ads, you can always show them up after a day is over or after a certain period of time.]]></description> <content:encoded><![CDATA[<p>As in our previous tutorial, I showed you how to <a
href="http://tutzone.net/2010/01/show-adsense-only-to-search-engine-visitors.html"><strong>show your adsense to only Google visitors</strong></a>. In this tutorial you will learn how to <strong>hide advertisement for any particular post</strong>. This technique comes in handy if you publish many posts a day and want your regular readers not to get distracted by your ads, you can always show them up after a day is over or after a certain period of time.</p><div
style="text-align: center;"><h3>Step by Step Tutorial:</h3></div><p><span
style="color: rgb(255, 0, 0);"><strong>Note:</strong> Do take backup of your theme before you try this.</span><br
/> This example supposes that your ad codes are added in single.php file. You can edit different file if your ad codes are added in some other file.</p><p><strong>01.</strong> You need to know the ID of the Post on which you don&#8217;t want to display your ad. For determining it, you can check below link</p><div
class="quote"><a
href="http://tutzone.net/2010/07/how-to-find-post-ids-in-wordpress.html">How To Find Post IDs in WordPress</a></div><p><strong>02.</strong> Go to <strong>Appearance => Editor</strong>.<br
/> <img
alt="editor" src="http://tutzone.net/wp-content/uploads/2009/11/snow-effect/editor.png"/></p><p><strong>03.</strong> Then choose <strong>single.php</strong> file from right hand side and go where you have added your ad code and change it to:<br
/> <img
alt="single.php" src="http://tutzone.net/wp-content/uploads/2010/02/buzz/single.jpg"/><br
/> From:</p><div
class="code"> …………</p><p> Your Advertisement Code</p><p> …………</p></div><p>To:</p><div
class="code"> if(get_the_ID() != xx) {</p><p> …………</p><p> Your Advertisement Code</p><p> …………</p><p> }</p></div><p>Replace <strong>xx</strong> with the post id for the post which you do not want to show advertisements for.</p><p><strong>03.</strong> You can also use this on multiple posts, just keep adding your Post ID&#8217;s in below pattern:</p><div
class="code"> if(get_the_ID() != xx || get_the_ID() != xx) {</p><p> …………</p><p> Your Advertisement Code</p><p> …………</p><p> }</p></div><p><strong>04.</strong> Save and you are done.<br/></p><div
style="text-align: center;"><h3>Scripts Sources:</h3></div><div
class="quote"><a
href="http://weblogtoolscollection.com/archives/2008/06/11/hiding-advertisements-for-single-posts/">Hiding Advertisements For Single Posts</a></div><p>That concludes this simple and useful tutorial. Hope you like it.</p> ]]></content:encoded> <wfw:commentRss>http://tutzone.net/2010/07/how-to-hide-advertisements-for-single-posts.html/feed</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>30 Truly Inspiring Examples of Minimal Web Design</title><link>http://tutzone.net/2010/07/30-truly-inspiring-examples-of-minimal-web-design.html</link> <comments>http://tutzone.net/2010/07/30-truly-inspiring-examples-of-minimal-web-design.html#comments</comments> <pubDate>Wed, 07 Jul 2010 17:29:55 +0000</pubDate> <dc:creator>Bariski</dc:creator> <category><![CDATA[Inspiration-Showcase-Design]]></category> <category><![CDATA[Blogger]]></category> <category><![CDATA[Colorful]]></category> <category><![CDATA[Design]]></category> <category><![CDATA[Inspiration]]></category> <category><![CDATA[Minimal]]></category> <category><![CDATA[Showcase]]></category> <category><![CDATA[Web Development]]></category><guid
isPermaLink="false">http://tutzone.net/?p=392</guid> <description><![CDATA[An old proverb “beauty lies in the eyes of beholder” fits in virtual world too. Some like complex designed sites and mostly like the one with minimal design. as the later mentioned has an edge over the other design as it lets the focus of the website highlighted and visitors are not distracted with unnecessary information or designs.]]></description> <content:encoded><![CDATA[<p>An old proverb “beauty lies in the eyes of beholder” fits in virtual world too. Some like complex designed sites and mostly like the one with minimal design. As the later mentioned has an edge over the other design as it lets the <strong>focus of the website highlighted</strong> and visitors are not distracted with unnecessary information or designs.</p><p>Today we have compiled 30 such <strong>Minimal Designed Websites</strong> for your inspiration.</p><h3></h3><p><strong><a
href="http://webislove.com/">Web Is Love</a></strong><br
/> <a
href="http://webislove.com/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/minimal/webislove.jpg" alt="Web Is Love"/></a><br
/> <br/></p><h3></h3><p><strong><a
href="http://jamesmli.net/">Infinitum</a></strong><br
/> <a
href="http://jamesmli.net/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/minimal/jamesmli.jpg" alt="Infinitum"/></a><br
/> <br/></p><h3></h3><p><strong><a
href="http://www.benhulse.com/index.php">Ben Hulse Design</a></strong><br
/> <a
href="http://www.benhulse.com/index.php"><img
src="http://tutzone.net/wp-content/uploads/2010/07/minimal/benhulse.jpg" alt="benhulse"/></a><br
/> <br/></p><h3></h3><p><strong><a
href="http://chrisgarrettmedia.com/">Chris Garrett Media Ltd</a></strong><br
/> <a
href="http://chrisgarrettmedia.com/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/minimal/chrisgarrettmedia.jpg" alt="Chris Garrett Media Ltd"/></a><br
/> <br/></p><h3></h3><p><strong><a
href="http://concentric-studio.com/">Concentric Studio</a></strong><br
/> <a
href="http://concentric-studio.com/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/minimal/concentric.jpg" alt="Concentric Studio"/></a><br
/> <br/></p><h3></h3><p><strong><a
href="http://www.corporateriskwatch.com/">CRW / Corporate Risk Watch</a></strong><br
/> <a
href="http://www.corporateriskwatch.com/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/minimal/corporateriskwatch.jpg" alt="CRW / Corporate Risk Watch"/></a><br
/> <br/></p><h3></h3><p><strong><a
href="http://www.davidsalvatori.com/">David Salvatori</a></strong><br
/> <a
href="http://www.davidsalvatori.com/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/minimal/davidsalvatori.jpg" alt="David Salvatori"/></a><br
/> <br/></p><h3></h3><p><strong><a
href="http://designwoop.com/">Design Woop</a></strong><br
/> <a
href="http://designwoop.com/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/minimal/designwoop.jpg" alt="Design Woop"/></a><br
/> <br/></p><h3></h3><p><strong><a
href="http://www.designworkplan.com/">DesignWorkPlan</a></strong><br
/> <a
href="http://www.designworkplan.com/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/minimal/designworkplan.jpg" alt="DesignWorkPlan"/></a><br
/> <br/></p><h3></h3><p><strong><a
href="http://indielabs.com/">Indie Labs</a></strong><br
/> <a
href="http://indielabs.com/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/minimal/indielabs.jpg" alt="Indie Labs"/></a><br
/> <br/></p><h3></h3><p><strong><a
href="http://jonnotie.nl/">Jonnotie</a></strong><br
/> <a
href="http://jonnotie.nl/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/minimal/jonnotie.jpg" alt="Jonnotie"/></a><br
/> <br/></p><h3></h3><p><strong><a
href="http://kilianmuster.com/">Kilian Muster</a></strong><br
/> <a
href="http://kilianmuster.com/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/minimal/kilianmuster.jpg" alt="Kilian Muster"/></a><br
/> <br/></p><h3></h3><p><strong><a
href="http://www.kimburgess.info/">Burgess</a></strong><br
/> <a
href="http://www.kimburgess.info/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/minimal/kimburgess.jpg" alt="Burgess"/></a><br
/> <br/></p><h3></h3><p><strong><a
href="http://kylesollenberger.com/">Kyle Sollenberger Design</a></strong><br
/> <a
href="http://kylesollenberger.com/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/minimal/kylesollenberger.jpg" alt="Kyle Sollenberger Design"/></a><br
/> <br/></p><h3></h3><p><strong><a
href="http://www.markboultondesign.com/">Mark Boulton Design</a></strong><br
/> <a
href="http://www.markboultondesign.com/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/minimal/markboultondesign.jpg" alt="Mark Boulton Design"/></a><br
/> <br/></p><h3></h3><p><strong><a
href="http://www.mattkursmark.com/">Matt Kursmark</a></strong><br
/> <a
href="http://www.mattkursmark.com/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/minimal/mattkursmark.jpg" alt="Matt Kursmark"/></a><br
/> <br/></p><h3></h3><p><strong><a
href="http://www.montylounge.com/">Monty Lounge Industries</a></strong><br
/> <a
href="http://www.montylounge.com/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/minimal/montylounge.jpg" alt="Monty Lounge Industries"/></a><br
/> <br/></p><h3></h3><p><strong><a
href="http://www.nathancarnes.com/">Nathan Carnes</a></strong><br
/> <a
href="http://www.nathancarnes.com/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/minimal/nathancarnes.jpg" alt="Nathan Carnes"/></a><br
/> <br/></p><h3></h3><p><strong><a
href="http://www.rikcatindustries.com/">Rikcat Industries</a></strong><br
/> <a
href="http://www.rikcatindustries.com/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/minimal/rikcatindustries.jpg" alt="Rikcat Industries"/></a><br
/> <br/></p><h3></h3><p><strong><a
href="http://www.sideshowpress.com/">Sideshow Press</a></strong><br
/> <a
href="http://www.sideshowpress.com/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/minimal/sideshowpress.jpg" alt="Sideshow Press"/></a><br
/> <br/></p><h3></h3><p><strong><a
href="http://stream.simplebits.com/">SimpleBits</a></strong><br
/> <a
href="http://stream.simplebits.com/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/minimal/simplebits.jpg" alt="SimpleBits"/></a><br
/> <br/></p><h3></h3><p><strong><a
href="http://sissonstudio.com/">Sisson Studio</a></strong><br
/> <a
href="http://sissonstudio.com/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/minimal/sissonstudio.jpg" alt="We Love Typography"/></a><br
/> <br/></p><h3></h3><p><strong><a
href="http://siteinspire.net/">Inspire</a></strong><br
/> <a
href="http://siteinspire.net/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/minimal/siteinspire.jpg" alt="Inspire"/></a><br
/> <br/></p><h3></h3><p><strong><a
href="http://www.somme.no/">Berit Somme</a></strong><br
/> <a
href="http://www.somme.no/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/minimal/somme.jpg" alt="Berit Somme"/></a><br
/> <br/></p><h3></h3><p><strong><a
href="http://surfstation.com/">Surfstation</a></strong><br
/> <a
href="http://surfstation.com/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/minimal/surfstation.jpg" alt="Surfstation"/></a><br
/> <br/></p><h3></h3><p><strong><a
href="http://theconsult.com/">The Consult</a></strong><br
/> <a
href="http://theconsult.com/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/minimal/theconsult.jpg" alt="The Consult"/></a><br
/> <br/></p><h3></h3><p><strong><a
href="http://www.themorningnews.org/">The Morning News</a></strong><br
/> <a
href="http://www.themorningnews.org/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/minimal/themorningnews.jpg" alt="The Morning News"/></a><br
/> <br/></p><h3></h3><p><strong><a
href="http://www.typejockeys.com/">TypeJockeys</a></strong><br
/> <a
href="http://www.typejockeys.com/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/minimal/typejockeys.jpg" alt="TypeJockeys"/></a><br
/> <br/></p><h3></h3><p><strong><a
href="http://typographica.org/">Typographica</a></strong><br
/> <a
href="http://typographica.org/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/minimal/typographica.jpg" alt="Typographica"/></a><br
/> <br/></p><h3></h3><p><strong><a
href="http://www.zurb.com/">Zurb</a></strong><br
/> <a
href="http://www.zurb.com/"><img
src="http://tutzone.net/wp-content/uploads/2010/07/minimal/zurb.jpg" alt="Zurb"/></a></p> ]]></content:encoded> <wfw:commentRss>http://tutzone.net/2010/07/30-truly-inspiring-examples-of-minimal-web-design.html/feed</wfw:commentRss> <slash:comments>16</slash:comments> </item> <item><title>How to Add a Facebook Share link to your WordPress blog</title><link>http://tutzone.net/2010/07/how-to-add-a-facebook-share-link-to-your-wordpress-blog.html</link> <comments>http://tutzone.net/2010/07/how-to-add-a-facebook-share-link-to-your-wordpress-blog.html#comments</comments> <pubDate>Tue, 06 Jul 2010 12:00:36 +0000</pubDate> <dc:creator>Bariski</dc:creator> <category><![CDATA[Blogger Tricks And Tutorials]]></category> <category><![CDATA[Blogger]]></category> <category><![CDATA[Facebook]]></category> <category><![CDATA[Tutorial]]></category> <category><![CDATA[Web Development]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[Wordpress Theme]]></category><guid
isPermaLink="false">http://tutzone.net/?p=391</guid> <description><![CDATA[Facebook being 2nd top most visited site after Google, can bring some massive traffic to your blog/site if used correctly. You should always try and engage users to share your article on their favorite sites as much as possible, like Twitter, Facebook, etc. This simple tutorial will help you add a Facebook Simple Share link to your Wordpress blog, which not only loads fast but also let your users share your articles easily on their profiles.]]></description> <content:encoded><![CDATA[<p>Facebook being 2nd top most visited site after Google, can bring some <strong>massive traffic</strong> to your blog/site if used correctly. You should always try and engage users to share your article on their favorite sites as much as possible, like Twitter, Facebook, etc. This simple tutorial will help you add a <strong>Facebook Simple Share</strong> link to your WordPress blog, which not only loads fast but also let your users share your articles easily on their profiles.</p><p><strong>01.</strong> Login to wordpress administration panel and go to <strong>Appearance => Editor</strong><br
/> <img
alt="editor" src="http://tutzone.net/wp-content/uploads/2009/11/snow-effect/editor.png"/></p><p><strong>02.</strong> Once there, click on <strong>single.php</strong> file<br
/> <img
alt="single.php" src="http://tutzone.net/wp-content/uploads/2010/02/buzz/single.jpg"/></p><p>and add below code (within the loop), where you want your <strong>Facebook Share link</strong> to appear:</p><div
class="code">&lt;a target=&quot;_blank&quot; href=&quot;http://www.facebook.com/sharer.php?u=&lt;?php the_permalink();?&gt;&amp;t=&lt;?php the_title(); ?&gt;&quot;&gt;Share on Facebook&lt;/a&gt;</div><p><br/></p><p>This concludes this simple and useful tutorial. Hope you like it.</p> ]]></content:encoded> <wfw:commentRss>http://tutzone.net/2010/07/how-to-add-a-facebook-share-link-to-your-wordpress-blog.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>New WordPress Keyboard Shortcuts</title><link>http://tutzone.net/2010/07/new-wordpress-keyboard-shortcuts.html</link> <comments>http://tutzone.net/2010/07/new-wordpress-keyboard-shortcuts.html#comments</comments> <pubDate>Mon, 05 Jul 2010 10:43:51 +0000</pubDate> <dc:creator>Bariski</dc:creator> <category><![CDATA[Wordpress]]></category> <category><![CDATA[Author]]></category> <category><![CDATA[Blogger]]></category> <category><![CDATA[Shortcuts]]></category> <category><![CDATA[Tricks]]></category> <category><![CDATA[Web Development]]></category><guid
isPermaLink="false">http://tutzone.net/?p=390</guid> <description><![CDATA[Wordpress Keyboard shortcuts are a good option to save your time by allowing you to perform your actions quickly. These shortcuts make job of administration a lot easier and more user friendly. If you know more shortcuts other than which are listed below, please feel free to share. I've listed the shortcuts in two categories, one which works in HTMl editor and other which work in Visual editor. Hope you find them handy.]]></description> <content:encoded><![CDATA[<p>WordPress Keyboard shortcuts are a good option to save your time by allowing you to perform your actions quickly. These shortcuts make job of administration a lot easier and more user friendly. If you know more shortcuts other than which are listed below, please feel free to share. I&#8217;ve listed the shortcuts in two categories, one which works in HTML editor and other which work in Visual editor. Hope you find them handy.</p><p><center><br
/><h2>These Keyboard Shortcuts will work on the <strong>HTML Editor</strong>:</center></h2><div
class="code"><strong>Blockquote:</strong> Alt+SHIFT+q<br/><br
/> <strong>Bold:</strong> Alt+SHIFT+b<br/><br
/> <strong>Code:</strong> Alt+SHIFT+c<br/><br
/> <strong>Insert date/time:</strong> Alt+SHIFT+s<br/><br
/> <strong>Insert IMG URL:</strong> ALT-SHIFT-m<br/><br
/> <strong>Italics:</strong> Alt+SHIFT+i<br/><br
/> <strong>Line Break:</strong> SHIFT+Enter<br/><br
/> <strong>Link:</strong> Alt+SHIFT+a<br/><br
/> <strong>List Item (li):</strong> Alt+SHIFT+l<br/><br
/> <strong>Ordered List (ol):</strong> Alt+SHIFT+o<br/><br
/> <strong>Publish the Post:</strong> Alt+SHIFT+p<br/><br
/> <strong>Read More:</strong> Alt+SHIFT+t<br/><br
/> <strong>Redo:</strong> CTRL+y<br/><br
/> <strong>Strikethrough:</strong> Alt+SHIFT+d<br/><br
/> <strong>Undo:</strong> CTRL+z<br/><br
/> <strong>Unordered List (ul):</strong> Alt+SHIFT+u</div><p><br/></p><p><center><br
/><h2>These Keyboard Shortcuts will work on the <strong>Visual Editor</strong>:</center></h2><div
class="code"><strong>Address:</strong> CTRL+9<br/><br
/> <strong>Advanced Editor (Kitchen Sink):</strong> Alt+SHIFT+z<br/><br
/> <strong>Align Center:</strong> Alt+SHIFT+c<br/><br
/> <strong>Align Left:</strong> Alt+SHIFT+l<br/><br
/> <strong>Align Right:</strong> Alt+SHIFT+r<br/><br
/> <strong>Edit HTML:</strong> Alt+SHIFT+e<br/><br
/> <strong>Format:</strong> CTRL+8<br/><br
/> <strong>H1 Header:</strong> CTRL+1<br/><br
/> <strong>H2 Header:</strong> CTRL+2<br/><br
/> <strong>H3 Header:</strong> CTRL+3<br/><br
/> <strong>H4 Header:</strong> CTRL+4<br/><br
/> <strong>H5 Header:</strong> CTRL+5<br/><br
/> <strong>H6 Header:</strong> CTRL+6<br/><br
/> <strong>Paragraph:</strong> CTRL+7</div><p><strong>For further reference:</strong></p><div
class="quote"><a
target="_blank" href="http://codex.wordpress.org/Keyboard_Shortcuts">http://codex.wordpress.org/Keyboard_Shortcuts</a></div> ]]></content:encoded> <wfw:commentRss>http://tutzone.net/2010/07/new-wordpress-keyboard-shortcuts.html/feed</wfw:commentRss> <slash:comments>17</slash:comments> </item> <item><title>How To Find Post IDs in WordPress</title><link>http://tutzone.net/2010/07/how-to-find-post-ids-in-wordpress.html</link> <comments>http://tutzone.net/2010/07/how-to-find-post-ids-in-wordpress.html#comments</comments> <pubDate>Thu, 01 Jul 2010 16:02:37 +0000</pubDate> <dc:creator>Bariski</dc:creator> <category><![CDATA[Blogger Tricks And Tutorials]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[Post ID]]></category> <category><![CDATA[Tutorial]]></category> <category><![CDATA[Web Development]]></category> <category><![CDATA[Wordpress Theme]]></category><guid
isPermaLink="false">http://tutzone.net/?p=384</guid> <description><![CDATA[At times we need to know the post ID to change add some functionality to a theme where it is needed. Post IDs are numeric like 1, 2, 20 etc. For finding them you don't need to be a hard core programmer or use any other plugin, just this simple tutorial.]]></description> <content:encoded><![CDATA[<p>At times we need to know the <strong>post ID</strong> to change add some functionality to a theme where it is needed. Post IDs are numeric like 1, 2, 20 etc. For finding them you don&#8217;t need to be a hard core programmer or use any other plugin, just this simple tutorial.</p><p><strong>01.</strong> Login to wordpress administration panel and go to <strong>Posts => Posts</strong><br
/> <img
alt="posts" src="http://tutzone.net/wp-content/uploads/2010/07/postid/post.jpg"/></p><p><strong>02.</strong> Once there find the post you want to know the ID for and hover over it, you should see <strong>edit link</strong>. Right click on it and select Copy Link Location (in firefox):<br
/> <img
alt="edit" src="http://tutzone.net/wp-content/uploads/2010/07/postid/edit.jpg"/></p><p>and then open a new tab and paste it there. You should see your post ID as <strong>post=xxx</strong> like shown below:<br
/> <img
alt="id" src="http://tutzone.net/wp-content/uploads/2010/07/postid/id.jpg"/><br/></p><p>This concludes this simple and useful tutorial. Hope you like it.</p> ]]></content:encoded> <wfw:commentRss>http://tutzone.net/2010/07/how-to-find-post-ids-in-wordpress.html/feed</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>Distinctive Fashion Photography by Yanick Dery</title><link>http://tutzone.net/2010/06/distinctive-fashion-photography-by-yanick-dery.html</link> <comments>http://tutzone.net/2010/06/distinctive-fashion-photography-by-yanick-dery.html#comments</comments> <pubDate>Wed, 30 Jun 2010 18:29:10 +0000</pubDate> <dc:creator>Bariski</dc:creator> <category><![CDATA[Inspiration-Showcase-Design]]></category> <category><![CDATA[Arts]]></category> <category><![CDATA[Black & White]]></category> <category><![CDATA[Colorful]]></category> <category><![CDATA[Digital Arts]]></category> <category><![CDATA[Fashion]]></category> <category><![CDATA[Inspiration]]></category> <category><![CDATA[Photography]]></category> <category><![CDATA[Photoshop]]></category><guid
isPermaLink="false">http://tutzone.net/?p=376</guid> <description><![CDATA[Yanick Dery’s fashion photography is bold and sophisticated. The various series of pictures on his website are both in color and black and white. You can also see a varying level of digitization in the photographs. The above photograph, for example, albeit stunning in effect, seems to be simply a very well-executed shot. The jungle and absinthe series, however, seems to be more an example of digital art than photography.]]></description> <content:encoded><![CDATA[<p>Yanick Dery’s <strong>fashion photography</strong> is bold and sophisticated. The various series of pictures on his website are both in color and black and white. You can also see a varying level of digitization in the photographs. The above photograph, for example, albeit stunning in effect, seems to be simply a very well-executed shot. The jungle and absinthe series, however, seems to be more an example of <strong>digital art than photography</strong>.</p><p>Yanick Dery is a <strong>fashion photographer</strong> based in Montreal. His work has been featured on numerous websites and blogs. In fact, he has his own blog. He’s currently in the middle of a World Tour that’s encompassed locations like New York, Singapore, China, and Peru.</p><p><center><br
/><h2>Distinctive Fashion Photography by Yanick Dery</h2><p></center></p><p><img
src="http://tutzone.net/wp-content/uploads/2010/06/yanick-dery/YanickDery08.jpg"/><br
/><h3></h3><p><br/></p><p><img
src="http://tutzone.net/wp-content/uploads/2010/06/yanick-dery/yanickdery_bride02.jpg"/><br
/><h3></h3><p><br/></p><p><img
src="http://tutzone.net/wp-content/uploads/2010/06/yanick-dery/YanickDery03.jpg"/><br
/><h3></h3><p><br/></p><p><img
src="http://tutzone.net/wp-content/uploads/2010/06/yanick-dery/yanickdery_people02.jpg"/><br
/><h3></h3><p><br/></p><p><img
src="http://tutzone.net/wp-content/uploads/2010/06/yanick-dery/7.jpg"/><br
/><h3></h3><p><br/></p><p><img
src="http://tutzone.net/wp-content/uploads/2010/06/yanick-dery/camp-WE0G6784.jpg"/><br
/><h3></h3><p><br/></p><p><img
src="http://tutzone.net/wp-content/uploads/2010/06/yanick-dery/YanickDery24.jpg"/><br
/><h3></h3><p><br/></p><p><img
src="http://tutzone.net/wp-content/uploads/2010/06/yanick-dery/YanickDery07.jpg"/><br
/><h3></h3><p><br/></p><p><img
src="http://tutzone.net/wp-content/uploads/2010/06/yanick-dery/YanickDery25.jpg"/><br
/><h3></h3><p><br/></p><p><img
src="http://tutzone.net/wp-content/uploads/2010/06/yanick-dery/WE0G9873-8bit.jpg"/><br
/><h3></h3><p><br/></p><p><img
src="http://tutzone.net/wp-content/uploads/2010/06/yanick-dery/WE0G7919.jpg"/><br
/><h3></h3><p><br/></p><p><img
src="http://tutzone.net/wp-content/uploads/2010/06/yanick-dery/YanickDery-007.jpg"/><br
/><h3></h3><p><br/></p><p><img
src="http://tutzone.net/wp-content/uploads/2010/06/yanick-dery/WE0G9846-8bit.jpg"/><br
/><h3></h3><p><br/></p><p><img
src="http://tutzone.net/wp-content/uploads/2010/06/yanick-dery/yanickdery5.jpg"/><br
/><h3></h3><p><br/></p><p><img
src="http://tutzone.net/wp-content/uploads/2010/06/yanick-dery/storm1.jpg"/><br
/><h3></h3><p><br/></p><p><img
src="http://tutzone.net/wp-content/uploads/2010/06/yanick-dery/YanickDery11.jpg"/><br
/><h3></h3><p><br/></p><p><img
src="http://tutzone.net/wp-content/uploads/2010/06/yanick-dery/yanickdery_portfolio10.jpg"/><br
/><h3></h3><p><br/></p><p><img
src="http://tutzone.net/wp-content/uploads/2010/06/yanick-dery/WE0G9843-8bit.jpg"/><br
/><h3></h3><p><br/></p><p><img
src="http://tutzone.net/wp-content/uploads/2010/06/yanick-dery/yanickdery9.jpg"/><br
/><h3></h3><p><br/></p><p><img
src="http://tutzone.net/wp-content/uploads/2010/06/yanick-dery/WE0G6218-srgb.jpg"/><br
/><h3></h3><p><br/></p><p><strong>Portfolio Link:</strong><br
/> <a
target="_blank" href="http://www.yanickdery.com/">Portfolio</a></p> ]]></content:encoded> <wfw:commentRss>http://tutzone.net/2010/06/distinctive-fashion-photography-by-yanick-dery.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching using disk
Object Caching 823/916 objects using disk

Served from: tutzone.net @ 2010-07-31 06:47:45 -->