<?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>hongkiat.com &#187; Graphics</title>
	<atom:link href="http://www.hongkiat.com/blog/category/graphics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hongkiat.com/blog</link>
	<description>Online Tips For Tech Users, Bloggers and Designers</description>
	<lastBuildDate>Sat, 21 Nov 2009 06:33:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Breadcrumb Navigation Examined: Best Practices &amp; Examples</title>
		<link>http://www.hongkiat.com/blog/breadcrumb-navigation-examined-best-practices-examples/</link>
		<comments>http://www.hongkiat.com/blog/breadcrumb-navigation-examined-best-practices-examples/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 12:00:55 +0000</pubDate>
		<dc:creator>hongkiat</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[breadcrumb]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[practice]]></category>

		<guid isPermaLink="false">http://www.hongkiat.com/blog/?p=5422</guid>
		<description><![CDATA[
Breadcrumb navigation is often overlooked in the design and development process. Some people may see it as unnecessary while others may feel it is too big of a hassle for what its worth. Fact of the matter is, breadcrumb navigation will greatly increase the usability of a website. Breadcrumbs give users an alternative method of [...]]]></description>
			<content:encoded><![CDATA[<p><!--INFOLINKS_OFF--></p>
<p><strong>Breadcrumb navigation is often overlooked in the design and development process.</strong> Some people may see it as unnecessary while others may feel it is too big of a hassle for what its worth. Fact of the matter is, breadcrumb navigation will greatly increase the usability of a website. Breadcrumbs give users an alternative method of navigation, allow them to see where they stand in the hierarchy of a website, and will reduce the number of steps needed to navigate to a higher-level within a website.</p>
<p><a href="/blog/breadcrumb-navigation-examined-best-practices-examples/"><img src="http://hongki.at/images/breadcrumb-navigation-design/apple.jpg" alt="breadcrumb design"/></a></p>
<p>Outlined here are the different types of breadcrumb navigation being used today, why they are important, and how they should best be implemented online. Also included here for your reference are <strong>over 30 examples of how breadcrumbs are being used online today</strong>. Remember, while it is likely that breadcrumb navigation will not make or break a website it will provide an added benefit to your users by increasing the overall usability and functionality of your website.</p>
<p><span id="more-5422"></span></p>
<h3>Breadcrumb Types</h3>
<h4>Path</h4>
<p>Path-based breadcrumbs indicate the steps, or path, a user has taken to arrive at the current page of a website. Furthermore, users will see links to pages they have previously visited to reach the current page. Out of the three types of breadcrumb navigation, Path-based breadcrumb navigation is least popular online. Reason being, Path-based breadcrumb navigation provides the similar functionality to the &#8220;Forward&#8221; and &#8220;Back&#8221; buttons on a browser. For most websites Location-based and Attribute-based breadcrumb navigation offers better functionality.</p>
<h4>Location</h4>
<p>Location-based breadcrumbs indicate to the user where the current page stands in the hierarchy of the website. This type of breadcrumb navigation is most commonly seen on websites with more than two levels of depth or content. Upon moving further into a website users are provide with links to pages, or categories, that act as a &#8220;parent&#8221; or a level up from the page they are currently viewing. For example, a user may be on the &#8220;Speak&#8221; page however the &#8220;What we do&#8221; page is a parent of the &#8220;Speak&#8221; page while the &#8220;Home&#8221; page is a parent of the &#8220;What we do&#8221; page.</p>
<p><a href="http://clearleft.com/does/speak/"><strong>Clearleft Ltd</strong></a><br/><a href="http://clearleft.com/does/speak/"><img src="http://hongki.at/images/breadcrumb-navigation-design/clearleft.jpg" alt="Clearleft Ltd." /></a> </p>
<h4>Attribute</h4>
<p>Attribute-based breadcrumbs indicate to the user the attributes or categories ascribed to the current page within a website. Often seen on e-commerce websites, products may not only fall under a category but under certain attributes as well. For example, a vehicle may be categorized as an SUV then have the attributes of being the color black and released in the year 2010.</p>
<p><a href="http://www.cars.com/for-sale/searchresults.action?sf1Dir=DESC&#038;mkId=20024&#038;mdId=21811&#038;crSrtFlds=stkTypId-feedSegId-mkId-mdId-clrId-yrId&#038;rd=30&#038;zc=60559&#038;PMmt=1-1-0&#038;stkTypId=28880&#038;clrId=27123&#038;sf2Dir=ASC&#038;sf1Nm=price&#038;sf2Nm=location&#038;rpp=50&#038;feedSegId=28705&#038;yrId=27381&#038;searchSource=GN_REFINEMENT&#038;pgId=2102"><strong>Cars.com</strong></a><br/><a href="http://www.cars.com/for-sale/searchresults.action?sf1Dir=DESC&#038;mkId=20024&#038;mdId=21811&#038;crSrtFlds=stkTypId-feedSegId-mkId-mdId-clrId-yrId&#038;rd=30&#038;zc=60559&#038;PMmt=1-1-0&#038;stkTypId=28880&#038;clrId=27123&#038;sf2Dir=ASC&#038;sf1Nm=price&#038;sf2Nm=location&#038;rpp=50&#038;feedSegId=28705&#038;yrId=27381&#038;searchSource=GN_REFINEMENT&#038;pgId=2102"><img src="http://hongki.at/images/breadcrumb-navigation-design/cars.jpg" alt="Cars.com" /></a> </p>
<h3>Why Use Breadcrumbs?</h3>
<ul>
<li><strong>Great Usability</strong><br/>Breadcrumbs provide an additional means by which users can easily navigate a website. If a user lands on an internal page on your website from another source breadcrumbs will allow the user to see exactly where they stand within the sites hierarchy. User are also given the opportunity to move up to a higher level of the website at any given time without any hassle.</li>
<li><strong>Easy to Backtrack</strong><br/>Primary navigations are not designed to be followed backwards were breadcrumbs are. Since backtracking is extremely popular online providing a little additional help can go a long way.</li>
<li><strong>Eliminate Additional Clicks</strong><br/>Breadcrumbs allow users to jump from one level of a website to the next without having to use the &#8220;forward&#8221; or &#8220;backward&#8221; buttons on the browser. Additionally breadcrumbs eliminate the need for users to continually resort to the main navigation.</li>
<li><strong>Shows Users Hierarchy</strong><br/>The primary navigation of a website will not reflect the hierarchy of every page within the site. Giving users breadcrumbs will allow them to see the hierarchy of a page within a website.</li>
<li><strong>Visually Pleasing</strong><br/>Not only do breadcrumbs provide users with additional usability, they do so without taking up much room or space on the page. Breadcrumbs are easy to implement into the visual design of your website and provide a great benefit to users.</li>
<li><strong>Provides Additional Help</strong><br/>It is entirely possible that some users may not understand how a websites primary navigation works and in some cases users may not even know what they are looking for. Giving users breadcrumbs will allow them to see the overall progress and structure of a website thus allowing them to navigate the website better.</li>
<li><strong>Lower Bounce Rates</strong><br/>Typically breadcrumbs will provide a more detailed navigation than the primary navigation. In doing so, users will be given more options on how to navigate a website. Giving them the opportunity to easily back track a few levels within the website will lower your bounce rate.</li>
<li><strong>Builds Interest</strong><br/>When a user lands on an internal page of a website odds are they are already on a page of interest. Breadcrumbs may provide links to additional pages and information of which the user is also interested in without making them start from square one.</li>
</ul>
<h3>Breadcrumb Best Practices</h3>
<ul>
<li><strong>Use Breadcrumbs at the Top of a Page</strong><br/>The most common and instinctual placement for breadcrumbs is within the top of a page. This allows users to find the breadcrumbs in an uncomplicated manner and make use of them accordingly.</li>
<li><strong>Use Breadcrumbs Consistently</strong><br/>If you do decide to use breadcrumbs make sure that you use them across your entire website. Giving users breadcrumbs on some pages and not others will only confuse and frustrate them. <em>(One prime example of this is Amazon as they remove breadcrumbs from the individual product pages.)</em></li>
<li><strong>Breadcrumbs Should Degrade Gracefully</strong><br/>Breadcrumbs should always start with the home page and degrade to the currently page. In doing so your breadcrumbs need to go from the highest level to the lowest level one step at a time.</li>
<li><strong>Stylize Breadcrumbs Appropriately</strong><br/>You want your breadcrumbs to be seen however you do not want them to be the focal point. You also want to make it apparent that your breadcrumbs are not part of the main content to a page, only additional support to it. Find a happy medium where your breadcrumbs are noticeable however not overbearing.</li>
<li><strong>Categorize Pages Clearly</strong><br/>If you have pages that fall under two or more categories you may not want to use breadcrumbs on your website. Trying to place a page under two or more categories will likely only produce unclear breadcrumbs and puzzle the user. Make sure your website has an organized hierarchy and is displayed accordingly through your breadcrumbs.</li>
<li><strong>Clearly Separate Each Level</strong><br/>Make sure users are able to distinguish the difference between each breadcrumb level. The most common separator between levels is the &#8216;greater than&#8217; character (&gt;). Other good separators include right double angle quotations (&raquo;), slashes (/), and arrows (&rarr;). If using a plain text character, only use one. <em>(&raquo; is more appealing and effective than >>)</em></li>
<li><strong>Single Out the Current Page</strong><br/>Use a different style on the last item of a breadcrumb list to establish that it is the currently page being viewed. You can accomplish this by making the item <strong>bold</strong>, changing its <span style="color:#ff6600;">color</span>, or <em>emphasizing</em> it.</li>
<li><strong>Do Not Make the Current Page a Link</strong><br/>There is no need to make the last item of a breadcrumb list a link because it is the current page being viewed. Creating a link here will only confuse users, especially when they click on it and are not taken to a new page.</li>
<li><strong>Do Not Use Breadcrumbs as a Page Heading</strong><br/>Using the last item of a breadcrumb list as the heading of a current page is ineffective. If you choose to use breadcrumbs do so with the addition of a page heading as well.</li>
<li><strong>Breadcrumbs Do Not Replace Primary Navigation</strong><br/>Breadcrumbs are only to be used as support to the primary navigation, never to replace the primary navigation altogether. You should always provide users with a primary navigation from which they can navigate a website before using breadcrumb navigation.</li>
</ul>
<h3>Great Examples of Breadcrumbs</h3>
<p><a href="http://www.vitradirect.com/EN/product/1152/2/panton-chair-polypropyleen-white/"><strong>Vitra Direct</strong></a><br/><a href="http://www.vitradirect.com/EN/product/1152/2/panton-chair-polypropyleen-white/"><img src="http://hongki.at/images/breadcrumb-navigation-design/vitradirect.jpg" alt="Vitra Direct" /></a> </p>
<p><a href="http://www.trekbikes.com/us/en/bikes/mountain_full_suspension/scratch/scratchair8/"><strong>Trek Bikes</strong></a><br/><a href="http://www.trekbikes.com/us/en/bikes/mountain_full_suspension/scratch/scratchair8/"><img src="http://hongki.at/images/breadcrumb-navigation-design/trekbikes.jpg" alt="Trek Bikes" /></a> </p>
<p><a href="http://www.illy.com/wps/wcm/connect/us/illy/about-illy/sustainability/the-environment/"><strong>Illy</strong></a><br/><a href="http://www.illy.com/wps/wcm/connect/us/illy/about-illy/sustainability/the-environment/"><img src="http://hongki.at/images/breadcrumb-navigation-design/illy.jpg" alt="illy" /></a> </p>
<p><a href="http://siteinspire.net/showcase/category/type/portfolio"><strong>SiteInspire</strong></a><br/><a href="http://siteinspire.net/showcase/category/type/portfolio"><img src="http://hongki.at/images/breadcrumb-navigation-design/siteinspire.jpg" alt="siteInspire" /></a> </p>
<p><a href="http://www.miaandmaggie.com/dog-bowls-dog-feeders/dog-bowls/urban-dog-dish.html"><strong>Mia and Maggie</strong></a><br/><a href="http://www.miaandmaggie.com/dog-bowls-dog-feeders/dog-bowls/urban-dog-dish.html"><img src="http://hongki.at/images/breadcrumb-navigation-design/miaandmaggie.jpg" alt="Mia and Maggie" /></a> </p>
<p><a href="http://www.intridea.com/services/design"><strong>Intridea</strong></a><br/><a href="http://www.intridea.com/services/design"><img src="http://hongki.at/images/breadcrumb-navigation-design/intridea.jpg" alt="Intridea" /></a> </p>
<p><a href="http://www.designbyhumans.com/shop/browse?popularity=1&#038;category=1&#038;color_category=5&#038;size=2&#038;artist=&#038;sort="><strong>Design by Humans</strong></a><br/><a href="http://www.designbyhumans.com/shop/browse?popularity=1&#038;category=1&#038;color_category=5&#038;size=2&#038;artist=&#038;sort="><img src="http://hongki.at/images/breadcrumb-navigation-design/designbyhumans.jpg" alt="Design by Humans" /></a> </p>
<p><a href="http://www.roxy.com/product/index.jsp?productId=3613159&#038;cp=2818171.3010483"><strong>Roxy</strong></a><br/><a href="http://www.roxy.com/product/index.jsp?productId=3613159&#038;cp=2818171.3010483"><img src="http://hongki.at/images/breadcrumb-navigation-design/roxy.jpg" alt="Roxy" /></a> </p>
<p><a href="http://www.whatisblik.com/blog/customize/hotel-erwin/"><strong>Blik</strong></a><br/><a href="http://www.whatisblik.com/blog/customize/hotel-erwin/"><img src="http://hongki.at/images/breadcrumb-navigation-design/whatisblik.jpg" alt="blik" /></a> </p>
<p><a href="http://www.sitepoint.com/forums/showthread.php?t=639135"><strong>SitePoint</strong></a><br/><a href="http://www.sitepoint.com/forums/showthread.php?t=639135"><img src="http://hongki.at/images/breadcrumb-navigation-design/sitepoint.jpg" alt="SitePoint" /></a> </p>
<p><a href="http://www.target.com/Shaun-White-Target-Marshall-Jacket/dp/B0029MSCT8/ref=br_1_3?ie=UTF8&#038;frombrowse=1&#038;searchView=grid5&#038;searchNodeID=196365011&#038;node=196365011&#038;searchRank=salesrank&#038;searchPage=1&#038;searchSize=30&#038;id=Shaun%20White%20Target%20Marshall%20Jacket"><strong>Target</strong></a><br/><a href="http://www.target.com/Shaun-White-Target-Marshall-Jacket/dp/B0029MSCT8/ref=br_1_3?ie=UTF8&#038;frombrowse=1&#038;searchView=grid5&#038;searchNodeID=196365011&#038;node=196365011&#038;searchRank=salesrank&#038;searchPage=1&#038;searchSize=30&#038;id=Shaun%20White%20Target%20Marshall%20Jacket"><img src="http://hongki.at/images/breadcrumb-navigation-design/target.jpg" alt="Target" /></a> </p>
<p><a href="http://www.walmart.com/browse/Furniture/Cribs/_/N-8s08Zaq90Zaqce/Ne-2p47?ic=48_0&#038;ref=125863.409544&#038;tab_value=4116_All&#038;catNavId=414099"><strong>Walmart</strong></a><br/><a href="http://www.walmart.com/browse/Furniture/Cribs/_/N-8s08Zaq90Zaqce/Ne-2p47?ic=48_0&#038;ref=125863.409544&#038;tab_value=4116_All&#038;catNavId=414099"><img src="http://hongki.at/images/breadcrumb-navigation-design/walmart.jpg" alt="Walmart" /></a> </p>
<p><a href="http://ww12.1800flowers.com/collection.do?sortBy=&#038;curSelectedRefineDS=%2430+and+Under&#038;selectedRefineDSs=Exotic+Flowers&#038;breadcrumbSelectedRefineDSIndex=&#038;refineGroupId=1004&#038;refineDsId=10806&#038;refinePrecedence=67&#038;pageObjId=10806&#038;dataset=10148&#038;page=1&#038;landing=&#038;crossrefine=10007%4010262!Exotic+Flowers&#038;crossrefine=1004%4010806!%2430+and+Under"><strong>1-800-Flowers</strong></a><br/><a href="http://ww12.1800flowers.com/collection.do?sortBy=&#038;curSelectedRefineDS=%2430+and+Under&#038;selectedRefineDSs=Exotic+Flowers&#038;breadcrumbSelectedRefineDSIndex=&#038;refineGroupId=1004&#038;refineDsId=10806&#038;refinePrecedence=67&#038;pageObjId=10806&#038;dataset=10148&#038;page=1&#038;landing=&#038;crossrefine=10007%4010262!Exotic+Flowers&#038;crossrefine=1004%4010806!%2430+and+Under"><img src="http://hongki.at/images/breadcrumb-navigation-design/1800flowers.jpg" alt="1-800-Flowers" /></a> </p>
<p><a href="http://www.bestbuy.com/site/olstemplatemapper.jsp?id=pcat17080&#038;type=page&#038;qp=crootcategoryid%23%23-1%23%23-1~~cabcat0100000%23%234%23%23wu~~cabcat0101000%23%237%23%236d~~cabcat0101001%23%230%23%233j~~nf312||4c454420466c61742d50616e656c&#038;list=y&#038;nrp=15&#038;sc=TVVideoSP&#038;sp=-bestsellingsort+skuid&#038;usc=abcat0100000"><strong>BestBuy</strong></a><br/><a href="http://www.bestbuy.com/site/olstemplatemapper.jsp?id=pcat17080&#038;type=page&#038;qp=crootcategoryid%23%23-1%23%23-1~~cabcat0100000%23%234%23%23wu~~cabcat0101000%23%237%23%236d~~cabcat0101001%23%230%23%233j~~nf312||4c454420466c61742d50616e656c&#038;list=y&#038;nrp=15&#038;sc=TVVideoSP&#038;sp=-bestsellingsort+skuid&#038;usc=abcat0100000"><img src="http://hongki.at/images/breadcrumb-navigation-design/bestbuy.jpg" alt="BestBuy" /></a> </p>
<p><a href="http://www.amazon.com/gp/search/ref=sr_nr_n_4?rh=i%3Astripbooks%2Cn%3A!1000%2Cn%3A5%2Cn%3A3510%2Cn%3A3525&#038;bbn=3510&#038;ie=UTF8&#038;qid=1256414217&#038;rnid=3510"><strong>Amazon.com</strong></a><br/><a href="http://www.amazon.com/gp/search/ref=sr_nr_n_4?rh=i%3Astripbooks%2Cn%3A!1000%2Cn%3A5%2Cn%3A3510%2Cn%3A3525&#038;bbn=3510&#038;ie=UTF8&#038;qid=1256414217&#038;rnid=3510"><img src="http://hongki.at/images/breadcrumb-navigation-design/amazon.jpg" alt="Amazon.com" /></a> </p>
<p><a href="http://search.barnesandnoble.com/CSS-Mastery/Andy-Budd/e/9781590596142/?itm=1&#038;usri=css+mastery+advanced+web+standards+solutions"><strong>Barns &amp; Noble</strong></a><br/><a href="http://search.barnesandnoble.com/CSS-Mastery/Andy-Budd/e/9781590596142/?itm=1&#038;usri=css+mastery+advanced+web+standards+solutions"><img src="http://hongki.at/images/breadcrumb-navigation-design/barnesandnoble.jpg" alt="Barns &#038; Noble" /></a> </p>
<p><a href="http://www.landsend.com/pp/ButtondownPatternNoIronPinpointShirt~138056_59.html?bcc=y&#038;action=order_more&#038;sku_0=::CCZ&#038;CM_MERCH=IDX_00001__0000000008&#038;origin=index"><strong>Lands&#8217; End</strong></a><br/><a href="http://www.landsend.com/pp/ButtondownPatternNoIronPinpointShirt~138056_59.html?bcc=y&#038;action=order_more&#038;sku_0=::CCZ&#038;CM_MERCH=IDX_00001__0000000008&#038;origin=index"><img src="http://hongki.at/images/breadcrumb-navigation-design/landsend.jpg" alt="Lands' End" /></a> </p>
<p><a href="http://store.apple.com/us/configure/MC207LL/A?mco=MTMzNzU4OTI"><strong>Apple</strong></a><br/><a href="http://store.apple.com/us/configure/MC207LL/A?mco=MTMzNzU4OTI"><img src="http://hongki.at/images/breadcrumb-navigation-design/apple.jpg" alt="Apple" /></a> </p>
<p><a href="http://www.google.com/support/analytics/bin/topic.py?hl=en&#038;topic=10977"><strong>Google</strong></a><br/><a href="http://www.google.com/support/analytics/bin/topic.py?hl=en&#038;topic=10977"><img src="http://hongki.at/images/breadcrumb-navigation-design/google.jpg" alt="Google" /></a> </p>
<p><a href="https://www.chase.com/Chase.html"><strong>Chase</strong></a><br/><a href="https://www.chase.com/Chase.html"><img src="http://hongki.at/images/breadcrumb-navigation-design/chase.jpg" alt="Chase" /></a> </p>
<p><a href="http://www.absolutepunk.net/gallery/showimage.php?i=300032&#038;c=4"><strong>AbsolutePunk.net</strong></a><br/><a href="http://www.absolutepunk.net/gallery/showimage.php?i=300032&#038;c=4"><img src="http://hongki.at/images/breadcrumb-navigation-design/absolutepunk.jpg" alt="AbsolutePunk.net" /></a> </p>
<p><a href="http://www.littmanbros.com/minka-lavery-camden-813-355-chandelier.html"><strong>Littman Bros. Lighting</strong></a><br/><a href="http://www.littmanbros.com/minka-lavery-camden-813-355-chandelier.html"><img src="http://hongki.at/images/breadcrumb-navigation-design/littmanbros.jpg" alt="Littman Bros. Lighting" /></a> </p>
<p><a href="http://www.guardian.co.uk/business/bankofenglandgovernor"><strong>Guardian.co.uk</strong></a><br/><a href="http://www.guardian.co.uk/business/bankofenglandgovernor"><img src="http://hongki.at/images/breadcrumb-navigation-design/guardian.jpg" alt="guardian.co.uk" /></a> </p>
<p><a href="http://www.area17.com/work/studio-hari-website"><strong>AREA 17</strong></a><br/><a href="http://www.area17.com/work/studio-hari-website"><img src="http://hongki.at/images/breadcrumb-navigation-design/area17.jpg" alt="AREA 17" /></a> </p>
<p><a href="http://wufoo.com/examples/"><strong>Wufoo</strong></a><br/><a href="http://wufoo.com/examples/"><img src="http://hongki.at/images/breadcrumb-navigation-design/wufoo.jpg" alt="Wufoo" /></a> </p>
<p><a href="http://gsmidtn.org/programs/financial/"><strong>Girl Scouts of Middle Tennessee</strong></a><br/><a href="http://gsmidtn.org/programs/financial/"><img src="http://hongki.at/images/breadcrumb-navigation-design/gsmidtn.jpg" alt="Girl Scouts of Middle Tennessee" /></a> </p>
<p><a href="http://www.theglasgowcollective.com/artists/detail/index.php?id=24"><strong>The Glasgow Collective</strong></a><br/><a href="http://www.theglasgowcollective.com/artists/detail/index.php?id=24"><img src="http://hongki.at/images/breadcrumb-navigation-design/theglasgowcollective.jpg" alt="The Glasgow Collective" /></a> </p>
<p><a href="http://www.firstbornmultimedia.com/#/our-news/articles/296/"><strong>Firstborn</strong></a><br/><a href="http://www.firstbornmultimedia.com/#/our-news/articles/296/"><img src="http://hongki.at/images/breadcrumb-navigation-design/firstbornmultimedia.jpg" alt="firstborn" /></a> </p>
<p><a href="http://www.bell.ca/shopping/PrsShpInt_Landing.page"><strong>Bell Canada</strong></a><br/><a href="http://www.bell.ca/shopping/PrsShpInt_Landing.page"><img src="http://hongki.at/images/breadcrumb-navigation-design/bell.jpg" alt="Bell Canada" /></a> </p>
<p><a href="http://listen.grooveshark.com/"><strong>Grooveshark</strong></a><br/><a href="http://listen.grooveshark.com/"><img src="http://hongki.at/images/breadcrumb-navigation-design/grooveshark.jpg" alt="Grooveshark" /></a> </p>
<p><a href="http://www.devlounge.net/code/tips-on-using-css-resets"><strong>Devlounge</strong></a><br/><a href="http://www.devlounge.net/code/tips-on-using-css-resets"><img src="http://hongki.at/images/breadcrumb-navigation-design/devlounge.jpg" alt="Devlounge" /></a> </p>
<p class="via"><strong>About Author</strong> &#8211; <strong>Shay Howe</strong> is a professional web and user interface designer currently living in Chicago, IL. He writes about web design in his own blog over at <a href="http://www.shayhowe.com/notebook/">letscounthedays</a> and would love to hear from you on <a href="http://twitter.com/letscounthedays">Twitter</a>. Please feel free tell him hello!</p>
<p><!--INFOLINKS_ON--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hongkiat.com/blog/breadcrumb-navigation-examined-best-practices-examples/feed/</wfw:commentRss>
		<slash:comments>42</slash:comments>
		</item>
		<item>
		<title>41 Image and Icon Search Engines Designers Should Know</title>
		<link>http://www.hongkiat.com/blog/41-image-and-icon-search-engines-designers-should-know/</link>
		<comments>http://www.hongkiat.com/blog/41-image-and-icon-search-engines-designers-should-know/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 14:45:41 +0000</pubDate>
		<dc:creator>Kay</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[search engine]]></category>

		<guid isPermaLink="false">http://www.hongkiat.com/blog/?p=5080</guid>
		<description><![CDATA[
Let&#8217;s face it, most of us don&#8217;t create every single image and icon when we do web design. It is not because we can&#8217;t but merely  because we&#8217;ve got better options. Kudos to many designers and their generosity, there are in fact a lot of really nice creative common images and icons on the [...]]]></description>
			<content:encoded><![CDATA[<p><!--INFOLINKS_OFF--></p>
<p>Let&#8217;s face it, most of us don&#8217;t create every single image and icon when we do web design. It is not because we can&#8217;t but merely  because we&#8217;ve got better options. Kudos to many designers and their generosity, there are in fact a lot of really nice creative common images and icons on the Internet we can take advantage. All we need to know is – <em>where to find them</em>.</p>
<p><a href="/blog/41-image-and-icon-search-engines-designers-should-know/"><img src="http://hongki.at/images/image-icons-search-engines/image-icon-search-engines.jpg" /></a></p>
<p>In this post, we want to bring to your attention some of the really great search engines that will come in handy when it comes to image and icon search. Full list after jump!</p>
<p><span id="more-5080"></span></p>
<h3>Image Search Engines</h3>
<ul>
<li>
<h4><a href="http://www.everystockphoto.com/">EveryStockPhoto</a></h4>
<p>A search engine for free photos come from many sources and are license-specific. You can view a  photo&#8217;s license by clicking on the license icon, below and left of  photos.</p>
<p><a href="http://www.everystockphoto.com/"><img src="http://hongki.at/images/image-icons-search-engines/everystockphoto.jpg" alt="everystockphoto" width="500" height="342" /></a></p>
</li>
<li>
<h4><a href="http://xcavator.net/">Xcavator</a></h4>
<p>Xcavator.net is a stock photo search portal for the creative community. You can quickly browse the way you think – visually &#8211; through millions of stock images.</p>
<p><a href="http://xcavator.net/"><img src="http://hongki.at/images/image-icons-search-engines/xcavator.jpg" alt="xcavator" width="500" height="293" /></a></p>
</li>
<li>
<h4><a href="http://www.ginipic.com/">Ginipic</a></h4>
<p>Ginipic takes image search to a whole new level. Now you can search image search engines, photo sharing websites or your own local picture collections simultaneously. </p>
<p><a href="http://www.ginipic.com/"><img src="http://hongki.at/images/image-icons-search-engines/ginpic.jpg" alt="ginipic" width="500" height="277" /></a></p>
</li>
<li>
<h4><a href="http://www.gazopa.com/sign_in">GazoPa</a></h4>
<p>GazoPa is a next generation similar image search engine in private beta. Users can search images from the web based on user&rsquo;s own photo, drawings, images   found on the web and keywords. </p>
<p><a href="http://www.gazopa.com/sign_in"><img src="http://hongki.at/images/image-icons-search-engines/gazopa.jpg" alt="gazopa" width="500" height="398" /></a></p>
</li>
<li>
<h4><a href="http://www.freefoto.com/index.jsp">FreeFoto</a></h4>
<p>FreeFoto.com is the largest collection of free photographs on the Internet. FreeFoto.com features exclusive images found nowhere else on the web with new pictures being added every week.</p>
<p><a href="http://www.freefoto.com/index.jsp"><img src="http://hongki.at/images/image-icons-search-engines/freefoto.jpg" alt="freefoto" width="500" height="307" /></a></p>
</li>
<li>
<h4><a href="http://www.turbophoto.com/Free-Stock-Images/">TurboPhoto &#8211; Free Stock Images</a></h4>
<p>Browse and download 2,000 (3.4 GB) free stock images from 10 categories (view all thumbnails below). Stock images are in the public domain. </p>
<p><a href="http://www.turbophoto.com/Free-Stock-Images/"><img src="http://hongki.at/images/image-icons-search-engines/turbophoto.jpg" alt="turbophoto" width="500" height="321" /></a></p>
</li>
<li>
<h4><a href="http://www.feelimage.net/photo/">Feelimage</a></h4>
<p>Feelimage is not only key words search. It is also equipped phrase search, that is images search engine   				&lsquo;FeelPhrase&reg;&lsquo;.<br />
It&rsquo;s corresponding 127 colors, and has a technology that quantifies colors like &lsquo;red&rsquo; &lsquo; blue&rsquo; in images.</p>
<p><a href="http://www.feelimage.net/photo/"><img src="http://hongki.at/images/image-icons-search-engines/feelimage.jpg" alt="feelimage" width="500" height="368" /></a></p>
</li>
<li>
<h4><a href="http://www.oskope.com/">oSkope</a></h4>
<p>oSkope is a visual search assistant that lets you browse and organize items from Amazon, Ebay, Flickr, Fotolia, Yahoo!Image Search and YouTube in an intuitive way. </p>
<p><a href="http://www.oskope.com/"><img src="http://hongki.at/images/image-icons-search-engines/oskope.jpg" alt="oskope" width="500" height="288" /></a></p>
</li>
<li>
<h4><a href="http://www.incogna.com/">Incogna</a></h4>
<p>Incogna process the shape in every image and use this to build a large scale searchable visual index. </p>
<p><a href="http://www.incogna.com/"><img src="http://hongki.at/images/image-icons-search-engines/incogna.jpg" alt="incogna" width="500" height="261" /></a></p>
</li>
<li>
<h4><a href="http://elzr.com/imagery/">Imagery</a></h4>
<p>Imagery search executes an keyword search and rollover results to get photo dimensions and options to open the source page or the image itself. </p>
<p><a href="http://elzr.com/imagery/"><img src="http://hongki.at/images/image-icons-search-engines/imagery.jpg" alt="imagery" width="500" height="300" /></a></p>
</li>
<li>
<h4><a href="http://www.imagebase.davidniblack.com/main.php">ImageBase</a></h4>
<p>The ImageBase is a searchable image and text database of objects from the collections of the Fine Arts Museums of San Francisco.</p>
<p><a href="http://www.imagebase.davidniblack.com/main.php"><img src="http://hongki.at/images/image-icons-search-engines/imagebase.jpg" alt="imagebase" width="500" height="321" /></a></p>
</li>
<li>
<h4><a href="http://www.pixolu.de/">Pixolu</a></h4>
<p>An image search engine which lets you go deeper into the mechanism of  image search and lets you find more relevant images using the image  results it displays the first time you search.</p>
<p><a href="http://www.pixolu.de/"><img src="http://hongki.at/images/image-icons-search-engines/pixolu.jpg" alt="pixolu" width="500" height="342" /></a></p>
</li>
<li>
<h4><a href="http://www.picsearch.com/">Picsearch</a></h4>
<p>Search the web for images. An image search service with more than 3,000,000,000 pictures. </p>
<p><a href="http://www.picsearch.com/"><img src="http://hongki.at/images/image-icons-search-engines/picsearch.jpg" alt="picsearch" width="500" height="259" /></a></p>
</li>
<li>
<h4><a href="http://www.picitup.com/picitup/index.jsp">Picitup</a></h4>
<p>Picitup  is a leading web 3.0 developer and provider of content based image search services.</p>
<p><a href="http://www.picitup.com/picitup/index.jsp"><img src="http://hongki.at/images/image-icons-search-engines/picitup.jpg" alt="picitup" width="500" height="351" /></a></p>
</li>
<li>
<h4><a href="http://picfog.com/">PicFog</a></h4>
<p>PicFog provides a real time image search.</p>
<p><a href="http://picfog.com/"><img src="http://hongki.at/images/image-icons-search-engines/picfog.jpg" alt="picfog" width="500" height="318" /></a></p>
</li>
<li>
<h4><a href="http://www.picfindr.com/">PicFindr</a></h4>
<p>PicFindr is a rich internet application (RIA) that helps you search several stock image and photo community sites simultaneously.</p>
<p><a href="http://www.picfindr.com/"><img src="http://hongki.at/images/image-icons-search-engines/picfindr.jpg" alt="picfindr" width="500" height="263" /></a></p>
</li>
<li>
<h4><a href="http://pixsy.com/">Pixsy</a></h4>
<p>Pixsy powers video and image search experiences for some of the Internet&#8217;s leading brands including Pearson, Lycos, National Lampoon, Cooliris, BuddyTV, Infospace, and many others.</p>
<p><a href="http://pixsy.com/"><img src="http://hongki.at/images/image-icons-search-engines/pixsy.jpg" alt="pixsy" width="500" height="368" /></a></p>
</li>
<li>
<h4><a href="http://www.biomed-search.com/">Biomed-Search</a></h4>
<p> Search for images from biomedical articles. Currently over 1 Million images have been indexed. BioMed Seach indexes image captions along with the citations to these images.</p>
<p><a href="http://www.biomed-search.com/"><img src="http://hongki.at/images/image-icons-search-engines/biomed-search.jpg" width="500" height="442" /></a></p>
</li>
<li>
<h4><a href="http://www.bing.com/?scope=images&#038;FORM=Z9LH">Bing Image Search</a></h4>
<p>An image search engine on Bing. </p>
<p><a href="http://www.bing.com/?scope=images&amp;FORM=Z9LH"><img src="http://hongki.at/images/image-icons-search-engines/bing.jpg" alt="bing" width="500" height="319" /></a></p>
</li>
<li>
<h4><a href="http://compfight.com/">Compfight</a></h4>
<p>A Flickr image search tool.</p>
<p><a href="http://compfight.com/"><img src="http://hongki.at/images/image-icons-search-engines/compfight.jpg" alt="compfight" width="500" height="297" /></a></p>
</li>
<li>
<h4><a href="http://www.tiltomo.com/">Tiltomo</a></h4>
<p>Tiltomo, where you can play with our Visual Search code using two sample databases from flickr.</p>
<p><a href="http://www.tiltomo.com/"><img src="http://hongki.at/images/image-icons-search-engines/tiltomo.jpg" alt="tiltomo" width="500" height="424" /></a></p>
</li>
<li>
<h4><a href="http://www.altavista.com/image/default">Altavista Image Search</a></h4>
<p>Altavista image search tool.</p>
<p><a href="http://www.altavista.com/image/default&quot;"><img src="http://hongki.at/images/image-icons-search-engines/altavista.jpg" alt="altavista" width="500" height="440" /></a></p>
</li>
<li>
<h4><a href="http://www.photogen.com/">Photogen</a></h4>
<p>The source for quality, high-res FREE stock photos and images.</p>
<p><a href="http://www.photogen.com/"><img src="http://hongki.at/images/image-icons-search-engines/photogen.jpg" alt="photogen" width="500" height="354" /></a></p>
</li>
<li>
<h4><a href="http://images.search.yahoo.com/">Yahoo! Image Search </a></h4>
<p>Image search engine on Yahoo! </p>
<p><a href="http://images.search.yahoo.com/"><img src="http://hongki.at/images/image-icons-search-engines/yahoo.jpg" alt="yahoo image search" width="500" height="338" /></a></p>
</li>
<li>
<h4><a href="http://images.google.com/">Google Image Search</a></h4>
<p>A very powerful image search engine provided by Google.</p>
<p><a href="http://images.google.com/"><img src="http://hongki.at/images/image-icons-search-engines/google_images.jpg" alt="google_images" width="500" height="280" /></a></p>
</li>
<li>
<h4><a href="http://www.facesaerch.com/">facesaerch</a></h4>
<p> Enter a name and search for faces!</p>
<p><a href="http://www.facesaerch.com/"><img src="http://hongki.at/images/image-icons-search-engines/facesearch.jpg" alt="facesearch" width="500" height="282" /></a></p>
</li>
<li>
<h4><a href="http://labs.ideeinc.com/multicolr/">Multicolr</a></h4>
<p>With the Multicolr Search Lab, you can browse through 10 million of Flickr&rsquo;s most &#8216;interesting&#8217; Creative Commons images, and find ones that share the same colours. </p>
<p><a href="http://labs.ideeinc.com/multicolr/"><img src="http://hongki.at/images/image-icons-search-engines/multicolr.jpg" alt="Multicolr" width="500" height="308" /></a></p>
</li>
<li>
<h4><a href="http://www.picbrk.com/">PicBrk</a></h4>
<p>A real time image search. </p>
<p><a href="http://www.picbrk.com/"><img src="http://hongki.at/images/image-icons-search-engines/picbrk.jpg" alt="picbrk" width="500" height="387" /></a></p>
</li>
<li>
<h4><a href="http://pdphoto.org/">PD Photo</a></h4>
<p>PDPhoto.org is a repository for public domain photos.</p>
<p><a href="http://pdphoto.org/"><img src="http://hongki.at/images/image-icons-search-engines/pd_photo.jpg" alt="pd_photo" width="500" height="376" /></a></p>
</li>
<li>
<h4><a href="http://www.sxc.hu/index.html">Stock.XCHNG</a></h4>
<p>Stock.XCHNG lets you browse through the categories of our huge gallery containing over 350.000 quality stock photos by more than 30.000 photographers!</p>
<p><a href="http://www.sxc.hu/index.html"><img src="http://hongki.at/images/image-icons-search-engines/stock-xchng.jpg" alt="Stock.XCHNG" width="500" height="314" /></a></p>
</li>
</ul>
<h3>Icon Search Engines</h3>
<ul>
<li>
<h4><a href="http://www.challenger.se/">Challenger IconDB</a></h4>
<p>
Challenger IconDB (Icon Database) is a database that contains icons of various sizes and keywords attached to them.</p>
<p><a href="http://www.challenger.se/"><img src="http://hongki.at/images/image-icons-search-engines/challenger.jpg" alt="challenger" width="500" height="376" /></a></p>
</li>
<li>
<h4><a href="http://www.iconlook.com/">ICONLOOK</a></h4>
<p>ICONlook.com is a place where to find your icons and offers a pretty handy interface for searching and  downloading icon files.</p>
<p><a href="http://www.iconlook.com/"><img src="http://hongki.at/images/image-icons-search-engines/iconlook.jpg" alt="iconlook" width="500" height="350" /></a></p>
</li>
<li>
<h4><a href="http://icons-search.com/">Icons-Search</a></h4>
<p>The Icons-Search is an Icon Search Engine that helps you to find  quality icons available on the Internet. You can find icons for Windows  Vista and XP, Macintosh, Linux, icons for Desktop, Software, Website,  Mobile, Presentation, in sizes from 16&#215;16 to 256&#215;256 in PNG format and  sizes from 16&#215;16 to 128&#215;128 in ICO format.</p>
<p><a href="http://icons-search.com/"><img src="http://hongki.at/images/image-icons-search-engines/iconsearch.jpg" width="500" height="296" /></a></p>
</li>
<li>
<h4><a href="http://www.iconlet.com/">Iconlet</a></h4>
<p>Iconlet is simple search engine for free icons, images. For every image user get information about  author, image resolution, graphics format and license type.</p>
<p><a href="http://www.iconlet.com/"><img src="http://hongki.at/images/image-icons-search-engines/iconlet.jpg" alt="iconlet" width="500" height="300" /></a></p>
</li>
<li>
<h4><a href="http://www.iconfinder.net/">IconFinder</a></h4>
<p>Iconfinder provides high quality icons for webdesigners and developers in an easy and efficient way.</p>
<p><a href="http://www.iconfinder.net/"><img src="http://hongki.at/images/image-icons-search-engines/iconfinder.jpg" alt="iconfinder" width="500" height="436" /></a></p>
</li>
<li>
<h4><a href="http://www.iconseeker.com/">IconSeeker</a></h4>
<p>The IconSeeker.com is an icon search engine on web, it contents about 50,000+ high quaility icons and each icon has PNG, ICO and ICNS formats for Windows, Macintosh and Linux Systems.</p>
<p><a href="http://www.iconseeker.com/"><img src="http://hongki.at/images/image-icons-search-engines/iconseeker.jpg" alt="iconseeker" width="500" height="331" /></a></p>
</li>
<li>
<h4><a href="http://www.iconlib.info/">Icon Library</a></h4>
<p><a href="http://www.iconlib.info/"><img src="http://hongki.at/images/image-icons-search-engines/iconlib.jpg" alt="iconlib" width="500" height="305" /></a></p>
</li>
<li>
<h4><a href="http://www.easyiconfinder.com/">EasyIconFinder</a></h4>
<p>EasyIconFinder is a new Icon Search Engine that helps you find quality icons now available simple by filling in a keyword !</p>
<p><a href="http://www.easyiconfinder.com/"><img src="http://hongki.at/images/image-icons-search-engines/easyiconfinder.jpg" width="500" height="266" /></a></p>
</li>
<li>
<h4><a href="http://www.freeiconsweb.com/">Free Icons Web</a></h4>
<p>Free Icons Web is where you can browse and download Over 15,000 high quality Free Icons for Windows, Macintosh and Linux Systems. </p>
<p><a href="http://www.freeiconsweb.com/"><img src="http://hongki.at/images/image-icons-search-engines/freeiconsweb.jpg" alt="freeiconsweb" width="500" height="398" /></a></p>
</li>
<li>
<h4><a href="http://veryicon.com/">Very Icon</a></h4>
<p>The VeryIcom.com is a icon search engine, it contents over 20000 high  quaility web icons in more than 1000 icon packs. Each Icon has serval  file formats such as PNG, ICO, you can free browse and download for  Windows, Macintosh and Linux Systems.    </p>
<p><a href="http://veryicon.com/"><img src="http://hongki.at/images/image-icons-search-engines/veryicon.jpg" alt="veryicon" width="500" height="347" /></a></p>
</li>
<li>
<h4><a href="http://www.iconspedia.com/">IconsPedia</a></h4>
<p>Search and download free icons in PNG format. Arranged by categories, that include animals, food and phones.</p>
<p><a href="http://www.iconspedia.com/"><img src="http://hongki.at/images/image-icons-search-engines/iconspedia.jpg" alt="iconspedia" width="500" height="335" /></a></p>
</li>
</ul>
<p><script type="text/javascript">
digg_url = 'http://digg.com/design/41_Image_and_Icon_Search_Engines_Designers_Should_Know';
</script><br />
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script><br />
<!--INFOLINKS_ON--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hongkiat.com/blog/41-image-and-icon-search-engines-designers-should-know/feed/</wfw:commentRss>
		<slash:comments>67</slash:comments>
		</item>
		<item>
		<title>60 High Quality Photoshop PSD Files For Designers</title>
		<link>http://www.hongkiat.com/blog/60-high-quality-photoshop-psd-files-for-designers/</link>
		<comments>http://www.hongkiat.com/blog/60-high-quality-photoshop-psd-files-for-designers/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 13:57:28 +0000</pubDate>
		<dc:creator>hongkiat</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[filetype]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[psd]]></category>

		<guid isPermaLink="false">http://www.hongkiat.com/blog/?p=5143</guid>
		<description><![CDATA[
Having another designer&#8217;s PSD file is as good as owning a chef&#8217;s recipe book. The only difference is &#8211; we designers are willing share and sometimes we even distribute them ourselves so others can download and learn from our techniques.

Photoshop .PSD file reveals the techniques used on a specific design, it also tells us the [...]]]></description>
			<content:encoded><![CDATA[<p><!--INFOLINKS_OFF--></p>
<p>Having another designer&#8217;s PSD file is as good as owning a chef&#8217;s recipe book. The only difference is &#8211; we designers are willing share and sometimes we even distribute them ourselves so others can download and learn from our techniques.</p>
<p><a href="/blog/60-high-quality-photoshop-psd-files-for-designers/"><img src="http://hongki.at/images/high-quality-photoshop-psd/photoshop-psd-file.jpg" alt="photoshop PSD"/></a></p>
<p>Photoshop .PSD file reveals the techniques used on a specific design, it also tells us the style of the creator and most of the time there is something new we can learn from it. In today&#8217;s post, we want to bring to your attention some of the <strong high quality and professionally designed Photoshop .PSD files</strong> that you can download.  We suggest you consult the author before using them for commercial purposes. Full list after jump. </p>
<p><span id="more-5143"></span></p>
<h3>Computer and Gadgets</h3>
<p><strong><a href="http://bobbyperux.deviantart.com/art/Apple-remote-83571585">Apple Remote</a></strong><br />
  <span class="via">via Bobbyperux</span></p>
<p><a href="http://bobbyperux.deviantart.com/art/Apple-remote-83571585"><img src="http://hongki.at/images/high-quality-photoshop-psd/apple-remote.jpg" width="500" height="436" alt="apple remote" /></a></p>
<p><strong><a href="http://digitalphenom.deviantart.com/art/Microsoft-ZUNE-PSD-111589472">Microsoft Zune</a></strong><br />
  <span class="via">via DigitalPhenom</span></p>
<p><a href="http://digitalphenom.deviantart.com/art/Microsoft-ZUNE-PSD-111589472"><img src="http://hongki.at/images/high-quality-photoshop-psd/mszune.jpg" width="500" height="431" alt="zune" /></a></p>
<p><strong><a href="http://bobbyperux.deviantart.com/art/Zune-30GB-84981116">Zune</a></strong><br />
  <span class="via">via Bobbyperux</span></p>
<p><a href="http://bobbyperux.deviantart.com/art/Zune-30GB-84981116"><img src="http://hongki.at/images/high-quality-photoshop-psd/zune.jpg" width="500" height="362" alt="zune" /></a></p>
<p><strong><a href="http://digitalphenom.deviantart.com/art/Dell-Vostro-psd-112765830">Dell Vostro</a></strong><br />
  <span class="via">via DigitalPhenom</span></p>
<p><a href="http://digitalphenom.deviantart.com/art/Dell-Vostro-psd-112765830"><img src="http://hongki.at/images/high-quality-photoshop-psd/Dell-Vostro.jpg" width="500" height="382" alt="dell vostro" /></a></p>
<p><strong><a href="http://bobbyperux.deviantart.com/art/iMac-108603797">iMac</a></strong><br />
  <span class="via">via Bobbyperux</span></p>
<p><a href="http://bobbyperux.deviantart.com/art/iMac-108603797"><img src="http://hongki.at/images/high-quality-photoshop-psd/imac.jpg" width="500" height="504" alt="imac" /></a></p>
<p><strong><a href="http://elusive.deviantart.com/art/iPod-Classic-85582127">iPod Classic</a></strong><br />
  <span class="via">via elusive</span></p>
<p><a href="http://elusive.deviantart.com/art/iPod-Classic-85582127"><img src="http://hongki.at/images/high-quality-photoshop-psd/ipod-classic.jpg" width="500" height="470" alt="ipod classic" /></a></p>
<p><strong><a href="http://benrulz.deviantart.com/art/icon-Plasma-TV-116403370">Plasma TV II</a></strong><br />
  <span class="via">via benrulz</span></p>
<p><a href="http://benrulz.deviantart.com/art/icon-Plasma-TV-116403370"><img src="http://hongki.at/images/high-quality-photoshop-psd/plasma.jpg" width="500" height="489" alt="plasma tv" /></a></p>
<p><strong><a href="http://djeric.deviantart.com/art/apple-keyboard-free-psd-123067361">Keyboard</a></strong><br />
  <span class="via">via djeric</span></p>
<p><a href="http://djeric.deviantart.com/art/apple-keyboard-free-psd-123067361"><img src="http://hongki.at/images/high-quality-photoshop-psd/keyboard.jpg" width="500" height="436" alt="keyboard" /></a></p>
<p><strong><a href="http://wafflez-art.deviantart.com/art/Mac-Mini-with-PSD-112706811">Mac Mini</a></strong><br />
  <span class="via">via wafflez-art</span></p>
<p><a href="http://wafflez-art.deviantart.com/art/Mac-Mini-with-PSD-112706811"><img src="http://hongki.at/images/high-quality-photoshop-psd/mac-mini.jpg" width="500" height="404" alt="mac mini" /></a></p>
<p><strong><a href="http://www.macpagina.nl/2008/08/macbook-air-advertentie-inclusief-psd/">Macbook Air</a></strong><br />
  <span class="via">via macpagina</span></p>
<p><a href="http://www.macpagina.nl/2008/08/macbook-air-advertentie-inclusief-psd/"><img src="http://hongki.at/images/high-quality-photoshop-psd/macbook-air.jpg" width="500" height="392" alt="macbook air" /></a></p>
<p><strong><a href="http://mppagano.deviantart.com/art/PSD-Mighty-Mouse-119782257">Mighty Mouse</a></strong><br />
  <span class="via">via mppagano</span></p>
<p><a href="http://mppagano.deviantart.com/art/PSD-Mighty-Mouse-119782257"><img src="http://hongki.at/images/high-quality-photoshop-psd/mouse.jpg" width="500" height="384" alt="mouse" /></a></p>
<p><strong><a href="http://jbensch.deviantart.com/art/PSP-psd-template-95443724">PSP</a></strong><br />
  <span class="via">via jbensch</span></p>
<p><a href="http://jbensch.deviantart.com/art/PSP-psd-template-95443724"><img src="http://hongki.at/images/high-quality-photoshop-psd/psp.jpg" width="500" height="400" alt="psp" /></a></p>
<p><strong><a href="http://wafflez-art.deviantart.com/art/iPod-Shuffle-with-PSD-112802263">iPod Shuffle</a></strong><br />
  <span class="via">via wafflez-art</span></p>
<p><a href="http://wafflez-art.deviantart.com/art/iPod-Shuffle-with-PSD-112802263"><img src="http://hongki.at/images/high-quality-photoshop-psd/ipod-shuffle.jpg" width="500" height="410" alt="ipod shuffle" /></a></p>
<p><strong><a href="http://kamikaze00x.deviantart.com/art/The-MacBook-In-Black-93545166">Macbook Black</a></strong><br />
  <span class="via">via Kamikaze00X</span></p>
<p><a href="http://kamikaze00x.deviantart.com/art/The-MacBook-In-Black-93545166"><img src="http://hongki.at/images/high-quality-photoshop-psd/macbook-black.jpg" width="500" height="430" alt="macbook black" /></a></p>
<p><strong><a href="http://kamikaze00x.deviantart.com/art/Cinema-Display-HD-93220987">Mac Monitor</a></strong><br />
  <span class="via">via Kamikaze00X</span></p>
<p><a href="http://kamikaze00x.deviantart.com/art/Cinema-Display-HD-93220987"><img src="http://hongki.at/images/high-quality-photoshop-psd/monitor.jpg" width="500" height="362" alt="mac monitor" /></a></p>
<p><strong><a href="http://bobbyperux.deviantart.com/art/PLASMA-TV-87058167">Plasma TV</a></strong><br />
  <span class="via">via Bobbyperux</span></p>
<p><a href="http://bobbyperux.deviantart.com/art/PLASMA-TV-87058167"><img src="http://hongki.at/images/high-quality-photoshop-psd/plasma-tv.jpg" width="500" height="357" alt="plasma tv" /></a></p>
<h3>Phones</h3>
<p><strong><a href="http://digitalphenom.deviantart.com/art/RIM-Blackberry-PSD-111857107">BlackBerry</a></strong><br />
  <span class="via">via DigitalPhenom</span></p>
<p><a href="http://digitalphenom.deviantart.com/art/RIM-Blackberry-PSD-111857107"><img src="http://hongki.at/images/high-quality-photoshop-psd/blackberry.jpg" width="500" height="535" alt="blackberry" /></a></p>
<p><strong><a href="http://bigkobe.deviantart.com/art/iPhone-3G-PSD-91763608">iPhones</a></strong><br />
  <span class="via">via bigkobe</span></p>
<p><a href="http://bigkobe.deviantart.com/art/iPhone-3G-PSD-91763608"><img src="http://hongki.at/images/high-quality-photoshop-psd/iphones.jpg" width="500" height="295" alt="iphones" /></a></p>
<p><strong><a href="http://nurutheone.deviantart.com/art/Smartphone-93684437">Smartphone</a></strong><br />
  <span class="via">via nurutheone</span></p>
<p><a href="http://nurutheone.deviantart.com/art/Smartphone-93684437"><img src="http://hongki.at/images/high-quality-photoshop-psd/smart-phone.jpg" width="500" height="472" alt="smartphone" /></a></p>
<p><strong><a href="http://tlmedia.deviantart.com/art/wall-phone-PSD-76041439">Wall Phone</a></strong><br />
  <span class="via">via TLMedia</span></p>
<p><a href="http://tlmedia.deviantart.com/art/wall-phone-PSD-76041439"><img src="http://hongki.at/images/high-quality-photoshop-psd/wall-phone.jpg" width="500" height="471" alt="wall phone" /></a></p>
<p><strong><a href="http://www.photoshopfiles.com/photoshop/objects/emergency_phone_653.html">Emergency Phone</a></strong><br />
  <span class="via">via aldemar </span></p>
<p><a href="http://www.photoshopfiles.com/photoshop/objects/emergency_phone_653.html"><img src="http://hongki.at/images/high-quality-photoshop-psd/emergency-phone.png" width="500" height="400" alt="emergency phone" /></a></p>
<h3>Food</h3>
<p><strong><a href="http://flahorn.deviantart.com/art/Apple-PSD-75454438">Apple PSD</a></strong><br />
  <span class="via">via Flahorn</span></p>
<p><a href="http://flahorn.deviantart.com/art/Apple-PSD-75454438"><img src="http://hongki.at/images/high-quality-photoshop-psd/apple.jpg" width="500" height="291" alt="apple" /></a></p>
<h3>General Stationaries</h3>
<p><strong><a href="http://www.hongkiat.com/blog/7-great-looking-free-cd-dvd-case-templates/">CD/DVD Cases</a></strong></p>
<p><a href="http://www.hongkiat.com/blog/7-great-looking-free-cd-dvd-case-templates/"><img src="http://hongki.at/images/high-quality-photoshop-psd/cd-dvd-case.jpg" width="500" height="400" alt="cd dvd case" /></a></p>
<p><strong><a href="http://nurutheone.deviantart.com/art/Pencil-91559704">Green Pencil</a></strong><br />
  <span class="via">via nurutheone</span></p>
<p><a href="http://nurutheone.deviantart.com/art/Pencil-91559704"><img src="http://hongki.at/images/high-quality-photoshop-psd/pencil.jpg" width="500" height="409" alt="green pencil" /></a></p>
<p><strong><a href="http://www.psdgraphics.com/icons/psd-letter-email-icon/">Envelope</a></strong><br />
  <span class="via">via psdgraphics</span></p>
<p><a href="http://www.psdgraphics.com/icons/psd-letter-email-icon/"><img src="http://hongki.at/images/high-quality-photoshop-psd/envelope.jpg" width="500" height="360" alt="envelope" /></a></p>
<p><strong><a href="http://lukasiniho.deviantart.com/art/Stapler-Free-psd-file-132156711">Stapler</a></strong><br />
  <span class="via">via Lukasiniho</span></p>
<p><a href="http://lukasiniho.deviantart.com/art/Stapler-Free-psd-file-132156711"><img src="http://hongki.at/images/high-quality-photoshop-psd/stapler.jpg" width="500" height="252" alt="stapler" /></a></p>
<p><strong><a href="http://denbas.deviantart.com/art/Bages-png-67424952">Bages</a></strong><br />
  <span class="via">via denbas</span></p>
<p><a href="http://denbas.deviantart.com/art/Bages-png-67424952"><img src="http://hongki.at/images/high-quality-photoshop-psd/bages.jpg" width="500" height="299" alt="bages" /></a></p>
<p><strong><a href="http://verbaska.com/?p=101">Post It Note</a></strong><br />
  <span class="via">via verbaska</span></p>
<p><a href="http://verbaska.com/?p=101"><img src="http://hongki.at/images/high-quality-photoshop-psd/post-it-note.jpg" width="500" height="274" alt="post it note" /></a></p>
<p><strong><a href="http://formazon.deviantart.com/art/Magazine-PSD-source-file-88142492">Magazine</a></strong><br />
  <span class="via">via formazon</span></p>
<p><a href="http://formazon.deviantart.com/art/Magazine-PSD-source-file-88142492"><img src="http://hongki.at/images/high-quality-photoshop-psd/magazine.jpg" width="500" height="359" alt="magazine" /></a></p>
<h3>Icon and Symbols</h3>
<p><strong><a href="http://flahorn.deviantart.com/art/Battery-PSD-93299332">Battery</a></strong><br />
  <span class="via">via Flahorn</span></p>
<p><a href="http://flahorn.deviantart.com/art/Battery-PSD-93299332"><img src="http://hongki.at/images/high-quality-photoshop-psd/battery.jpg" width="500" height="389" alt="battery" /></a></p>
<p><strong><a href="#">Home</a></strong><br />
  <span class="via">via psdgraphics</span></p>
<p><a href="http://www.psdgraphics.com/icons/home-icon/"><img src="http://hongki.at/images/high-quality-photoshop-psd/home.jpg" width="500" height="428" alt="home" /></a></p>
<p><strong><a href="http://sneakytomato.deviantart.com/art/Globe-Resource-v-2-99028359#">Globe</a></strong><br />
  <span class="via">via SneakyTomato</span></p>
<p><a href="http://sneakytomato.deviantart.com/art/Globe-Resource-v-2-99028359#"><img src="http://hongki.at/images/high-quality-photoshop-psd/globe.jpg" width="500" height="358" alt="globe" /></a></p>
<p><strong><a href="http://www.photoshopfiles.com/photoshop/icons/user_121.html">User Icon</a></strong><br />
  <span class="via">via halford</span></p>
<p><a href="http://www.photoshopfiles.com/photoshop/icons/user_121.html"><img src="http://hongki.at/images/high-quality-photoshop-psd/user-icon.jpg" width="500" height="400" alt="usre icon" /></a></p>
<p><strong><a href="http://www.psdgraphics.com/3d/orange-traffic-cone/">Traffic Cone</a></strong><br />
  <span class="via">via psdgraphics</span></p>
<p><a href="http://www.psdgraphics.com/3d/orange-traffic-cone/"><img src="http://hongki.at/images/high-quality-photoshop-psd/traffic-cone.jpg" width="500" height="542" alt="traffic cone" /></a></p>
<p><strong><a href="http://www.psdgraphics.com/icons/speaker-icon/">Speaker icon</a></strong><br />
  <span class="via">via psdgraphics</span></p>
<p><a href="http://www.psdgraphics.com/icons/speaker-icon/"><img src="http://hongki.at/images/high-quality-photoshop-psd/speaker.jpg" width="500" height="426" alt="speaker" /></a></p>
<p><strong><a href="http://tlmedia.deviantart.com/art/lock-PSD-104830648">Lock</a></strong><br />
  <span class="via">via TLMedia</span></p>
<p><a href="http://tlmedia.deviantart.com/art/lock-PSD-104830648"><img src="http://hongki.at/images/high-quality-photoshop-psd/lock.jpg" width="500" height="351" alt="lock" /></a></p>
<p><strong><a href="http://www.psdgraphics.com/icons/help-icon-psd-life-belt/">Life Belt Help Icon</a></strong><br />
  <span class="via">via psdgraphics</span></p>
<p><a href="http://www.psdgraphics.com/icons/help-icon-psd-life-belt/"><img src="http://hongki.at/images/high-quality-photoshop-psd/lifebelt.jpg" width="500" height="424" alt="life belt" /></a></p>
<p><strong><a href="http://www.psdgraphics.com/psd/gold-guarantee-seal/">Gold Guarantee Seal</a></strong><br />
  <span class="via">via psdgraphics</span></p>
<p><a href="http://www.psdgraphics.com/psd/gold-guarantee-seal/"><img src="http://hongki.at/images/high-quality-photoshop-psd/Gold-guarantee-seal.jpg" width="500" height="418" alt="Gold guarantee seal" /></a></p>
<h3>Misc</h3>
<p><strong><a href="http://www.psdgraphics.com/icons/search-icon-psd-magnifying-glass/">Magnifying Glass for Search</a></strong><br />
  <span class="via">via psdgraphics</span></p>
<p><a href="http://www.psdgraphics.com/icons/search-icon-psd-magnifying-glass/"><img src="http://hongki.at/images/high-quality-photoshop-psd/magnifying-glass.jpg" width="500" height="406" alt="magnifying glass" /></a></p>
<p><strong><a href="http://www.psdgraphics.com/psd/3d-red-push-button/">3D red push button</a></strong><br />
  <span class="via">via psdgraphics</span></p>
<p><a href="http://www.psdgraphics.com/psd/3d-red-push-button/"><img src="http://hongki.at/images/high-quality-photoshop-psd/push-button.jpg" width="500" height="412" alt="3d push button" /></a></p>
<p><strong><a href="http://www.psdgraphics.com/icons/shopping-bag-icon/">Shopping bag</a></strong><br />
  <span class="via">via psdgraphics</span></p>
<p><a href="http://www.psdgraphics.com/icons/shopping-bag-icon/"><img src="http://hongki.at/images/high-quality-photoshop-psd/shopping-bag.jpg" width="500" height="355" alt="shopping bag" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hongkiat.com/blog/60-high-quality-photoshop-psd-files-for-designers/feed/</wfw:commentRss>
		<slash:comments>115</slash:comments>
		</item>
		<item>
		<title>40 Free Unique Cartoon and Comic Fonts</title>
		<link>http://www.hongkiat.com/blog/40-free-unique-cartoon-and-comic-fonts/</link>
		<comments>http://www.hongkiat.com/blog/40-free-unique-cartoon-and-comic-fonts/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 14:15:59 +0000</pubDate>
		<dc:creator>hongkiat</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[cartoon]]></category>
		<category><![CDATA[cartoonic]]></category>
		<category><![CDATA[comic]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[free]]></category>

		<guid isPermaLink="false">http://www.hongkiat.com/blog/?p=4995</guid>
		<description><![CDATA[
Have you ever feel that traditional fonts are a little too boring and plain for your designs and artworks? Ever wanted to use fonts that are funkier, stylish and fun to look at?

Cartoon and comic fonts are very popular and most people are only familiar with Comic Sans MS and that&#8217;s about it. We have [...]]]></description>
			<content:encoded><![CDATA[<p><!--INFOLINKS_OFF--></p>
<p>Have you ever feel that traditional fonts are a little too boring and plain for your designs and artworks? Ever wanted to use fonts that are funkier, stylish and fun to look at?</p>
<p><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/cartoon-fonts.png" alt="cartoon and comic fonts"/></p>
<p>Cartoon and comic fonts are very popular and most people are only familiar with Comic Sans MS and that&#8217;s about it. We have now discovered <strong>40 unique and refreshing cartoon and comic fonts</strong> for you to give your artwork and design that extra <em>ummmppphhh</em>. Here are a few for sneak preview and the full list is right after the jump.</p>
<p><strong><a href="http://www.dafont.com/que-fontita.font">Que FONTita!</a></strong></p>
<p><a href="http://www.dafont.com/que-fontita.font"><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/Que-FONTita.png" width="500" height="431" alt="que fontita" /></a></p>
<p><span id="more-4995"></span></p>
<p><strong><a href="http://www.urbanfonts.com/fonts/Burrito.htm">Burrito</a></strong></p>
<p><a href="http://www.urbanfonts.com/fonts/Burrito.htm"><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/burrito.png" width="500" height="180" alt="burrito" /></a></p>
<p><strong><a href="http://www.1001freefonts.com/oogieboogie.php">Oogie Boogie</a></strong></p>
<p><a href="http://www.1001freefonts.com/oogieboogie.php"><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/Oogie-Boogie.png" width="500" height="311" alt="oogie boogie" /></a></p>
<p><strong><a href="http://www.dafont.com/pokemon.font">Pokemon</a></strong></p>
<p><a href="http://www.dafont.com/pokemon.font"><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/pokemon.png" width="500" height="364" alt="pokemon" /></a></p>
<p><strong><a href="http://www.dafont.com/clink-clank.font">Clink Clank</a></strong></p>
<p><a href="http://www.dafont.com/clink-clank.font"><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/Clink-Clank.png" width="500" height="310" alt="clink clank" /></a></p>
<p><strong><a href="http://www.dafont.com/dennes-aliens.font">Denne’s Aliens</a></strong></p>
<p><a href="http://www.dafont.com/dennes-aliens.font"><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/Dennes-Aliens.png" width="500" height="360" alt="denne aliens" /></a></p>
<p><strong><a href="http://www.dafont.com/fighting-spirit-tbs.font">Fighting Spirit</a></strong></p>
<p><a href="http://www.dafont.com/fighting-spirit-tbs.font"><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/Fighting-Spirit.png" width="500" height="270" alt="fighting spirit" /></a></p>
<p><strong><a href="http://www.1001freefonts.com/armorpiercing.php">Armor Piercing</a></strong></p>
<p><a href="http://www.1001freefonts.com/armorpiercing.php"><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/Armor-Piercing.png" width="500" height="378" alt="armor" /></a></p>
<p><strong><a href="http://www.dafont.com/eyesis.font">Eyesis</a></strong></p>
<p><a href="http://www.dafont.com/eyesis.font"><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/Eyesis.png" width="500" height="213" alt="eyesis" /></a></p>
<p><a href="http://www.urbanfonts.com/fonts/akaHoggle.htm"><strong>akaHoggle</strong></a></p>
<p><a href="http://www.urbanfonts.com/fonts/akaHoggle.htm"><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/akaHoggle.png" width="500" height="211" alt="aka hoggle" /></a></p>
<p><strong><a href="http://www.urbanfonts.com/fonts/Altamonte.htm">Altamonte</a></strong></p>
<p><a href="http://www.urbanfonts.com/fonts/Altamonte.htm"><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/Altamonte.png" width="500" height="200" alt="altamonte" /></a></p>
<p><strong><a href="http://www.urbanfonts.com/fonts/BabOonjaZzbaSsoOn.htm">BabOonjaZzbaSsoOn</a></strong></p>
<p><a href="http://www.urbanfonts.com/fonts/BabOonjaZzbaSsoOn.htm"><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/BabOonjaZzbaSsoOn.png" width="500" height="187" alt="baboonja" /></a></p>
<p><strong><a href="http://www.urbanfonts.com/fonts/Cactus_Sandwich.htm">Cactus Sandwich</a></strong></p>
<p><a href="http://www.urbanfonts.com/fonts/Cactus_Sandwich.htm"><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/cactus.png" width="500" height="163" alt="cactus" /></a></p>
<p><strong><a href="http://www.urbanfonts.com/fonts/Cosmic_Dude.htm">Cosmic Dude</a></strong></p>
<p><a href="http://www.urbanfonts.com/fonts/Cosmic_Dude.htm"><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/cosmic-dude.png" width="500" height="224" alt="cosmic dude" /></a></p>
<p><strong><a href="http://www.urbanfonts.com/fonts/Candy_Time.htm">Candy Time</a></strong></p>
<p><a href="http://www.urbanfonts.com/fonts/Candy_Time.htm"><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/Candy-Time.png" width="500" height="179" alt="candy time" /></a></p>
<p><strong><a href="http://www.urbanfonts.com/fonts/Chubby_Cheeks.htm">Chubby Cheeks</a></strong></p>
<p><a href="http://www.urbanfonts.com/fonts/Chubby_Cheeks.htm"><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/Chubby-Cheeks.png" width="500" height="344" alt="chubby cheeks" /></a></p>
<p><strong><a href="http://www.dafont.com/gwibble.font">Gwibble</a></strong></p>
<p><a href="http://www.dafont.com/gwibble.font"><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/Gwibble.png" width="500" height="248" alt="gwibble" /></a></p>
<p><strong><a href="http://www.dafont.com/loose-gangster.font">LoOse Gangster</a></strong></p>
<p><a href="http://www.dafont.com/loose-gangster.font"><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/LoOse-Gangster.png" width="500" height="236" alt="loose" /></a></p>
<p><strong><a href="http://www.dafont.com/chlorinar.font">Chlorinar</a></strong></p>
<p><a href="http://www.dafont.com/chlorinar.font"><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/Chlorinar.png" width="500" height="266" alt="chlorinar" /></a></p>
<p><strong><a href="http://www.dafont.com/army-beans.font">Army Beans</a></strong></p>
<p><a href="http://www.dafont.com/army-beans.font"><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/Army-Beans.png" width="500" height="264" alt="army beans" /></a></p>
<p><strong>Ice Age</strong></p>
<p><a href="http://www.dafont.com/ice-age-font.font"><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/ice-age.png" width="500" height="257" alt="ice age" /></a></p>
<p><strong><a href="http://www.dafont.com/broken-toys.font">Broken Toys</a></strong></p>
<p><a href="http://www.dafont.com/broken-toys.font"><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/Broken-Toys.png" width="500" height="176" alt="broken toys" /></a></p>
<p><strong><a href="http://www.dafont.com/fontdinerdotcom-sparkly.font">Fontdinerdotcom Sparkly</a></strong></p>
<p><a href="http://www.dafont.com/fontdinerdotcom-sparkly.font"><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/Fontdinerdotcom-Sparkly.png" width="350" height="239" alt="fontdiner" /></a></p>
<p><strong><a href="http://www.1001freefonts.com/spacepontiff.php">Space Pontiff</a></strong></p>
<p><a href="http://www.1001freefonts.com/spacepontiff.php"><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/Space-Pontiff.png" width="500" height="221" alt="space pontiff" /></a></p>
<p><strong><a href="http://www.1001freefonts.com/umberto.php">Umberto</a></strong></p>
<p><a href="http://www.1001freefonts.com/umberto.php"><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/umberto.png" width="500" height="289" alt="umberto" /></a></p>
<p><strong><a href="http://www.1001freefonts.com/chizzler.php">Chizzler</a></strong></p>
<p><a href="http://www.1001freefonts.com/chizzler.php"><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/chizzler.png" width="500" height="269" alt="chizzler" /></a></p>
<p><strong><a href="http://www.ffonts.net/Mickey.font">Mickey</a></strong></p>
<p><a href="http://www.ffonts.net/Mickey.font"><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/mickey.png" width="500" height="250" alt="mickey" /></a></p>
<p><strong><a href="http://www.ffonts.net/Smartie.font">Smartie</a></strong></p>
<p><a href="http://www.ffonts.net/Smartie.font"><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/Smartie.png" width="500" height="281" alt="smartie" /></a></p>
<p><strong><a href="http://www.dafont.com/taxidermist.font">Taxidermist</a></strong></p>
<p><a href="http://www.dafont.com/taxidermist.font"><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/Taxidermist.png" width="500" height="313" alt="taxidermist" /></a></p>
<p><strong><a href="http://www.dafont.com/mtf-scribblie.font">MTF Scribblie</a></strong></p>
<p><a href="http://www.dafont.com/mtf-scribblie.font"><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/MTF-Scribblie.png" width="500" height="157" alt="mtf" /></a></p>
<p><strong><a href="http://www.dafont.com/letraslocas.font">Letras Locas</a></strong></p>
<p><a href="http://www.dafont.com/letraslocas.font"><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/Letras-Locas.png" width="450" height="277" alt="letras" /></a></p>
<p><strong><a href="http://www.dafont.com/brown-bear-funk.font">Brown Bear Funk</a></strong></p>
<p><a href="http://www.dafont.com/brown-bear-funk.font"><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/Brown-Bear-Funk.png" width="500" height="417" alt="brown bear funk" /></a></p>
<p><a href="http://www.1001freefonts.com/babykruffy.php"><strong>Baby Kruffy</strong></a></p>
<p><a href="http://www.1001freefonts.com/babykruffy.php"><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/Baby-Kruffy.png" alt="Baby Kruffy" /></a></p>
<p><a href="http://www.1001freefonts.com/bumbazoid.php"><strong>Bumbazoid</strong></a></p>
<p><a href="http://www.1001freefonts.com/bumbazoid.php"><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/Bumbazoid.png" width="500" height="468" alt="Bumbazoid" /></a></p>
<p><a href="http://www.1001freefonts.com/chachie.php"><strong>Chachie</strong></a></p>
<p><a href="http://www.1001freefonts.com/chachie.php"><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/Chachie.png" width="500" height="258" alt="chachie" /></a></p>
<p><a href="http://www.1001freefonts.com/glimstick.php"><strong>Glimstick</strong></a></p>
<p><a href="http://www.1001freefonts.com/glimstick.php"><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/Glimstick.png" width="500" height="277" alt="Glimstick" /></a></p>
<p><a href="http://www.1001freefonts.com/jointbypizzadude.php"><strong>Joint By Pizzadude</strong></a></p>
<p><a href="http://www.1001freefonts.com/jointbypizzadude.php"><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/Joint-By-Pizzadude.png" width="500" height="189" alt="Joint By Pizzadude" /></a></p>
<p><a href="http://www.1001freefonts.com/mandingo.php"><strong>Mandingo</strong></a></p>
<p><a href="http://www.1001freefonts.com/mandingo.php"><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/Mandingo.png" width="500" height="334" alt="mandingo" /></a></p>
<p><a href="http://www.1001freefonts.com/sevenswordsmen.php"><strong>Seven Swordsmen</strong></a></p>
<p><a href="http://www.1001freefonts.com/sevenswordsmen.php"><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/Seven-Swordsmen.png" width="500" height="155" alt="Seven Swordsmen" /></a></p>
<p><a href="http://www.1001freefonts.com/smilage.php"><strong>Smilage</strong></a></p>
<p><a href="http://www.1001freefonts.com/smilage.php"><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/smilage.png" width="500" height="343" alt="smilage" /></a></p>
<h3>More</h3>
<p>Here are <strong>more font related entries</strong> we&#8217;ve previously published:</p>
<ul>
<li><a href="http://www.hongkiat.com/blog/40-free-high-quality-hand-drawn-fonts/"><strong>40 Free High Quality Hand-drawn Fonts</strong><br/><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/hand-drawn-fonts.png" alt="hand drawn fonts"/></a></li>
<li><a href="http://www.hongkiat.com/blog/100-great-abstract-and-grunge-fonts/"><strong>100 Greatest Abstract and Grunge Fonts</strong><br /><img src="http://hongkiat.s3.amazonaws.com/comic_cartoon_fonts/grunge.png" alt="grunge"/></a></li>
<li><a href="http://www.hongkiat.com/blog/21-most-visited-free-fonts-site/"><strong>Most Visited Free Fonts Site</strong></a></li>
</ul>
<p><em>Article by: Jason</em></p>
<p><script type="text/javascript">
digg_url = 'http://digg.com/design/40_Free_Unique_Cartoon_and_Comic_Fonts';
</script><br />
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script><br />
<!--INFOLINKS_ON--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hongkiat.com/blog/40-free-unique-cartoon-and-comic-fonts/feed/</wfw:commentRss>
		<slash:comments>66</slash:comments>
		</item>
		<item>
		<title>85 Free High Quality Silhouette Sets</title>
		<link>http://www.hongkiat.com/blog/85-free-high-quality-silhouette-sets/</link>
		<comments>http://www.hongkiat.com/blog/85-free-high-quality-silhouette-sets/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 11:18:16 +0000</pubDate>
		<dc:creator>Kay</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[Silhouette]]></category>

		<guid isPermaLink="false">http://www.hongkiat.com/blog/?p=4841</guid>
		<description><![CDATA[

Initially silhouette was applied on portraits or pictorial which were be used for thin black card. But nowadays, we can easily find silhouette images in many media forms like artworks, illustration, photography, movies, graphic design or even fashion and fitness.
Modern designers use silhouette to create dramatic effect in many art works because silhouette emphasizes the [...]]]></description>
			<content:encoded><![CDATA[<p><!--INFOLINKS_OFF--></p>
<p><img src="http://hongki.at/images/silhouette-vectors/silhouette-sets.jpg" alt="High Quality Silhouette Sets"/></p>
<p>Initially silhouette was applied on portraits or pictorial which were be used for thin black card. But nowadays, we can easily find silhouette images in many media forms like artworks, illustration, photography, movies, graphic design or even fashion and fitness.</p>
<p>Modern designers use silhouette to create dramatic effect in many art works because silhouette emphasizes the outline and view of an object. The mystery of silhouette objects create a space for viewers&#8217; imagination. <a href="http://video.google.com/videosearch?q=ipod+advertisement">Apple&#8217;s iPod advertisement</a> is a successful example of using silhouette.</p>
<p>This week, we&#8217;ve managed to compiled <strong>85 free high quality silhouette sets</strong> to speed up your designing job. Full list after jump. </p>
<p><span id="more-4841"></span></p>
<h3>People</h3>
<p><strong><a href="http://vector4free.com/vectors/id/80">Businessmen Silhouettes Pack 01</a> (12 shapes)</strong></p>
<p><a href="http://vector4free.com/vectors/id/80"><img src="http://hongki.at/images/silhouette-vectors/businessman_01.jpg" alt="businessman" width="500" height="306" border="0" /></a></p>
<p><strong><a href="http://www.snap2objects.com/2008/05/07/12-free-vector-businessmen-silhouettes/">Businessmen Silhouettes Pack 02</a> (12 shapes)</strong></p>
<p><a href="http://www.snap2objects.com/2008/05/07/12-free-vector-businessmen-silhouettes/"><img src="http://hongki.at/images/silhouette-vectors/businessman_02.jpg" width="500" height="316" border="0" /></a></p>
<p><strong><a href="http://all-silhouettes.com/business-people/">Business People Pack 03</a> (41 shapes)</strong></p>
<p><a href="http://all-silhouettes.com/business-people/"><img src="http://hongki.at/images/silhouette-vectors/businessman_03.jpg" width="500" height="308" border="0" /></a></p>
<p><strong><a href="http://all-silhouettes.com/vector-business-people/">Business People Pack 04</a> (40 shapes)</strong></p>
<p><a href="http://all-silhouettes.com/vector-business-people/"><img src="http://hongki.at/images/silhouette-vectors/businessman_04.jpg" width="500" height="308" border="0" /></a></p>
<p><strong><a href="http://blackbelt777.deviantart.com/art/Hi-Res-Male-Silhouette-Brushes-66369855">His Res Male Silhouettes</a> (22 shapes)</strong></p>
<p><a href="http://blackbelt777.deviantart.com/art/Hi-Res-Male-Silhouette-Brushes-66369855"><img src="http://hongki.at/images/silhouette-vectors/male_silhouettes.jpg" alt="male_silhouettes" width="500" height="187" border="0" /></a></p>
<p><strong><a href="http://parka.deviantart.com/art/Businesswoman-silhouette-92718484">Businesswomen Pack 02</a> (24 shapes)</strong></p>
<p><a href="http://parka.deviantart.com/art/Businesswoman-silhouette-92718484"><img src="http://hongki.at/images/silhouette-vectors/businesswomen_02.jpg" alt="businesswomen_02" width="500" height="708" border="0" /></a></p>
<p><strong><a href="http://all-silhouettes.com/vectorbusinesswomen/">Businesswomen Pack 01</a> (23 shapes)</strong></p>
<p><a href="http://all-silhouettes.com/vectorbusinesswomen/"><img src="http://hongki.at/images/silhouette-vectors/businesswomen.jpg" alt="businesswomen" width="500" height="308" border="0" /></a></p>
<p><strong><a href="http://all-silhouettes.com/sexy-girls-2/">Sexy Girls</a> (212 shapes)</strong></p>
<p><a href="http://all-silhouettes.com/sexy-girls-2/"><img src="http://hongki.at/images/silhouette-vectors/sexy_girls.jpg" alt="sexy_girls" width="500" height="308" border="0" /></a></p>
<p><strong><a href="http://icexsaint.deviantart.com/art/Female-silhouette-brushes-58404923">Female Silhouettes</a> (15 shapes)</strong></p>
<p><a href="http://icexsaint.deviantart.com/art/Female-silhouette-brushes-58404923"><img src="http://hongki.at/images/silhouette-vectors/female_silhouettes_02.jpg" alt="female_silhouettes" width="500" height="500" border="0" /></a></p>
<p><strong><a href="http://blackbelt777.deviantart.com/art/Hi-Res-Female-Silhouette-Brush-66951988">Hi Res Female Silhouettes</a> (24 shapes)</strong></p>
<p><a href="http://blackbelt777.deviantart.com/art/Hi-Res-Female-Silhouette-Brush-66951988"><img src="http://hongki.at/images/silhouette-vectors/female_silhouettes.jpg" alt="female_silhouettes" width="500" height="167" border="0" /></a></p>
<p><strong><a href="http://yarrum2.deviantart.com/art/Stock-girls-Shapes-55080755">Stock Girls</a> (8 shapes)</strong></p>
<p><a href="http://yarrum2.deviantart.com/art/Stock-girls-Shapes-55080755"><img src="http://hongki.at/images/silhouette-vectors/stock_girls.jpg" alt="stock_girls" width="500" height="294" border="0" /></a></p>
<p><strong><a href="http://dezignus.com/dancing-girls/">Dancing Girls</a> (40 shapes)</strong></p>
<p><a href="http://dezignus.com/dancing-girls/"><img src="http://hongki.at/images/silhouette-vectors/dancing_girls.jpg" alt="dancing_girls" width="500" height="212" border="0" /></a></p>
<p><strong><a href="http://all-silhouettes.com/animegirls/">Anime Girls</a> (600 shapes)</strong></p>
<p><a href="http://all-silhouettes.com/animegirls/"><img src="http://hongki.at/images/silhouette-vectors/anime_girls_02.jpg" alt="anime_girls" width="500" height="308" border="0" /></a></p>
<p><strong><a href="http://dezignus.com/animegirls/">Anime Girls</a> (600++ shapes)</strong></p>
<p><a href="http://dezignus.com/animegirls/"><img src="http://hongki.at/images/silhouette-vectors/anime_girls.jpg" alt="anime_girls" width="500" height="396" border="0" /></a></p>
<p><strong><a href="http://coolvectors.com/free-vector/bandmusics-silhouette.html">Band (Music)</a> (7 shapes)</strong></p>
<p><a href="http://coolvectors.com/free-vector/bandmusics-silhouette.html"><img src="http://hongki.at/images/silhouette-vectors/band(music).jpg" alt="band(music)" width="500" height="501" border="0" /></a></p>
<p><strong><a href="http://www.vecteezy.com/vf/188-The-Rap-Attack-Vector-Pack">The Rap Attack Vector Pack</a> (30 shapes)</strong></p>
<p><a href="http://www.vecteezy.com/vf/188-The-Rap-Attack-Vector-Pack"><img src="http://hongki.at/images/silhouette-vectors/rap_attack.jpg" alt="rap_attack" width="500" height="384" border="0" /></a></p>
<p><strong><a href="http://whits896.deviantart.com/art/Action-Silhouettes-Brush-Pack-53325616">Action Silhouettes Pack</a> (13 shapes)</strong></p>
<p><a href="http://whits896.deviantart.com/art/Action-Silhouettes-Brush-Pack-53325616"><img src="http://hongki.at/images/silhouette-vectors/action.jpg" alt="action" width="500" height="364" border="0" /></a></p>
<p><strong><a href="http://all-silhouettes.com/silhouettes-of-people/">People in Group</a> (117 shapes)</strong></p>
<p><a href="http://all-silhouettes.com/silhouettes-of-people/"><img src="http://hongki.at/images/silhouette-vectors/people_in_group.jpg" alt="people_in_group" width="500" height="308" border="0" /></a></p>
<p><strong><a href="http://all-silhouettes.com/common-people/">Common People</a> (200 shapes)</strong></p>
<p><a href="http://all-silhouettes.com/common-people/"><img src="http://hongki.at/images/silhouette-vectors/common_people.jpg" alt="common_people" width="500" height="308" border="0" /></a></p>
<p><strong><a href="http://all-silhouettes.com/vectorchildren/">Children, Kids, Teens</a> (x shapes)</strong></p>
<p><a href="http://all-silhouettes.com/vectorchildren/"><img src="http://hongki.at/images/silhouette-vectors/children.jpg" alt="children" width="500" height="308" border="0" /></a></p>
<p><strong><a href="http://dezignus.com/costums-shapes/">Costume Characters</a> (54 shapes)</strong></p>
<p><a href="http://dezignus.com/costums-shapes/"><img src="http://hongki.at/images/silhouette-vectors/costume.jpg" alt="costume" width="500" height="330" border="0" /></a></p>
<p><strong><a href="http://all-silhouettes.com/jumping-people/">Jumping People</a> (117 shapes)</strong></p>
<p><a href="http://all-silhouettes.com/jumping-people/"><img src="http://hongki.at/images/silhouette-vectors/jumping_people.jpg" alt="jumping_people" width="500" height="308" border="0" /></a></p>
<p><strong><a href="http://all-silhouettes.com/miscsilhouettesofpeople/">Miscellaneous Costumes</a> (63 shapes)</strong></p>
<p><a href="http://all-silhouettes.com/miscsilhouettesofpeople/"><img src="http://hongki.at/images/silhouette-vectors/misc_costumes.jpg" alt="misc_costumes" width="500" height="308" border="0" /></a></p>
<h3>Animal</h3>
<p><strong><a href="http://all-silhouettes.com/vectorcats/">Vector Cats</a> (67 shapes)</strong></p>
<p><a href="http://all-silhouettes.com/vectorcats/"><img src="http://hongki.at/images/silhouette-vectors/vector_cats.jpg" width="500" height="308" border="0" /></a></p>
<p><strong><a href="http://www.snap2objects.com/2009/01/31/11-cat-vector-silhouettes/">Cats</a> (11 shapes)</strong></p>
<p><a href="http://www.snap2objects.com/2009/01/31/11-cat-vector-silhouettes/"><img src="http://hongki.at/images/silhouette-vectors/cat.jpg" width="500" height="513" border="0" /></a></p>
<p><strong><a href="http://all-silhouettes.com/dogsilhouettes/">Dog Silhouettes</a> (86 shapes)</strong></p>
<p><a href="http://all-silhouettes.com/dogsilhouettes/"><img src="http://hongki.at/images/silhouette-vectors/dogs_01.jpg" width="500" height="308" border="0" /></a></p>
<p><strong><a href="http://www.snap2objects.com/2009/01/22/13-dog-vector-silhouettes/">Dogs</a> (13 shapes)</strong></p>
<p><a href="http://www.snap2objects.com/2009/01/22/13-dog-vector-silhouettes/"><img src="http://hongki.at/images/silhouette-vectors/dogs.jpg" width="500" height="660" border="0" /></a></p>
<p><strong><a href="http://www.snap2objects.com/2008/07/23/46-free-vector-flying-birds-silhouettes/">Flying Birds</a> (46 shapes)</strong></p>
<p><a href="http://www.snap2objects.com/2008/07/23/46-free-vector-flying-birds-silhouettes/"><img src="http://hongki.at/images/silhouette-vectors/flying_birds.jpg" width="500" height="590" border="0" /></a></p>
<p><strong><a href="http://vector4free.com/vectors/id/97">Birds Pack 01</a> (11 shapes)</strong></p>
<p><a href="http://vector4free.com/vectors/id/97"><img src="http://hongki.at/images/silhouette-vectors/birds.jpg" alt="birds" width="500" height="488" border="0" /></a></p>
<p><strong><a href="http://www.vectorvault.com/2008/11/29/free-vector-download-bird-silhouettes/">Birds Pack 02</a> (12 shapes)</strong></p>
<p><a href="http://www.vectorvault.com/2008/11/29/free-vector-download-bird-silhouettes/"><img src="http://hongki.at/images/silhouette-vectors/birds_02.jpg" width="500" height="523" border="0" /></a></p>
<p><strong><a href="http://123freevectors.deviantart.com/art/Bird-Silhouette-free-pack-123648046">Bird Silhouettes</a> (28 shapes)</strong></p>
<p><a href="http://123freevectors.deviantart.com/art/Bird-Silhouette-free-pack-123648046"><img src="http://hongki.at/images/silhouette-vectors/birds_03.jpg" alt="birds" width="500" height="553" border="0" /></a></p>
<p><strong><a href="http://www.snap2objects.com/2007/11/28/93-butterflies-vectorpng-pack/">Butterflies</a> (93 shapes)</strong></p>
<p><a href="http://www.snap2objects.com/2007/11/28/93-butterflies-vectorpng-pack/"><img src="http://hongki.at/images/silhouette-vectors/butterflies.jpg" width="500" height="511" border="0" /></a></p>
<p><strong><a href="http://thesuper.deviantart.com/art/Photoshop-Custom-Shapes-Bugs-47718273">Bugs</a> (20 shapes)</strong></p>
<p><a href="http://thesuper.deviantart.com/art/Photoshop-Custom-Shapes-Bugs-47718273"><img src="http://hongki.at/images/silhouette-vectors/bugs.jpg" alt="bugs" width="500" height="306" border="0" /></a></p>
<p><strong><a href="http://www.snap2objects.com/2009/06/16/9-horses-vector-silhouettes/">Horses</a> (9 shapes)</strong></p>
<p><a href="http://www.snap2objects.com/2009/06/16/9-horses-vector-silhouettes/"><img src="http://hongki.at/images/silhouette-vectors/horses.jpg" alt="horses" width="500" height="441" border="0" /></a></p>
<p><strong><a href="http://vector4free.com/vectors/id/90"> Safari and Zoo Animals</a> (24 shapes)</strong></p>
<p><a href="http://vector4free.com/vectors/id/90"><img src="http://hongki.at/images/silhouette-vectors/safari_animals.jpg" alt="safari_animals" width="500" height="500" border="0" /></a></p>
<p><strong><a href="http://thesuper.deviantart.com/art/Sea-Creatures-69320158">Sea Creatures</a> (27 shapes)</strong></p>
<p><a href="http://thesuper.deviantart.com/art/Sea-Creatures-69320158"><img src="http://hongki.at/images/silhouette-vectors/sea_creatures.jpg" alt="sea_creatures" width="500" height="300" border="0" /></a></p>
<p><strong><a href="http://all-silhouettes.com/fish-vector/">Ocean Creatures</a> (59 shapes)</strong></p>
<p><a href="http://all-silhouettes.com/fish-vector/"><img src="http://hongki.at/images/silhouette-vectors/ocean_creatures.jpg" alt="ocean_creatures" width="500" height="308" border="0" /></a></p>
<p><strong><a href="http://all-silhouettes.com/sea-ocean-giants/">Sea Giants</a> (43 shapes)</strong></p>
<p><a href="http://all-silhouettes.com/sea-ocean-giants/"><img src="http://hongki.at/images/silhouette-vectors/sea_giants.jpg" alt="sea_giants" width="500" height="308" border="0" /></a></p>
<p><strong><a href="http://all-silhouettes.com/vector-dinosaurs-clipart/">Dinosaurs</a> (52 shapes)</strong></p>
<p><a href="http://all-silhouettes.com/vector-dinosaurs-clipart/"><img src="http://hongki.at/images/silhouette-vectors/dinosaurs.jpg" alt="dinosaurs" width="500" height="308" border="0" /></a></p>
<p><strong><a href="http://all-silhouettes.com/heraldanimals/">Herald Animals</a> (45 shapes)</strong></p>
<p><a href="http://all-silhouettes.com/heraldanimals/"><img src="http://hongki.at/images/silhouette-vectors/herald_animals.jpg" alt="herald_animals" width="500" height="308" border="0" /></a></p>
<h3>Plants</h3>
<p><strong><a href="http://horhew.deviantart.com/art/Complete-Tree-Brush-Pack-22839764">Complete Tree Brush Pack</a> (40 shapes)</strong></p>
<p><a href="http://horhew.deviantart.com/art/Complete-Tree-Brush-Pack-22839764"><img src="http://hongki.at/images/silhouette-vectors/complete_tree.jpg" alt="complete_tree" width="500" height="375" border="0" /></a></p>
<p><strong><a href="http://www.snap2objects.com/2007/12/04/30-free-tree-silhouette-vectors/">Trees</a> (30 shapes)</strong></p>
<p><a href="http://www.snap2objects.com/2007/12/04/30-free-tree-silhouette-vectors/"><img src="http://hongki.at/images/silhouette-vectors/trees.jpg" alt="trees" width="500" height="626" border="0" /></a></p>
<p><strong><a href="http://all-silhouettes.com/vector-trees/">Mass Trees</a> (20 shapes)</strong></p>
<p><a href="http://all-silhouettes.com/vector-trees/"><img src="http://hongki.at/images/silhouette-vectors/mass_trees.jpg" alt="mass_trees" width="500" height="308" border="0" /></a></p>
<p><strong><a href="http://all-silhouettes.com/vector-trees-2/">Trees</a> (22 shapes)</strong></p>
<p><a href="http://all-silhouettes.com/vector-trees-2/"><img src="http://hongki.at/images/silhouette-vectors/trees_05.jpg" alt="trees" width="500" height="308" border="0" /></a></p>
<p><strong><a href="http://thesuper.deviantart.com/art/Live-Trees-37471587">Live Trees</a> (21 shapes)</strong></p>
<p><a href="http://thesuper.deviantart.com/art/Live-Trees-37471587"><img src="http://hongki.at/images/silhouette-vectors/live_trees.jpg" alt="live_trees" width="500" height="286" border="0" /></a></p>
<p><strong><a href="http://dezignus.com/vector-trees-silhouettes/">Vector Trees Silhouettes</a> 50 shapes)</strong></p>
<p><a href="http://dezignus.com/vector-trees-silhouettes/"><img src="http://hongki.at/images/silhouette-vectors/trees_02.jpg" alt="trees" width="500" height="340" border="0" /></a></p>
<p><strong><a href="http://keepwaiting.deviantart.com/art/PS7-PALM-TREE-BRUSHES-SET-2-118926505">Paml Trees</a> (18 shapes)</strong></p>
<p><a href="http://keepwaiting.deviantart.com/art/PS7-PALM-TREE-BRUSHES-SET-2-118926505"><img src="http://hongki.at/images/silhouette-vectors/palm_trees.jpg" width="500" height="500" border="0" /></a></p>
<p><strong><a href="http://mutato-nomine.deviantart.com/art/Photoshop-Shapes-v-6-7-CS-11389437">Trees</a> (16 shapes)</strong></p>
<p><a href="http://mutato-nomine.deviantart.com/art/Photoshop-Shapes-v-6-7-CS-11389437"><img src="http://hongki.at/images/silhouette-vectors/trees_03.jpg" alt="trees" width="500" height="570" border="0" /></a></p>
<p><strong><a href="http://thesuper.deviantart.com/art/Dead-Trees-36004240">Dead Trees</a> (24 shapes)</strong></p>
<p><a href="http://thesuper.deviantart.com/art/Dead-Trees-36004240"><img src="http://hongki.at/images/silhouette-vectors/dead_trees.jpg" alt="dead_trees" width="500" height="354" border="0" /></a></p>
<p><strong><a href="http://horhew.deviantart.com/art/Trees-Promo-Brush-Pack-84930045">Trees</a> (18 shapes)</strong></p>
<p><a href="http://horhew.deviantart.com/art/Trees-Promo-Brush-Pack-84930045"><img src="http://hongki.at/images/silhouette-vectors/trees_04.jpg" alt="trees" width="500" height="375" border="0" /></a></p>
<p><strong><a href="http://all-silhouettes.com/leaf-shapes/">Leaf Shapes</a> (74 shapes)</strong></p>
<p><a href="http://all-silhouettes.com/leaf-shapes/"><img src="http://hongki.at/images/silhouette-vectors/leaf_shapes.jpg" alt="leaf_shapes" width="500" height="308" border="0" /></a></p>
<p><strong><a href="http://all-silhouettes.com/vector-leaves/">Leaves</a> (84 shapes)</strong></p>
<p><a href="http://all-silhouettes.com/vector-leaves/"><img src="http://hongki.at/images/silhouette-vectors/leaves.jpg" alt="leaves" width="500" height="308" border="0" /></a></p>
<p><strong><a href="http://vector4free.com/vectors/id/252">Leaf Silhouettes</a> (80 shapes)</strong></p>
<p><a href="http://vector4free.com/vectors/id/252"><img src="http://hongki.at/images/silhouette-vectors/leaf.jpg" width="500" height="336" border="0" /></a></p>
<p><strong><a href="http://thesuper.deviantart.com/art/Plan-Trees-41007367">Plan Trees</a> (20 shapes)</strong></p>
<p><a href="http://thesuper.deviantart.com/art/Plan-Trees-41007367"><img src="http://hongki.at/images/silhouette-vectors/plan_trees.jpg" alt="plan_trees" width="500" height="303" border="0" /></a></p>
<h3>Sports</h3>
<p><strong><a href="http://all-silhouettes.com/extreme-sport/">Extreme Sport</a> (75 shapes)</strong></p>
<p><a href="http://all-silhouettes.com/extreme-sport/"><img src="http://hongki.at/images/silhouette-vectors/extreme_sport.jpg" alt="extreme_sport" width="500" height="308" border="0" /></a></p>
<p><strong><a href="http://dezignus.com/vector-sport/">Sport Silhouettes</a> (55 shapes)</strong></p>
<p><a href="http://dezignus.com/vector-sport/"><img src="http://hongki.at/images/silhouette-vectors/sport_03.jpg" alt="sport" width="500" height="263" border="0" /></a></p>
<p><strong><a href="http://all-silhouettes.com/sportsmen-athletes-gymnasts/">Sportsmen, Athletes, Gymnasts</a> (60 shapes)</strong></p>
<p><a href="http://all-silhouettes.com/sportsmen-athletes-gymnasts/"><img src="http://hongki.at/images/silhouette-vectors/sportsmen.jpg" width="500" height="308" border="0" /></a></p>
<p><strong><a href="http://www.snap2objects.com/2009/06/30/9-free-sports-vector-silhouettes/">Sports Vectors</a> (9 shapes)</strong></p>
<p><a href="http://www.snap2objects.com/2009/06/30/9-free-sports-vector-silhouettes/"><img src="http://hongki.at/images/silhouette-vectors/sport_01.jpg" alt="sport_01" width="500" height="436" border="0" /></a></p>
<p><strong><a href="http://parka.deviantart.com/art/Soccer-Players-Silhouette-93000804">Soccer Players</a> (120 shapes)</strong></p>
<p><a href="http://parka.deviantart.com/art/Soccer-Players-Silhouette-93000804"><img src="http://hongki.at/images/silhouette-vectors/soccerr_players.jpg" alt="soccerr_players" width="500" height="305" border="0" /></a></p>
<p><strong><a href="http://pharaohking.deviantart.com/art/football-silhouette-brushes-77950647">Football</a> (19 shapes)</strong></p>
<p><a href="http://pharaohking.deviantart.com/art/football-silhouette-brushes-77950647"><img src="http://hongki.at/images/silhouette-vectors/football.jpg" alt="football" width="500" height="250" border="0" /></a></p>
<p><strong><a href="http://all-silhouettes.com/basketballplayers/">Basketball Players</a> (36 shapes)</strong></p>
<p><a href="http://all-silhouettes.com/basketballplayers/"><img src="http://hongki.at/images/silhouette-vectors/basketball_03.jpg" alt="basketball" width="500" height="308" border="0" /></a></p>
<p><strong><a href="http://mariekris.deviantart.com/art/Basketball2-Brushes-104721700">Basketball Pack 01</a> (20 shapes)</strong></p>
<p><a href="http://mariekris.deviantart.com/art/Basketball2-Brushes-104721700"><img src="http://hongki.at/images/silhouette-vectors/basketball.jpg" alt="basketball" width="500" height="376" border="0" /></a></p>
<p><strong><a href="http://mariekris.deviantart.com/art/Basketball1-Brushes-104721862">Basketball Pack 02</a> (15 shapes)</strong></p>
<p><a href="http://mariekris.deviantart.com/art/Basketball1-Brushes-104721862"><img src="http://hongki.at/images/silhouette-vectors/basketball_02.jpg" alt="basketball" width="500" height="368" border="0" /></a></p>
<p><strong><a href="http://all-silhouettes.com/fighting-people/">Fighting People</a> (81 shapes)</strong></p>
<p><a href="http://all-silhouettes.com/fighting-people/"><img src="http://hongki.at/images/silhouette-vectors/fighting_people.jpg" alt="fighting_people" width="500" height="308" border="0" /></a></p>
<p><strong><a href="http://volcleben.deviantart.com/art/Free-Silhouette-Vectors-Surf-105211846">Surfers</a> (8 shapes)</strong></p>
<p><a href="http://volcleben.deviantart.com/art/Free-Silhouette-Vectors-Surf-105211846"><img src="http://hongki.at/images/silhouette-vectors/surfers.jpg" width="500" height="371" border="0" /></a></p>
<p><strong><a href="http://vector4free.com/vectors/id/231">SMD Silhouettes</a> (120 shapes)</strong></p>
<p><a href="http://vector4free.com/vectors/id/231"><img src="http://hongki.at/images/silhouette-vectors/smd.jpg" alt="smd" width="500" height="366" border="0" /></a></p>
<p><strong><a href="http://www.vecteezy.com/vf/668-Paintball-silhouettes">Paintball Silhouettes</a> (11 shapes)</strong></p>
<p><a href="http://www.vecteezy.com/vf/668-Paintball-silhouettes"><img src="http://hongki.at/images/silhouette-vectors/paintball.jpg" alt="paintball" width="500" height="365" border="0" /></a></p>
<p><strong><a href="http://www.vecteezy.com/vf/139-Sports-silhouettes">Sports Silhouettes</a> (11 shapes)</strong></p>
<p><a href="http://www.vecteezy.com/vf/139-Sports-silhouettes"><img src="http://hongki.at/images/silhouette-vectors/sport_02.jpg" alt="sport_02" width="500" height="733" border="0" /></a></p>
<h3>Other Shapes</h3>
<p><strong><a href="http://www.vecteezy.com/vf/615-10-trasportation-silhouettes">Transportation</a> (10 shapes)</strong></p>
<p><a href="http://www.vecteezy.com/vf/615-10-trasportation-silhouettes"><img src="http://hongki.at/images/silhouette-vectors/transportation.jpg" alt="transportation" width="500" height="374" border="0" /></a></p>
<p><strong><a href="http://lukeroberts.deviantart.com/art/Custom-Shapes-Aircraft-30485440">Aircraft</a> (21 shapes)</strong></p>
<p><a href="http://lukeroberts.deviantart.com/art/Custom-Shapes-Aircraft-30485440"><img src="http://hongki.at/images/silhouette-vectors/aircraft.jpg" alt="aircraft" width="500" height="354" border="0" /></a></p>
<p><strong><a href="http://jackroberts.deviantart.com/art/Custom-Shapes-WW2-Planes-30807843">Plane Shapes</a> (10 shapes)</strong></p>
<p><a href="http://jackroberts.deviantart.com/art/Custom-Shapes-WW2-Planes-30807843"><img src="http://hongki.at/images/silhouette-vectors/plane_shapes.jpg" alt="plane_shapes" width="500" height="375" border="0" /></a></p>
<p><strong><a href="http://lukeroberts.deviantart.com/art/Custom-Shapes-Maritime-43139041">Maritime</a> (27 shapes)</strong></p>
<p><a href="http://lukeroberts.deviantart.com/art/Custom-Shapes-Maritime-43139041"><img src="http://hongki.at/images/silhouette-vectors/maritime.jpg" width="500" height="356" border="0" /></a></p>
<p><strong><a href="http://dezignus.com/istanbul/">Istanbul Cityscape</a> (27 shapes)</strong></p>
<p><a href="http://dezignus.com/istanbul/"><img src="http://hongki.at/images/silhouette-vectors/istanbul.jpg" width="500" height="99" border="0" /></a></p>
<p><strong><a href="http://vector4free.com/vectors/id/100">Skyline US NewYork City Vectors</a> (12 shapes)</strong></p>
<p><a href="http://vector4free.com/vectors/id/100"><img src="http://hongki.at/images/silhouette-vectors/newyork_city.jpg" alt="newyork_city" width="500" height="600" border="0" /></a></p>
<p><strong><a href="http://vector4free.com/vectors/id/278">Buildings</a> (5 shapes)</strong></p>
<p><a href="http://vector4free.com/vectors/id/278"><img src="http://hongki.at/images/silhouette-vectors/buildings.jpg" alt="buildings" width="500" height="299" border="0" /></a></p>
<p><strong><a href="http://lukeroberts.deviantart.com/art/Photoshop-Shapes-World-Map-22233322">World Map</a> (5 shapes)</strong></p>
<p><a href="http://lukeroberts.deviantart.com/art/Photoshop-Shapes-World-Map-22233322"><img src="http://hongki.at/images/silhouette-vectors/world_map.jpg" alt="world_map" width="500" height="258" border="0" /></a></p>
<p><strong><a href="http://www.vecteezy.com/vf/691-Gun-Silhouettes">Gun Silhouettes</a> (6 shapes)</strong></p>
<p><a href="http://www.vecteezy.com/vf/691-Gun-Silhouettes"><img src="http://hongki.at/images/silhouette-vectors/guns.jpg" width="500" height="285" border="0" /></a></p>
<p><strong><a href="http://lukeroberts.deviantart.com/art/Custom-Shapes-Guns-Updated-19065883">Guns</a> (33 shapes)</strong></p>
<p><a href="http://lukeroberts.deviantart.com/art/Custom-Shapes-Guns-Updated-19065883"><img src="http://hongki.at/images/silhouette-vectors/guns_02.jpg" alt="guns" width="500" height="356" border="0" /></a></p>
<p><strong><a href="http://biglew.deviantart.com/art/iLoveWeapons-54048546">Weapons</a> (12 shapes)</strong></p>
<p><a href="http://biglew.deviantart.com/art/iLoveWeapons-54048546"><img src="http://hongki.at/images/silhouette-vectors/weapons.jpg" alt="weapons" width="500" height="285" border="0" /></a></p>
<p><strong><a href="http://all-silhouettes.com/vector-snowflakes/">Snowflakes</a> (50 shapes)</strong></p>
<p><a href="http://all-silhouettes.com/vector-snowflakes/"><img src="http://hongki.at/images/silhouette-vectors/snowflakes.jpg" alt="snowflakes" width="500" height="308" border="0" /></a></p>
<p><strong><a href="http://all-silhouettes.com/vectormusicinstruments/">Music Instruments</a> (85 shapes)</strong></p>
<p><a href="http://all-silhouettes.com/vectormusicinstruments/"><img src="http://hongki.at/images/silhouette-vectors/music_instruments.jpg" width="500" height="308" border="0" /></a></p>
<p><strong><a href="http://all-silhouettes.com/iranian-calligraphy/">Iranian Calligraphy</a> (36 shapes)</strong></p>
<p><a href="http://all-silhouettes.com/iranian-calligraphy/"><img src="http://hongki.at/images/silhouette-vectors/iranian_calligraphy.jpg" alt="iranian_calligraphy" width="500" height="308" border="0" /></a></p>
<p><strong><a href="http://keepwaiting.deviantart.com/art/Africa-Vector-Pack-119069561">Africa Vector Pack</a> (15 shapes)</strong></p>
<p><a href="http://keepwaiting.deviantart.com/art/Africa-Vector-Pack-119069561"><img src="http://hongki.at/images/silhouette-vectors/africa.jpg" alt="africa" width="500" height="377" border="0" /></a></p>
<p><strong><a href="http://vector4free.com/vectors/id/229">Shoe Vectors Silhouettes</a> (12 shapes)</strong></p>
<p><a href="http://vector4free.com/vectors/id/229"><img src="http://hongki.at/images/silhouette-vectors/shoes.jpg" alt="shoes" width="500" height="646" border="0" /></a></p>
<p><strong><a href="http://vector4free.com/vectors/id/273">Kitchen Appliances Silhouettes</a> (22 shapes)</strong></p>
<p><a href="http://vector4free.com/vectors/id/273"><img src="http://hongki.at/images/silhouette-vectors/kitchen.jpg" alt="Kitchen Appliances" width="500" height="386" border="0" /></a></p>
<p><!--INFOLINKS_ON--><br />
<script type="text/javascript">
digg_url = 'http://digg.com/design/85_Free_High_Quality_Silhouette_Sets_PICS';
</script><br />
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hongkiat.com/blog/85-free-high-quality-silhouette-sets/feed/</wfw:commentRss>
		<slash:comments>128</slash:comments>
		</item>
		<item>
		<title>Drop-Down Menu: 30+ Useful Scripts to Enhance Header Navigation</title>
		<link>http://www.hongkiat.com/blog/drop-down-menu-30-free-scripts-to-enhance-header-navigation/</link>
		<comments>http://www.hongkiat.com/blog/drop-down-menu-30-free-scripts-to-enhance-header-navigation/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 13:39:12 +0000</pubDate>
		<dc:creator>hongkiat</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[drop-down]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[pull-down]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.hongkiat.com/blog/?p=4833</guid>
		<description><![CDATA[

Drop-down menu (also known as pull-down menu) is an essential in most web design. It plays important role in the creation of an effective and user friendly website. It&#8217;s a good solution to trim down long menu that is overwhelming the screen space, getting them to display in a more organize category-sub category pattern. 
In [...]]]></description>
			<content:encoded><![CDATA[<p><!--INFOLINKS_OFF--></p>
<p><img src="http://hongki.at/images/multilevel-dropdown/drop-down-menu.jpg" alt="drop-down menu"/></p>
<p><strong>Drop-down menu</strong> (also known as pull-down menu) is an essential in most web design. It plays important role in the creation of an effective and user friendly website. It&#8217;s a good solution to trim down long menu that is overwhelming the screen space, getting them to display in a more organize category-sub category pattern. </p>
<p>In this article, we&#8217;d like to show you some of the <strong>best drop-down menu scripts</strong> we come to know. These drop-down menu varies from <em>CSS</em> only, <em>CSS &#038; Javascripts</em> and menu that will work with your current Javascript library like <em><a href="http://jquery.com/">jQuery</a></em>, <em><a href="http://mootools.net/">MooTools</a></em> and <em><a href="http://www.prototypejs.org/">Prototype</a></em>. Full list after jump. </p>
<p><span id="more-4833"></span></p>
<p>Here are some related articles we figured you might be interested in:</p>
<ul>
<li><a href="http://www.hongkiat.com/blog/html-table-building-30-beautiful-examples-and-useful-javascripts/">Building HTML Tables</a></li>
<li><a href="http://www.hongkiat.com/blog/27-must-have-starter-kits-for-web-designers/">Starter Kits for Web Designers</a></li>
<li><a href="http://www.hongkiat.com/blog/50-nice-clean-css-tab-based-navigation-scripts/">CSS Tab-Based navigation scripts</a></li>
</ul>
<h3>CSS (Only)</h3>
<p>If you are worried about Javascript disabled on client&#8217;s browser, these css-only drop down menu will not fail you.</p>
<p><strong><a href="http://lwis.net/free-css-drop-down-menu/">CSS Drop-Down Menu Framework</a></strong><br />
  Title says it all. It&#8217;s a framework, released under GNU General Public License. Cross browser compatible, light and easy transformable to mimic a lot of existing drop down menus out there. For example Flickr, Adobe, and MTV.com [<a href="http://lwis.net/free-css-drop-down-menu/dropdown.simple.horizontal.html">Demo</a> | <a href="http://lwis.net/free-css-drop-down-menu/download/free-css-drop-down-menu_v1.0.2.zip">Download</a>]</p>
<p><a href="http://lwis.net/free-css-drop-down-menu/"><img src="http://hongki.at/images/multilevel-dropdown/css-framework.gif" width="400" height="210" alt="css framework"></a></p>
<p><strong><a href="http://www.cssplay.co.uk/menus/final_drop.html">Ultimate CSS only drop-down menu</a></strong><br />
  Also see <a href="http://www.cssplay.co.uk/menus/dd_valid.html">this</a>.</p>
<p><a href="http://www.cssplay.co.uk/menus/final_drop.html"><img src="http://hongki.at/images/multilevel-dropdown/css-menu.gif" width="500" height="237" alt="css menu" /></a></p>
<p><strong><a href="http://www.projectseven.com/tutorials/navigation/auto_hide/">CSS Express Drop-Down Menus</a></strong><br />
  Help you produce a quick (express) CSS drop-down menu without some of the limitations found in some other &quot;pure&quot; CSS menus.</p>
<p><a href="http://www.projectseven.com/tutorials/navigation/auto_hide/"><img src="http://hongki.at/images/multilevel-dropdown/css-express.gif" width="500" height="161" alt="css express" /></a></p>
<p><strong><a href="http://www.mywebstuff.com/css-dropdown.html">Pure CSS Drop Down Menus</a></strong></p>
<p><a href="http://www.mywebstuff.com/css-dropdown.html"><img src="http://hongki.at/images/multilevel-dropdown/mywebstuff.gif" width="400" height="173" /></a></p>
<h3>CSS + Javascripts</h3>
<p>With the help of Javascript, drop down menu are more interactive or at least they get some subtle animation that enhance user experience. CSS on the other hand, make sure the look and feel is easily cuztomizable.</p>
<p><strong><a href="http://www.leigeber.com/2008/11/drop-down-menu/"> JavaScript Dropdown Menu with Multi Levels</a></strong><br />
  This multi-level drop down menu script weighs in at only 1.2 KB. It features animation, active header persistence, easy implementation and multiple instance support. [<a href="http://sandbox.leigeber.com/dropdown-menu/index.html">Demo</a> | <a href="http://sandbox.leigeber.com/dropdown-menu/dropdown-menu.zip">Download</a>]</p>
<p><a href="http://www.leigeber.com/2008/11/drop-down-menu/"><img src="http://hongki.at/images/multilevel-dropdown/leigeber.gif" width="500" height="135" alt="leigeber"></a></p>
<p><strong><a href="http://dynamicdrive.com/dynamicindex1/ddlevelsmenu/index.htm">All Levels Navigational Menu (v2.2)</a></strong><br />
  CSS/ HTML list based menu with support for infinite levels of sub menus. It&#8217;s lightweight and  easy to implement.</p>
<p><a href="http://dynamicdrive.com/dynamicindex1/ddlevelsmenu/index.htm"><img src="http://hongki.at/images/multilevel-dropdown/All-Levels-Navigational-Menu.gif" width="500" height="190" alt="All Levels Navigational Menu" /></a></p>
<p><strong><a href="http://www.stunicholls.com/menu/pro_dropdown_1.html">Professional dropdown</a></strong></p>
<p><a href="http://www.stunicholls.com/menu/pro_dropdown_1.html"><img src="http://hongki.at/images/multilevel-dropdown/Professional-dropdown.gif" width="500" height="203" alt="Professional dropdown" /></a></p>
<p><strong><a href="http://dynamicdrive.com/dynamicindex1/droptabmenu.htm">Drop Down Tabs (5 styles)</a></strong><br />
  Drop Down Tabs is a horizontal CSS tabs menu that supports a second level drop down menu for each of its tabs. Comes in 5 different styles.</p>
<p><a href="http://dynamicdrive.com/dynamicindex1/droptabmenu.htm"><img src="http://hongki.at/images/multilevel-dropdown/five-styles.gif" width="400" height="198" alt="five styles" /></a></p>
<p><strong><a href="http://dynamicdrive.com/dynamicindex1/chrome/index.htm">Chrome CSS Drop Down Menu</a></strong><br />
  Chrome Menu is a CSS and JavaScript hybrid drop down menu. It&#8217;s easy to configure and search engine friendly. The main menu bar consist of a CSS list, while the drop down menus are simply regular DIV tags on page.</p>
<p><a href="http://dynamicdrive.com/dynamicindex1/chrome/index.htm"><img src="http://hongki.at/images/multilevel-dropdown/Chrome-CSS-Drop-Down-Menu.gif" width="400" height="149" alt="chrome css" /></a></p>
<h3>jQuerys</h3>
<p>If you&#8217;ve implemented jQuery Javascript Library on your site, here are some really cool jQuery based drop down menus you should know.</p>
<p><strong><a href="http://www.dynamicdrive.com/dynamicindex1/ddsmoothmenu.htm">Smooth Navigational Menu</a></strong><br />
  Smooth Navigation Menu is a multi level, CSS list based menu powered using jQuery that makes website navigation a smooth affair. Here&#8217;s another similar one &#8211; <a href="http://www.dynamicdrive.com/style/csslibrary/item/jquery_multi_level_css_menu_2/">jQuery Multi Level CSS Menu</a>.</p>
<p><a href="http://www.dynamicdrive.com/dynamicindex1/ddsmoothmenu.htm"><img src="http://hongki.at/images/multilevel-dropdown/Smooth-Navigational-Menu.gif" width="500" height="181" alt="Smooth Navigational Menu"></a></p>
<p><strong><a href="http://users.tpg.com.au/j_birch/plugins/superfish/#sample1">Superfish</a></strong><br />
  Superfish is an enhanced Suckerfish-style menu jQuery plugin that takes an existing pure CSS drop-down menu (so it degrades gracefully without JavaScript). [<a href="http://users.tpg.com.au/j_birch/plugins/superfish/#examples">Demo</a> | <a href="http://users.tpg.com.au/j_birch/plugins/superfish/#download">Download</a>]</p>
<p><a href="http://users.tpg.com.au/j_birch/plugins/superfish/#getting-started"><img src="http://hongki.at/images/multilevel-dropdown/superfish.gif" width="500" height="246" alt="superfish" /></a></p>
<p><strong><a href="http://www.clarklab.net/blog/posts/animated-drop-down-menu-with-jquery/">Animated Drop Down Menu with jQuery</a></strong><br />
  Dropdown with much slicker effect using jQuery and CSS.</p>
<p><a href="http://www.clarklab.net/blog/posts/animated-drop-down-menu-with-jquery/"><img src="http://hongki.at/images/multilevel-dropdown/Animated-Drop-Down-Menu.gif" width="500" height="235" alt="Animated Drop Down Menu with jQuery" /></a></p>
<p><strong><a href="http://onehackoranother.com/projects/jquery/droppy/">Droppy</a></strong><br />
  Quick and dirty nested drop-down menu in the jQuery style.</p>
<p><a href="http://onehackoranother.com/projects/jquery/droppy/"><img src="http://hongki.at/images/multilevel-dropdown/droppy.gif" width="350" height="143" alt="droppy" /></a></p>
<p><strong><a href="http://www.filamentgroup.com/lab/jquery_ipod_style_and_flyout_menus/">Dropdown, iPod Drilldown, and Flyout styles with ARIA Support and ThemeRoller Ready</a></strong><br />
  Menu system, which can be used to create a simple dropdown menu for a single list of options, a flyout menu for a smaller hierarchical list of options. [<a href="http://www.filamentgroup.com/lab/jquery_ipod_style_and_flyout_menus/">Demo</a> | <a href="http://www.filamentgroup.com/examples/menus/fg-menu.zip">Download</a>]</p>
<p><a href="http://www.filamentgroup.com/lab/jquery_ipod_style_and_flyout_menus/"><img src="http://hongki.at/images/multilevel-dropdown/drilldown.gif" width="500" height="360" alt="ipod drilldown" /></a></p>
<p><strong><a href="http://www.sitepoint.com/blogs/2009/03/31/make-a-mega-drop-down-menu-with-jquery/">Mega Drop-Down Menu</a></strong><br />
  A drop down menu that holds more than just new line of links. It also makes group links and make nagivation much easier! [<a href="http://www.sitepoint.com/examples/megadropdowns/completed.html">Demo</a>]</p>
<p><a href="http://www.sitepoint.com/blogs/2009/03/31/make-a-mega-drop-down-menu-with-jquery/"><img src="http://hongki.at/images/multilevel-dropdown/mega-menu.gif" width="500" height="329" alt="mega menu" /></a></p>
<p><strong><a href="http://www.open-lab.com/mb.ideas/index.html#mbMenu">(mb)Menu</a></strong><br />
  Powerful jQuery component to build easily a multilevel tree menu or a contextual menu (right click) in an intuitive way. [<a href="http://www.open-lab.com/mb.ideas/index.html#mbMenu">Demo</a> | <a href="http://mbideasproject.googlecode.com/files/jquery.mbMenu.2.6.zip">Download</a>]</p>
<p><a href="http://www.open-lab.com/mb.ideas/index.html#mbMenu"><img src="http://hongki.at/images/multilevel-dropdown/mbmenu.gif" width="500" height="229" alt="mbmenu" /></a></p>
<p><strong><a href="http://labs.makotokw.com/s/jquery/menu">Simple Drop Down Menu</a></strong></p>
<p><a href="http://labs.makotokw.com/s/jquery/menu"><img src="http://hongki.at/images/multilevel-dropdown/simple-menu.gif" width="500" height="127" alt="simple menu" /></a></p>
<h3>MooTools</h3>
<p><strong><a href="http://www.php-help.ro/mootools-12-javascript-examples/javascript-drop-down-menu-using-mootools-12/">JavaScript drop down menu using Mootools</a></strong><br />
  Easy, unobtrusive way to create a drop down menu with Mootools 1.2. [<a href="http://www.php-help.ro/examples/mootools1.2_drop_down_menu/">Demo</a> | <a href="http://www.php-help.ro/downloads/MooTools+drop+down+menu">Download</a>]</p>
<p><a href="http://www.php-help.ro/mootools-12-javascript-examples/javascript-drop-down-menu-using-mootools-12/"><img src="http://hongki.at/images/multilevel-dropdown/moosimple.gif" width="500" height="122" /></a></p>
<p><strong><a href="http://tools.uvumi.com/dropdown.html">UvumiTools Dropdown Menu</a></strong><br />
  Simple multi-level menu built from an HTML unorderd list, using Mootools Javascript Framework.</p>
<p><a href="http://tools.uvumi.com/dropdown.html"><img src="http://hongki.at/images/multilevel-dropdown/uvumi.gif" width="500" height="171" alt="uvumi" /></a></p>
<p><strong><a href="http://www.atwebresults.com/moo_tools_drop_down_menu/">Unobstrusive Mootool Drop Down Menu</a></strong></p>
<p><a href="http://www.atwebresults.com/moo_tools_drop_down_menu/"><img src="http://hongki.at/images/multilevel-dropdown/atwebresults.gif" width="500" height="222" /></a></p>
<p><strong><a href="http://greengeckodesign.com/?q=menumatic">MenuMatic</a></strong><br />
  MenuMatic takes a sematic ordered or unordered list of links and uses MooTools 1.2 to turn it into a dynamic drop down menu system, with enhanced usability and flair. [<a href="http://greengeckodesign.com/projects/menumatic/examples/horizontal/">Demo</a> | <a href="http://menumatc.googlecode.com/files/MenuMatic_0.68.3.zip">Download</a>]</p>
<p><a href="http://greengeckodesign.com/?q=menumatic"><img src="http://hongki.at/images/multilevel-dropdown/menumatic.gif" width="400" height="178" alt="menumatic" /></a></p>
<h3>Scriptaculous/Prototype</h3>
<p><strong><a href="http://www.wappler.eu/swdropdownmenu/">Dropdown Menu</a></strong><br />
  Based on <a href="http://www.knallgrau.at/code/unordered-list-as-dropdown-menu">Knallgrau Unordered list.</a> Here&#8217;s more similar drop down menu &#8211; <a href="http://www.wappler.eu/dropdownmenu/"><strong>Horizontal dropdown menu</strong></a>, <a href="http://www.flash-free.org/en/2008/04/05/e24tabmenu-%E2%80%93-menu-desplegable-ajax/"><strong>e24TabMenu</strong></a>.</p>
<p><a href="http://www.wappler.eu/swdropdownmenu/"><img src="http://hongki.at/images/multilevel-dropdown/Dropdownmenu.gif" width="500" height="157" alt="Dropdownmenu" /></a></p>
<h3>Mimics</h3>
<p>Step by step tutorial on how some of the nicest drop down menus are created.</p>
<p><strong><a href="http://css-tricks.com/designing-the-digg-header-how-to-download/">Designing the Digg Header</a></strong><br />
  Step by step tutorial on how to build a drop down menu that really looks like Digg&#8217;s. [<a href="http://css-tricks.com/examples/DiggHeader/">Demo</a> | <a href="http://css-tricks.com/examples/DiggHeader.zip">Download</a>]</p>
<p><a href="http://css-tricks.com/designing-the-digg-header-how-to-download/"><img src="http://hongki.at/images/multilevel-dropdown/digg-alike.gif" width="500" height="247" alt="digg alike"></a></p>
<p><strong><a href="http://woork.blogspot.com/2008/01/simple-css-vertical-menu-digg-like.html">Simple CSS vertical menu Digg-like</a></strong><br />
  Yet another good tutorial to implement a simple vertical menu digg-like using CSS and javascript to show/hide sub-menu. [<a href="http://woork.blogspot.com/2008/01/simple-css-vertical-menu-digg-like.html">Demo</a> | <a href="http://www.box.net/shared/tkyq60ukgo">Download</a>]</p>
<p><a href="http://woork.blogspot.com/2008/01/simple-css-vertical-menu-digg-like.html"><img src="http://hongki.at/images/multilevel-dropdown/Simple-CSS-vertical-menu.gif" width="400" height="135" alt="simple css" /></a></p>
<p><strong><a href="http://hv-designs.co.uk/2009/02/17/sliding-jquery-menu/">Sliding Jquery Menu</a></strong><br />
  How to create a sliding menu button using jquery that looks like Envato&#8217;s TUT+ navigation. [<a href="http://www.hv-designs.co.uk/tutorials/sliding_menu/sliding_menu.html">Demo</a> | <a href="http://www.hv-designs.co.uk/tutorials/sliding_menu/sample.zip">Download</a>]</p>
<p><a href="http://hv-designs.co.uk/2009/02/17/sliding-jquery-menu/"><img src="http://hongki.at/images/multilevel-dropdown/hv.gif" width="500" height="184" alt="hv" /></a></p>
<p><strong><a href="http://www.jankoatwarpspeed.com/post/2009/01/19/Create-Vimeo-like-top-navigation.aspx">Vimeo-like top navigation</a></strong><br />
If you like Vimeo (see it <a href="http://vimeo.com/about">here</a>, top) this Vimeo-alike drop down script is perhaps 99% the same.[<a href="http://www.jankoatwarpspeed.com/examples/vimeo_navigation/">Demo</a> | <a href="http://www.jankoatwarpspeed.com/file.axd?file=2009%2f1%2fvimeo_navigation.zip">Download</a>]</p>
<p><a href="http://www.jankoatwarpspeed.com/post/2009/01/19/Create-Vimeo-like-top-navigation.aspx"><img src="http://hongki.at/images/multilevel-dropdown/vimeo-alike.gif" width="500" height="204" alt="vimeo alike drop down" /></a></p>
<h3>MISC</h3>
<p><strong><a href="http://www.seoadsensethemes.com/wordpress-multi-level-drop-down-menu-using-jquery/">WordPress Multi-Level Drop Down menu using jQuery</a></strong><br />
  A tutorial that helps you build a simple multi-level drop-down menu in your WordPress theme using jQuery&rsquo;s JavaScript library to ensure cross-browser compatibility. <a href="http://wordpress.org/extend/plugins/wordpress-css-drop-down-menu/">Here&#8217;s</a> another <strong>Wordpress plugin</strong> that does the trick too.</p>
<p><a href="http://www.seoadsensethemes.com/wordpress-multi-level-drop-down-menu-using-jquery/"><img src="http://hongki.at/images/multilevel-dropdown/wordpress.gif" width="252" height="117" alt="wordpress" /></a></p>
<p><strong><a href="http://www.izzymenu.com/">izzyMenu</a></strong><br />
  Create professional looking CSS menus for your website online, without writing a single line of code or just use some of the ready made ones.</p>
<p><a href="http://www.izzymenu.com/"><img src="http://hongki.at/images/multilevel-dropdown/izzymenu.gif" width="400" height="243" alt="izzymenu" /></a></p>
<p><strong><a href="http://purecssmenu.com/">PureCSS Menu</a></strong><br />
  Free CSS Drop Down Menu generator </p>
<p><a href="http://purecssmenu.com/"><img src="http://hongki.at/images/multilevel-dropdown/purecss.gif" width="500" height="275" alt="pure css drop down generator" /></a></p>
<p><!--INFOLINKS_ON--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hongkiat.com/blog/drop-down-menu-30-free-scripts-to-enhance-header-navigation/feed/</wfw:commentRss>
		<slash:comments>66</slash:comments>
		</item>
		<item>
		<title>Web Design Tutorials: The Ultimate Roundup</title>
		<link>http://www.hongkiat.com/blog/web-design-tutorials-the-ultimate-roundup/</link>
		<comments>http://www.hongkiat.com/blog/web-design-tutorials-the-ultimate-roundup/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 12:47:40 +0000</pubDate>
		<dc:creator>Kay</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.hongkiat.com/blog/?p=4663</guid>
		<description><![CDATA[
Designing a website has never been easier. These days, you really don&#8217;t have to be attend design courses nor Photoshop workshop to pick up a skills or two; everyone can be self-taught thanks to generous designers who are willing to share their techniques online.
Whether you are looking at creating a personal portfolio, corporate website, blog [...]]]></description>
			<content:encoded><![CDATA[<p><!--INFOLINKS_OFF--></p>
<p>Designing a website has never been easier. These days, you really don&#8217;t have to be attend design courses nor Photoshop workshop to pick up a skills or two; everyone can be self-taught thanks to generous designers who are willing to share their techniques online.</p>
<p>Whether you are looking at creating a personal portfolio, corporate website, blog template or merely a simple personal websites, chances are somewhere out there there’s a Photoshop tutorial with a step to step guide showing you how to turn a blank canvas into a complete layout.</p>
<p>Here’s a round-up of some of <strong>The Best Photoshop tutorials related to website interface design</strong>. Full list after jump.</p>
<h3>Business and Corporate Look</h3>
<p><strong><a href="http://www.grafpedia.com/tutorials/design-trendy-business-finance-layout">Trendy Business and Finance Layout</a></strong><br/>Whether you are a single entrepreneur involved in financing and accounting or a member of school of business, you will definitely love the following layout.</p>
<p><a href="http://www.grafpedia.com/tutorials/design-trendy-business-finance-layout"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/trendy_business_finance_layout.jpg" alt="trendy_business_finance_layout" width="500" height="468" border="0"></a></p>
<p><strong><a href="http://psdvibe.com/2009/03/15/corporate-business-layout/">Corporate Business Layout</a></strong><a href="http://psdvibe.com/2009/03/15/corporate-business-layout/"></a><br/>Make a clean corporate style layout for your business.</p>
<p><a href="http://psdvibe.com/2009/03/15/corporate-business-layout/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/corporate_business_layout.jpg" alt="corporate_business_layout" width="500" height="396" border="0"></a></p>
<p><span id="more-4663"></span></p>
<p><a href="http://www.grafpedia.com/tutorials/create-web-20-business-layout"><strong>Web 2.0 Business Layout</strong></a><br/>Create a web 2.0 business layout with a lot of empty spaces.</p>
<p><a href="http://www.grafpedia.com/tutorials/create-web-20-business-layout"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/web_20_business_layout.jpg" alt="web_20_business_layout" width="500" height="450" border="0"></a></p>
<p><a href="http://psdtemplate.com/psd-tutorials/create-a-business-psd-layout-in-less-than-10-minutes.html"><strong>Business PSD Layout</strong></a><br/>Create a business PSD layout in less than 10 minutes.</p>
<p><a href="http://psdtemplate.com/psd-tutorials/create-a-business-psd-layout-in-less-than-10-minutes.html"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/business_psd_layout.jpg" alt="business_psd_layout" width="500" height="469" border="0"></a></p>
<p><a href="http://hv-designs.co.uk/2007/10/10/web-design-layout-3-tutorial/"><strong>Web Design Layout</strong></a></p>
<p><a href="http://hv-designs.co.uk/2007/10/10/web-design-layout-3-tutorial/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/web_design_layout.jpg" width="500" height="332" border="0"></a></p>
<p><a href="http://www.grafpedia.com/tutorials/photoshop-tutorial-to-design-a-clean-business-layout"><strong>Clean Business Layout</strong></a><br/>Create a simple and professional website design, a business-themed website template.</p>
<p><a href="http://www.grafpedia.com/tutorials/photoshop-tutorial-to-design-a-clean-business-layout"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/clean_business_layout.jpg" alt="clean_business_layout" width="500" height="468" border="0"></a></p>
<p><strong><a href="http://psdvibe.com/2009/01/20/corporate-wordpress-style-layout/">Corporate WordPress Style Layout</a></strong><a href="http://psdvibe.com/2009/01/20/corporate-wordpress-style-layout/"></a><br/>In this tutorial you will learn how to create a corporate wordpress styled layout.</p>
<p><a href="http://psdvibe.com/2009/01/20/corporate-wordpress-style-layout/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/corporate_layout.jpg" alt="corporate_layout" width="500" height="407" border="0"></a></p>
<p><strong><a href="http://www.grafpedia.com/tutorials/create-business-wordpress-psd-layout">Business WordPress PSD Layout</a></strong><a href="http://www.grafpedia.com/tutorials/create-business-wordpress-psd-layout"></a><br/>Create a nice business Wordpress layout which can be used also for a corporate layout. </p>
<p><a href="http://www.grafpedia.com/tutorials/create-business-wordpress-psd-layout"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/business_wordpress_psd_layout.jpg" alt="business_wordpress_psd_layout" width="500" height="469" border="0"></a></p>
<p><strong><a href="http://www.grafpedia.com/tutorials/create-a-dark-corporate-layout">Dark Corporate Layout</a></strong><a href="http://www.grafpedia.com/tutorials/create-a-dark-corporate-layout"></a><br/>This tutorial will show you how to create a sleek corporate layout and you can use this layout also for any internet business you want.</p>
<p><a href="http://www.grafpedia.com/tutorials/create-a-dark-corporate-layout"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/dark_corporate_layout.jpg" alt="dark_corporate_layout" width="500" height="468" border="0"></a></p>
<p><strong><a href="http://insanelyart.com/tutorial.php?id=78">Business Layout</a></strong><a href="http://insanelyart.com/tutorial.php?id=78"></a></p>
<p><a href="http://insanelyart.com/tutorial.php?id=78"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/business_layout.jpg" alt="business_layout" width="500" height="330" border="0"></a></p>
<p><strong><a href="http://www.grafpedia.com/tutorials/create-professional-dark-web-hosting-layout">Dark Web Hosting Layout</a></strong><a href="http://www.grafpedia.com/tutorials/create-professional-dark-web-hosting-layout"></a><br/>This tutorial will show you how to create a layout for a web hosting company using Adobe Photoshop. </p>
<p><a href="http://www.grafpedia.com/tutorials/create-professional-dark-web-hosting-layout"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/dark_web_hosting_layout.jpg" alt="dark_web_hosting_layout" width="500" height="469" border="0"></a></p>
<p><a href="http://www.talk-mania.com/web-layouts/48852-hosting-web-template.html"><strong>Hosting Web Layout</strong></a><br/>This tutorial will be made for a hosting company.</p>
<p><a href="http://www.talk-mania.com/web-layouts/48852-hosting-web-template.html"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/web_hosting_layout.jpg" alt="web_hosting_layout" width="500" height="506" border="0"></a></p>
<p><strong><a href="http://www.grafpedia.com/tutorials/create-awesome-software-layout">Awesome Software Layout</a></strong><a href="http://www.grafpedia.com/tutorials/create-awesome-software-layout"></a><br/>This tutorial will show you how to create your own software PSD layout.</p>
<p><a href="http://www.grafpedia.com/tutorials/create-awesome-software-layout"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/awesome_software_layout.jpg" alt="awesome_software_layout" width="500" height="468" border="0"></a></p>
<p><a href="http://hv-designs.co.uk/2009/02/02/business-layout-4/"><strong>Sleek Professional Looking Business Layout</strong></a><br/>Create a sleek professional looking business layout.</p>
<p><a href="http://hv-designs.co.uk/2009/02/02/business-layout-4/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/sleek_business_layout.jpg" alt="sleek_business_layout" width="500" height="551" border="0"></a></p>
<p><strong><a href="http://www.grafpedia.com/tutorials/create-ecommerce-web-layout">ECommerce Web Layout</a></strong><a href="http://www.grafpedia.com/tutorials/create-ecommerce-web-layout"></a><br/>In this tutorial you will create a spare parts ecommerce layout. It can  be used for magento, oscommerce, or any e-commerce cms you want.</p>
<p><a href="http://www.grafpedia.com/tutorials/create-ecommerce-web-layout"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/ecommerce_layout.jpg" alt="ecommerce_layout" width="500" height="469" border="0"></a></p>
<p><strong><a href="http://insanelyart.com/tutorial.php?id=167">Arhitecture Bureau Layout</a></strong><a href="http://insanelyart.com/tutorial.php?id=167"></a><br/>This tutorial will show you how to design such a layout<br />
      from scratch.</p>
<p><a href="http://insanelyart.com/tutorial.php?id=167"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/architecture_layout.jpg" alt="architecture_layout" width="500" height="297" border="0"></a></p>
<p><strong><a href="http://hv-designs.co.uk/2009/04/14/business-layout-5-tutorial/">Sleek Business Layout</a></strong><a href="http://hv-designs.co.uk/2009/04/14/business-layout-5-tutorial/"></a><br/>Make a sleek business layout.</p>
<p><a href="http://hv-designs.co.uk/2009/04/14/business-layout-5-tutorial/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/sleek_business_layout_2.jpg" alt="sleek_business_layout" width="500" height="500" border="0"></a></p>
<p><strong><a href="http://www.d-solmedia.com/index.php/Adobe-Photoshop-Tutorials/Real-Estate-Web-Site-Design.html">Real Estate Web Site Design</a></strong><a href="http://www.d-solmedia.com/index.php/Adobe-Photoshop-Tutorials/Real-Estate-Web-Site-Design.html"></a><br/>This real estate website design tutorial will take you through a step  by step process if you offer web design services to your  agents/realtors.</p>
<p><a href="http://www.d-solmedia.com/index.php/Adobe-Photoshop-Tutorials/Real-Estate-Web-Site-Design.html"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/real_estate_design.jpg" alt="real_estate_design" width="500" height="508" border="0"></a></p>
<p><strong><a href="http://hv-designs.co.uk/2008/12/21/business-layout-3/">Simple Clean Business Layout</a></strong><a href="http://hv-designs.co.uk/2008/12/21/business-layout-3/"></a><br/>In this tutorial, it shows you how to make a really simple clean business layout.</p>
<p><a href="http://hv-designs.co.uk/2008/12/21/business-layout-3/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/simple_clean_business_layout.jpg" alt="simple_clean_business_layout" width="500" height="481" border="0"></a></p>
<p><strong><a href="http://hv-designs.co.uk/2008/09/28/business-layout-2/">Professional Business Layout</a></strong><a href="http://hv-designs.co.uk/2008/09/28/business-layout-2/"></a><br/>Create a sleek business layout from scratch.</p>
<p><a href="http://hv-designs.co.uk/2008/09/28/business-layout-2/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/sleek_business_layout_3.jpg" alt="sleek_business_layout" width="500" height="472" border="0"></a></p>
<p><strong><a href="http://psdfan.com/tutorials/designing/design-a-clean-business-layout/">Clean Business Layout</a></strong><a href="http://psdfan.com/tutorials/designing/design-a-clean-business-layout/"></a><br/>For this tutorial the author going to show you how to make a professional, clean business layout. </p>
<p><a href="http://psdfan.com/tutorials/designing/design-a-clean-business-layout/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/clean_business_layout_2.jpg" alt="" width="500" height="500" border="0"></a></p>
<p><strong><a href="http://www.adobetutorialz.com/articles/2556/7/Computer-Store-Web-Layout">Computer Store Web Layout</a></strong><a href="http://www.adobetutorialz.com/articles/2556/7/Computer-Store-Web-Layout"></a><br/>Tutorial on how to create a Web Layout for Computer Store.</p>
<p><a href="http://www.adobetutorialz.com/articles/2556/7/Computer-Store-Web-Layout"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/computer_store_layout.jpg" alt="" width="500" height="464" border="0"></a></p>
<p><strong><a href="http://www.adobetutorialz.com/articles/2751/1/Professional-Web-Layout-for-Business-Solutions">Professional Web Layout for Business</a></strong><a href="http://www.adobetutorialz.com/articles/2751/1/Professional-Web-Layout-for-Business-Solutions"></a><br/>Make a stylish and clean professional layout for your Business Solutions site.</p>
<p><a href="http://www.adobetutorialz.com/articles/2751/1/Professional-Web-Layout-for-Business-Solutions"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/Professional_Web_Layout_Business.jpg" alt="Professional_Web_Layout_Business" width="500" height="517" border="0"></a></p>
<h3>Portfolio Layouts</h3>
<p><strong><a href="http://www.pvmgarage.com/en/2009/06/create-a-nice-web-portfolio-design-with-a-watercolored-background-in-photoshop/">Web Portfolio Design</a></strong><a href="http://www.pvmgarage.com/en/2009/06/create-a-nice-web-portfolio-design-with-a-watercolored-background-in-photoshop/"></a><br/>Tutorial on how to realize a nice Web Portfolio Design with a Watercolored Background using two brush sets, a icon pack and some basic techniques.</p>
<p><a href="http://www.pvmgarage.com/en/2009/06/create-a-nice-web-portfolio-design-with-a-watercolored-background-in-photoshop/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/watercolored_portfolio.jpg" alt="watercolored_portfolio" width="500" height="375" border="0"></a></p>
<p><strong><a href="http://www.grafpedia.com/tutorials/create-awesome-black-portfolio-layout">Black Portfolio Layout</a></strong><a href="http://www.grafpedia.com/tutorials/create-awesome-black-portfolio-layout"></a><br/>The scope of web 2.0 layouts is that users will see faster what you want to offer.</p>
<p><a href="http://www.grafpedia.com/tutorials/create-awesome-black-portfolio-layout"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/black_portfolio_layout.jpg" alt="black_portfolio_layout" width="500" height="469" border="0"></a></p>
<p><strong><a href="http://www.grafpedia.com/tutorials/wordpress-portfolio-layout">WordPress Portfolio Layout</a></strong><a href="http://www.grafpedia.com/tutorials/wordpress-portfolio-layout"></a><br/>This is a portfolio design, but the techniques and strategies used in  this design could be applied elsewhere across the Web as well.</p>
<p><a href="http://www.grafpedia.com/tutorials/wordpress-portfolio-layout"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/wordpress_portfolio_layout.jpg" alt="wordpress_portfolio_layout" width="500" height="469" border="0"></a></p>
<p><strong><a href="http://hv-designs.co.uk/2008/12/05/portfolio-layout-9/">Cool Blue Portfolio Layout</a></strong><a href="http://hv-designs.co.uk/2008/12/05/portfolio-layout-9/"></a><br/>In this tutrial the author will shows you how to create a cool blue portfolio layout.</p>
<p><a href="http://hv-designs.co.uk/2008/12/05/portfolio-layout-9/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/cool_blue_portfolio_layout.jpg" alt="cool_blue_portfolio_layout" width="500" height="484" border="0"></a></p>
<p><strong><a href="http://psdvibe.com/2009/01/26/portfolio-gallery-layout/">Portfolio Gallery Layout</a></strong><a href="http://psdvibe.com/2009/01/26/portfolio-gallery-layout/"></a><br/>In this tutorial you will learn how to create a portfolio styled layout for your design studio gallery.</p>
<p><a href="http://psdvibe.com/2009/01/26/portfolio-gallery-layout/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/portfolio_gallery_layout.jpg" alt="portfolio_gallery_layout" width="500" height="487" border="0"></a></p>
<p><strong><a href="http://www.talk-mania.com/web-layouts/51423-personal-portfolio-layout-vector-style-layout.html">Personal Portfolio Layout</a></strong><a href="http://www.talk-mania.com/web-layouts/51423-personal-portfolio-layout-vector-style-layout.html"></a><br/>Personal portfolio layout with vector style layout. </p>
<p><a href="http://www.talk-mania.com/web-layouts/51423-personal-portfolio-layout-vector-style-layout.html"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/personal_portfolio_layout.jpg" alt="personal_portfolio_layout" width="500" height="435" border="0"></a></p>
<p><strong><a href="http://www.grafpedia.com/tutorials/create-nature-portfolio-layout">Nature Portfolio Layout</a></strong><a href="http://www.grafpedia.com/tutorials/create-nature-portfolio-layout"></a><br/>If you want to start working as a freelancer i suggest you to create an eye catching layout to start properly in your business.</p>
<p><a href="http://www.grafpedia.com/tutorials/create-nature-portfolio-layout"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/nature_portfolio_layout.jpg" alt="nature_portfolio_layout" width="500" height="468" border="0"></a></p>
<p><strong><a href="http://www.grafpedia.com/tutorials/create-dark-portfolio-pixel-layout">Dark Portfolio Pixel Layout</a></strong><a href="http://www.grafpedia.com/tutorials/create-dark-portfolio-pixel-layout"></a><br/>The tutorial will show you the power of patterns applied in web layouts. </p>
<p><a href="http://www.grafpedia.com/tutorials/create-dark-portfolio-pixel-layout"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/dark_portfolio_pixel_layout.jpg" alt="dark_portfolio_pixel_layout" width="500" height="468" border="0"></a></p>
<p><strong><a href="http://www.psdcore.com/tutorials/web-layouts/portfolio-web-layout/">Portfolio Web Layout</a></strong><a href="http://www.psdcore.com/tutorials/web-layouts/portfolio-web-layout/"></a><br/>This tutorial teaches you how to create a portfolio design from scratch to the finish. </p>
<p><a href="http://www.psdcore.com/tutorials/web-layouts/portfolio-web-layout/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/portfolio_web_layout.jpg" alt="portfolio_web_layout" width="500" height="397" border="0"></a></p>
<p><strong><a href="http://www.grafpedia.com/tutorials/sleek-modern-portfolio-layout">Sleek Modern Portfolio Layout</a></strong><a href="http://www.grafpedia.com/tutorials/sleek-modern-portfolio-layout"></a><br/>This clean layout has a nice area for a sideshow, where you can feature your best artwork.</p>
<p><a href="http://www.grafpedia.com/tutorials/sleek-modern-portfolio-layout"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/sleek_modern_portfolio_layout.jpg" alt="" width="500" height="468" border="0"></a></p>
<p><strong><a href="http://www.adobetutorialz.com/articles/2967/1/Making-your-own-portfolio-web-page">Nice Personal Portfolio Web Layout</a></strong><a href="http://www.adobetutorialz.com/articles/2967/1/Making-your-own-portfolio-web-page"></a><br/>In this tutorial you will learn to create nice personal portfolio web page. </p>
<p><a href="http://www.adobetutorialz.com/articles/2967/1/Making-your-own-portfolio-web-page"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/nice_personal_portfolio_layout.jpg" alt="nice_personal_portfolio_layout" width="500" height="491" border="0"></a></p>
<p><strong><a href="http://www.adobetutorialz.com/articles/2931/1/Photography-portfolio">Photography Portfolio Layout</a></strong><a href="http://www.adobetutorialz.com/articles/2931/1/Photography-portfolio"></a><br/>Awesome photography portfolio design with a lot of content boxes and an attractive look. </p>
<p><a href="http://www.adobetutorialz.com/articles/2931/1/Photography-portfolio"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/photography_portfolio.jpg" alt="photography_portfolio" width="500" height="508" border="0"></a></p>
<p><strong><a href="http://www.adobetutorialz.com/articles/2822/1/Portfolio-Web-Layout">Portfolio Web Layout</a></strong><a href="http://www.adobetutorialz.com/articles/2822/1/Portfolio-Web-Layout"></a><br/>Learn how to create a web layout with services, portfolio, careers and others. </p>
<p><a href="http://www.adobetutorialz.com/articles/2822/1/Portfolio-Web-Layout"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/portfolio_web_layout_2.jpg" alt="portfolio_web_layout_2" width="500" height="450" border="0"></a></p>
<p><a href="http://www.blog.spoongraphics.co.uk/tutorials/how-to-build-your-own-single-page-portfolio-website"><strong>Single Page Portfolio Website</strong></a><br/>Produce a single page portfolio concept in Photoshop, constructing  the page in XHTML/CSS and adding some fancy functionality with jQuery.</p>
<p><a href="http://www.blog.spoongraphics.co.uk/tutorials/how-to-build-your-own-single-page-portfolio-website"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/single_page_portfolio.jpg" alt="single_page_portfolio" width="500" height="487" border="0"></a></p>
<p><strong><a href="http://psdfan.com/tutorials/designing/create-a-professional-portfolio-design-in-17-easy-steps/">Professional Portfolio Design</a></strong><a href="http://psdfan.com/tutorials/designing/create-a-professional-portfolio-design-in-17-easy-steps/"></a><br/>This tutorial teaches you how to create a professional looking portfolio design using very basic techniques. </p>
<p><a href="http://psdfan.com/tutorials/designing/create-a-professional-portfolio-design-in-17-easy-steps/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/professional_portfolio_layout.jpg" alt="professional_portfolio_layout" width="500" height="328" border="0"></a></p>
<p><strong><a href="http://hv-designs.co.uk/2008/04/20/portfolio-layout-4/">Black Portfolio Layout</a></strong><a href="http://hv-designs.co.uk/2008/04/20/portfolio-layout-4/"></a></p>
<p><a href="http://hv-designs.co.uk/2008/04/20/portfolio-layout-4/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/black_portfolio_layout_2.jpg" alt="black_portfolio_layout_2" width="500" height="444" border="0"></a></p>
<p><strong><a href="http://hv-designs.co.uk/2008/06/18/portfolio-layout-6/">Dark Green Portfolio Layout</a></strong><a href="http://hv-designs.co.uk/2008/06/18/portfolio-layout-6/"></a></p>
<p><a href="http://hv-designs.co.uk/2008/06/18/portfolio-layout-6/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/dark_green_portfolio_layout.jpg" alt="dark_green_portfolio_layout" width="500" height="500" border="0"></a></p>
<p><strong><a href="http://www.adobetutorialz.com/articles/2939/5/Photo-Portfolio-Web-Page-Layout">Photo Portfolio Web Page Layout</a></strong><a href="http://www.adobetutorialz.com/articles/2939/5/Photo-Portfolio-Web-Page-Layout"></a><br/>This tutorial will show you how to create a clean looking web layout for your portfolio. </p>
<p><a href="http://www.adobetutorialz.com/articles/2939/5/Photo-Portfolio-Web-Page-Layout"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/photo_portfolio.jpg" alt="photo_portfolio" width="500" height="490" border="0"></a></p>
<p><strong><a href="http://www.talk-mania.com/web-layouts/43999-old-paper-layout-great-portfolio-layout.html">Old Paper Portfolio Layout</a></strong><a href="http://www.talk-mania.com/web-layouts/43999-old-paper-layout-great-portfolio-layout.html"></a><br/>This tutorial will show you how easy is to create a great layout with a simple old paper texture image</p>
<p><a href="http://www.talk-mania.com/web-layouts/43999-old-paper-layout-great-portfolio-layout.html"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/old_paper_portfolio_layout.jpg" alt="old_paper_portfolio_layout" width="500" height="507" border="0"></a></p>
<p><strong><a href="http://www.illustrateddesigns.com/articles/2495/1/Designing-Personal-Web-Page-Layout/Page1.html">Personal Portfolio Web Page Layout</a></strong><a href="http://www.illustrateddesigns.com/articles/2495/1/Designing-Personal-Web-Page-Layout/Page1.html"></a></p>
<p><a href="http://www.illustrateddesigns.com/articles/2495/1/Designing-Personal-Web-Page-Layout/Page1.html"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/personal_portfolio_layout_2.jpg" width="500" height="396" border="0"></a></p>
<p><a href="http://www.talk-mania.com/web-layouts/37893-3d-studio-layout-portfolio-layout.html"><strong>3D Studio Portfolio Layout</strong></a><br/>This tutorial will  show you how to create a 3D studio portfolio layout.</p>
<p><a href="http://www.talk-mania.com/web-layouts/37893-3d-studio-layout-portfolio-layout.html"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/3d_studio_portfolio_layout.jpg" alt="3d_studio_portfolio_layout" width="500" height="507" border="0"></a></p>
<p><strong><a href="http://www.grafpedia.com/tutorials/2073">Awesome Portfolio Layout</a></strong><a href="http://www.grafpedia.com/tutorials/2073"></a><br/>You can use this tutorial to create also a professionally blog layout.</p>
<p><a href="http://www.grafpedia.com/tutorials/2073"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/awesome_portfolio_layout.jpg" alt="awesome_portfolio_layout" width="500" height="468" border="0"></a></p>
<p><strong><a href="http://smashingpoint.com/model-portfolio-layout.html">Model Portfolio Layout</a></strong><a href="http://smashingpoint.com/model-portfolio-layout.html"></a><br/>You can use this layout also a personal portfolio layout, a photography layout, or even if you have a design agency. </p>
<p><a href="http://smashingpoint.com/model-portfolio-layout.html"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/model_portfolio_layout.jpg" alt="model_portfolio_layout" width="500" height="507" border="0"></a></p>
<p><strong><a href="http://www.grafpedia.com/tutorials/create-clean-psd-layout-3d">Clean 3D Look Layout</a></strong><a href="http://www.grafpedia.com/tutorials/create-clean-psd-layout-3d"></a><br/>This tutorial will show you how to create a clean layout with a 3D look and you can use this layout for your design portfolio, or you can create also a nice looking wordpress portfolio theme.</p>
<p><a href="http://www.grafpedia.com/tutorials/create-clean-psd-layout-3d"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/clean_3d_look_layout.jpg" alt="clean_3d_look_layout" width="500" height="468" border="0"></a></p>
<p><strong><a href="http://www.adobetutorialz.com/articles/2896/8/Online-Photo-Portfolio">Online Photo Portfolio Layout</a></strong><a href="http://www.adobetutorialz.com/articles/2896/8/Online-Photo-Portfolio"></a><br/>This tutorial will show you how to create a clean looking layout for your portfolio. </p>
<p><a href="http://www.adobetutorialz.com/articles/2896/8/Online-Photo-Portfolio"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/photo_portfolio_2.jpg" alt="photo_portfolio_2" width="500" height="497" border="0"></a></p>
<h3>Blog Templates</h3>
<p><strong><a href="http://psdvibe.com/2009/06/22/creating-a-tech-blog-layout-in-adobe-photoshop/">Tech Blog Layout</a></strong><a href="http://psdvibe.com/2009/06/22/creating-a-tech-blog-layout-in-adobe-photoshop/"></a><br/>In this tutorial, you&#8217;ll learn how to design a premium blog layout in Adobe Photoshop, from A to Z.</p>
<p><a href="http://psdvibe.com/2009/06/22/creating-a-tech-blog-layout-in-adobe-photoshop/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/tech_blog_layout.jpg" alt="tech_blog_layout" width="500" height="469" border="0"></a></p>
<p><strong><a href="http://psdvibe.com/2009/06/01/create-a-modern-blog-layout/">Modern Blog Layout</a></strong><a href="http://psdvibe.com/2009/06/01/create-a-modern-blog-layout/"></a><br/>In this tutorial, you&#8217;ll learn to create a modern, clean and classy blog layout in Adobe Photoshop using some basic techniques.</p>
<p><a href="http://psdvibe.com/2009/06/01/create-a-modern-blog-layout/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/modern_blog_layout.jpg" alt="modern_blog_layout" width="500" height="500" border="0"></a></p>
<p><strong><a href="http://psdvibe.com/2009/04/12/watercolored-design-studio-blog-layout/">Watercolored Design Studio Blog Layout</a></strong><a href="http://psdvibe.com/2009/04/12/watercolored-design-studio-blog-layout/"></a><br/>In this tutorial you will learn how to make a clean and simple watercolor design studio layout for a blog.</p>
<p><a href="http://psdvibe.com/2009/04/12/watercolored-design-studio-blog-layout/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/watercolored_blog_layout.jpg" alt="watercolored_blog_layout" width="500" height="537" border="0"></a></p>
<p><strong><a href="http://psdvibe.com/2009/02/11/tutorial-site-blog-design/">Tutorial Site Blog Design</a></strong><a href="http://psdvibe.com/2009/02/11/tutorial-site-blog-design/"></a><br/>In this tutorial you will learn how to make a sleek, and professional tutorial blog. </p>
<p><a href="http://psdvibe.com/2009/02/11/tutorial-site-blog-design/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/tutorial_site_blog_design.jpg" alt="tutorial_site_blog_design" width="500" height="487" border="0"></a></p>
<p><strong><a href="http://psdvibe.com/2009/02/03/simple-2-column-blog-layout/">Simple 2 Column Blog Layout</a></strong><a href="http://psdvibe.com/2009/02/03/simple-2-column-blog-layout/"></a><br/>In this tutorial you will learn how to create a simple 2 column blog  layout using Photoshop similar to the one used for PSDVIBE. </p>
<p><a href="http://psdvibe.com/2009/02/03/simple-2-column-blog-layout/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/2_column_blog_layout.jpg" alt="2_column_blog_layout" width="500" height="487" border="0"></a></p>
<p><strong><a href="http://psdvibe.com/2009/03/22/myblues-wordpress-style-layout/">Myblues WordPress Style Layout</a></strong><a href="http://psdvibe.com/2009/03/22/myblues-wordpress-style-layout/"></a><br/>In this tutorial you will learn how to make a very sleek and stylish blue WordPress style bloging layout. </p>
<p><a href="http://psdvibe.com/2009/03/22/myblues-wordpress-style-layout/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/myblues_wordpress_style_layout.jpg" alt="myblues_wordpress_style_layout" width="500" height="487" border="0"></a></p>
<p><strong><a href="http://psdtemplate.com/psd-tutorials/make-an-elegant-blog-layout-in-photoshop.html">Elegant Blog Layout</a></strong><a href="http://psdtemplate.com/psd-tutorials/make-an-elegant-blog-layout-in-photoshop.html"></a><br/>Make an elegant blog layout in Photoshop.</p>
<p><a href="http://psdtemplate.com/psd-tutorials/make-an-elegant-blog-layout-in-photoshop.html"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/elegant_blog_layout.jpg" alt="elegant_blog_layout" width="500" height="392" border="0"></a></p>
<p><strong><a href="http://hv-designs.co.uk/2009/04/10/simplistic-video-blog-layout/">Simplistic Video Blog Layout</a></strong><a href="http://hv-designs.co.uk/2009/04/10/simplistic-video-blog-layout/"></a><br/>Tutorial on how to make a nice simplistic layout.</p>
<p><a href="http://hv-designs.co.uk/2009/04/10/simplistic-video-blog-layout/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/video_blog_layout.jpg" alt="video_blog_layout" width="500" height="667" border="0"></a></p>
<p><strong><a href="http://psdfan.com/tutorials/designing/making-the-clean-grunge-blog-design/">Clean Grunge Blog Design</a></strong><a href="http://psdfan.com/tutorials/designing/making-the-clean-grunge-blog-design/"></a><br/>This tutorial will cover the steps of designing the Clean Grunge blog design from scratch. It also discusses the techniques and styles of this kind of web design.</p>
<p><a href="http://psdfan.com/tutorials/designing/making-the-clean-grunge-blog-design/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/clean_grunge_blog_design.jpg" alt="clean_grunge_blog_design" width="500" height="397" border="0"></a></p>
<p><strong><a href="http://www.grafpedia.com/tutorials/design-premium-wordpress-blog-photoshop">Premium WordPress Blog Layout</a></strong><a href="http://www.grafpedia.com/tutorials/design-premium-wordpress-blog-photoshop"></a><br/>This tutorial will show you how to create another premium wordpress layout  with a special area where you can feature your e-book or your digital  downloads.</p>
<p><a href="http://www.grafpedia.com/tutorials/design-premium-wordpress-blog-photoshop"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/premium_wordpress_blog_layout.jpg" alt="premium_wordpress_blog_layout" width="500" height="534" border="0"></a></p>
<p><strong><a href="http://www.grafpedia.com/tutorials/design-a-clean-blog-theme-in-photoshop">Creative Clean Blog Design</a></strong><a href="http://www.grafpedia.com/tutorials/design-a-clean-blog-theme-in-photoshop"></a><br/>This tutorial will show you how to create a simple yet very nice  looking layout in Photoshop. You can use it as a wordpress theme for a  corporate business, or you can use it as a standalone website.&nbsp;</p>
<p><a href="http://www.grafpedia.com/tutorials/design-a-clean-blog-theme-in-photoshop"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/creative_clean_blog.jpg" alt="creative_clean_blog" width="500" height="468" border="0"></a></p>
<p><strong><a href="http://www.grafpedia.com/tutorials/create-type-layout-photoshop">3D Blog Layout</a></strong><a href="http://www.grafpedia.com/tutorials/create-type-layout-photoshop"></a><br/>This tutorial will show you how to create another type of layout to be different from what you see all the time.</p>
<p><a href="http://www.grafpedia.com/tutorials/create-type-layout-photoshop"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/3d_blog_layout.jpg" alt="3d_blog_layout" width="500" height="468" border="0"></a></p>
<p><strong><a href="http://psdthemes.com/tutorial-content-581-rocknrolla-personal-blog-design-tutorial.html">RocknRolla Blog Design</a></strong><a href="http://psdthemes.com/tutorial-content-581-rocknrolla-personal-blog-design-tutorial.html"></a></p>
<p><a href="http://psdthemes.com/tutorial-content-581-rocknrolla-personal-blog-design-tutorial.html"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/rocknroll_blog_design.jpg" alt="rocknroll_blog_design" width="500" height="342" border="0"></a></p>
<p><strong><a href="http://psdvibe.com/2009/03/02/greenpress-wordpress-theme-design/">GreenPress WordPress Theme Design</a></strong><a href="http://psdvibe.com/2009/03/02/greenpress-wordpress-theme-design/"></a><br/>In this tutorial you will learn how to make a simple and clean wordpress style theme called GreenPress.</p>
<p><a href="http://psdvibe.com/2009/03/02/greenpress-wordpress-theme-design/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/greenpress_wordpress_layout.jpg" alt="greenpress_wordpress_layout" width="500" height="344" border="0"></a></p>
<p><strong><a href="http://psdvibe.com/2009/02/08/chocolate-pro-wordpress-style-layout/">Chocolate Pro WordPress Style Layout</a></strong><a href="http://psdvibe.com/2009/02/08/chocolate-pro-wordpress-style-layout/"></a><br/>In this tutorial you will learn how to create a brown chocolate WordPress style layout that is very professional. </p>
<p><a href="URL"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/chocolate_pro_wordpress_layout.jpg" alt="chocolate_pro_wordpress_layout" width="500" height="365" border="0"></a></p>
<p><strong><a href="http://rynep.com/tut003.html">Smooth Blog Layout</a></strong><a href="http://rynep.com/tut003.html"></a><br/>Create a clean blog layout from scratch in this tutorial.</p>
<p><a href="http://rynep.com/tut003.html"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/smooth_blog_layout.jpg" alt="smooth_blog_layout" width="500" height="185" border="0"></a></p>
<p><strong><a href="http://hv-designs.co.uk/2009/07/02/wordpress-layout-5/">AquaPress WordPress Layout</a></strong><a href="http://hv-designs.co.uk/2009/07/02/wordpress-layout-5/"></a><br/>In this tutorial you&rsquo;ll be creating a wordpress mockup layout with some 3D elements to it.</p>
<p><a href="http://hv-designs.co.uk/2009/07/02/wordpress-layout-5/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/aquapress_wordpress_layout.jpg" alt="aquapress_wordpress_layout" width="500" height="401" border="0"></a></p>
<p><strong><a href="http://hv-designs.co.uk/2008/12/18/wordpress-layout-3/">MyWordPress Theme Layout</a></strong><a href="http://hv-designs.co.uk/2008/12/18/wordpress-layout-3/"></a><br/>This tutorial will show you how to create a simple mockup version of a wordpress template.</p>
<p><a href="http://hv-designs.co.uk/2008/12/18/wordpress-layout-3/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/mywordpress_theme_layout.jpg" alt="mywordpress_theme_layout" width="500" height="325" border="0"></a></p>
<p><strong><a href="http://hv-designs.co.uk/2009/02/08/wordpress-layout-4-tutorial/">Efficient WordPress Layout</a></strong><a href="http://hv-designs.co.uk/2009/02/08/wordpress-layout-4-tutorial/"></a><br/>This tutorial will show you how to create an efficient wordpress mockup layout in photoshop.</p>
<p><a href="http://hv-designs.co.uk/2009/02/08/wordpress-layout-4-tutorial/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/efficient_wordpress-layout.jpg" alt="efficient_wordpress-layout" width="500" height="322" border="0"></a></p>
<p><strong><a href="http://www.grafpedia.com/tutorials/design-wordpress-theme-photoshop">WordPress Theme Layout</a></strong><a href="http://www.grafpedia.com/tutorials/design-wordpress-theme-photoshop"></a><br/>This tutorial will show you how to create another wordpress layout with Photoshop. The design is very simple and I you can use this layout also for a clean corporate layout, or even for a business template.</p>
<p><a href="http://www.grafpedia.com/tutorials/design-wordpress-theme-photoshop"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/wordpress_theme_layout_2.jpg" alt="wordpress_theme_layout_2" width="500" height="468" border="0"></a></p>
<p><strong><a href="http://designreviver.com/tutorials/premium-wordpress-theme-design-part-1-the-photoshop-mock-up/">Premium WordPress Theme Design</a></strong><a href="http://designreviver.com/tutorials/premium-wordpress-theme-design-part-1-the-photoshop-mock-up/"></a><br/>This tutorial will show you how to design a modern web interface from scratch using Photoshop and stock pictures.</p>
<p><a href="http://designreviver.com/tutorials/premium-wordpress-theme-design-part-1-the-photoshop-mock-up/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/premium_wordpress_layout_2.jpg" alt="premium_wordpress_layout_2" width="500" height="540" border="0"></a></p>
<h3>Grunged &amp; Textured Design </h3>
<p><strong><a href="http://sixrevisions.com/tutorials/photoshop-tutorials/how-to-create-a-grunge-web-design-using-photoshop/">Grunge-Themed Web Layout</a></strong><a href="http://sixrevisions.com/tutorials/photoshop-tutorials/how-to-create-a-grunge-web-design-using-photoshop/"></a><br/>In this step-by-step web design tutorial, you will learn how to craft a beautiful and eye-grabbing grunge-themed web layout using Photoshop. </p>
<p><a href="http://sixrevisions.com/tutorials/photoshop-tutorials/how-to-create-a-grunge-web-design-using-photoshop/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/grunge_theme_web_layout.jpg" alt="grunge_theme_web_layout" width="500" height="484" border="0"></a></p>
<p><strong><a href="http://psd.tutsplus.com/tutorials/interface-tutorials/design-a-cartoon-grunge-website-layout/">Cartoon Grunge Web Site Layout</a></strong><br/>Learn how to add a worn look that works well with cartoon-style graphics.</p>
<p><a href="http://psd.tutsplus.com/tutorials/interface-tutorials/design-a-cartoon-grunge-website-layout/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/cartoon_grunge_layout.jpg" alt="cartoon_grunge_layout" width="500" height="354" border="0"></a></p>
<p><strong><a href="http://www.grafpedia.com/tutorials/create-a-grunge-photographer-layout">Grunge Photographer Layout</a></strong><a href="http://www.grafpedia.com/tutorials/create-a-grunge-photographer-layout"></a><br/>This tutorial will show you how to create a grunge layout for a photographer. This layout can be used also for a portfolio layout.</p>
<p><a href="http://www.grafpedia.com/tutorials/create-a-grunge-photographer-layout"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/grunge_photographer_layout.jpg" alt="grunge_photographer_layout" width="500" height="468" border="0"></a></p>
<p><strong><a href="http://psd.tutsplus.com/tutorials/interface-tutorials/how-to-create-a-grunge-web-design-in-photoshop/">Grunge Web Design</a></strong><a href="http://psd.tutsplus.com/tutorials/interface-tutorials/how-to-create-a-grunge-web-design-in-photoshop/"></a><br/>This tutorial will show you how to create a complete grunge home page design. </p>
<p><a href="http://psd.tutsplus.com/tutorials/interface-tutorials/how-to-create-a-grunge-web-design-in-photoshop/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/grunge_web_layout.jpg" alt="grunge_web_layout" width="500" height="501" border="0"></a></p>
<p><strong><a href="http://sixrevisions.com/tutorials/photoshop-tutorials/how-to-create-a-sleek-and-textured-web-layout-in-photoshop/">Sleek and Textured Web Layout</a></strong><a href="http://sixrevisions.com/tutorials/photoshop-tutorials/how-to-create-a-sleek-and-textured-web-layout-in-photoshop/"></a><br/>In this Photoshop web design tutorial, you&#8217;ll learn how to create a full web page layout that combines the sleek and textured look-and-feel using a combination of beginning to intermediate Adobe Photoshop techniques.</p>
<p><a href="http://sixrevisions.com/tutorials/photoshop-tutorials/how-to-create-a-sleek-and-textured-web-layout-in-photoshop/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/sleek_textured_layout.jpg" alt="sleek_textured_layout" width="500" height="513" border="0" /></a></p>
<p><strong><a href="http://www.grafpedia.com/tutorials/design-a-realistic-website-layout-in-photoshop">Realistic Website Layout</a></strong><a href="http://www.grafpedia.com/tutorials/design-a-realistic-website-layout-in-photoshop"></a><br/>This tutorial will show you one more time how powerful are stock images and textures. </p>
<p><a href="http://www.grafpedia.com/tutorials/design-a-realistic-website-layout-in-photoshop"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/realistic_website_layout.jpg" alt="realistic_website_layout" width="500" height="468" border="0"></a></p>
<p><strong><a href="http://www.talk-mania.com/web-layouts/43769-vector-layout-grunge-vector-layout.html">Grunge Vector Layout</a></strong><a href="http://www.talk-mania.com/web-layouts/43769-vector-layout-grunge-vector-layout.html"></a><br/>This tutorial will show you how to create a vector style layout with a nice grunge effect.</p>
<p><a href="http://www.talk-mania.com/web-layouts/43769-vector-layout-grunge-vector-layout.html"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/grunge_vector_layout.jpg" alt="grunge_vector_layout" width="500" height="507" border="0"></a></p>
<p><strong><a href="http://psd.tutsplus.com/tutorials/interface-tutorials/photoshop-paper-texture-from-scratch-then-create-a-grungy-web-design-with-it/">Paper Texture and Grungy Web Design</a></strong><a href="http://psd.tutsplus.com/tutorials/interface-tutorials/photoshop-paper-texture-from-scratch-then-create-a-grungy-web-design-with-it/"></a><br/>Tutorial on creating a simple paper texture from scratch in Photoshop  then marrying it with a web layout to create a neat design.</p>
<p><a href="http://psd.tutsplus.com/tutorials/interface-tutorials/photoshop-paper-texture-from-scratch-then-create-a-grungy-web-design-with-it/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/paper_texture_grungy_web_design.jpg" alt="paper_texture_grungy_web_design" width="500" height="370" border="0"></a></p>
<p><strong><a href="http://www.grafpedia.com/tutorials/creating-amazing-layout-textures">Amazing Textured Layout</a></strong><a href="http://www.grafpedia.com/tutorials/creating-amazing-layout-textures"></a><br/>This tutorial will show you how to create an amazing layout using a simple texture, and some layer styles.&nbsp;</p>
<p><a href="http://www.grafpedia.com/tutorials/creating-amazing-layout-textures"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/amazing_textured_layout.jpg" alt="amazing_textured_layout" width="500" height="468" border="0"></a></p>
<p><strong><a href="http://sixrevisions.com/tutorials/photoshop-tutorials/how-to-create-a-worn-paper-web-layout-using-photoshop/">Worn Paper Web Layout</a></strong><a href="http://sixrevisions.com/tutorials/photoshop-tutorials/how-to-create-a-worn-paper-web-layout-using-photoshop/"></a><br/>In this tutorial, you&#8217;ll learn how to create a textured &#8220;worn paper&#8221; web design theme using some basic Photoshop techniques.</p>
<p><a href="http://sixrevisions.com/tutorials/photoshop-tutorials/how-to-create-a-worn-paper-web-layout-using-photoshop/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/worn_paper_layout.jpg" alt="worn_paper_layout" width="500" height="513" border="0"></a></p>
<h3>Web 2.0 Style</h3>
<p><strong><a href="http://sixrevisions.com/tutorials/photoshop-tutorials/how-to-create-a-clean-web-20-style-web-design-in-photoshop/">Clean Web 2.0 Style Design</a></strong><a href="http://sixrevisions.com/tutorials/photoshop-tutorials/how-to-create-a-clean-web-20-style-web-design-in-photoshop/"></a><br/>In this Photoshop web design tutorial, you&#8217;ll learn, step-by-step, how to create a stunning and clean web layout.</p>
<p><a href="http://sixrevisions.com/tutorials/photoshop-tutorials/how-to-create-a-clean-web-20-style-web-design-in-photoshop/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/clean_web_20.jpg" alt="clean_web_20" width="500" height="438" border="0"></a></p>
<p><strong><a href="http://psdvibe.com/2009/06/08/create-a-web-20-layout-in-photoshop/">Web 2.0 Layout</a></strong><a href="http://psdvibe.com/2009/06/08/create-a-web-20-layout-in-photoshop/"></a><br/>In this tutorial, you&rsquo;ll learn how to create a very fancy &ldquo;Web 2.0&Prime; website layout in Adobe Photoshop using beginners skills.</p>
<p><a href="http://psdvibe.com/2009/06/08/create-a-web-20-layout-in-photoshop/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/web_20_layout.jpg" alt="web_20_layout" width="500" height="400" border="0"></a></p>
<p><strong><a href="http://www.psdcore.com/tutorials/web-layouts/modern-web-20-web-layout/">Modern Web 2.0 Layout</a></strong><a href="http://www.psdcore.com/tutorials/web-layouts/modern-web-20-web-layout/"></a><br/>This tutorial is going to teach you how to create a modern web 2.0 styled web layout from scratch.</p>
<p><a href="http://www.psdcore.com/tutorials/web-layouts/modern-web-20-web-layout/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/modern_web20_layout.jpg" alt="modern_web20_layout" width="500" height="350" border="0"></a></p>
<h3>Gaming Sites</h3>
<p><strong><a href="http://hv-designs.co.uk/2008/10/30/gaming-layout-3/">Gaming Layout</a></strong><a href="http://hv-designs.co.uk/2008/10/30/gaming-layout-3/"></a></p>
<p><a href="http://hv-designs.co.uk/2008/10/30/gaming-layout-3/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/gamespot_layout_3.jpg" width="500" height="456" border="0"></a></p>
<p><strong><a href="http://www.grafpedia.com/tutorials/create-game-layout-clan-layout">Clan Layout</a></strong><a href="http://www.grafpedia.com/tutorials/create-game-layout-clan-layout"></a><br/>In this tutorial you will learn how to create a nice looking game layout, or a clan layout.</p>
<p><a href="http://www.grafpedia.com/tutorials/create-game-layout-clan-layout"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/clan_layout.jpg" alt="clan_layout" width="500" height="468" border="0"></a></p>
<p><strong><a href="http://hv-designs.co.uk/2008/12/15/gaming-layout-4/">Gaming Layout</a></strong><a href="http://hv-designs.co.uk/2008/12/15/gaming-layout-4/"></a><br/>Tutorial on how to create stylish web2.0 style gaming layout from scratch using photoshop CS3.</p>
<p><a href="http://hv-designs.co.uk/2008/12/15/gaming-layout-4/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/gaming_layout.jpg" alt="gaming_layout" width="500" height="404" border="0"></a></p>
<p><strong><a href="http://monstertuts.com/recreate-gamespots-website-layout/">GameSpots Website Layout</a></strong><a href="http://monstertuts.com/recreate-gamespots-website-layout/"></a><br/>This tutorial will be showing you how to create a web layout much similar to the famous gamespot.com design in Adobe Photoshop.</p>
<p><a href="http://monstertuts.com/recreate-gamespots-website-layout/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/gamespot_layout.jpg" alt="gamespot_layout" width="500" height="438" border="0"></a></p>
<p><strong><a href="http://hv-designs.co.uk/2009/04/02/quickie-gaming-layout-5/">Gaming Layout</a></strong><a href="http://hv-designs.co.uk/2009/04/02/quickie-gaming-layout-5/"></a><br/>In this tutorial you &rsquo;ll be making a quick, small, unique looking gaming layout, right lets get started.</p>
<p><a href="http://hv-designs.co.uk/2009/04/02/quickie-gaming-layout-5/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/gaming_layout_2.jpg" alt="gaming_layout_2" width="500" height="396" border="0"></a></p>
<h3>Gallery and Showcase Websites</h3>
<p><strong><a href="http://psdvibe.com/2009/02/16/website-gallery-layout-design/">Website Gallery Layout Design</a></strong><a href="http://psdvibe.com/2009/02/16/website-gallery-layout-design/"></a><br/>In this tutorial you will learn how to make a layout for a css website gallery using Photoshop.</p>
<p><a href="http://psdvibe.com/2009/02/16/website-gallery-layout-design/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/website_gallery_layout.jpg" alt="website_gallery_layout" width="500" height="487" border="0"></a></p>
<p><strong><a href="http://psdvibe.com/2009/04/28/clean-photo-gallery-website-layout/">Clean Photo Gallery Website Layout</a></strong><a href="http://psdvibe.com/2009/04/28/clean-photo-gallery-website-layout/"></a><br/>In this tutorial you will learn how to make a clean photo gallery website layout.</p>
<p><a href="http://psdvibe.com/2009/04/28/clean-photo-gallery-website-layout/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/clean_photo_gallery_layout.jpg" alt="clean_photo_gallery_layout" width="500" height="362" border="0"></a></p>
<p><strong><a href="http://photoshoptutorials.ws/photoshop-tutorials/layouts/cool-photography-layout.html">Cool Photography Layout</a></strong><a href="http://photoshoptutorials.ws/photoshop-tutorials/layouts/cool-photography-layout.html"></a><br/>In this Photoshop tutorial, you will learn how to design a simple blue  layout with Photoshop by combining shapes and layer styles.</p>
<p><a href="http://photoshoptutorials.ws/photoshop-tutorials/layouts/cool-photography-layout.html"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/cool_photography_layout.jpg" alt="cool_photography_layout" width="500" height="407" border="0"></a></p>
<h3>Dark Theme Layouts</h3>
<p><strong><a href="http://www.talk-mania.com/web-layouts/50262-rock-band-layout-music-layout.html">Rock Band Music Layout</a></strong><a href="http://www.talk-mania.com/web-layouts/50262-rock-band-layout-music-layout.html"></a></p>
<p><a href="http://www.talk-mania.com/web-layouts/50262-rock-band-layout-music-layout.html"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/rock_band_layout.jpg" alt="rock_band_layout" width="498" height="369" border="0"></a></p>
<p><strong><a href="http://hv-designs.co.uk/2008/12/30/dark-style-web-template/">Dark Style Web Layout</a></strong><a href="http://hv-designs.co.uk/2008/12/30/dark-style-web-template/"></a><br/>This tutorial will show you how to create a sleek dark style layout.</p>
<p><a href="http://hv-designs.co.uk/2008/12/30/dark-style-web-template/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/dark_style_layout.jpg" alt="dark_style_layout" width="500" height="388" border="0"></a></p>
<p><strong><a href="http://hv-designs.co.uk/2008/09/06/futuristic-layout-2/">Futuristic Web Layout</a></strong><a href="http://hv-designs.co.uk/2008/09/06/futuristic-layout-2/"></a></p>
<p><a href="http://hv-designs.co.uk/2008/09/06/futuristic-layout-2/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/Futuristic_Layout.jpg" alt="Futuristic_Layout" width="500" height="503" border="0"></a></p>
<p><strong><a href="http://psd.tutsplus.com/interface-tutorials/create-a-dark-themed-web-design-from-scratch/">Dark Themed Web Design</a></strong><a href="http://psd.tutsplus.com/interface-tutorials/create-a-dark-themed-web-design-from-scratch/"></a><br/>This tutorial covers the key areas to focus on when creating a Web site design. </p>
<p><a href="http://psd.tutsplus.com/interface-tutorials/create-a-dark-themed-web-design-from-scratch/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/dark_themed_layout.jpg" alt="dark_themed_layout" width="475" height="350" border="0"></a></p>
<p><strong><a href="http://psd.tutsplus.com/tutorials/interface-tutorials/create-a-magic-night-themed-web-design-from-scratch-in-photoshop/">Magic Night Themed Web Design</a></strong><a href="http://psd.tutsplus.com/tutorials/interface-tutorials/create-a-magic-night-themed-web-design-from-scratch-in-photoshop/"></a><br/>A tutorial on artistic web design depicting a &quot;Magic Night&quot; concept.</p>
<p><a href="http://psd.tutsplus.com/tutorials/interface-tutorials/create-a-magic-night-themed-web-design-from-scratch-in-photoshop/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/magic_night_themed_design.jpg" alt="magic_night_themed_design" width="500" height="357" border="0"></a></p>
<p><strong><a href="http://www.adobetutorialz.com/articles/2841/17/Professional-Modern-Web-Layout">Professional Modern Web Layout</a></strong><a href="http://www.adobetutorialz.com/articles/2841/17/Professional-Modern-Web-Layout"></a></p>
<p><a href="http://www.adobetutorialz.com/articles/2841/17/Professional-Modern-Web-Layout"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/professional_modern_web_layout.jpg" alt="" width="500" height="399" border="0"></a></p>
<p><strong><a href="http://www.grafpedia.com/tutorials/design-a-two-color-website-layout">Two Color Website Layout</a></strong><a href="http://www.grafpedia.com/tutorials/design-a-two-color-website-layout"></a><br/>Tutorial on how to create a clean website layout using only a few colors.</p>
<p><a href="http://www.grafpedia.com/tutorials/design-a-two-color-website-layout"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/2_colors_web_layout.jpg" alt="2_colors_web_layout" width="500" height="468" border="0"></a></p>
<p><strong><a href="http://www.grafpedia.com/tutorials/create-iphone-related-website">iPhone Related Website</a></strong><a href="http://www.grafpedia.com/tutorials/create-iphone-related-website"></a><br/>This tutorial  will show you how to create a website for a iPhone business.</p>
<p><a href="http://www.grafpedia.com/tutorials/create-iphone-related-website"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/iphone_related_website.jpg" alt="iphone_related_website" width="500" height="468" border="0"></a></p>
<p><strong><a href="http://www.grafpedia.com/tutorials/design-an-awesome-colorful-layout">Awesome Colorful Layout</a></strong><a href="http://www.grafpedia.com/tutorials/design-an-awesome-colorful-layout"></a><br/>This tutorial i will show you how to create another web 2.0 layout for your creative portfolio.</p>
<p><a href="http://www.grafpedia.com/tutorials/design-an-awesome-colorful-layout"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/awesome_colorful_website.jpg" alt="awesome_colorful_website" width="500" height="468" border="0"></a></p>
<p><strong><a href="http://www.grafpedia.com/tutorials/design-typography-layout">Typography Layout</a></strong><a href="http://www.grafpedia.com/tutorials/design-typography-layout"></a><br/>This tutorial will show you how create a nice typography layout.<br />
      These types of layouts will help you to effectively and accurately transmit the message.</p>
<p><a href="http://www.grafpedia.com/tutorials/design-typography-layout"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/typography_layout.jpg" alt="typography_layout" width="500" height="468" border="0"></a></p>
<p><strong><a href="http://sixrevisions.com/tutorials/photoshop-tutorials/create-a-dark-and-sleek-web-layout-using-photoshop/">Dark and Sleek Web Layout</a></strong><a href="http://sixrevisions.com/tutorials/photoshop-tutorials/create-a-dark-and-sleek-web-layout-using-photoshop/"></a><br/>In this Photoshop web design tutorial, you are going to create a beautiful, dark, and sleek website mock-up centered on an elegant navigation menu that lends itself easily to CSS background sprites.</p>
<p><a href="http://sixrevisions.com/tutorials/photoshop-tutorials/create-a-dark-and-sleek-web-layout-using-photoshop/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/dark_sleek_web_layout.jpg" alt="dark_sleek_web_layout" width="500" height="375" border="0"></a></p>
<h3>Personal Websites and Miscellaneous</h3>
<p><strong><a href="http://hv-designs.co.uk/2009/01/05/creative-design-layout-tutorial/">Creative Design Layout</a></strong><a href="http://hv-designs.co.uk/2009/01/05/creative-design-layout-tutorial/"></a><br/>This tutorial you will learn how to create a creative design layout.</p>
<p><a href="http://hv-designs.co.uk/2009/01/05/creative-design-layout-tutorial/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/creative_design_layout.jpg" alt="creative_design_layout" width="500" height="369" border="0"></a></p>
<p><strong><a href="http://hv-designs.co.uk/2009/01/27/design-lab-layout/">Design Lab Layout</a></strong><a href="http://hv-designs.co.uk/2009/01/27/design-lab-layout/"></a><br/>This tutorial will show you how to create a stylish design lab layout.</p>
<p><a href="http://hv-designs.co.uk/2009/01/27/design-lab-layout/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/design_lab_layout.jpg" alt="design_lab_layout" width="500" height="362" border="0"></a></p>
<p><strong><a href="http://www.talk-mania.com/web-layouts/50899-agriculture-layout.html">Agriculture Layout</a></strong><a href="http://www.talk-mania.com/web-layouts/50899-agriculture-layout.html"></a></p>
<p><a href="http://www.talk-mania.com/web-layouts/50899-agriculture-layout.html"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/agriculture_products.jpg" alt="agriculture_products" width="500" height="348" border="0"></a></p>
<p><strong><a href="http://alfoart.com/notebook_design_1.html">White Notebook Style Layout</a></strong><a href="http://alfoart.com/notebook_design_1.html"></a></p>
<p><a href="http://alfoart.com/notebook_design_1.html"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/white_notebook.jpg" alt="white_notebook" width="500" height="317" border="0"></a></p>
<p><strong><a href="http://hv-designs.co.uk/2008/03/18/funky-web-design-layout/">Funky Web Design Layout</a></strong><a href="http://hv-designs.co.uk/2008/03/18/funky-web-design-layout/"></a></p>
<p><a href="http://hv-designs.co.uk/2008/03/18/funky-web-design-layout/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/funky_web_layout.jpg" alt="funky_web_layout" width="500" height="383" border="0"></a></p>
<p><strong><a href="http://hv-designs.co.uk/2008/10/26/interior-design-layout/">Interior Design Layout</a></strong><a href="http://hv-designs.co.uk/2008/10/26/interior-design-layout/"></a></p>
<p><a href="http://hv-designs.co.uk/2008/10/26/interior-design-layout/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/interior_design_layout.jpg" alt="interior_design_layout" width="500" height="387" border="0" /></a></p>
<p><strong><a href="http://insanelyart.com/tutorial.php?id=169">Music Layout</a></strong><a href="http://insanelyart.com/tutorial.php?id=169"></a></p>
<p><a href="http://insanelyart.com/tutorial.php?id=169"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/music_layout.jpg" alt="music_layout" width="500" height="454" border="0"></a></p>
<p><strong><a href="http://sixrevisions.com/tutorials/photoshop-tutorials/how-to-create-an-illustrative-web-design-in-photoshop/">Illustrative Web Design</a></strong><a href="http://sixrevisions.com/tutorials/photoshop-tutorials/how-to-create-an-illustrative-web-design-in-photoshop/"></a><br/><br />
      In this web design tutorial, you&#8217;ll learn how to create a professional web design with an illustrated &#8220;vector&#8221; header in Photoshop.</p>
<p><a href="http://sixrevisions.com/tutorials/photoshop-tutorials/how-to-create-an-illustrative-web-design-in-photoshop/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/illustrative_web_design.jpg" alt="illustrative_web_design" width="500" height="385" border="0"></a></p>
<p><strong><a href="http://www.grafpedia.com/tutorials/create-beauty-layout-10-steps">Beauty Web Layout</a></strong><a href="http://www.grafpedia.com/tutorials/create-beauty-layout-10-steps"></a><br/>This tutorial will show you how to create a layout for a beauty salon in 10 simple steps.</p>
<p><a href="http://www.grafpedia.com/tutorials/create-beauty-layout-10-steps"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/beauty_web_layout.jpg" alt="" width="500" height="468" border="0"></a></p>
<p><strong><a href="http://www.grafpedia.com/tutorials/design-creative-unusual-layout">Creative Unusual Layout</a></strong><a href="http://www.grafpedia.com/tutorials/design-creative-unusual-layout"></a><br/>This tutorial will show you how to manipulate some simple shapes, to obtain a wonderful layout.</p>
<p><a href="http://www.grafpedia.com/tutorials/design-creative-unusual-layout"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/creative_unusual_layout.jpg" alt="creative_unusual_layout" width="500" height="468" border="0"></a></p>
<h3>More Tutorials and Web Templates</h3>
<p>While you are at it, we figured you might be interested in these <strong>web template related articles</strong> we&#8217;ve previously published.</p>
<ul>
<li><a href="http://www.hongkiat.com/blog/60-high-quality-free-web-templates-and-layouts/"><strong>38 Free Elegant XHTML/CSS Website Templates</strong></a><br />
    <a href="http://www.hongkiat.com/blog/60-high-quality-free-web-templates-and-layouts/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/high-quality-web-templates.jpg"/></a>
  </li>
<li><a href="http://www.hongkiat.com/blog/60-high-quality-free-web-templates-and-layouts/"><strong>High Quality Free Web Templates and Layouts</strong></a><br />Another 60 high quality web templates for free.
  </li>
<li><a href="http://www.hongkiat.com/blog/40-greatest-web-interface-design-tutorials-photoshop-tutorial/"><strong>Greatest Web Interface Design Photoshop Tutorials, Part I</strong></a><br />
    <a href="http://www.hongkiat.com/blog/40-greatest-web-interface-design-tutorials-photoshop-tutorial/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/interface-design-i.jpg"/></a>
  </li>
<li><a href="http://www.hongkiat.com/blog/31-practical-web-interface-design-tutorials/"><strong>Practical Web Design Tutorials</strong></a><br/><br />
  <a href="http://www.hongkiat.com/blog/31-practical-web-interface-design-tutorials/"><img src="http://hongki.at/images/web_layout_photoshop_tutorials/interface-design.jpg"/></a></li>
</ul>
<p><script type="text/javascript">
digg_url = 'http://digg.com/design/Web_Design_Tutorials_The_Ultimate_Roundup';
</script><br />
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script><br />
<!--INFOLINKS_OFF--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hongkiat.com/blog/web-design-tutorials-the-ultimate-roundup/feed/</wfw:commentRss>
		<slash:comments>62</slash:comments>
		</item>
		<item>
		<title>40 Free High Quality Hand-drawn Fonts</title>
		<link>http://www.hongkiat.com/blog/40-free-high-quality-hand-drawn-fonts/</link>
		<comments>http://www.hongkiat.com/blog/40-free-high-quality-hand-drawn-fonts/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 12:12:23 +0000</pubDate>
		<dc:creator>hongkiat</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[hand-drawn]]></category>

		<guid isPermaLink="false">http://www.hongkiat.com/blog/?p=4604</guid>
		<description><![CDATA[

Unlike the serif font family, these hand drawn fonts looked less serious but they tend to give and convey strong human touch wherever they are applied. Hand-drawn fonts are hard to stand on it’s own, but they are utmost perfect for these following situations: 

Hand drawn websites
  If you are inspired to give your [...]]]></description>
			<content:encoded><![CDATA[<p><!--INFOLINKS_OFF--></p>
<p><img src="http://hongki.at/images/hand_drawn_fonts/hand-drawn-fonts.jpg" alt="hand-drawn fonts"/></p>
<p>Unlike the serif font family, these hand drawn fonts looked less serious but they tend to give and convey strong human touch wherever they are applied. Hand-drawn fonts are hard to stand on it’s own, but they are utmost perfect for these following situations: </p>
<ul>
<li><strong><a href="http://www.hongkiat.com/blog/60-beautiful-hand-drawn-web-design/">Hand drawn websites</a></strong><br/><br />
  If you are inspired to give your new web design a sketchy or hand-drawn look and feel, these fonts are without a doubt the perfect math to the layout. <a href="http://www.hongkiat.com/blog/60-beautiful-hand-drawn-web-design/">Click here</a> for more examples of Hand-drawn style websites. <br /><img src="http://hongki.at/images/hand_drawn_fonts/bootb.jpg" /><br/><span class="via">via <a href="http://bootb.com/es/">bootb</a></span></li>
<li><strong>Guides and instructions </strong><br />Whether its a storyboard, an online guide &#038; tutorial or merely an attempt to help user understand an illustration better, arrow, pointer and text guide gets the job done seamlessly. In terms of text, typography that mimics human writing tend to make reading and understanding things easier. Here’s a good example: <br/><img src="http://hongki.at/images/hand_drawn_fonts/woork.jpg" /><br/><span class="via">via <a href="http://woork.blogspot.com/">woork</a></span></li>
<li><strong>Comic and dialogues </strong><br />You don’t need Marvel to tell you Helvetica won’t fit for the text in drawing and illustrations.</li>
</ul>
<p><span id="more-4604"></span></p>
<h3>Free Hand-drawn Fonts</h3>
<p>Here are 40 high quality hand-drawn fonts you can download and apply on your design. Please check with the creator if you are intended to use it for commercial products.</p>
<p><strong><a href="http://www.dafont.com/alpha-mack-aoe.font">Alpha Mack</a></strong></p>
<p><a href="http://www.dafont.com/alpha-mack-aoe.font"><img src="http://hongki.at/images/hand_drawn_fonts/Alpha-Mack.png" width="500" height="400" /></a></p>
<p><strong><a href="http://www.dafont.com/analgesics.font">Analgesics</a></strong></p>
<p><a href="http://www.dafont.com/analgesics.font"><img src="http://hongki.at/images/hand_drawn_fonts/Analgesics.png" width="500" height="400" /></a></p>
<p><strong><a href="http://www.fontstock.net/4757/bubbly-frog.html">Bubbly Frog</a></strong></p>
<p><a href="http://www.fontstock.net/4757/bubbly-frog.html"><img src="http://hongki.at/images/hand_drawn_fonts/Bubbly-Frog.png" width="500" height="366" /></a></p>
<p><strong><a href="http://www.dafont.com/christopherhand.font">Christopher Hand</a></strong></p>
<p><a href="http://www.dafont.com/christopherhand.font"><img src="http://hongki.at/images/hand_drawn_fonts/Christopher-Hand.png" width="500" height="343" /></a></p>
<p><strong><a href="http://www.dafont.com/dali.font">Dali</a></strong></p>
<p><a href="http://www.dafont.com/dali.font"><img src="http://hongki.at/images/hand_drawn_fonts/Dali.png" width="500" height="400" /></a></p>
<p><strong><a href="http://www.abstractfonts.com/font/5648">Fabulous 50s</a></strong></p>
<p><a href="http://www.abstractfonts.com/font/5648"><img src="http://hongki.at/images/hand_drawn_fonts/Fabulous-50s.png" width="500" height="321" /></a></p>
<p><strong><a href="http://www.dafont.com/fail.font">Fail</a></strong></p>
<p><a href="http://www.dafont.com/fail.font"><img src="http://hongki.at/images/hand_drawn_fonts/fail.png" width="500" height="305" /></a></p>
<p><strong><a href="http://www.dafont.com/fff-tusj.font">FFF Tusj</a></strong></p>
<p><a href="http://www.dafont.com/fff-tusj.font"><img src="http://hongki.at/images/hand_drawn_fonts/FFF-Tusj.png" width="500" height="364" /></a></p>
<p><strong><a href="http://www.fontsquirrel.com/fonts/Daniel">Daniel</a></strong></p>
<p><a href="http://www.fontsquirrel.com/fonts/Daniel"><img src="http://hongki.at/images/hand_drawn_fonts/daniel.png" width="500" height="362" /></a></p>
<p><strong><a href="http://www.fontsquirrel.com/fonts/Note-this">Note this</a></strong></p>
<p><a href="http://www.fontsquirrel.com/fonts/Note-this"><img src="http://hongki.at/images/hand_drawn_fonts/notethis.png" width="500" height="319" /></a></p>
<p><strong><a href="http://www.fontsquirrel.com/fonts/Pisan">Pisan</a></strong></p>
<p><a href="http://www.fontsquirrel.com/fonts/Pisan"><img src="http://hongki.at/images/hand_drawn_fonts/pisan.png" width="500" height="449" /></a></p>
<p><strong><a href="http://www.fontsquirrel.com/fonts/Rabiohead">Rabiohead</a></strong></p>
<p><a href="http://www.fontsquirrel.com/fonts/Rabiohead"><img src="http://hongki.at/images/hand_drawn_fonts/rabiohead.png" width="500" height="423" /></a></p>
<p><strong><a href="http://www.abstractfonts.com/font/10985">Glider Girls</a></strong></p>
<p><a href="http://www.abstractfonts.com/font/10985"><img src="http://hongki.at/images/hand_drawn_fonts/Glider-Girls.png" width="500" height="423" /></a></p>
<p><strong><a href="http://www.abstractfonts.com/font/12816?text=Enter+your+text">Green Piloww</a></strong></p>
<p><a href="http://www.abstractfonts.com/font/12816?text=Enter+your+text"><img src="http://hongki.at/images/hand_drawn_fonts/green-pillow.png" width="500" height="423" /></a></p>
<p><strong><a href="http://www.dafont.com/grutchshaded.font">Grutch Shaded</a></strong></p>
<p><a href="http://www.dafont.com/grutchshaded.font"><img src="http://hongki.at/images/hand_drawn_fonts/Grutch-Shaded.png" width="500" height="359" /></a></p>
<p><strong><a href="http://www.dafont.com/hand-of-sean.font">Hand of Sean</a></strong></p>
<p><a href="http://www.dafont.com/hand-of-sean.font"><img src="http://hongki.at/images/hand_drawn_fonts/hand-of-sean.png" width="500" height="268" /></a></p>
<p><strong><a href="http://www.dafont.com/handvetica.font">HandVetica</a></strong></p>
<p><a href="http://www.dafont.com/handvetica.font"><img src="http://hongki.at/images/hand_drawn_fonts/handvetica.png" width="500" height="219" /></a></p>
<p><strong><a href="http://www.dafont.com/jamaistevie.font">Jamaistevie</a></strong></p>
<p><a href="http://www.dafont.com/jamaistevie.font"><img src="http://hongki.at/images/hand_drawn_fonts/Jamaistevie.png" width="500" height="260" /></a></p>
<p><strong><a href="http://www.dafont.com/james-fajardo.font">James Fajardo</a></strong></p>
<p><a href="http://www.dafont.com/james-fajardo.font"><img src="http://hongki.at/images/hand_drawn_fonts/James-Fajardo.png" width="500" height="284" /></a></p>
<p><strong><a href="http://www.fontcubes.com/Jellyka-Estryas-Handwriting.font">Estrya&#8217;s Handwriting</a></strong></p>
<p><a href="http://www.fontcubes.com/Jellyka-Estryas-Handwriting.font"><img src="http://hongki.at/images/hand_drawn_fonts/Estryas-Handwriting.png" width="500" height="284" /></a></p>
<p><strong><a href="http://www.dafont.com/jerrys-handwriting.font">Jerry&#8217;s handwriting</a></strong></p>
<p><a href="http://www.dafont.com/jerrys-handwriting.font"><img src="http://hongki.at/images/hand_drawn_fonts/Jerrys-handwriting.png" width="500" height="400" /></a></p>
<p><strong><a href="http://www.dafont.com/joehand-2.font">Joe Hand 2</a></strong></p>
<p><a href="http://www.dafont.com/joehand-2.font"><img src="http://hongki.at/images/hand_drawn_fonts/Joe-Hand-2.png" width="500" height="394" /></a></p>
<p><strong><a href="http://www.dafont.com/journal.font">Journal</a></strong></p>
<p><a href="http://www.dafont.com/journal.font"><img src="http://hongki.at/images/hand_drawn_fonts/Journal.png" width="500" height="145" /></a></p>
<p><strong><a href="http://www.dafont.com/just-me-again-down-here.font">Just Me Again Down Here</a></strong></p>
<p><a href="http://www.dafont.com/just-me-again-down-here.font"><img src="http://hongki.at/images/hand_drawn_fonts/Just-Me-Again-Down-Here.png" width="500" height="291" /></a></p>
<p><strong><a href="http://www.1001freefonts.com/lateron.php">Later On</a></strong></p>
<p><a href="http://www.1001freefonts.com/lateron.php"><img src="http://hongki.at/images/hand_drawn_fonts/later-on.png" width="500" height="363" /></a></p>
<p><strong><a href="http://www.dafont.com/love-ya-like-a-sister.font">Love Ya Like A Sister</a></strong></p>
<p><a href="http://www.dafont.com/love-ya-like-a-sister.font"><img src="http://hongki.at/images/hand_drawn_fonts/Love-Ya-Like-A-Sister.png" width="500" height="357" /></a></p>
<p><strong><a href="http://www.dafont.com/luna-bar.font">Luna Bar</a></strong></p>
<p><a href="http://www.dafont.com/luna-bar.font"><img src="http://hongki.at/images/hand_drawn_fonts/luna-bar.png" width="500" height="400" /></a></p>
<p><strong><a href="http://www.dafont.com/mias-scribblings-~.font">Mia&#8217;s Scribblings</a></strong></p>
<p><a href="http://www.dafont.com/mias-scribblings-~.font"><img src="http://hongki.at/images/hand_drawn_fonts/Mias-Scribblings.png" width="500" height="320" /></a></p>
<p><strong><a href="http://www.dafont.com/pappos-blues-band-official-font.font">Pappo&#8217;s Blues Band</a></strong></p>
<p><a href="http://www.dafont.com/pappos-blues-band-official-font.font"><img src="http://hongki.at/images/hand_drawn_fonts/Pappos-Blues.png" width="500" height="318" /></a></p>
<p><strong><a href="http://www.dafont.com/peixe-frito.font">Peixe Frito</a></strong></p>
<p><a href="http://www.dafont.com/peixe-frito.font"><img src="http://hongki.at/images/hand_drawn_fonts/Peixe-Frito.png" width="500" height="400" /></a></p>
<p><strong><a href="http://www.dafont.com/positiv-a.font">Positiv-A</a></strong></p>
<p><a href="http://www.dafont.com/positiv-a.font"><img src="http://hongki.at/images/hand_drawn_fonts/Positiv-A.png" width="500" height="332" /></a></p>
<p><strong><a href="http://www.dafont.com/rock-show-whiplash.font">Rock Show Whiplash</a></strong></p>
<p><a href="http://www.dafont.com/rock-show-whiplash.font"><img src="http://hongki.at/images/hand_drawn_fonts/Rock-Show-Whiplash.png" width="500" height="400" /></a></p>
<p><strong><a href="http://www.dafont.com/salamander.font">Salamander</a></strong></p>
<p><a href="http://www.dafont.com/salamander.font"><img src="http://hongki.at/images/hand_drawn_fonts/Salamander.png" width="500" height="381" /></a></p>
<p><strong><a href="http://www.abstractfonts.com/font/14194">Sophie, Regular</a></strong></p>
<p><a href="http://www.abstractfonts.com/font/14194"><img src="http://hongki.at/images/hand_drawn_fonts/sophie.png" width="500" height="222" /></a></p>
<p><strong><a href="http://www.dafont.com/the-quiet-scream.font">The Quiet Scream</a></strong></p>
<p><a href="http://www.dafont.com/the-quiet-scream.font"><img src="http://hongki.at/images/hand_drawn_fonts/The-Quiet-Scream.png" width="500" height="300" /></a></p>
<p><strong><a href="http://www.dafont.com/thurston-erc.font">Thurston Erc</a></strong></p>
<p><a href="http://www.dafont.com/thurston-erc.font"><img src="http://hongki.at/images/hand_drawn_fonts/thurston.png" width="500" height="230" /></a></p>
<p><strong><a href="http://www.1001fonts.com/font_details.html?font_id=940"> Two Turtle Doves</a></strong></p>
<p><a href="http://www.1001fonts.com/font_details.html?font_id=940"><img src="http://hongki.at/images/hand_drawn_fonts/Two-Turtle-Doves.png" width="500" height="242" /></a></p>
<p><strong><a href="http://www.dafont.com/wc-roughtrad-bta.font">WC RoughTrad Bta</a></strong></p>
<p><a href="http://www.dafont.com/wc-roughtrad-bta.font"><img src="http://hongki.at/images/hand_drawn_fonts/WC-RoughTrad-Bta.png" width="500" height="400" /></a></p>
<p><strong><a href="http://www.abstractfonts.com/font/12686">Windsong</a></strong></p>
<p><a href="http://www.abstractfonts.com/font/12686"><img src="http://hongki.at/images/hand_drawn_fonts/windsong.png" width="500" height="317" /></a></p>
<p><script type="text/javascript">
digg_url = 'http://digg.com/design/40_Free_High_Quality_Hand_drawn_Fonts';
</script><br />
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script><br />
<!--INFOLINKS_ON--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hongkiat.com/blog/40-free-high-quality-hand-drawn-fonts/feed/</wfw:commentRss>
		<slash:comments>138</slash:comments>
		</item>
		<item>
		<title>27 Must-Have Starter Kits For Web Designers</title>
		<link>http://www.hongkiat.com/blog/27-must-have-starter-kits-for-web-designers/</link>
		<comments>http://www.hongkiat.com/blog/27-must-have-starter-kits-for-web-designers/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 16:44:23 +0000</pubDate>
		<dc:creator>hongkiat</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[psd]]></category>
		<category><![CDATA[starter kit]]></category>

		<guid isPermaLink="false">http://www.hongkiat.com/blog/?p=4552</guid>
		<description><![CDATA[
Starter kits are great timesavers for web designers and they  are particularly useful for those who often create mock-ups for project pitching on daily basis. If you are a designer-cum-programmer think of it as your code snippets
 So what’s in a starter kit? We think it varies &#8211; depending on what each designer routinely [...]]]></description>
			<content:encoded><![CDATA[<p><!--INFOLINKS_OFF--></p>
<p><strong>Starter kits are great timesavers for web designers</strong> and they  are particularly useful for those who often create mock-ups for project pitching on daily basis. If you are a designer-cum-programmer think of it as your code snippets</p>
<p> So what’s in a starter kit? We think it varies &#8211; depending on what each designer routinely worked with. For <strong>GUI designers</strong>, keeping a copy of form elements (buttons, checkboxes, tab, drop down menus, etc) helps speed up the process of creating screens and layouts; on the other hand, browser (IE, Firefox Safari) templates with web safe area keep <strong>web designers</strong> reminded how/where they should prioritize their contents. Experienced designers will usually customize and keep a personal version of starter kit, some might have few too! </p>
<p> In today’s article, we attempt to show you some of the best design starter kit we’ve come to know. You can download (for free) and use them right away, or customize your own copy that will come in handy in future, your choice. Full list after jump. </p>
<h3>GUI, Form Elements and Web Components</h3>
<p>From form elements like checkboxes, input fields, textareas to web design components like buttons, arrows, icons, badges and more.</p>
<p><strong><a href="http://developer.yahoo.com/ypatterns/wireframes/">Yahoo&#8217;s Design Stencil Kit</a></strong><br />
  Probably one of the most complete kit for designers. GUI elements include calendars, grids, menus, mobile (general and iphone), navigation and pagination, tabs, UI controls and more! Comes in several format: OmniGraffle, Visio (XML), PDF, PNG and SVG.</p>
<p><a href="http://developer.yahoo.com/ypatterns/wireframes/"><img src="http://hongkiat.s3.amazonaws.com/design_starter_kits/yahoo.jpg" width="500" height="396" alt="yahoo stencil kit" /></a></p>
<p><strong><a href="http://sniperyu.deviantart.com/art/Web-Form-Elements-104261528">Web Form Elements</a></strong><br />
  With all these tabs, buttons, dropdowns in one single PSD file, it&#8217;s sure going to give you a kick start in interface design. Courtesy of sniperyu. </p>
<p><a href="http://sniperyu.deviantart.com/art/Web-Form-Elements-104261528"><img src="http://hongkiat.s3.amazonaws.com/design_starter_kits/Web-Form-Elements-01.jpg" width="500" height="434" alt="web form elements 01" /></a></p>
<p><a href="http://sniperyu.deviantart.com/art/Web-Form-Elements-104261528"><img src="http://hongkiat.s3.amazonaws.com/design_starter_kits/Web-Form-Elements-02.jpg" width="500" height="320" alt="web form elements 02" /></a></p>
<p><span id="more-4552"></span></p>
<p><strong><a href="http://www.teehanlax.com/blog/?p=945">Browser Form Elements PSD</a></strong><br />
  Browser Form Elements PSD for Mac Firefox 3 and another for Vista IE7.</p>
<p><a href="http://www.teehanlax.com/blog/?p=945"><img src="http://hongkiat.s3.amazonaws.com/design_starter_kits/Browser-Form-Elements-PSD.jpg" width="500" height="283" alt="Browser Form Elements PSD" /></a></p>
<p><strong><a href="http://psdthemes.deviantart.com/art/Marvelous-Flex-Darkskin-PSD-UI-121510225">Flex Dark Skin</a></strong><br />
  Sleek dark skin interface elements. </p>
<p><a href="http://psdthemes.deviantart.com/art/Marvelous-Flex-Darkskin-PSD-UI-121510225"><img src="http://hongkiat.s3.amazonaws.com/design_starter_kits/flex-dark-skin.jpg" width="500" height="329" /></a></p>
<p><strong><a href="http://www.famfamfam.com/">Famfamfam Icons</a></strong><br />
  Whether you are designing for web or application, you should not miss these awesome little buttons by Famfamfam.<br />Shortcut to: <a href="http://www.famfamfam.com/lab/icons/silk/">Silk</a>, <a href="http://www.famfamfam.com/lab/icons/mini/mini_preview_small.gif">Mini</a> and <a href="http://www.famfamfam.com/lab/icons/flags/">Flag</a> collections.</p>
<p><a href="http://www.famfamfam.com/"><img src="http://hongkiat.s3.amazonaws.com/design_starter_kits/famfamfam.jpg" width="500" height="400" alt="famfamfam buttons" /></a></p>
<p><strong><a href="http://petercui.deviantart.com/art/Peter-s-DeivantART-ID-Ver1-3-70932592">Peter&#8217;s DeivantART ID</a></strong><br />
  Design ID cards made easy with this PSD template.</p>
<p><a href="http://petercui.deviantart.com/art/Peter-s-DeivantART-ID-Ver1-3-70932592"><img src="http://hongkiat.s3.amazonaws.com/design_starter_kits/id-layout.jpg" width="500" height="400" alt="id layout" /></a></p>
<p><strong><a href="http://deluxive.deviantart.com/art/Deluxive-Creative-Pack-001-73178918">Deluxive Creative Pack</a></strong><br />
  Distributed free by Deluxive, this creative pack PSD come inclusive of badges, grid frames, buttons, stickers and more.</p>
<p><a href="http://deluxive.deviantart.com/art/Deluxive-Creative-Pack-001-73178918"><img src="http://hongkiat.s3.amazonaws.com/design_starter_kits/Deluxive.jpg" width="500" height="500" alt="deluxive" /></a></p>
<p><strong><a href="http://fastnfurious.deviantart.com/art/Aero-Avatar-and-SIG-52393274">Aero Avatar and SIG</a></strong><br />
  Vista avatar and signature template in PSD.</p>
<p><a href="http://fastnfurious.deviantart.com/art/Aero-Avatar-and-SIG-52393274"><img src="http://hongkiat.s3.amazonaws.com/design_starter_kits/vista-avatar-signature.jpg" width="500" height="400" alt="vista avatar signature" /></a></p>
<p><strong><a href="http://www.psgalaxy.com/psd-files/turquoise-psd.html">Turquoise PSD</a></strong><br />
  Vista elements.</p>
<p><a href="http://www.psgalaxy.com/psd-files/turquoise-psd.html"><img src="http://hongkiat.s3.amazonaws.com/design_starter_kits/Turquoise-PSD.jpg" width="500" height="450" alt="Turquoise PSD" /></a></p>
<h3>Browser Screens Templates</h3>
<p>If you are designing website in  a Photoshop PSD file, it&#8217;s important to keep each browser and visible screen in consideration. These following PSD with different version of Firefox, IE and Safari web safe area will come in handy.</p>
<p><strong><a href="http://www.designerstoolbox.com/designresources/safearea/"> Browser Web Safe Area</a></strong><br />
  Web safe area for Safari, IE and Firefox in different operating systems, all in downloadable PSD file.<br/>Shortcut to: <strong>Mac OS X</strong> &#8211; <a href="http://www.designerstoolbox.com/designresources/safearea/mac/safari/">Safari</a>, <a href="http://www.designerstoolbox.com/designresources/safearea/mac/firefox/">Firefox</a>. <strong>Windows Vista</strong> &#8211; <a href="http://www.designerstoolbox.com/designresources/safearea/vista/ie/">IE</a>, <a href="http://www.designerstoolbox.com/designresources/safearea/vista/firefox/">Firefox</a>, <strong>Windows XP</strong> &#8211; <a href="http://www.designerstoolbox.com/designresources/safearea/xp/ie/">IE</a>, <a href="http://www.designerstoolbox.com/designresources/safearea/xp/firefox/">Firefox</a></p>
<p><a href="http://www.designerstoolbox.com/designresources/safearea/"><img src="http://hongkiat.s3.amazonaws.com/design_starter_kits/browser-web-safe-area.jpg" width="500" height="445" alt="browser web safe area" /></a></p>
<p><strong><a href="http://www.3point7designs.com/blog/2007/11/07/960px-photoshop-grid-template/">960px Photoshop Grid Template</a></strong><br />
  PSD grid template in 960px width  to prevent yourself from composing with edges of the screen that may/may not actually be where you plan them to be.</p>
<p><a href="http://www.3point7designs.com/blog/2007/11/07/960px-photoshop-grid-template/"><img src="http://hongkiat.s3.amazonaws.com/design_starter_kits/960px-grid.jpg" width="500" height="400" alt="960px grid" /></a></p>
<p><strong><a href="http://www.webdesignerstoolkit.com/">(More) Browser Templates</a></strong><br />
  If you are looking for even more browser templates (PSD), webdesignerstoolkit&#8217;s collection should be what you are looking for. These folks has templates for Opera, Camino and classic browsers like iCan, Netscape and Mozilla.</p>
<p><a href="http://www.webdesignerstoolkit.com/"><img src="http://hongkiat.s3.amazonaws.com/design_starter_kits/webdesignerstoolkit.jpg" width="500" height="501" alt="webdesignerstoolkit" /></a></p>
<p><strong><a href="http://www.designerstoolbox.com/designresources/elements/">Web Browser Elements </a></strong><br />
  Free standard HTML form elements or browser windows for Windows, and Mac OSX.<br/>Shortcut to: <strong>Mac OS X</strong> &#8211; <a href="http://www.designerstoolbox.com/designresources/elements/mac/safari/">Safari</a>, <a href="http://www.designerstoolbox.com/designresources/elements/mac/firefox/">Firefox</a>. <strong>Windows Vista</strong> &#8211; <a href="http://www.designerstoolbox.com/designresources/elements/vista/ie/">IE</a>, <a href="http://www.designerstoolbox.com/designresources/elements/vista/firefox/">Firefox</a>, <strong>Windows XP</strong> &#8211; <a href="http://www.designerstoolbox.com/designresources/elements/xp/ie/">IE</a>, <a href="http://www.designerstoolbox.com/designresources/elements/xp/firefox/">Firefox</a></p>
<p><a href="http://www.designerstoolbox.com/designresources/elements/"><img src="http://hongkiat.s3.amazonaws.com/design_starter_kits/Windows-XP-IE-Web-Browser.jpg" width="500" height="312" alt="Windows XP IE Web Browser" /></a></p>
<p><strong><a href="http://vector.tutsplus.com/articles/news/vectortuts-freebie-vector-pack-browser-screens-and-website-elements/">Browser Screens and Website Elements</a></strong><br />
  Exclusive freebie Vector Pack from VectorTuts. It&#8217;s a useful set of vector website assets you can use to mock up your client projects, present your work, or get a quick visual while laying out websites.</p>
<p><a href="http://vector.tutsplus.com/articles/news/vectortuts-freebie-vector-pack-browser-screens-and-website-elements/"><img src="http://hongkiat.s3.amazonaws.com/design_starter_kits/Browser-Screens-and-Website-Elements.jpg" width="500" height="400" alt="browser screens and website elements" /></a></p>
<p><strong><a href="http://quommunication.com/images/starter_kit.psd">Quommunication Starter Kit</a></strong><br />
  If you are looking to kick of designing in PSD with a minial and basic PSD as guidance, Quommunication&#8217;s starter kit is probably what you are looking for. It comes with color templates, browser web safe area and basic form components all in one PSD.</p>
<p><a href="http://quommunication.com/images/starter_kit.psd"><img src="http://hongkiat.s3.amazonaws.com/design_starter_kits/quommunication-starter-kit.jpg" width="500" height="400" alt="quommunication starter kit" /></a></p>
<h3>Cursors</h3>
<p>A typical screen capture (<a href="http://www.hongkiat.com/blog/screen-capture-tools-40-free-tools-and-techniques/">print screen</a>) will not include the cursor in the output. If you depend on the cursor to help indicate and describe an image better, these following PSD packs might help.</p>
<p><strong><a href="http://usedhonda.deviantart.com/art/tNOS2-Polished-Graphite-59236578">Polished Graphite</a></strong><br />
  2 sets of different mouse cursors by usedHONDA. </p>
<p><a href="http://usedhonda.deviantart.com/art/tNOS2-Polished-Graphite-59236578"><img src="http://hongkiat.s3.amazonaws.com/design_starter_kits/tNOS2.jpg" width="150" height="150" alt="tNOS2" /></a></p>
<p><a href="http://usedhonda.deviantart.com/art/tNOS1-Revisited-59651343"><img src="http://hongkiat.s3.amazonaws.com/design_starter_kits/tNOS1.jpg" width="150" height="150" alt="tNOS1" /></a></p>
<p><strong><a href="http://www.designpear.com/photoshop/cursor-pack-for-photoshop-screenshots">Photoshop Cursor Pack</a></strong><br />
  Useful for those who create Photoshop Tutorials. </p>
<p><a href="http://www.designpear.com/photoshop/cursor-pack-for-photoshop-screenshots"><img src="http://hongkiat.s3.amazonaws.com/design_starter_kits/photoshop-cursor.jpg" width="273" height="347" alt="photoshop cursor" /></a> </p>
<h3>Product Design</h3>
<p><strong><a href="http://www.teehanlax.com/blog/?p=1628">iPhone GUI PSD 3.0</a></strong><br />
  The image below gives you a clear idea what this PSD file consist. Utmost useful to mock any iPhone development interfaces. Created by teehanlax. </p>
<p><a href="http://www.teehanlax.com/blog/?p=1628"><img src="http://hongkiat.s3.amazonaws.com/design_starter_kits/iPhone-GUI-PSD.jpg" width="500" height="338" alt="iPhone GUI PSD 3.0" /></a></p>
<p>Here&#8217;s another one for the older version of iPhone.<br />
  <a href="http://www.teehanlax.com/blog/?p=447"><img src="http://hongkiat.s3.amazonaws.com/design_starter_kits/iphone_gui.jpg" width="500" height="350" alt="iphone gui" /></a></p>
<p><strong><a href="http://joelatlas.deviantart.com/art/iphone-3g-PSD-HD-94206586">iPhone PSD</a></strong><br />
  High resolution iPhone interface. </p>
<p><a href="http://joelatlas.deviantart.com/art/iphone-3g-PSD-HD-94206586"><img src="http://hongkiat.s3.amazonaws.com/design_starter_kits/iphone-3g.jpg" width="500" height="450" alt="iphone 3g interface" /></a></p>
<p>Here&#8217;s for those who are looking for first gen iPhone interface.<br />
  <a href="http://-kol.deviantart.com/art/iPhone-PSD-77479622"><img src="http://hongkiat.s3.amazonaws.com/design_starter_kits/iPhone-PSD.jpg" width="500" height="400" alt="iphone psd" /></a></p>
<p><strong><a href="http://www.psgalaxy.com/psd-files/photoshop-magazine.html">Magazine PSD</a></strong><br />
  If you are presenting something in magazine style, you will want to start with this PSD. </p>
<p><a href="http://www.psgalaxy.com/psd-files/photoshop-magazine.html"><img src="http://hongkiat.s3.amazonaws.com/design_starter_kits/magazine-psd.jpg" width="500" height="361" alt="magazine psd" /></a></p>
<p><strong><a href="http://www.psgalaxy.com/psd-files/psd-paperbag.html">Paperbag</a></strong></p>
<p><a href="http://www.psgalaxy.com/psd-files/psd-paperbag.html"><img src="http://hongkiat.s3.amazonaws.com/design_starter_kits/paperbag.jpg" width="500" height="397" alt="paperbag" /></a></p>
<p><strong><a href="http://gosco.deviantart.com/art/T-Shirt-PSD-83492219">T-Shirt</a></strong></p>
<p><a href="http://gosco.deviantart.com/art/T-Shirt-PSD-83492219"><img src="http://hongkiat.s3.amazonaws.com/design_starter_kits/tshirt.jpg" width="500" height="500" alt="tshirt psd" /></a></p>
<p><strong><a href="http://www.hongkiat.com/blog/7-great-looking-free-cd-dvd-case-templates/">DVD Plastic Case</a></strong><br />
  Our collection of beautiful CD and DVD cases PSD templates.<a href="http://www.hongkiat.com/blog/7-great-looking-free-cd-dvd-case-templates/"></a></p>
<p><a href="http://www.hongkiat.com/blog/7-great-looking-free-cd-dvd-case-templates/"><img src="http://hongkiat.s3.amazonaws.com/design_starter_kits/dvd.jpg" width="500" height="400" alt="dvd case" /></a></p>
<p><strong><a href="http://www.psgalaxy.com/psd-files/documentsletters-psd.html">Documents and Letters</a></strong></p>
<p><a href="http://www.psgalaxy.com/psd-files/documentsletters-psd.html"><img src="http://hongkiat.s3.amazonaws.com/design_starter_kits/documents-letters.jpg" width="500" height="400" alt="documents letters templates" /></a> </p>
<h3>More for Designers</h3>
<p>Looking for more design-related downloads? Check out some of our previous posts:</p>
<ul>
<li><a href="http://www.hongkiat.com/blog/60-excellent-free-3d-model-websites/">60 Excellent Free 3D Model Websites</a></li>
<li><a href="http://www.hongkiat.com/blog/100-great-abstract-and-grunge-fonts/">100 Greatest Abstract and Grunge Fonts </a></li>
<li><a href="http://www.hongkiat.com/blog/50-websites-for-free-vector-images-download/">50 Websites For Free Vector Images Download</a></li>
<li><a href="http://www.hongkiat.com/blog/38-free-elegant-xhtmlcss-website-templates/">Free Elegant XHTML/CSS Website Templates</a></li>
</ul>
<p><script type="text/javascript">
digg_url = 'http://digg.com/design/27_Must_Have_Starter_Kits_For_Web_Designers';
</script><br />
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script><br />
<!--INFOLINKS_ON--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hongkiat.com/blog/27-must-have-starter-kits-for-web-designers/feed/</wfw:commentRss>
		<slash:comments>149</slash:comments>
		</item>
		<item>
		<title>30+ Free Flash Photo Galleries and Tutorials</title>
		<link>http://www.hongkiat.com/blog/30-free-flash-photo-galleries-and-tutorials/</link>
		<comments>http://www.hongkiat.com/blog/30-free-flash-photo-galleries-and-tutorials/#comments</comments>
		<pubDate>Wed, 20 May 2009 14:00:34 +0000</pubDate>
		<dc:creator>hongkiat</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[images]]></category>

		<guid isPermaLink="false">http://www.hongkiat.com/blog/?p=4321</guid>
		<description><![CDATA[

(by Carlos)
In this web roundup, we have handpicked some of the best free Flash photo galleries on the Internet. From web based scripts, to Flash components ready to be integrated on your website. And on top of that, we’ve also included some cool tutorials that will help you to learn how to create your own [...]]]></description>
			<content:encoded><![CDATA[<p><!--INFOLINKS_OFF--><br />
<img src="http://hongki.at/images/flash_galleries/flash-photo-galleries.jpg" alt="free flash galleries"/></p>
<p><em>(by Carlos)</em></p>
<p>In this web roundup, we have handpicked some of the best <strong>free Flash photo galleries</strong> on the Internet. From web based scripts, to Flash components ready to be integrated on your website. And on top of that, we’ve also included some cool tutorials that will help you to learn how to create your own 2D and 3D Flash Galleries and how to turn it in a Flash Component.</p>
<p>Full list after jump.</p>
<h4 id="entry-header"><a href="http://www.sephiroth.it/file_detail.php?id=153#" target="_blank">FlashFlickr PhotoGallery</a></h4>
<p>A gallery from Sephiroth.it, based on Flex and Actionscript 3.0 that uses the famous Flickr API.</p>
<p><a href="http://www.sephiroth.it/file_detail.php?id=153"><img src="http://hongki.at/images/flash_galleries/FlashFlickr-PhotoGallery.jpg" alt="FlashFlickr PhotoGallery" width="500" height="225" /></a></p>
<h4><a href="http://www.flashmo.com/preview/flashmo_121_3d_grid_gallery" target="_blank">Flashmo 3d Grid</a></h4>
<p>Flashmo is a well known free flash templates site, where you can find several cool interfaces like this 3D Grid gallery.</p>
<p><a href="http://www.flashmo.com/preview/flashmo_121_3d_grid_gallery"><img src="http://hongki.at/images/flash_galleries/flashmo-3d-Grid.jpg" alt="Flashmo 3d Grid" width="500" height="225" /></a></p>
<p><span id="more-4321"></span></p>
<h4><a href="http://www.alessandroronchi.com/photodiary10/#photodiary10-english" target="_blank">PhotoDiary 1.0</a></h4>
<p>PhotoDiary is a Flash based gallery, cool for people that don&#8217;t have flash skills or would  like to have an application where easily could manage the photos on a normal  php back end.</p>
<p><a href="http://www.alessandroronchi.com/photodiary10/#photodiary10-english"><img src="http://hongki.at/images/flash_galleries/photoDiary.jpg" alt="photoDiary 1.0" width="500" height="225" /></a></p>
<h4><a href="http://www.tonyyoo.com/gallery/gallery.html" target="_blank">Tony Photo Album</a></h4>
<p><a href="http://www.tonyyoo.com/gallery/gallery.html"><img src="http://hongki.at/images/flash_galleries/Tony-Photo-Album.jpg" alt="Tony Photo Album" width="500" height="225" /></a></p>
<h4><a href="http://www.flashmo.com/preview/flashmo_130_stack_gallery" target="_blank">FlashMo Stack Photo Gallery</a></h4>
<p>Another cool gallery from FlashMo.</p>
<p><a href="http://www.flashmo.com/preview/flashmo_130_stack_gallery"><img src="http://hongki.at/images/flash_galleries/FlashMo-Stack-Photo-Gallery.jpg" alt="FlashMo Stack Photo Gallery" width="500" height="225" /></a></p>
<h4><a href="http://www.marcusschiesser.de/?p=67" target="_blank">3D Album</a></h4>
<p>This 3D album component is based on the bellow &quot;Building a 3D album with FIVe3D and TweenLite&quot; tutorial .</p>
<p><a href="http://www.marcusschiesser.de/?p=67"><img src="http://hongki.at/images/flash_galleries/3D-Album.jpg" alt="3D Album" width="500" height="225" /></a></p>
<h4><a href="http://my.slideroll.com/" target="_blank">Slideroll Gallery AV</a></h4>
<p>Another very easy to manage flash gallery, that allows you to insert caption on each image.</p>
<p><a href="http://my.slideroll.com/"><img src="http://hongki.at/images/flash_galleries/Slideroll-Gallery-AV.jpg" alt="Slideroll Gallery AV" width="500" height="225" /></a></p>
<h4><a href="http://www.ws-slideshow.com/" target="_blank">WS-Slideshow</a></h4>
<p><a href="http://www.ws-slideshow.com/"><img src="http://hongki.at/images/flash_galleries/ws-slideshow.jpg" alt="WS-Slideshow" width="500" height="225" /></a></p>
<h4><a href="http://imagin.ro/" target="_blank">Imagin Flash Photo Gallery</a></h4>
<h4><a href="http://imagin.ro/" target="_blank"><img src="http://hongki.at/images/flash_galleries/Imagin-Flash-Photo-Gallery.jpg" alt="Imagin Flash Photo Gallery" width="500" height="225" /></a></h4>
<h4><a href="http://www.flashmo.com/preview/flashmo_129_circle">FlashMo Circle Gallery</a></h4>
<p><a href="http://www.flashmo.com/preview/flashmo_129_circle"><img src="http://hongki.at/images/flash_galleries/FlashMo-Circle-Gallery.jpg" alt="FlashMo Circle Gallery" width="500" height="225" /></a></p>
<h4><a href="http://flash-gallery.com/art-flash-gallery/demo/" target="_blank">Art Flash Gallery</a></h4>
<p><a href="http://flash-gallery.com/art-flash-gallery/demo/"><img src="http://hongki.at/images/flash_galleries/Art-Flash-Gallery.jpg" alt="Art Flash Gallery" width="500" height="225" /></a></p>
<h4><a href="http://flash-gallery.com/zen-flash-gallery/" target="_blank">Zen Flash Gallery</a></h4>
<p><a href="http://flash-gallery.com/zen-flash-gallery/"><img src="http://hongki.at/images/flash_galleries/Zen-Flash-Gallery.jpg" alt="Zen Flash Gallery" width="500" height="225" /></a></p>
<h4><a href="http://www.flashmo.com/preview/flashmo_129_grid" target="_blank">Flash Mo Grid Gallery</a></h4>
<p><a href="http://www.flashmo.com/preview/flashmo_129_grid"><img src="http://hongki.at/images/flash_galleries/Flash-Mo-Grid-Gallery.jpg" alt="Flash Mo Grid Gallery" width="500" height="225" /></a></p>
<h4><a href="http://www.airtightinteractive.com/projects/autoviewer/" target="_blank">AutoViewer</a></h4>
<p>Cool gallery, with a very easy navigation and clean layout.</p>
<p><a href="http://www.airtightinteractive.com/projects/autoviewer/"><img src="http://hongki.at/images/flash_galleries/AutoViewer.jpg" alt="Auto Viewer" width="500" height="225" /></a></p>
<h4><a href="http://www.flash-gallery.org/" target="_blank">Flash Gallery</a></h4>
<p><a href="http://www.flash-gallery.org/"><img src="http://hongki.at/images/flash_galleries/Flash-Gallery.jpg" alt="Flash Gallery" width="500" height="225" /></a></p>
<h4><a href="http://www.airtightinteractive.com/projects/postcardviewer/" target="_blank">PostcardViewer</a></h4>
<p>This gallery it causes a somewhat interactivity wit a cool zoom effect.</p>
<p><a href="http://www.airtightinteractive.com/projects/postcardviewer/"><img src="http://hongki.at/images/flash_galleries/PostcardViewer.jpg" alt="PostcardViewer" width="500" height="225" /></a></p>
<h4><a href="http://www.flashmo.com/preview/flashmo_060_photo_gallery" target="_blank">FlashMo Photo Gallery</a></h4>
<p><a href="http://www.flashmo.com/preview/flashmo_060_photo_gallery"><img src="http://hongki.at/images/flash_galleries/flashmo.jpg" alt="FlashMo Photo Gallery" width="500" height="225" /></a></p>
<h4><a href="http://www.inventmedia.com.au/flashgallery.html" target="_blank">InventMedia FlashGallery</a></h4>
<p><a href="http://www.inventmedia.com.au/flashgallery.html"><img src="http://hongki.at/images/flash_galleries/InventMediaPhotoGallery.jpg" alt="InventMedia FlashGallery" width="500" height="225" /></a></p>
<h4><a href="http://www.dezinerfolio.com/dfgallery-2/free-flash-gallery" target="_blank">dfGallery 2.0</a></h4>
<p>A Dezinerfolio application, with lots of features ready to use. They have even included a cool video explaining how to install and customize this cool gallery.</p>
<p><a href="http://www.dezinerfolio.com/dfgallery-2/free-flash-gallery"><img src="http://hongki.at/images/flash_galleries/dfGallery2.jpg" alt="dfGallery 2.0" width="500" height="225" /></a></p>
<h4><a href="http://www.no3dfx.com/polaroid/" target="_blank">Polaroid Gallery</a></h4>
<p>This is an impressive image gallery that can load data either from a xml file or flickr rss. You can use it on a portfolio or something like that. This is an open-source application, so if you have some actionscript skills, you can add additional features to it.</p>
<p><a href="http://www.no3dfx.com/polaroid/"><img src="http://hongki.at/images/flash_galleries/Polaroid-Gallery.jpg" alt="Polaroid Gallery" width="500" height="225" /></a></p>
<h4><a href="http://www.flashimagegallery.com/demo/" target="_blank">Flash Image Gallery</a></h4>
<p><a href="http://www.flashimagegallery.com/demo/"><img src="http://hongki.at/images/flash_galleries/Flash-Image-Gallery.jpg" alt="Flash Image Gallery" width="500" height="225" /></a></p>
<h4><a href="http://www.flashgallery.org/" target="_blank">Free Flash Gallery</a></h4>
<p><a href="http://www.flashgallery.org/"><img src="http://hongki.at/images/flash_galleries/Free-Flash-Gallery.jpg" alt="Free Flash Gallery" width="500" height="225" /></a></p>
<h4><a href="http://www.andrewberg.com/photobrowser/afpb_flash.html" target="_blank">Andrew Bergs Flash Photo Browser</a></h4>
<p>A very cool interactive stack gallery.</p>
<p><a href="http://www.andrewberg.com/photobrowser/afpb_flash.html"><img src="http://hongki.at/images/flash_galleries/Andrew-Bergs-Flash-Photo-Browser.jpg" alt="Andrew Berg's Flash Photo Browser" width="500" height="225" /></a></p>
<h4><a href="http://www.flshow.net/carousel/fullpage.html" target="_blank">flShow Carousel</a></h4>
<p>A nice caroussel kind gallery.</p>
<p><a href="http://www.flshow.net/carousel/fullpage.html"><img src="http://hongki.at/images/flash_galleries/flShow-Carousel.jpg" alt="flShow Carousel" width="500" height="225" /></a></p>
<h4><a href="http://www.airtightinteractive.com/simpleviewer/" target="_blank">Simple Viewer</a></h4>
<p>Another cool gallery, ready to use.</p>
<p><a href="http://www.airtightinteractive.com/simpleviewer/"><img src="http://hongki.at/images/flash_galleries/SimpleViewer.jpg" alt="SimpleViewer" width="500" height="225" /></a></p>
<h4><a href="http://www.veppa.com/services/flash-photo-gallery.php" target="_blank">Veppa Photo Album</a></h4>
<h4><a href="http://www.veppa.com/services/flash-photo-gallery.php"><img src="http://hongki.at/images/flash_galleries/Veppa-Photo-Album.jpg" alt="Veppa Photo Album" width="500" height="225" /></a></h4>
<h4><a href="http://www.xmlphotoalbum.com/" target="_blank">XML Photo Album</a></h4>
<p><a href="http://www.xmlphotoalbum.com/"><img src="http://hongki.at/images/flash_galleries/xmlphotoalbum.jpg" alt="xmlphotoalbum" width="500" height="225" /></a></p>
<h3>Tutorials</h3>
<h4 class="singleh2"><a title="Permanent Link to Building a 3D album with FIVe3D and TweenLite" href="http://www.thetechlabs.com/3d/building-a-3d-album-with-five3d-and-tweenlite/" rel="bookmark">Building a 3D album with FIVe3D and TweenLite</a></h4>
<p>This tutorial explain how to create an awesome Flash 3D Album using the FIVe3D framework and TweenLite.</p>
<p><a href="http://www.thetechlabs.com/3d/building-a-3d-album-with-five3d-and-tweenlite/"><img src="http://hongki.at/images/flash_galleries/Building-a-3D-album-with-FIVe3D-and-TweenLite.jpg" alt="Building a 3D album with FIVe3D and TweenLite" width="500" height="225" /></a></p>
<h4><a href="http://flash.tutsplus.com/tutorials/xml/build-a-dynamic-gallery-with-actionscript-30-and-php/" target="_blank">Build a Dynamic Flash Gallery with Slider Control</a></h4>
<p>Another cool tutorial showing how to create a flash gallery controlled by a slider and using xml data.</p>
<p><a href="http://flash.tutsplus.com/tutorials/xml/build-a-dynamic-gallery-with-actionscript-30-and-php/"><img src="http://hongki.at/images/flash_galleries/Build-a-Dynamic-Flash-Gallery-with-Slider-Control.jpg" alt="Build a Dynamic Flash Gallery with Slider Control" width="500" height="225" /></a></p>
<h4 class="singleh2"><a title="Permanent Link to Simulating PicLens with Flex and Away3D – Part 1" href="http://www.thetechlabs.com/3d/simulating-piclens-with-flex-and-away3d-–-part-1/" rel="bookmark">Simulating PicLens with Flex and Away3D</a></h4>
<p>A 3 part tutorial, creating from scratch a 3D application similar to the famous PicLens.</p>
<p><a href="http://www.thetechlabs.com/3d/simulating-piclens-with-flex-and-away3d-–-part-1/"><img src="http://hongki.at/images/flash_galleries/SimulatingPicLenswithFlexandAway3D.jpg" alt="Simulating PicLens with Flex and Away3D" width="500" height="225" /></a></p>
<h4 class="post-title"><a href="http://www.layersmagazine.com/flash-slideshow-image-gallery.html" target="_top">Flash Slideshow Image Gallery</a></h4>
<p><a href="http://www.layersmagazine.com/flash-slideshow-image-gallery.html"><img src="http://hongki.at/images/flash_galleries/Flash-Slideshow-Image-Gallery.jpg" alt="Flash Slideshow Image Gallery" width="500" height="225" /></a></p>
<h4 class="singleh2"><a title="Permanent Link to Learn How-to Create Flash Components using Actionscript 3.0, XML and Flickr API" href="http://www.thetechlabs.com/xml/learn-how-to-create-flash-components-using-actionscript-30-xml-and-flickr-api/" rel="bookmark">Learn How-to Create Flash Components using Actionscript 3.0, XML and Flickr API</a></h4>
<p><span class="singleh2">If you want to create your own gallery, or if you want to add some features to some of the above mentioned examples, why don&#8217;t you compile it as a flash component, ready to deploy in your following projects? And better than that, you can sale it in several sites such as the Adobe Exchange. </span></p>
<p class="singleh2"><a href="http://www.thetechlabs.com/xml/learn-how-to-create-flash-components-using-actionscript-30-xml-and-flickr-api/"><img src="http://hongki.at/images/flash_galleries/Learn-How-toCreate-Flash-Components-using-Actionscript-3-XML-and-Flickr-API.jpg" alt="Learn How-to Create Flash Components using Actionscript 3.0, XML and Flickr API" width="500" height="225" /></a></p>
<h3>About the Author</h3>
<p>Carlos is a geek, flash addicted which is the founder of <a title="Free Flash Tutorials, Flex and Adobe AIR" alt="Free Flash Tutorials, Flex and Adobe AIR" href="http://www.thetechlabs.com" target="_blank">The Tech Labs</a>, a site that publish regularly <em>Flash Tutorials</em>, <em>Flex Tutorials</em> and <em>AIR Tutorials</em>.</p>
<p>Follow Carlos in <a href="http://twitter.com/thetechlabs">Twitter</a>.</p>
<p><!--INFOLINKS_ON--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hongkiat.com/blog/30-free-flash-photo-galleries-and-tutorials/feed/</wfw:commentRss>
		<slash:comments>53</slash:comments>
		</item>
		<item>
		<title>60 Excellent Free 3D Model Websites</title>
		<link>http://www.hongkiat.com/blog/60-excellent-free-3d-model-websites/</link>
		<comments>http://www.hongkiat.com/blog/60-excellent-free-3d-model-websites/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 13:57:44 +0000</pubDate>
		<dc:creator>Kay</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[models]]></category>

		<guid isPermaLink="false">http://www.hongkiat.com/blog/?p=3823</guid>
		<description><![CDATA[
3D models represent a 3D object using a collection of points in 3D  space, connected by various geometric entities. A free 3D model definitely can save your budget and deadline. On average, a modeler saves over 2 hours of modeling time when they could get a free 3D model. 

 Today, 3D models are [...]]]></description>
			<content:encoded><![CDATA[<p><!--INFOLINKS_OFF-->
<p>3D models represent a 3D object using a collection of points in 3D  space, connected by various geometric entities. A free 3D model definitely can save your budget and deadline. On average, a modeler saves over 2 hours of modeling time when they could get a free 3D model. </p>
<p><img src="http://farm4.static.flickr.com/3304/3438362558_66cf834f47.jpg?v=0" alt="3d models"/></p>
<p> Today, 3D models are used in a wide variety of industries. The movie industry uses them as characters and objects for animated and real-life motion pictures. The video game industry uses them as assets for computer and video games.The architecture industry uses them to demonstrate proposed buildings and landscapes through Software Architectural Models. The medical industry uses detailed models of organs.  </p>
<p>We understand how useful a 3D model could be. Thus, we’ve crawled into Internet and search for free 3D models which are available for download. Here are as much as <strong>60 websites to download Free 3D Models</strong>. Full list after jump!</p>
<p><strong>Note</strong>: Some of these 3D models have limited  rights. That means they are not allowed for commercial usage. We urge  that you check the rights before using them for business purposes.</p>
<p><strong>More:</strong> You might also be interested in <strong><a href="http://www.hongkiat.com/blog/25-free-3d-modelling-applications-you-should-not-miss/">25 (Free) 3D Modeling Applications You Should Not Miss</a></strong></p>
<p><span id="more-3823"></span></p>
<ol>
<li>
<h4><a href="http://www.3dtotal.com/">3D Total</a></h4>
<p>3D Total provides free stuff on 3D model in categories of human characters, household, body parts, vehicles, weapons, alien characters, architecture, medieval, cartoon, star wars, scenes, animals, sci-fi, low-polu and mechaniods.</p>
<p>Model formats: Max, 3ds, dxf, lwo, mb </p>
<p><img src="http://farm4.static.flickr.com/3557/3437549659_a1cf990530.jpg?v=0" alt="3D_Total" width="500" height="326"></p>
</li>
<li>
<h4><a href="http://www.turbosquid.com/Search/Index.cfm?FuseAction=ProcessSmartSearch&#038;istSearchKey=Free&#038;x=19&#038;y=11">TurboSquid</a></h4>
<p>TurboSquid is the largest library of 3D products in the world. They offers over 300 free 3D models for download. </p>
<p>Model formats: Max, 3ds, oth, obj, lwo, mb </p>
<p><img src="http://farm4.static.flickr.com/3374/3437549487_f6c718bb04.jpg?v=0" alt="turbosquid" width="500" height="321"></p>
</li>
<li>
<h4><a href="http://www.greatbuildings.com/types/models/models.html">Great Buildings</a></h4>
<p>The models range in detail from very simple formal massing models of just a few blocks, through basic interior/exterior spatial walkthrough models, up to detailed interior/exterior models complete with furnishings and landscaping. </p>
<p>Model formats: 3dmf</p>
<p><img src="http://farm4.static.flickr.com/3363/3438361414_dbe4dc59f2.jpg?v=0" alt="greatbuilding" width="500" height="265"></p>
</li>
<li>
<h4><a href="http://archive3d.net/">Archive3D.net</a></h4>
<p>Free 15000+ 3D models for download without registration required.</p>
<p>Model formats: gms, 3ds</p>
<p><img src="http://farm4.static.flickr.com/3372/3437550903_1723fc4307.jpg?v=0" alt="archive3D" width="500" height="315"></p>
</li>
<li>
<h4><a href="http://sketchup.google.com/3dwarehouse/">Google 3D Warehouse</a></h4>
<p>The Google 3D Warehouse is a online repository of 3D models. Anyone can search for and download models, but to publish your own, you&#8217;ll need to sign in using your Google account.</p>
<p>Model formats: <span id="downloadButton">skp</span></p>
<p><img src="http://farm4.static.flickr.com/3365/3437551663_99360bcbca.jpg?v=0" alt="Google_3D_warehouse" width="500" height="273" /></p>
</li>
<li>
<h4><a href="http://www.3dmodelfree.com/">3DModelFree</a></h4>
<p>Free 3D models download. </p>
<p>Model formats: 3ds</p>
<p><img src="http://farm4.static.flickr.com/3547/3438359626_9a271e2d32.jpg?v=0" alt="3DModelFree" width="500" height="360"></p>
</li>
<li>
<h4><a href="http://www.3dxtras.com/3dxtras-free-3d-models-list.asp?catid=-1">3DXtras</a></h4>
<p>Download High Quality 3D Models for 3DSMAX,  Maya, Softimage, Lightwave. (3D Cars, 3D People, 3D Furnitures, etc).  For use in all your 3D Animation and multimedia works.</p>
<p>Model formats: Max, 3ds, c4d, dwg, obj, mb </p>
<p><img src="http://farm4.static.flickr.com/3629/3438359876_369bfa2c6c.jpg?v=0" alt="3DXtras" width="500" height="248"></p>
</li>
<li>
<h4><a href="http://dlegend.com/html/free-3dmodels.html">DLegend</a></h4>
<p>A collection of <strong>3ds ,max ,prj and obj</strong> files for you to use in diffrent applications of 3d programs.</p>
<p>Model formats: 3ds ,max ,prj, obj, mb </p>
<p><img src="http://farm4.static.flickr.com/3387/3437551465_81339ae9ec.jpg?v=0" alt="dlegend" width="500" height="263"></p>
</li>
<li>
<h4><a href="http://artist-3d.com/">Artist-3D</a></h4>
<p>Artist-3d.com is a free exchange directory of royalty  free 3d models, 3ds studio max &amp; similar type models. 3D artists  and graphic designers can freely submit 3d models or download ones for  personal and non-commercial use. </p>
<p>Model formats: 3ds, obj, pz3, pp2, max, mb </p>
<p><img src="http://farm4.static.flickr.com/3642/3437550947_61944a149c.jpg?v=0" alt="artist-3d" width="500" height="206"></p>
</li>
<li>
<h4><a href="http://www.nasa.gov/multimedia/3d_resources/3d-models-index.html">NASA 3D Model </a></h4>
<p>3D resources for free 3D models which provided by NASA.</p>
<p>Model formats: 3ds</p>
<p><img src="http://farm4.static.flickr.com/3404/3438361748_dffed0cecc.jpg?v=0" alt="Nasa" width="500" height="271"></p>
</li>
<li>
<h4><a href="http://www.3dm3.com/modelsbank/">3dm3</a></h4>
<p>You would certainly find 3DMS something interesting and useful, receive  answers to most of yourquestions, to download 3D models which you need  in one of the biggest Models Bank on-line.</p>
<p>Model formats: max, 3ds, obj, mb  </p>
<p><img src="http://farm4.static.flickr.com/3641/3437550089_05fb4dd0ab.jpg?v=0" alt="3dm3" width="500" height="247"></p>
</li>
<li>
<h4><a href="http://www.amazing3d.com/free/free.html">Amazing3D</a></h4>
<p>You may                         use these models (meshes) royalty-free in your own work to create                         2D images, animations, print graphics or web graphics. You may                         also include them as part of your software package in a proprietary                         format with credits and written permission from Amazing 3D Graphics,                         Inc.</p>
<p>Model formats: Max, 3ds</p>
<p><img src="http://farm4.static.flickr.com/3377/3437550739_2540789e6a.jpg?v=0" alt="amazing3D" width="500" height="341"></p>
</li>
<li>
<h4><a href="http://3ddb.blogspot.com/search/label/Models">3D Download Blog</a></h4>
<p>Free download for materials, mdels, textures, shaders.</p>
<p>Model formats: Max, 3ds, mb </p>
<p><img src="http://farm4.static.flickr.com/3542/3438359288_df609ec1c6.jpg?v=0" alt="3D_download_blog" width="500" height="167"></p>
</li>
<li>
<h4><a href="http://www.dewantoro.net/category/hot-stuff/3d-max-model/page/24/">Dewantoro Network</a></h4>
<p>The purpose of this blog is, to collect tutorial, free stuff like  3d object, photoshop brush, filters, free software, templates and many  more.</p>
<p>Model formats: Max, 3ds </p>
<p><img src="http://farm4.static.flickr.com/3311/3438361128_8ec107cb74.jpg?v=0" alt="Dewantoro_Network" width="500" height="375"></p>
</li>
<li>
<h4><a href="http://cg-india.com/cgblog_3dmodels.html">CGI</a></h4>
<p>All 3d models are free for any type of use (c/p). The version one is collection of very useful and handy 3d models in .3ds format.</p>
<p>Model formats: 3ds</p>
<p><img src="http://farm4.static.flickr.com/3335/3438360864_62d1038d85.jpg?v=0" alt="cgi" width="500" height="354"></p>
</li>
<li>
<h4><a href="http://dd-freebies.blogspot.com/search/label/3D%20models">DD-Freebies</a></h4>
<p>Model formats: Obj</p>
<p><img src="http://farm4.static.flickr.com/3373/3437551339_5d4d8ecec2.jpg?v=0" alt="dd-freebies" width="500" height="375"></p>
</li>
<li>
<h4><a href="http://www.exchange3d.com/cubecart/free-3d-models/cat_35.html">Exchange 3D</a></h4>
<p>Model formats: blend, max, 3ds, </p>
<p><img src="http://farm4.static.flickr.com/3332/3438361298_e00765cf2c.jpg?v=0" alt="exchange3D" width="500" height="400"></p>
</li>
<li>
<h4><a href="http://www.corporatemedianews.com/2002/03_mar/features/3dmodellibrary.htm">Corporate Media News</a></h4>
<p>Need a 3D model? Here is a collection of styles, sizes, themes and formats.</p>
<p>Model formats: Max, 3ds, wrl, lwo</p>
<p><img src="http://farm4.static.flickr.com/3596/3438360970_595d6801dc.jpg?v=0" alt="Corporate_Media_News" width="500" height="375"></p>
</li>
<li>
<h4><a href="http://www.wirecase.com/Gallery-Free-3D-Models_s-2_v-20-1_f-fc-0-321_f-fpx-_f-fpn-_f-oid-.html">WireCase</a></h4>
<p>Download 3D models from a catalog of the highest quality online. </p>
<p>Model formats: Max, 3ds, dxf, lwo, blend, obj, fbx</p>
<p><img src="http://farm4.static.flickr.com/3660/3438359234_6179faf8fc.jpg?v=0" alt="wirecase" width="497" height="500"></p>
</li>
<li>
<h4><a href="http://www.adobe-tools.com/">Adobe-Tools</a></h4>
<p>Enchance the new 3d features of Adobe Photoshop CS3 Extended version! Download free 3d models from Adobe-Tools.</p>
<p>Model formats: Max, 3ds</p>
<p><img src="http://farm4.static.flickr.com/3330/3437550493_8e28f12fd9.jpg?v=0" alt="adobe-tools" width="500" height="297"></p>
</li>
<li>
<h4><a href="http://www.mr-cad.com/Free-3D-Models-c-19-1.html">Mr Furniture</a></h4>
<p>Over 5000 free 3D models for furniture, textures, CAD in .3ds, .max and .dxf.</p>
<p>Model formats: Max, 3ds, dxf</p>
<p><img src="http://farm4.static.flickr.com/3571/3437551953_e5ddfe4b53.jpg?v=0" alt="mr_furniture" width="500" height="268" /></p>
</li>
<li>
<h4><a href="http://3dp2.0catch.com/">3D Plants</a></h4>
<p>Each month a different model from the 3dplants.com CDs and downloadable products will be offered as a free sample.</p>
<p>Model formats: obj, 3ds, dxf, lwo</p>
<p><img src="http://farm4.static.flickr.com/3299/3438359786_46e946f9c8.jpg?v=0" alt="3dplants" width="500" height="303"></p>
</li>
<li>
<h4><a href="http://www.sharecg.com/b/5/3D-Models?PSID=e3aa02d1ef780c432e9f9d7e95409369">ShareCG</a></h4>
<p>Model formats: Max, 3ds, car, wire, jas, c4d, daz, dwg </p>
<p><img src="http://farm4.static.flickr.com/3592/3438362108_3494b3075e.jpg?v=0" alt="sharecg" width="500" height="375"></p>
</li>
<li>
<h4><a href="http://www.3delicious.net/">3Delicious</a></h4>
<p>Only delicious free 3d models. </p>
<p>Model formats: Max, 3ds, gsm, lwo</p>
<p><img src="http://farm4.static.flickr.com/3344/3438359538_b96a643dd3.jpg?v=0" alt="3delicious" width="500" height="336"></p>
</li>
<li>
<h4><a href="http://www.archibase.net/gdl">Archibase</a></h4>
<p>Download Free 3D CAD models.</p>
<p>Model formats:  3ds, dxf,  max, dwg </p>
<p><img src="http://farm4.static.flickr.com/3313/3437550865_f11d550cd5.jpg?v=0" alt="archibase" width="500" height="260"></p>
</li>
<li>
<h4><a href="http://www.top3dmodels.com/products/3d-models/free">Top 3D Models</a></h4>
<p>Model formats: Max, 3ds, obj</p>
<p><img src="http://farm4.static.flickr.com/3266/3438362448_48a7c5096d.jpg?v=0" alt="top_3D_models" width="500" height="313"></p>
</li>
<li>
<h4><a href="http://www.cg-files.com/3dmodels.html">CG-Files</a></h4>
<p>Model formats: Max, 3ds, pz2, pp2, obj </p>
<p><img src="http://farm4.static.flickr.com/3636/3438360792_1b7abd85b5.jpg?v=0" alt="cg-files" width="500" height="382"></p>
</li>
<li>
<h4><a href="http://www.top3d.net/free-3d-models/">Top3D</a></h4>
<p>Free download for 3D animation and 3D models. </p>
<p>Model formats: Max, c4d, 3ds</p>
<p><img src="http://farm4.static.flickr.com/3409/3437552577_1c78bc9bf6.jpg?v=0" alt="top3D" width="500" height="251"></p>
</li>
<li>
<h4><a href="http://www.oyonale.com/modeles.php?lang=en&#038;format=OBJ">Oyonale</a></h4>
<p>The objects are freely usable for your personal or commercial 3D art and animations. The 3D models are available in POV-Ray, Cinema 4D and/or Wavefront OBJ formats.</p>
<p>Model formats: POV-Ray, C4D, Obj</p>
<p><img src="http://farm4.static.flickr.com/3416/3437552061_59f8939725.jpg?v=0" alt="oyonale" width="500" height="375"></p>
</li>
<li>
<h4><a href="http://dmi.chez-alice.fr/models1b.html">DMI Car 3D Models </a></h4>
<p>Free 3D models for vehicles. </p>
<p>Model formats:  lwo, max, 3ds, dxf, obj, gsm </p>
<p><img src="http://farm4.static.flickr.com/3394/3438361254_d6361a7c3c.jpg?v=0" alt="dmi-cars" width="500" height="203" /></p>
</li>
<li>
<h4><a href="http://www.creative-3d.net/free3D.cfm">Creative-3D</a></h4>
<p>This collection of 104 royalty free 3D objects is available for  download. Perfect for furnishing your interior design spaces and  architectural renderings. </p>
<p>Model formats: 3ds </p>
<p><img src="http://farm4.static.flickr.com/3378/3437551299_2b06f22aeb.jpg?v=0" alt="creative-3d" width="500" height="206"></p>
</li>
<li>
<h4><a href="http://www.infinitee-designs.com/Free-Maya-Models.htm">Infinitee-Designs</a></h4>
<p>Free 3D Models for Autodesk Maya, 3D Studio Max and other 3D programs &#8211; Free models for beginners to advanced users of Autodesk Maya 3D animation and special effects software program. </p>
<p>Model formats: 3D Studio Max, XSI, Zbrush, Blender, Softimage, Cinema 4D, Terragen, Bryce &#038; Poser</p>
<p><img src="http://farm4.static.flickr.com/3632/3438361464_40a95071f2.jpg?v=0" alt="infinitee-designs" width="500" height="334"></p>
</li>
<li>
<h4><a href="http://telias.free.fr/Models_menu.html">Telias</a></h4>
<p>Free the models is a site that offers royalty free 3d models in 3ds, bryce, poser, lightwave and md2 format. Also a great collection of textures to use in your favorite modeling and rendering program.<br />
All the content is free for any use.</p>
<p>Model formats: 3ds, poser, md2, lwo </p>
<p><img src="http://farm4.static.flickr.com/3348/3438362228_cf89800d66.jpg?v=0" alt="telias" width="500" height="276"></p>
</li>
<li>
<h4><a href="http://www.renderlight.it/english/free_download.php">Render Light</a></h4>
<p>Render Light offers our visitors FREE collections of 3D modeling, shaders, textures and materials, tutorials to know the procedures to get high quality render images and animations and more.</p>
<p>Model formats: Max</p>
<p><img src="http://farm4.static.flickr.com/3647/3437552143_ac69a1c120.jpg?v=0" alt="renderlight" width="500" height="163"></p>
</li>
<li>
<h4><a href="http://www.scifi3d.com/list.asp?intGenreID=14&#038;intCatID=36">Sci-Fi 3D</a></h4>
<p>The ultimate 3D Sci-Fi resources. </p>
<p>Model formats: Max, 3ds, fbx, lwo</p>
<p><img src="http://farm4.static.flickr.com/3335/3437552193_789b50c7f0.jpg?v=0" alt="sci-fi3D" width="500" height="262" /></p>
</li>
<li>
<h4><a href="http://www.altairmodels.com/Free-3D.php">Altair Models</a></h4>
<p>Download over 1500 high quality 3d model files free of charge. Most models are available in Max, Dxf, 3ds, Obj. 3D formats for Pc, Mac and Unix platforms. In this collection you can find cars, humans, ships, animals and much more.</p>
<p>Model formats: Max, Dxf, 3ds, Obj</p>
<p><img src="http://farm4.static.flickr.com/3576/3437550665_54076084b0.jpg?v=0" alt="altair_models" width="500" height="375"></p>
</li>
<li>
<h4><a href="http://www.kit3dmodels.com/">Kit 3D</a></h4>
<p>Kit3dmodels, a great collection of 3d furniture, lamps and accesories.</p>
<p>Model formats: Max, dxf</p>
<p><img src="http://farm4.static.flickr.com/3646/3438361514_f8627254cf.jpg?v=0" alt="kit_3D" width="500" height="370"></p>
</li>
<li>
<h4><a href="http://www.3dallusions.com/Models/">3DAllusions</a></h4>
<p>Free 3D models in diferent formats.</p>
<p>Model formats: Max, 3ds, dxf, lwo</p>
<p><img src="http://farm4.static.flickr.com/3311/3437549749_ed891d98f2.jpg?v=0" alt="3DAllusions" width="500" height="366"></p>
</li>
<li>
<h4><a href="http://www.3dcontentcentral.com/default.aspx">3d Content Central</a></h4>
<p>3D ContentCentral® is a free service for locating, configuring, downloading, and requesting 3D parts and assemblies, 2D blocks, library features, and macros.  Join an active community of 493,038 CAD users who share and download user contributed and supplier-certified 3D parts &#038; assemblies, 2D blocks, library features and macros.</p>
<p>Model formats: cad, 3ds</p>
<p><img src="http://farm4.static.flickr.com/3622/3438359480_1f1aa5f44e.jpg?v=0" alt="3dcontentcentral" width="500" height="234"></p>
</li>
<li>
<h4><a href="http://www.klicker.de/interior.html">Klicker</a></h4>
<p>Free 3DS Models for interior and furniture. All models are in 3DS-format and packed in ZIP.</p>
<p>Model formats: 3ds</p>
<p><img src="http://farm4.static.flickr.com/3349/3437551833_b8f24a6b36.jpg?v=0" alt="klicker" width="500" height="148"></p>
</li>
<li>
<h4><a href="http://www.3dmodelsharing.com">3d Model Sharing</a></h4>
<p>3DModelSharing.com is a showcase of CAD related media. 3DModelSharing invite you to browse through their library of hundreds of different CAD files. </p>
<p>Model formats: cad </p>
<p><img src="http://farm4.static.flickr.com/3595/3437550047_88147e49df.jpg?v=0" alt="3dmodelsharing" width="500" height="336"></p>
</li>
<li>
<h4><a href="http://3d-auto-club.blogspot.com/search/label/3D%20Models%20of%20Cars">3d Auto Club</a></h4>
<p>Model formats: MAX, 3DS, C4D</p>
<p><img src="http://farm4.static.flickr.com/3591/3438359446_94fa001ca4.jpg?v=0" alt="3d-auto-club" width="500" height="396"></p>
</li>
<li>
<h4><a href="http://toucan.web.infoseek.co.jp/3DCGE.html">Toucan</a></h4>
<p>Free 3D models for fishes, insects and flowers. </p>
<p>Model formats: 3ds </p>
<p><img src="http://farm4.static.flickr.com/3568/3438358978_db377124f2.jpg?v=0" alt="toucan" width="500" height="120"></p>
</li>
<li>
<h4><a href="http://www.rocky3d.com/free3d.html">Rocky3d</a></h4>
<p>Rocky3d specializew in providing the finest useful 3D models for your scenes and animations. They have thousands of models (many of which are FREE!) ranging from small but useful objects.</p>
<p>Model formats: Max, 3ds, dxf, lwo</p>
<p><img src="http://farm4.static.flickr.com/3622/3438361962_a50cbb1bfa.jpg?v=0" alt="rocky3D" width="500" height="282"></p>
</li>
<li>
<h4><a href="http://www.trekmeshes.ch/">Trekmeshes</a></h4>
<p>Download Star Terk meshes and 3D objects. </p>
<p>Model formats: Max, 3ds, cob, lwo</p>
<p><img src="http://farm4.static.flickr.com/3653/3438359022_107c10a3bb.jpg?v=0" alt="Trekmeshes" width="500" height="111"></p>
</li>
<li>
<h4><a href="http://www.cc.gatech.edu/projects/large_models/">Large Geometric Models Archive</a></h4>
<p> The purpose of this site is to provide large models to researchers in  computer graphics and related fields.</p>
<p>Model formats: PLY, VRML, dxf, lwo</p>
<p><img src="http://farm4.static.flickr.com/3300/3437551877_dc7fce5fb2.jpg?v=0" alt="large" width="500" height="271"></p>
</li>
<li>
<h4><a href="http://www.digitalanimators.com/HTM/Resources/3dModels/3dModelsMain.htm">Digital Animators</a></h4>
<p>A small archive of 3D models that Digital Animators has obtained over the years. Digital Animators has gone ahead and catagorized them by catagory for your visual preferences.</p>
<p>Model formats: Max, 3ds, dxf, lwo</p>
<p><img src="http://farm4.static.flickr.com/3374/3437551433_56e72b8229.jpg?v=0" alt="digital_animator" width="500" height="230"></p>
</li>
<li>
<h4><a href="http://www.the3darchive.com">The 3d Archive</a></h4>
<p>Standardized 3D object database. </p>
<p>Model formats: q3o</p>
<p><img src="http://farm4.static.flickr.com/3644/3438362274_66bb7d990b.jpg?v=0" alt="the3darchive" width="500" height="375"></p>
</li>
<li>
<h4><a href="http://www.model3d.biz/obj/?did=21">Model3D</a></h4>
<p>A source of high quality 3D models and free section contains some models, which you can download gratis, they are free of charge.</p>
<p>Model formats: Max, 3ds, arcon, o2c </p>
<p><img src="http://farm4.static.flickr.com/3579/3438361644_21ef72c618.jpg?v=0" alt="model3D" width="500" height="339"></p>
</li>
<li>
<h4><a href="http://www.cadalyst.net/images/samples.html">Cadalyst</a></h4>
<p>Cadalyst offers worlds largest selection of free 3D models, textures, tutorials, plugins an dupdates for 3D studio and lightwave 3D. </p>
<p>Model formats: Max, 3ds, cad, lwo</p>
<p><img src="http://farm4.static.flickr.com/3352/3438360680_1e3dd383e7.jpg?v=0" alt="cadalyst" width="500" height="292"></p>
</li>
<li>
<h4><a href="http://www.antonkisieldesigns.com/~akfiles/htmlpages/ApolloMaximusFree3dhumanfigure.htm">Apollo Maximus</a></h4>
<p>Free Poser Downloads include free 3D models, free Poser body morphs, free    Poser face morphs, free poses, free 3D clothing library, free Poser python    scripts,  free Poser light sets, free Poser face room module, free Poser    face poses, free Poser character poses, free figure texture maps, free    clothing textures, &amp; more.</p>
<p>Model formats: obj </p>
<p><img src="http://farm4.static.flickr.com/3353/3437550815_1f5e4326c7.jpg?v=0" alt="ApolloMaximus" width="500" height="500"></p>
</li>
<li>
<h4><a href="http://freespace.virgin.net/pbratt.home/3D%20Aircraft%20Models%20Page%20One%203DS%20MAX%20LWO%20C4D.htm">Silver-Wings</a></h4>
<p>Downloadable 3D aircraft model in 3ds, max, lwo and c4d format. </p>
<p>Model formats: Max, 3ds, c4d, lwo</p>
<p><img src="http://farm4.static.flickr.com/3312/3437552335_f5dd66108f.jpg?v=0" alt="silver_wings" width="500" height="175"></p>
</li>
<li>
<h4><a href="http://www.planit3d.com/source/meshes_files/meshes.html">PlanIT 3D</a></h4>
<p>All of the models / meshes available on PlanIT 3D for download may be  used royalty-free in your own work if you give proper credit to PlanIT  3D.</p>
<p>Model formats: Max, 3ds, dxf, lwo</p>
<p><img src="http://farm4.static.flickr.com/3317/3438361850_fdd92ea638.jpg?v=0" alt="planIT3D" width="500" height="135"></p>
</li>
<li>
<h4><a href="http://www.users.on.net/~sparky/models.htm">The Singularity</a></h4>
<p>Model formats:  3ds,  lwo</p>
<p><img src="http://farm4.static.flickr.com/3369/3437552489_23e44a6be3.jpg?v=0" alt="the_singularity" width="500" height="137"></p>
</li>
<li>
<h4><a href="http://www.total-3d.com/">Total-3d</a></h4>
<p>Free 3D model download for interior design. </p>
<p>Model formats: Max, 3ds, dxf, lwo</p>
<p><img src="http://farm4.static.flickr.com/3540/3437552671_c6a29b30ee.jpg?v=0" alt="total-3d" width="500" height="262"></p>
</li>
<li>
<h4><a href="http://www.2001-3d-archive.info/">2001 3D Archive</a></h4>
<p>Model formats: Max, 3ds, cob, lwo, lws </p>
<p><img src="http://farm4.static.flickr.com/3627/3437550441_16f25f1bb7.jpg?v=0" alt="2001_3D_Archive" width="500" height="207"></p>
</li>
<li>
<h4><a href="http://www.3dvalley.com/3d-models">3D Valley</a></h4>
<p>Model formats: Max, 3ds, mb, cob, obj </p>
<p><img src="http://farm4.static.flickr.com/3322/3438359370_b049087987.jpg?v=0" alt="3D_Valley" width="500" height="222" /></p>
</li>
<li>
<h4><a href="http://www.3dgurukul.com/3D%20Models.htm">3D Gurukul</a></h4>
<p>3D Gurukul offers this free stuff for betterment of CG Environment.Great source for 3D Modeling,  Games, Designs, Textures, 3D Home, 3D Graphic, 3D Animations.</p>
<p>Model formats: Max, 3ds, dxf, lwo</p>
<p><img src="http://farm4.static.flickr.com/3566/3438359574_6637299f75.jpg?v=0" alt="3dgurukul" width="500" height="108"></p>
</li>
<li>
<h4><a href="http://3d.faws.org/objects.php?LANG=uk">3D Faws</a></h4>
<p>Model formats: obj, lha </p>
<p><img src="http://farm4.static.flickr.com/3576/3437551589_58dd8ffc47.jpg?v=0" alt="faws" width="500" height="139"></p>
</li>
<li>
<h4><a href="http://www.3dxo.com/de/page/36.htm?sid=bdc34c152aa6f4acb8e0cfe95753e9d6">3DXO</a></h4>
<p>Model formats: Max, 3ds, dxf, lwo</p>
<p><img src="http://farm4.static.flickr.com/3366/3438359832_d859876619.jpg?v=0" alt="3dxo" width="500" height="280"></p>
</li>
<li>
<h4><a href="http://www.3dvia.com/">3DVIA</a></h4>
<p>3DVIA is the newest of Dassault Systèmes&#8217; 6 brands. Their mission is to extend 3D content creation and experience to new businesses and consumers with the goal of utilizing 3D as their common language.</p>
<p>Model formats: 3DXML, kmz</p>
<p><img src="http://farm4.static.flickr.com/3354/3437552907_d1262b35c5.jpg?v=0" alt="3dxo" width="500" height="168"></p>
</li>
</ol>
<p><!--INFOLINKS_ON--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hongkiat.com/blog/60-excellent-free-3d-model-websites/feed/</wfw:commentRss>
		<slash:comments>115</slash:comments>
		</item>
		<item>
		<title>42 Free Online Magazines for Designers</title>
		<link>http://www.hongkiat.com/blog/42-free-online-magazines-for-designers/</link>
		<comments>http://www.hongkiat.com/blog/42-free-online-magazines-for-designers/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 16:37:30 +0000</pubDate>
		<dc:creator>hongkiat</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[designer]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[magazine]]></category>
		<category><![CDATA[mags]]></category>

		<guid isPermaLink="false">http://www.hongkiat.com/blog/?p=3805</guid>
		<description><![CDATA[
Art and design magazines are designers close companion. Not only it feeds us with latest trends and news in the design industry, it&#8217;s also a good source of inspiration, particularly useful for those who hit the design block frequently.

Just in case you weren&#8217;t aware, there&#8217;s a huge pool of free design magazines on the net; [...]]]></description>
			<content:encoded><![CDATA[<p><!--INFOLINKS_OFF--></p>
<p><strong>Art and design magazines</strong> are designers close companion. Not only it feeds us with latest trends and news in the design industry, it&#8217;s also a good source of inspiration, particularly useful for those who hit the design block frequently.</p>
<p><img src="http://farm4.static.flickr.com/3644/3438293204_3925225b82.jpg?v=0" alt="free design magazines" style="border:none"/></p>
<p>Just in case you weren&#8217;t aware, there&#8217;s a huge pool of free design magazines on the net; we meant those softcopy magazines you can either browse online or download (.PDF, .SWF) for offline viewing. Not only they have high quality content, each issue released is also free. We thought that&#8217;s generous of these folks. Today we want to present you with <strong>N Free Magazines for Designers</strong>. Even if you are looking for something to kill the spare time, we think these mags will help too. Full list after jump.</p>
<p><strong>More?</strong> If you happen to know some good free magazines that we&#8217;ve missed. Feel free to leave a comment or <a href="http://www.hongkiat.com/blog/contact/">contact</a> us. We add it in.</p>
<h3>Our Top Picks</h3>
<h4><a href="http://gizmag.eu/">GizMag</a></h4>
<p>Weekly web magazine full of neat stuff. Every 3 months a free PDF is published with some of the past subjects, including interviews and artwork.</p>
<p><a href="http://gizmag.eu/"><img src="http://farm4.static.flickr.com/3403/3438293332_079195e4a0.jpg?v=0" width="500" height="338" /></a></p>
<h4><a href="http://www.alistapart.com/">A List Apart</a></h4>
<p>It&#8217;s not really a <em>&#8216;magazine&#8217;</em> since it don&#8217;t come in .PDF or any downloable format. But it&#8217;s certainly a  must-read for any web designers.</p>
<p><a href="http://www.alistapart.com/"><img src="http://farm4.static.flickr.com/3401/3437481531_d497bb3c66.jpg?v=0" width="500" height="269"></a></p>
<h4><a href="http://www.bakmagazine.com/">Bak Magazine</a></h4>
<p><a href="http://www.bakmagazine.com/"><img src="http://farm4.static.flickr.com/3620/3438291466_c42df8a0ab.jpg?v=0" width="500" height="375"></a></p>
<p><span id="more-3805"></span></p>
<h4><a href="http://www.artzmania.com/">Artzmania</a></h4>
<p><a href="http://www.artzmania.com/"><img src="http://farm4.static.flickr.com/3636/3438291374_407c39551e.jpg?v=0" width="500" height="450" /></a></p>
<h4><a href="http://www.veer.com/ideas/catalogs/">Veer Catalog</a></h4>
<p><a href="http://www.veer.com/ideas/catalogs/"><img src="http://farm4.static.flickr.com/3649/3438295168_0b833a5227_o.jpg" width="500" height="488" /></a></p>
<h4><a href="http://www.pdf-mags.com/index_a-z.php">PDF Mags</a></h4>
<p>Nothing but lots of PDF magazines, for free.</p>
<p><a href="http://www.pdf-mags.com/index_a-z.php"><img src="http://farm4.static.flickr.com/3538/3438294328_44137a970d_o.jpg" width="500" height="364" /></a></p>
<h4><a href="http://www.destructed.info/">Destructed Magazine</a></h4>
<p>Art- and Designmagzine in .PDF format released quaterly with each issue deals with a unique topic.</p>
<p><a href="http://www.destructed.info/"><img src="http://farm4.static.flickr.com/3556/3438292898_a1e026f573.jpg?v=0" width="500" height="449" /></a></p>
<h4><a href="http://www.magwerk.com/">Magwerk</a></h4>
<p><a href="http://www.magwerk.com/"><img src="http://farm4.static.flickr.com/3334/3437484103_b9283a293c.jpg?v=0" width="500" height="303" /></a></p>
<h4><a href="http://www.lovepics.it/index.htm">Love Pics</a></h4>
<p><a href="http://www.lovepics.it/index.htm"><img src="http://farm4.static.flickr.com/3587/3437484011_02102593da.jpg?v=0" width="500" height="350" /></a></p>
<h4><a href="http://komma-mannheim.de/">Komma</a></h4>
<p><a href="http://komma-mannheim.de/"><img src="http://farm4.static.flickr.com/3371/3438293576_d6c5538e55.jpg?v=0" width="500" height="475" /></a></p>
<h4><a href="http://www.delvemagazine.com/">Delve Magazine </a></h4>
<p>Delve was created to explore visual culture through experimentation in design, photography, illustration, and other related visual arts. </p>
<p><a href="http://www.delvemagazine.com/"><img src="http://farm4.static.flickr.com/3556/3437482991_73499ca490.jpg?v=0" width="500" height="323" /></a></p>
<h4><a href="http://www.revistakino.com/english/indexeng.html">Kino Mag</a></h4>
<p><a href="http://www.revistakino.com/english/indexeng.html"><img src="http://farm4.static.flickr.com/3379/3437483713_46736c08be.jpg?v=0" width="500" height="474" /></a></p>
<h4><a href="http://www.cru-a.com/">CRU A Magazine</a></h4>
<p>CRU A is a digital magazine about arts and culture.</p>
<p><a href="http://www.cru-a.com/"><img src="http://farm4.static.flickr.com/3652/3437482871_e5b01873bc.jpg?v=0" width="500" height="331" /></a></p>
<h4><a href="http://www.rootmagazine.org/">Root Magazine</a></h4>
<p><a href="http://www.rootmagazine.org/"><img src="http://farm4.static.flickr.com/3298/3438294618_7b08d2318a_o.jpg" width="500" height="344" /></a></p>
<h3>More Free Magazines</h3>
<h4><a href="http://www.revolutionartmagazine.com/">RevolutionArt Magazine</a></h4>
<p>REVOLUTIONART international magazine is a publication delivered in pdf format as a collective sample of the best of the graphics arts, modeling, music, and world tendences. Deliver every 2 months.</p>
<p><a href="http://www.revolutionartmagazine.com/"><img src="http://farm4.static.flickr.com/3649/3437484711_4c38c239fc_o.jpg" width="500" height="301"></a></p>
<h4><a href="http://www.castlemagazine.de/">Castle Magazine</a></h4>
<p>Castlemagazine is a pdf online mag which consists of the work of free Illustrators, Artists or other creative nerds.</p>
<p><a href="http://www.castlemagazine.de/"><img src="http://farm4.static.flickr.com/3380/3438292480_879f6a568a.jpg?v=0" width="500" height="295"></a></p>
<h4><a href="http://www.revolverlover.net/anti.asp">ANTI</a></h4>
<p>NTI Magazine aims to showcase outstanding visual content as an online magazine and also through future exhibitions all around the world.</p>
<p><a href="http://www.revolverlover.net/anti.asp"><img src="http://farm4.static.flickr.com/3321/3438291306_5c0bb3794d.jpg?v=0"></a></p>
<h4><a href="http://www.blanketmagazine.com/">Blanket Magazine</a></h4>
<p>Free PDF art + design + photography magazine that is released bi-monthly.</p>
<p><a href="http://www.blanketmagazine.com/"><img src="http://farm4.static.flickr.com/3553/3438292182_b40b123196.jpg?v=0" width="500" height="305"></a></p>
<h4><a href="http://bitfuul.com/">bitFUUL Magazine</a></h4>
<p><a href="http://bitfuul.com/"><img src="http://farm4.static.flickr.com/3655/3438291952_75f587be82.jpg?v=0" width="500" height="400"></a></p>
<h4><a href="http://www.breedmag.com/">Breed Magazine</a></h4>
<p>BREED Magazine covers art, fashion, music and ideas quarterly for free subscription.</p>
<p><a href="http://www.breedmag.com/"><img src="http://farm4.static.flickr.com/3589/3437482605_8b902b7a15_o.jpg" width="500" height="450"></a></p>
<h4><a href="http://www.bloodwarsmagazine.com/downloads.html">Bloodwars Magazine</a></h4>
<p><a href="http://www.bloodwarsmagazine.com/downloads.html"><img src="http://farm4.static.flickr.com/3404/3438292258_6a1a13542e.jpg?v=0" width="500" height="345"></a></p>
<h4><a href="http://www.wagmagazine.net/">Wag</a></h4>
<p><a href="http://www.wagmagazine.net/"><img src="http://farm4.static.flickr.com/3609/3437485465_634891090a_o.jpg" width="500" height="385" /></a></p>
<h4><a href="http://www.true-eye.net/">True Eye</a></h4>
<p><a href="http://www.true-eye.net/"><img src="http://farm4.static.flickr.com/3610/3438294976_70e1b45e05_o.jpg" width="500" height="373" /></a></p>
<h4><a href="http://www.theroyalmagazine.com/">Royal Magazine</a></h4>
<p>Private journal of The KDU (Keystone Design Union), a Global Fraternal Creative Collective dedicated to creating and managing innovative design centric objects, brands and experiences.</p>
<p><a href="http://www.theroyalmagazine.com/"><img src="http://farm4.static.flickr.com/3565/3438294704_e3b114fb1b_o.jpg" width="500" height="327" /></a></p>
<h4><a href="http://www.ruby-mag.com.ar/site/index.html">Ruby Mag</a></h4>
<p><a href="http://www.ruby-mag.com.ar/site/index.html"><img src="http://farm4.static.flickr.com/3555/3437484985_f80a11bd9d_o.jpg" width="500" height="337" /></a></p>
<h4><a href="http://www.spheremag.com/">Sphere Magazine</a></h4>
<p><a href="http://www.spheremag.com/"><img src="http://farm4.static.flickr.com/3412/3438294848_849f800099_o.jpg"></a></p>
<h4><a href="http://www.phasecollective.com/">Phase Collective</a></h4>
<p><a href="http://www.phasecollective.com/"><img src="http://farm4.static.flickr.com/3569/3437484539_a09378992c_o.jpg" width="500" height="316" /></a></p>
<h4><a href="http://www.nlfmagazine.com/">NLF Magazine</a></h4>
<p><a href="http://www.nlfmagazine.com/"><img src="http://farm4.static.flickr.com/3616/3437484329_908b1c7fcc.jpg?v=0" width="500" height="346" /></a></p>
<h4><a href="http://www.noname-magazine.com/">Noname Magazine</a></h4>
<p><a href="http://www.noname-magazine.com/"><img src="http://farm4.static.flickr.com/3616/3438294182_15f274b953_o.jpg" width="500" height="321" /></a></p>
<h4><a href="http://www.multilinkmagazine.com/">Multilink Magazine</a></h4>
<p><a href="http://www.multilinkmagazine.com/"><img src="http://farm4.static.flickr.com/3651/3437484239_8eef40aa6d.jpg?v=0" width="500" height="361" /></a></p>
<h4><a href="http://www.kromotion.com/blognews/index.php?2007/03/21/2-kromag-le-magazine-de-kromotion">Kromag</a></h4>
<p><a href="http://www.kromotion.com/blognews/index.php?2007/03/21/2-kromag-le-magazine-de-kromotion"><img src="http://farm4.static.flickr.com/3356/3438293696_d0eabb1617.jpg?v=0" width="500" height="352" /></a></p>
<h4><a href="http://www.txtnein.com/index.php?PAGE=magazine">TXTnein</a></h4>
<p>Free pdf magazine made with submissions of graphic designers, photographers and artists over the world</p>
<p><a href="http://www.txtnein.com/index.php?PAGE=magazine"><img src="http://farm4.static.flickr.com/3403/3438295056_c4ba26d5eb_o.jpg" width="500" height="334" /></a></p>
<h4><a href="http://www.etelmagazine.com/">Etel Magazine</a></h4>
<p>We thought this is a good magazine, but too bad the English version is currently not available.</p>
<p><a href="http://www.etelmagazine.com/"><img src="http://farm4.static.flickr.com/3537/3437483343_75ee441009.jpg?v=0" width="500" height="447" /></a></p>
<h4><a href="http://www.proteusmag.com/">Proteus Mag</a></h4>
<p>Online art and design magazine.</p>
<p><a href="http://www.proteusmag.com/"><img src="http://farm4.static.flickr.com/3378/3437484623_6ce41967a4_o.jpg" width="500" height="316" /></a></p>
<h4><a href="http://www.ths.nu/beast/">{ths} Beast Magazine</a></h4>
<p>The bible of inspiration.</p>
<p><a href="http://www.ths.nu/beast/"><img src="http://farm4.static.flickr.com/3656/3438291772_137e45098b.jpg?v=0" width="500" height="314" /></a></p>
<h4><a href="http://www.bedifferent.it/english.html">Bedifferent</a></h4>
<p><a href="http://www.bedifferent.it/english.html"><img src="http://farm4.static.flickr.com/3395/3437482133_14659ce131.jpg?v=0" width="500" height="349" /></a></p>
<h4><a href="http://www.codemagazine.be/en/numerosparus.html">CODE Magazine</a></h4>
<p><a href="http://www.codemagazine.be/en/numerosparus.html"><img src="http://farm4.static.flickr.com/3359/3437482823_557d92a8e1.jpg?v=0" width="500" height="299" /></a></p>
<h4><a href="http://www.daheim-magazin.de/">Daheim Magazine</a></h4>
<p><a href="http://www.daheim-magazin.de/"><img src="http://farm4.static.flickr.com/3412/3438292666_d547827a1e.jpg?v=0" width="500" height="313" /></a></p>
<h4><a href="http://www.designandlife.com/">Design And Life</a></h4>
<p>The minizine gathers information including design, lifestyle, fashion, trend and creative news from all over the world.</p>
<p><a href="http://www.designandlife.com/"><img src="http://farm4.static.flickr.com/3311/3438292782_3195b9fb03.jpg?v=0" width="500" height="325" /></a></p>
<h4><a href="http://www.filemagazine.com/">File Magazine</a></h4>
<p>Publish images that treat subjects in unexpected ways. </p>
<p><a href="http://www.filemagazine.com/"><img src="http://farm4.static.flickr.com/3332/3437483389_0605c89ca1.jpg?v=0" width="500" height="332" /></a></p>
<h4><a href="http://mis.vlepvnet.bzzz.net/">Made in Street</a></h4>
<p><a href="http://mis.vlepvnet.bzzz.net/"><img src="http://farm4.static.flickr.com/3577/3437485373_1880564850_o.jpg" width="500" height="347" /></a></p>
<h4><a href="http://www.2nddesign.it/">2ndDesign Magazine</a></h4>
<p><a href="http://www.2nddesign.it/"><img src="http://farm4.static.flickr.com/3416/3438291162_ae87f44bee.jpg?v=0" width="500" height="289" /></a></p>
<p><!--INFOLINKS_ON--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hongkiat.com/blog/42-free-online-magazines-for-designers/feed/</wfw:commentRss>
		<slash:comments>100</slash:comments>
		</item>
		<item>
		<title>40 Free Beautiful Blogger Templates, Part III</title>
		<link>http://www.hongkiat.com/blog/40-free-beautiful-blogger-templates-part-iii/</link>
		<comments>http://www.hongkiat.com/blog/40-free-beautiful-blogger-templates-part-iii/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 10:00:13 +0000</pubDate>
		<dc:creator>hongkiat</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://www.hongkiat.com/blog/?p=3774</guid>
		<description><![CDATA[

Just because some of our fellow bloggers decided to stay with Blogger platform, that doesn&#8217;t mean they don&#8217;t deserve some nice looking themes. Over the pass few years, no doubt there have been too many nice themes created for the Wordpress platform, but the really nice ones are  converted to Blogger Templates. Some are [...]]]></description>
			<content:encoded><![CDATA[<p><!--INFOLINKS_OFF--><br />
<img src="http://farm4.static.flickr.com/3591/3437798747_72e03728c6.jpg?v=0" alt="blogger templates"/></p>
<p>Just because some of our fellow bloggers decided to stay with <a href="http://www.blogger.com/">Blogger platform</a>, that doesn&#8217;t mean they don&#8217;t deserve some nice looking themes. Over the pass few years, no doubt there have been too many nice themes created for the Wordpress platform, but the really nice ones are  converted to Blogger Templates. Some are so nicely done, you won&#8217;t be able to tell if it&#8217;s a Blogger or Wordpress.</p>
<p>If you are not looking forward to migrate to Wordpress, but keen to give your Blogger blog a fresh new look, here are some <strong>40 Free Beautiful Blogger Templates</strong> you might want to take a look at. Full list and more templates after jump.</p>
<p><span id="more-3774"></span></p>
<h4><a href="http://www.bloganol.com/2008/11/revolution-crunch-template-for-blogger.html">Revolution Church</a></h4>
<p><a href="http://revolution-church.blogspot.com/">Demo</a> | <a href="http://dstats.net/download.php?file=http://bloganolutilities.googlepages.com/RevolutioncrunchBloggertemplate.zip">Download</a></p>
<p><img src="http://farm4.static.flickr.com/3313/3437798697_d3864abe8d.jpg?v=0" width="500" height="450"></p>
<h4><a href="#">Revolution Lifestyle</a></h4>
<p><a href="http://revolution-lifestyle-blogger.blogspot.com/2008/11/will-it-end-in-marriage_19.html">Demo</a> | <a href="http://www.fileden.com/files/2008/7/6/1991483/revolution%20church%20blogger%20template.rar">Download</a></p>
<p><img src="http://farm4.static.flickr.com/3319/3276329960_0113d3092f.jpg?v=0" width="500" height="342"></p>
<h4><a href="http://probama-xml.blogspot.com/">Probama</a></h4>
<p><a href="http://probama-xml.blogspot.com/">Demo</a> | <a href="http://www.blogcrowds.com/resources/view_template.php/probama_80">Download</a></p>
<p><img src="http://farm4.static.flickr.com/3332/3276329996_e75e505e74.jpg?v=0" width="500" height="337"></p>
<h4><a href="http://hello-xml.blogspot.com/">Hello Wiki</a></h4>
<p><a href="#">Demo</a> | <a href="http://www.blogcrowds.com/resources/view_template.php/hello_74">Download</a></p>
<p><a href="http://hello-xml.blogspot.com/"><img src="http://farm4.static.flickr.com/3441/3275509771_97d2879577.jpg?v=0" width="500" height="347"></a></p>
<h4><a href="http://themes.ooruc.com/2009/01/free-personal-blogger-theme-bombeli.html">Bombeli</a></h4>
<p><a href="http://bombeli.blogspot.com/">Demo</a> | <a href="http://siteyukle.googlepages.com/bombeli_files.rar">Download</a></p>
<p><img src="http://farm4.static.flickr.com/3372/3275509797_cb2ce19377.jpg?v=0" width="500" height="322"></p>
<h4><a href="#">My ScrapBlog</a></h4>
<p><a href="http://happyscrapbook.blogspot.com/">Demo</a> | <a href="http://www.ziddu.com/download/3258870/scrapblog.rar.html">Download</a></p>
<p><img src="http://farm4.static.flickr.com/3306/3275509823_148df22226.jpg?v=0" width="500" height="302"></p>
<h4><a href="http://www.jackbook.com/blogger-templates-gallery/fresh-blogger-template">Fresh Blogger Template</a></h4>
<p><a href="http://freshbloggertemplate.blogspot.com/">Demo</a> | <a href="http://www.jackbook.com/download/fresh-blogger-template.zip">Download</a></p>
<p><img src="http://farm4.static.flickr.com/3499/3275509843_53134bee56.jpg?v=0" width="500" height="351"></p>
<h4><a href="http://garlandtheme.blogspot.com/">Garland Blogger Template</a></h4>
<p><a href="http://garlandtheme.blogspot.com/">Demo</a> | <a href="http://www.jackbook.com/download/GarlandBloggerTemplate.zip">Download</a></p>
<p><img src="http://farm4.static.flickr.com/3400/3276330126_dc8cf87143.jpg?v=0" width="500" height="357"></p>
<h4><a href="#">Codigo Geek</a></h4>
<p><a href="http://btemplates.com/2009/02/11/codigo-geek/">Demo</a> | <a href="http://btemplates.com/download/886/">Download</a></p>
<p><img src="http://farm4.static.flickr.com/3471/3276330150_99c9c871cb.jpg?v=0" width="500" height="285"></p>
<h4><a href="http://btemplates.com/2009/02/09/desk-mess/">Desk Mess</a></h4>
<p><a href="http://btemplates.com/2009/02/09/desk-mess/">Demo</a> | <a href="http://btemplates.com/download/882/">Download</a></p>
<p><img src="http://farm4.static.flickr.com/3421/3275509911_b50ef93b0d.jpg?v=0" width="500" height="285"></p>
<h4><a href="http://btemplates.com/2009/02/09/seabreeze/">Seabreeze</a></h4>
<p><a href="http://btemplates.com/2009/02/09/seabreeze/">Demo</a> | <a href="http://btemplates.com/download/881/">Download</a></p>
<p><img src="http://farm4.static.flickr.com/3449/3276330200_963fa84283.jpg?v=0" width="500" height="285"></p>
<h4><a href="http://btemplates.com/2009/02/07/couple-in-pink/">Couple in Pink</a></h4>
<p><a href="http://btemplates.com/2009/02/07/couple-in-pink/">Demo</a> | <a href="http://btemplates.com/download/876/">Download</a></p>
<p><img src="http://farm4.static.flickr.com/3388/3275510033_bbe8777781.jpg?v=0" width="500" height="285"></p>
<h4><a href="http://btemplates.com/2009/02/07/unqua/">Unqua</a></h4>
<p><a href="http://btemplates.com/2009/02/07/unqua/">Demo</a> | <a href="http://btemplates.com/download/875/">Download</a></p>
<p><img src="http://farm4.static.flickr.com/3473/3276330260_4e11af8a3b.jpg?v=0" width="500" height="285"></p>
<h4><a href="http://btemplates.com/2009/01/27/cute-toon/">Cute Toon</a></h4>
<p><a href="http://btemplates.com/2009/01/27/cute-toon/">Demo</a> | <a href="http://btemplates.com/download/840/">Download</a></p>
<p><img src="http://farm4.static.flickr.com/3307/3275510015_3b97631b1b.jpg?v=0" width="500" height="285"></p>
<h4><a href="#">Pink Blue</a></h4>
<p><a href="http://btemplates.com/2009/01/27/pink-blue/">Demo</a> | <a href="#http://btemplates.com/download/839/">Download</a></p>
<p><img src="http://farm4.static.flickr.com/3391/3437797727_17dc599fa1.jpg?v=0" width="500" height="285"></p>
<h4><a href="#">Ele</a></h4>
<p><a href="http://btemplates.com/2009/01/29/ele/">Demo</a> | <a href="http://btemplates.com/download/849/">Download</a></p>
<p><img src="http://farm4.static.flickr.com/3484/3276330340_1b148ae2a5.jpg?v=0" width="500" height="285"></p>
<h4><a href="http://btemplates.com/2008/03/11/styleicious/">Styleicious</a></h4>
<p><a href="http://btemplates.com/2008/03/11/styleicious/">Demo</a> | <a href="http://btemplates.com/download/136/">Download</a></p>
<p><img src="http://farm4.static.flickr.com/3364/3276330354_f342243928.jpg?v=0" width="500" height="285"></p>
<h4><a href="http://dreamwork-redux.blogspot.com/">Dreamwork Redux</a></h4>
<p><a href="http://dreamwork-redux.blogspot.com/">Demo</a> | <a href="http://www.jackbook.com/download/dreamwork-redux-blogger-template.zip">Download</a></p>
<p><img src="http://farm4.static.flickr.com/3352/3275510073_897e849df5.jpg?v=0" width="500" height="315"></p>
<h4><a href="http://gosublogger.com/2008/09/blogger-notepad-chaos-wordpress-template/">Notepad Chaos</a></h4>
<p><a href="http://notepadchaos.blogspot.com/">Demo</a> | <a href="http://rapidshare.com/files/142625883/notepadchaos.xml">Download</a></p>
<p><img src="http://farm4.static.flickr.com/3345/3276330412_a09605a59b.jpg?v=0" width="500" height="322"></p>
<h4><a href="http://www.falconhive.com/2008/12/blogger-template-color-paper.html">Color Paper</a></h4>
<p><a href="http://www.falconhive.com/2008/12/blogger-template-color-paper.html">Demo</a> | <a href="http://www.box.net/shared/d8l6cyltaa">Download</a></p>
<p><img src="http://farm4.static.flickr.com/3456/3276330436_4bb95412a9.jpg?v=0" width="500" height="446"></p>
<h4><a href="http://www.falconhive.com/2008/12/blogger-template-simple-jojo.html">Simple Jojo</a></h4>
<p><a href="http://www.falconhive.com/2008/12/blogger-template-simple-jojo.html">Demo</a> | <a href="http://www.box.net/shared/i5nt7s55fr">Download</a></p>
<p><img src="http://farm4.static.flickr.com/3384/3275510141_a00b48440d.jpg?v=0" width="500" height="388"></p>
<h4><a href="http://butterfly-demo.blogspot.com/">Butterfly</a></h4>
<p><a href="http://butterfly-demo.blogspot.com/">Demo</a> | <a href="http://myblogtalk.com/bloggertemplates/butterfly/butterfly.zip">Download</a></p>
<p><img src="http://farm4.static.flickr.com/3332/3275510169_1aaf575c10.jpg?v=0" width="500" height="450" /></p>
<h4><a href="http://btemplates.com/2008/08/11/angelix/">Angelix</a></h4>
<p><a href="http://angelix-btemplates.blogspot.com/">Demo</a> | <a href="http://btemplates.com/download/496/">Download</a></p>
<p><img src="http://farm4.static.flickr.com/3502/3276330504_b8f66009d9.jpg?v=0" width="500" height="441" /></p>
<h4><a href="http://btemplates.com/2008/12/30/black-splat/">Black Splat</a></h4>
<p><a href="http://blacksplat-btemplates.blogspot.com/">Demo</a> | <a href="http://btemplates.com/download/784/">Download</a></p>
<p><img src="http://farm4.static.flickr.com/3412/3276330530_2a9a088a26.jpg?v=0" width="500" height="450" /></p>
<h4><a href="http://www.magznetwork.com/blogger-templates/cellar-heat-premium-blogger-template.html">Cellar Heat</a></h4>
<p><a href="http://cellarheat.blogspot.com/">Demo</a> | <a href="http://www.magznetwork.com/download/5/">Download</a></p>
<p><img src="http://farm4.static.flickr.com/3517/3275510249_7f4b578657.jpg?v=0" width="500" height="450" /></p>
<h4><a href="http://btemplates.com/2008/10/22/creative-art/">Creative Art</a></h4>
<p><a href="http://creativeart-btemplates.blogspot.com/">Demo</a> | <a href="http://btemplates.com/download/617/">Download</a></p>
<p><img src="http://farm4.static.flickr.com/3385/3276330588_57801d0a5d.jpg?v=0" width="500" height="450" /></p>
<h4><a href="#">Elegance</a></h4>
<p><a href="http://elegance-btemplates.blogspot.com/">Demo</a> | <a href="http://btemplates.com/download/670/">Download</a></p>
<p><img src="http://farm4.static.flickr.com/3415/3276330604_8a782619e2.jpg?v=0" width="500" height="450" /></p>
<h4><a href="http://www.falconhive.com/2008/12/blogger-template-masinop.html">Masinop</a></h4>
<p><a href="http://hive-masinop-demo.blogspot.com/">Demo</a> | <a href="http://www.box.net/shared/3omdrthfo2">Download</a></p>
<p><img src="http://farm4.static.flickr.com/3490/3276330638_0e8d39515d.jpg?v=0" width="500" height="450" /></p>
<h4><a href="http://www.falconhive.com/2008/12/blogger-template-zinmag-remedy.html">Zinmag Remedy</a></h4>
<p><a href="http://zinmag-remedy-template-hive.blogspot.com/">Demo</a> | <a href="http://www.falconhive.com/2008/12/blogger-template-zinmag-remedy.html">Download</a></p>
<p><img src="http://farm4.static.flickr.com/3349/3275510379_9669e55c95.jpg?v=0" width="500" height="450" /></p>
<h4><a href="http://btemplates.com/2008/09/15/firebug/">Firebug</a></h4>
<p><a href="http://firebug-btemplates.blogspot.com/">Demo</a> | <a href="http://btemplates.com/download/536/">Download</a></p>
<p><img src="http://farm4.static.flickr.com/3472/3275510457_bd0b377870.jpg?v=0" width="500" height="421" /></p>
<h4><a href="http://btemplates.com/2008/03/09/fleur/">Fleur</a></h4>
<p><a href="http://fleur-btemplates.blogspot.com/">Demo</a> | <a href="#http://btemplates.com/download/59/">Download</a></p>
<p><img src="http://farm4.static.flickr.com/3325/3275510525_c4a9a9763d.jpg?v=0" width="500" height="436" /></p>
<h4><a href="http://www.hajunik.com/2008/10/free-blogger-template-angel.html">Angel</a></h4>
<p><a href="http://blogger-template-angel.blogspot.com/">Demo</a> | <a href="http://sites.google.com/site/hajunik/templates/Angel-Blogger-template.zip?attredirects=0">Download</a></p>
<p><img src="http://farm4.static.flickr.com/3388/3275510549_0f9dfcf164.jpg?v=0" width="500" height="450" /></p>
<h4><a href="http://www.zixpk.com/2008/12/emo-blue-blogger-template.html">Emo Blue</a></h4>
<p><a href="http://emobluedemo.blogspot.com/">Demo</a> | <a href="http://www.filedropper.com/emobluetemplate">Download</a></p>
<p><img src="http://farm4.static.flickr.com/3468/3276330908_72c425b8a1.jpg?v=0" width="500" height="450" /></p>
<h3>Another 5 to go..</h3>
<h4><a href="http://btemplates.com/2008/12/06/japan-style/">Japan Style</a></h4>
<p><a href="http://japanstyle-btemplates.blogspot.com/">Demo</a> | <a href="http://btemplates.com/download/737/">Download</a></p>
<p><img src="http://farm4.static.flickr.com/3374/3275510593_8c3a045e59.jpg?v=0" width="500" height="450" /></p>
<h4><a href="http://btemplates.com/2008/11/11/keep-it-simple/">Keep It Simple</a></h4>
<p><a href="http://keepitsimple-btemplates.blogspot.com/">Demo</a> | <a href="http://btemplates.com/download/666/">Download</a></p>
<p><img src="http://farm4.static.flickr.com/3462/3275510615_18f6abb4d1.jpg?v=0" width="500" height="450" /></p>
<h4><a href="http://btemplates.com/2008/07/04/personalie/">Personalie</a></h4>
<p><a href="http://personalie-btemplates.blogspot.com/">Demo</a> | <a href="http://btemplates.com/download/438/">Download</a></p>
<p><img src="http://farm4.static.flickr.com/3458/3276330998_f90af59e71.jpg?v=0" width="500" height="450" /></p>
<h4><a href="http://www.giselejaquenod.com.ar/blog/2008/09/19/welcome-autumn-free-blogger-template/">Welcome Autumn</a></h4>
<p><a href="http://www.giselejaquenod.com.ar/blog/wp-content/uploads/2008/09/bs_welcome-autumn_preview.jpg">Demo</a> | <a href="http://www.giselejaquenod.com.ar/templates/birdiesays_welcome-autumn_160109.zip">Download</a></p>
<p><img src="http://farm4.static.flickr.com/3355/3275510663_56787bbd7c.jpg?v=0" width="500" height="405" /></p>
<h4><a href="http://gosublogger.com/2008/09/wordpress-fun-blogger-template/">Wordpress Fun</a></h4>
<p><a href="http://wordpressfun.blogspot.com/">Demo</a> | <a href="http://rapidshare.com/files/144084012/wp-fun.xml">Download</a></p>
<p><img src="http://farm4.static.flickr.com/3378/3275510689_6d2eded81a.jpg?v=0" width="500" height="450" /></p>
<h3>More Blogger Templates?</h3>
<p>Looking for <strong>more  Blogger templates</strong>? Be sure to check out our previous entries.</p>
<ul>
<li><a href="http://www.hongkiat.com/blog/50-most-beautiful-blogger-templates/">50 Most Beautiful Blogger Templates </a></li>
<li><a href="http://www.hongkiat.com/blog/29-beautiful-blogger-templates/">29  Blogger Templates</a></li>
</ul>
<p><!--INFOLINKS_ON--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hongkiat.com/blog/40-free-beautiful-blogger-templates-part-iii/feed/</wfw:commentRss>
		<slash:comments>90</slash:comments>
		</item>
		<item>
		<title>Design for Chinese New Year: 20+ Images, Brushes, Wallpapers and Fonts</title>
		<link>http://www.hongkiat.com/blog/design-for-chinese-new-year-20-images-brushes-wallpapers-and-fonts/</link>
		<comments>http://www.hongkiat.com/blog/design-for-chinese-new-year-20-images-brushes-wallpapers-and-fonts/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 07:00:38 +0000</pubDate>
		<dc:creator>hongkiat</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[brushes]]></category>
		<category><![CDATA[chinese]]></category>
		<category><![CDATA[clipart]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[lunar]]></category>
		<category><![CDATA[new year]]></category>
		<category><![CDATA[ox]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[wallpaper]]></category>

		<guid isPermaLink="false">http://www.hongkiat.com/blog/?p=3549</guid>
		<description><![CDATA[In another week or two, 1.3 billion from China and 40 million Chinese around the globe will be celebrating Chinese New Year (Lunar New Year), the year of Ox. For designers who are working on designs and promotional campaigns for this festive season, we figured you could use more resources. Here&#8217;s 20+ Images, Brushes, Wallpapers [...]]]></description>
			<content:encoded><![CDATA[<p>In another week or two, 1.3 billion from China and 40 million Chinese around the globe will be celebrating Chinese New Year (Lunar New Year), the year of Ox. For designers who are working on designs and promotional campaigns for this festive season, we figured you could use more resources. Here&#8217;s <strong>20+ Images, Brushes, Wallpapers and Fonts to Design for Chinese New Year</strong>. Full list after jump.</p>
<h3>Images and Cliparts</h3>
<p><a href="http://imgs.veeqi.com/userup/0801/1P3501641V.jpg"><strong>Lunar new year elements</strong></a>. from Veeqi.com</p>
<p><a href="http://imgs.veeqi.com/userup/0801/1P3501641V.jpg"><img src="http://hongki.at/images/chinese-new-year/veeqi.jpg" width="500" height="400"></a></p>
<p><strong><a href="http://kingyoart.deviantart.com/art/Happy-2009-108684368">Happy 2009</a></strong><br />
  <span class="via">via ikingyo</span><br/>3 cute ox icon images available in .PNG format.</p>
<p><a href="http://kingyoart.deviantart.com/art/Happy-2009-108684368"><img src="http://hongki.at/images/chinese-new-year/ikingyo-ox.jpg" width="500" height="199" /></a></p>
<p><span id="more-3549"></span></p>
<p><strong><a href="http://k-hots.deviantart.com/art/ox-106010140">Ox</a></strong><br />
  <span class="via">via k-hots</span></p>
<p><a href="http://k-hots.deviantart.com/art/ox-106010140"><img src="http://hongki.at/images/chinese-new-year/ox-artwork.jpg" width="500" height="595" /></a></p>
<p><strong><a href="http://inobras.deviantart.com/art/Happy-Ox-Year-107540330">Happy Ox Year</a></strong><br />
  <span class="via">via inObrAS</span></p>
<p><a href="http://inobras.deviantart.com/art/Happy-Ox-Year-107540330"><img src="http://hongki.at/images/chinese-new-year/Happy-Ox-Year.jpg" width="500" height="375" /></a></p>
<p><strong><a href="#">Chinese New Year clipart</a></strong>
</p>
<p><a href="http://www.13xian.com/jieri/chunjie/402.html"><img src="http://hongki.at/images/chinese-new-year/new-year-clipart.jpg" width="500" height="500" /></a></p>
<p><strong>More</strong></p>
<ul>
<li><a href="http://image.baidu.com/i?tn=baiduimage&amp;ct=201326592&amp;lm=-1&amp;cl=2&amp;fm=ps&amp;word=&yen;&int;&Omega;&frasl;&loz;&pound;&prod;&pound;&amp;rn=21&amp;pn=63&amp;ln=2000">Lunar new year results from Baidu</a></li>
<li><a href="http://www.iecool.com/photo/3/1068_0.htm">Artworks from IECool</a></li>
</ul>
<h3>Wallpapers</h3>
<p><strong><a href="http://unclegg.deviantart.com/art/2009-Year-of-the-Ox-105379773">2009 Year of the Ox</a></strong></p>
<p><a href="http://unclegg.deviantart.com/art/2009-Year-of-the-Ox-105379773"><img src="http://hongki.at/images/chinese-new-year/2009_Year_of_the_Ox_by_unclegg.jpg" width="500" height="353"></a></p>
<p><a href="http://www.6to23.com/pic/qt/200501/29951_2.html"><img src="http://hongki.at/images/chinese-new-year/2005129192045.jpg" width="500" height="375" /></a></p>
<p><strong><a href="http://thelettera.deviantart.com/art/Year-of-the-Ox-BG-107953957">Year of OX</a></strong><br />
  <span class="via">via theletterA</span></p>
<p><a href="http://thelettera.deviantart.com/art/Year-of-the-Ox-BG-107953957"><img src="http://hongki.at/images/chinese-new-year/year-of-ox.jpg" width="500" height="375" /></a></p>
<p><strong><a href="http://duosun00.deviantart.com/art/Year-of-the-Ox-2009-108313017">Year of the Ox 2009</a></strong><br />
  <span class="via">via duosun00</span></p>
<p><a href="http://duosun00.deviantart.com/art/Year-of-the-Ox-2009-108313017"><img src="http://hongki.at/images/chinese-new-year/year-of-ox-2009.jpg" width="500" height="385" /></a></p>
<p><strong><a href="http://shantishantishanti.deviantart.com/art/Sacred-ox-107277092">Sacred ox</a></strong><br />
  <span class="via">via ShantiShantiShanti</span></p>
<p><a href="http://shantishantishanti.deviantart.com/art/Sacred-ox-107277092"><img src="http://hongki.at/images/chinese-new-year/ox.jpg" width="500" height="313" /></a></p>
<p><strong>More wallpapers:</strong></p>
<ul>
<li><a href="http://www.6to23.com/pic/qt/200501/29951_1.html">Chinese new year wallpaper from 6to23</a></li>
</ul>
<h3>Fonts</h3>
<p><a href="http://www.sinosplice.com/chinese/fonts/"><strong>Sinosplice chinese fonts</strong></a><br />13 free chinese fonts, in TTF format.</p>
<p><a href="http://www.sinosplice.com/chinese/fonts/"><img src="http://hongki.at/images/chinese-new-year/chinese-fonts.jpg" width="500" height="377" /></a></p>
<p><a href="http://www.chinese-tools.com/resources/free-chinese-fonts.html"><strong>Free Chinese Fonts</strong></a></p>
<p><a href="http://www.chinese-tools.com/resources/free-chinese-fonts.html"><img src="http://hongki.at/images/chinese-new-year/free-chinese-fonts.jpg" width="500" height="400" /></a></p>
<p><strong>More:</strong></p>
<ul>
<li><a href="http://cice0129.deviantart.com/art/6-chinese-font-56890444">6 Chinese fonts by cice0129</a></li>
</ul>
<h3>Brushes</h3>
<p><strong><a href="http://arpad.deviantart.com/art/ps-brushes-chinese-ink-49377275">Chinese Ink</a></strong><br />
  <span class="via">via arpad</span><br />This brush set was made with real Chinese ink. Good res.</p>
<p><a href="http://arpad.deviantart.com/art/ps-brushes-chinese-ink-49377275"><img src="http://hongki.at/images/chinese-new-year/chinese-ink.jpg" width="500" height="400" /></a></p>
<p><strong><a href="http://amarieveanne-stock.deviantart.com/art/Dragons-volume-II-76024664">Dragons volume II </a></strong><br />
  <span class="via">via AmarieVeanne-Stock</span><br />39 Photoshop dragon brushes.</p>
<p><a href="http://amarieveanne-stock.deviantart.com/art/Dragons-volume-II-76024664"><img src="http://hongki.at/images/chinese-new-year/dragon.jpg" width="500" height="327" /></a></p>
<p><strong><a href="http://cheshire-angel.deviantart.com/art/Chinese-Zodiac-Brush-Set-38683039">Chinese Zodiac Brush Set</a></strong><br />
  <span class="via">via Cheshire-Angel</span><br />13 different Photoshop brushes.</p>
<p><a href="http://cheshire-angel.deviantart.com/art/Chinese-Zodiac-Brush-Set-38683039"><img src="http://hongki.at/images/chinese-new-year/Chinese_Zodiac_Brush_Set_by_Cheshire_Angel.jpg" width="500" height="323" /></a></p>
<p><strong><a href="http://td-brushes.deviantart.com/art/Chinese-Dragons-40202267">Chinese Dragon</a></strong><br />
  <span class="via">via TD-Brushes</span></p>
<p><a href="http://td-brushes.deviantart.com/art/Chinese-Dragons-40202267"><img src="http://hongki.at/images/chinese-new-year/chinese-dragon.jpg" width="500" height="241" /></a>
  </li>
<p><strong>More:</strong></p>
<ul>
<li><a href="http://mouritsada-stock.deviantart.com/art/Brush-Pack-Asian-Embellishment-84324488">Brush Pack-Asian Embellishment</a></li>
<li><a href="http://silentmystique.deviantart.com/art/Asian-Influences-2-42041289">Asian Influences 2</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.hongkiat.com/blog/design-for-chinese-new-year-20-images-brushes-wallpapers-and-fonts/feed/</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
		<item>
		<title>38 Free Elegant XHTML/CSS Website Templates</title>
		<link>http://www.hongkiat.com/blog/38-free-elegant-xhtmlcss-website-templates/</link>
		<comments>http://www.hongkiat.com/blog/38-free-elegant-xhtmlcss-website-templates/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 12:00:46 +0000</pubDate>
		<dc:creator>hongkiat</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[beautiful]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[nice]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.hongkiat.com/blog/?p=3519</guid>
		<description><![CDATA[
A friend once asked  &#34;why do you still surf  for web templates when you can create one?&#34;. I answered, for fun.  But then again I start to ponder and realiazed even if we are capable to create, there are still many great reasons to check out free templates out there. 

Thanks to [...]]]></description>
			<content:encoded><![CDATA[<p><!--INFOLINKS_OFF-->
<p>A friend once asked  &quot;<em>why do you still surf  for web templates when you can create one?</em>&quot;. I answered, <em>for fun</em>.  But then again I start to ponder and realiazed even if we are capable to create, there are still many great reasons to check out free templates out there. </p>
<p><img src="http://farm4.static.flickr.com/3654/3436972103_7d5b7c89bb.jpg?v=" /></p>
<p>Thanks to many of the generous souls, most of these web templates found online are no longer the same. A lot of them are high quality,  XHTML compliant, cross-browser compatible and comes with Photoshop .PSD files. As a developer cum designer myself, I wouldn&#8217;t say you should get a nice free template and implement directly, but rather, check out the structure, design and codes. Labeling, naming, styling and structuring are what interest me more, and I&#8217;m pretty sure there&#8217;s more if dug deeper.</p>
<p>Without further ado, here&#8217;s (another)  <strong>38 Free Elegant XHTML/CSS Website Templates</strong>, and I&#8217;ve previously showcased <a href="http://www.hongkiat.com/blog/60-high-quality-free-web-templates-and-layouts/">60 High Quality Free Web Templates</a>, that makes it close to 100 piece of nice templates in the <a href="http://www.hongkiat.com/blog/category/graphics/">archive</a>. Full list after jump.</p>
<p><span id="more-3519"></span></p>
<ol>
<li>
<p><strong><a href="http://csscreme.com/freecsstemplate/book_store/">Book Store</a></strong><br/>2-column template with clean wooden book shelf as header<br/><a href="http://csscreme.com/freetemplates/book_store/">Demo</a> | <a href="http://csscreme.com/tpsaveas.php?tp=book_store.zip">Download</a></p>
<p><a href="http://csscreme.com/freecsstemplate/book_store/"><img src="http://farm4.static.flickr.com/3329/3436973673_f0d1c08642.jpg?v=0" width="500" height="337"></a></p>
</li>
<li>
<p><strong><a href="http://www.opendesigns.org/profile/?user=Symisun">Symisun 01</a></strong><br/><a href="http://www.opendesigns.org/preview/?template=1266">Demo</a> | <a href="http://www.opendesigns.org/designs/?id=1266">Download</a></p>
<p><a href="http://www.opendesigns.org/profile/?user=Symisun"><img src="http://farm4.static.flickr.com/3660/3437781182_08d441f22e.jpg?v=0" width="500" height="265"></a></p>
</li>
<li>
<p><strong><a href="http://www.templatekingdom.com/CSS-Templates/Web-Design/Strockes">Strockes</a></strong><br/>Strockes comes in package of .PSD, HTML, CSS and fonts. Registration is required.<br/><a href="http://www.templatekingdom.com/Download/action/download/templateId/2711/">Download</a></p>
<p><a href="http://www.templatekingdom.com/CSS-Templates/Web-Design/Strockes"><img src="http://farm4.static.flickr.com/3564/3437780632_dfc97ee30b.jpg?v=0" width="500" height="375"></a></p>
</li>
<li>
<p><strong><a href="http://www.sixshootermedia.com/ostemplates/home/">Home</a></strong><br/><a href="http://www.sixshootermedia.com/ostemplates/home/">Demo</a> | <a href="http://www.sixshootermedia.com/ostemplates/home/home.zip">Download</a></p>
<p><a href="http://www.sixshootermedia.com/ostemplates/home/"><img src="http://farm4.static.flickr.com/3388/3437782342_7033135720.jpg?v=0" width="500" height="353"></a></p>
</li>
<li>
<p><strong><a href="http://www.sixshootermedia.com/ostemplates/warped/">Warped</a></strong><br/><a href="http://www.sixshootermedia.com/ostemplates/warped/">Demo</a> | <a href="http://www.sixshootermedia.com/ostemplates/warped/warped.zip">Download</a></p>
<p><a href="http://www.sixshootermedia.com/ostemplates/warped/"><img src="http://farm4.static.flickr.com/3393/3437781426_9deb0ea744.jpg?v=0" width="500" height="293"></a></p>
</li>
<li>
<p><strong><a href="http://www.sixshootermedia.com/ostemplates/aqueous_light/">Aqueous</a></strong><br/>Liquid 3-column layout. Also available in <a href="http://www.sixshootermedia.com/ostemplates/aqueous_light/twocolumns.html">2-column</a>.<br />
      <a href="http://www.sixshootermedia.com/ostemplates/aqueous_light/">Demo</a> | <a href="http://www.sixshootermedia.com/ostemplates/aqueous_light/aqueous_light.zip">Download</a></p>
<p><a href="http://www.sixshootermedia.com/ostemplates/aqueous_light/"><img src="http://farm4.static.flickr.com/3375/3437782852_2709d99cdf.jpg?v=0" width="500" height="291"></a></p>
</li>
<li>
<p><strong><a href="http://www.sixshootermedia.com/ostemplates/typography_paramount/">Typography Paramount</a></strong><br/><a href="http://www.sixshootermedia.com/ostemplates/typography_paramount/">Demo</a> | <a href="http://www.sixshootermedia.com/ssm2/files/typography_paramount.zip">Download</a></p>
<p><a href="http://www.sixshootermedia.com/ostemplates/typography_paramount/"><img src="http://farm4.static.flickr.com/3595/3436973529_3499cc7787.jpg?v=0" width="500" height="323"></a></p>
</li>
<li>
<p><strong><a href="http://csscreme.com/freecsstemplate/real_estate/">Real Estate</a></strong><br/>Complete solution for a real estate company. Includes also admin templates.<br/><a href="http://csscreme.com/freetemplates/real_estate/">Demo</a> | <a href="http://csscreme.com/tpsaveas.php?tp=real_estate.zip">Download</a></p>
<p><a href="http://csscreme.com/freecsstemplate/real_estate/"><img src="http://farm4.static.flickr.com/3310/3437781596_b4b013f892.jpg?v=0" width="500" height="332"></a></p>
</li>
<li>
<p><strong><a href="http://www.opendesigns.org/preview/?template=1415">Purple</a></strong><br/><a href="http://www.opendesigns.org/preview/?template=1415">Demo</a> | <a href="http://www.opendesigns.org/designs/?id=1415">Download</a></p>
<p><a href="http://www.opendesigns.org/preview/?template=1415"><img src="http://farm4.static.flickr.com/3305/3437781988_4078b6911f.jpg?v=0" width="500" height="250"></a></p>
</li>
<li>
<p><strong><a href="http://www.templatekingdom.com/CSS-Templates/Web-Design/Package">Package</a></strong><br/>Registration is required.<br />
      <a href="http://www.templatekingdom.com/Download/action/download/templateId/2709/">Download</a></p>
<p><a href="http://www.templatekingdom.com/CSS-Templates/Web-Design/Package"><img src="http://farm4.static.flickr.com/3658/3436972887_7889af6b92.jpg?v=0" width="500" height="498"></a></p>
</li>
<li>
<p><strong><a href="#http://www.opendesigns.org/preview/?template=1671">Redfire 2</a></strong><br/>Nice black and red template<br />
      <a href="http://www.opendesigns.org/preview/?template=1671">Demo</a> | <a href="http://www.opendesigns.org/designs/?id=1671">Download</a></p>
<p><a href="http://www.opendesigns.org/preview/?template=1671"><img src="http://farm4.static.flickr.com/3549/3436973737_438d1e1d2e.jpg?v=0" width="500" height="264"></a></p>
</li>
<li>
<p><strong><a href="http://www.opendesigns.org/preview/?template=1705">Mint Idea</a></strong><br/><a href="http://www.opendesigns.org/preview/?template=1705">Demo</a> | <a href="http://www.opendesigns.org/designs/?id=1705">Download</a></p>
<p><a href="http://www.opendesigns.org/preview/?template=1705"><img src="http://farm4.static.flickr.com/3369/3436974969_717f92b64d.jpg?v=0" width="500" height="251"></a></p>
</li>
<li>
<p><strong><a href="http://www.opendesigns.org/preview/?template=1767">The Spring</a></strong><br/>Same style with more different colors &#8211; <a href="http://www.opendesigns.org/preview/?template=1768">1</a>, <a href="http://www.opendesigns.org/preview/?template=1769">2</a>, and <a href="http://www.opendesigns.org/preview/?template=1770">3</a>.<br/><a href="http://www.opendesigns.org/preview/?template=1767">Demo</a> | <a href="http://www.opendesigns.org/designs/?id=1767">Download</a></p>
<p><a href="http://www.opendesigns.org/preview/?template=1767"><img src="http://farm4.static.flickr.com/3324/3436974327_fabcd43dda.jpg?v=0" width="500" height="288"></a></p>
</li>
<li>
<p><strong><a href="http://www.opendesigns.org/preview/?template=1897">Nature Theme</a></strong><br/><a href="#">Demo</a> | <a href="http://www.opendesigns.org/designs/?id=1897">Download</a></p>
<p><a href="http://www.opendesigns.org/preview/?template=1897"><img src="http://farm4.static.flickr.com/3413/3437780934_82ab73920c.jpg?v=0" width="500" height="288"></a></p>
</li>
<li>
<p><strong><a href="http://csscreme.com/freecsstemplate/musical_instruments/">Musical Instrument</a></strong><br/><a href="http://csscreme.com/freetemplates/musical_instruments/">Demo</a> | <a href="http://csscreme.com/tpsaveas.php?tp=musical_instruments.zip">Download</a></p>
<p><a href="http://csscreme.com/freecsstemplate/musical_instruments/"><img src="http://farm4.static.flickr.com/3300/3436974407_02d973246e.jpg?v=0" width="500" height="302"></a></p>
</li>
<li>
<p><strong><a href="http://www.templateworld.com/zero/click.php?id=78">Extreme Updates</a></strong><br/><a href="http://www.templateworld.com/zero/click.php?id=78">Demo</a> | <a href="http://www.templateworld.com/zero/click.php?id=79">Download</a></p>
<p><a href="http://www.templateworld.com/zero/click.php?id=78"><img src="http://farm4.static.flickr.com/3388/3436974245_fcc6c2bce9.jpg?v=0" width="500" height="330"></a></p>
</li>
<li>
<p><strong><a href="http://www.templateworld.com/zero/click.php?id=64">Trial Impact</a></strong><br/><a href="http://www.templateworld.com/zero/click.php?id=64">Demo</a> | <a href="http://www.templateworld.com/zero/click.php?id=65">Download</a></p>
<p><a href="http://www.templateworld.com/zero/click.php?id=64"><img src="http://farm4.static.flickr.com/3634/3437781546_987a145e14.jpg?v=0" width="500" height="333"></a></p>
</li>
<li>
<p><strong><a href="http://www.templateworld.com/zero/click.php?id=20">Corporate Profiles</a></strong><br/><a href="http://www.templateworld.com/zero/click.php?id=20">Demo</a> | <a href="http://www.templateworld.com/zero/click.php?id=21">Download</a></p>
<p><a href="http://www.templateworld.com/zero/click.php?id=20"><img src="http://farm4.static.flickr.com/3561/3436973603_2cbf367e4d.jpg?v=0" width="500" height="330"></a></p>
</li>
<li>
<p><strong><a href="http://www.mantisatemplates.com/free-web-templates.php#brown">Blue</a></strong><br/><a href="http://www.mantisatemplates.com/free-web-templates.php#brown">Demo</a> | <a href="http://www.mantisatemplates.com/templates/guest/blue.zip">Download</a></p>
<p><a href="http://www.mantisatemplates.com/free-web-templates.php#brown"><img src="http://farm4.static.flickr.com/3656/3437780522_822c2c13c1.jpg?v=0" width="500" height="480"></a></p>
</li>
<li>
<p><strong><a href="http://www.nuviotemplates.com/preview.php?template=impress-06">Impress</a></strong><br/><a href="http://www.nuviotemplates.com/preview.php?template=impress-06">Demo</a> | <a href="http://www.mantisatemplates.com/templates/guest/impress-06.zip">Download</a></p>
<p><a href="http://www.nuviotemplates.com/preview.php?template=impress-06"><img src="http://farm4.static.flickr.com/3563/3436974835_8fa0b93574.jpg?v=0" width="500" height="281"></a></p>
</li>
<li>
<p><strong><a href="http://www.nuviotemplates.com/preview.php?template=darkside-03">Darkside</a></strong><br/><a href="http://www.nuviotemplates.com/preview.php?template=darkside-03">Demo</a> | <a href="http://www.mantisatemplates.com/templates/guest/darkside-03.zip">Download</a></p>
<p><a href="http://www.nuviotemplates.com/preview.php?template=darkside-03"><img src="http://farm4.static.flickr.com/3562/3436974477_83c8cfb10a.jpg?v=0" width="500" height="281"></a></p>
</li>
<li>
<p><strong><a href="http://www.mantisatemplates.com/template-preview/guest/deep-blue/frame.php">Deep Blue</a></strong><br/><a href="http://www.mantisatemplates.com/template-preview/guest/deep-blue/frame.php">Demo</a> | <a href="http://www.mantisatemplates.com/templates/guest/deepblue.zip">Download</a></p>
<p><a href="http://www.mantisatemplates.com/template-preview/guest/deep-blue/frame.php"><img src="http://farm4.static.flickr.com/3598/3436972359_97e70fa9f5.jpg?v=0" width="500" height="278"></a></p>
</li>
<li>
<p><strong><a href="http://www.templatekingdom.com/CSS-Templates/Web-Design/ec-mania">EC Mania</a></strong><br/>Registration is required.<br />
      <a href="http://www.templatekingdom.com/Download/action/download/templateId/2710/">Download</a></p>
<p><a href="http://www.templatekingdom.com/CSS-Templates/Web-Design/ec-mania"><img src="http://farm4.static.flickr.com/3589/3436973995_ccd0da1614.jpg?v=0" width="456" height="500"></a></p>
</li>
<li>
<p><strong><a href="http://csstemplatesmarket.com/freecsstemplates/dally_studio/">Dally Studio</a></strong><br/><a href="http://csstemplatesmarket.com/freecsstemplates/dally_studio/index.html">Demo</a> | <a href="http://csstemplatesmarket.com/tpsaveas.php?tp=dally_studio.zip">Download</a></p>
<p><a href="http://csstemplatesmarket.com/freecsstemplates/dally_studio/"><img src="http://farm4.static.flickr.com/3312/3436973481_49f872b57e.jpg?v=0" width="500" height="475"></a></p>
</li>
<li>
<p><strong><a href="http://csstemplatesmarket.com/freecsstemplates/ideea_hosting/">Ideea Hosting</a></strong><br/><a href="http://csstemplatesmarket.com/freecsstemplates/ideea_hosting/index.html">Demo</a> | <a href="http://csstemplatesmarket.com/tpsaveas.php?tp=ideea_hosting.zip">Download</a></p>
<p><a href="http://csstemplatesmarket.com/freecsstemplates/ideea_hosting/"><img src="http://farm4.static.flickr.com/3643/3437780430_dc34a3ec35.jpg?v=0" width="500" height="457"></a></p>
</li>
<li>
<p><strong><a href="http://csstemplatesmarket.com/freecsstemplates/prom_night/index.html">Prom Night</a></strong><br/><a href="http://csstemplatesmarket.com/freecsstemplates/prom_night/index.html">Demo</a> | <a href="http://csstemplatesmarket.com/tpsaveas.php?tp=prom_night.zip">Download</a></p>
<p><a href="http://csstemplatesmarket.com/freecsstemplates/prom_night/"><img src="http://farm4.static.flickr.com/3131/3436972835_c764ccc6fc.jpg?v=0" width="462" height="500"></a></p>
</li>
<li>
<p><strong><a href="http://csstemplatesmarket.com/freecsstemplates/personal_page/">My Personal Page</a></strong><br/><a href="http://csstemplatesmarket.com/freecsstemplates/personal_page/index.html">Demo</a> | <a href="http://csstemplatesmarket.com/tpsaveas.php?tp=personal_page.zip">Download</a></p>
<p><a href="http://csstemplatesmarket.com/freecsstemplates/personal_page/"><img src="http://farm4.static.flickr.com/3390/3436972525_31cde15f41.jpg?v=0" width="500" height="473"></a></p>
</li>
<li>
<p><strong><a href="http://csstemplatesmarket.com/freecsstemplates/medical_clinic/">Medical Clinic</a></strong><br/><a href="http://csstemplatesmarket.com/freecsstemplates/medical_clinic/index.html">Demo</a> | <a href="http://csstemplatesmarket.com/tpsaveas.php?tp=medical_clinic.zip">Download</a></p>
<p><a href="http://csstemplatesmarket.com/freecsstemplates/medical_clinic/"><img src="http://farm4.static.flickr.com/3394/3436974783_fc91b3bea0.jpg?v=0" width="500" height="461"></a></p>
</li>
<li>
<p><strong><a href="http://csstemplatesmarket.com/freecsstemplates/h_free_software/">Free Software</a></strong><br/><a href="http://csstemplatesmarket.com/freecsstemplates/h_free_software/index.html">Demo</a> | <a href="http://csstemplatesmarket.com/tpsaveas.php?tp=h_free_software.zip">Download</a></p>
<p><a href="http://csstemplatesmarket.com/freecsstemplates/h_free_software/"><img src="http://farm4.static.flickr.com/3336/3436972177_1771de17f0.jpg?v=0" width="460" height="500"></a></p>
</li>
<li>
<p><strong><a href="http://csstemplatesmarket.com/freecsstemplates/the_radio_station/">The Radio Station</a></strong><br/><a href="http://csstemplatesmarket.com/freecsstemplates/the_radio_station/index.html">Demo</a> | <a href="http://csstemplatesmarket.com/tpsaveas.php?tp=the_radio_station.zip">Download</a></p>
<p><a href="http://csstemplatesmarket.com/freecsstemplates/the_radio_station/"><img src="http://farm4.static.flickr.com/3342/3437780856_ba938851dc.jpg?v=0" width="447" height="500"></a></p>
</li>
<li>
<p><strong><a href="http://csstemplatesmarket.com/freecsstemplates/mirax/">Mirax Development</a></strong><br/><a href="http://csstemplatesmarket.com/freecsstemplates/mirax/index.html">Demo</a> | <a href="http://csstemplatesmarket.com/tpsaveas.php?tp=mirax.zip">Download</a></p>
<p><a href="http://csstemplatesmarket.com/freecsstemplates/mirax/"><img src="http://farm4.static.flickr.com/3643/3436974725_3e514b66d1.jpg?v=0" width="500" height="494"></a></p>
</li>
<li>
<p><strong><a href="http://csstemplatesmarket.com/freecsstemplates/photographer_folio/">Photographer Folio</a></strong><br/><a href="http://csstemplatesmarket.com/freecsstemplates/photographer_folio/index.html">Demo</a> | <a href="http://csstemplatesmarket.com/tpsaveas.php?tp=photographer_folio.zip">Download</a></p>
<p><a href="http://csstemplatesmarket.com/freecsstemplates/photographer_folio/"><img src="http://farm4.static.flickr.com/3361/3437780756_2f4a643f38.jpg?v=0" width="500" height="431"></a></p>
</li>
<li>
<p><strong><a href="http://csstemplatesmarket.com/freecsstemplates/cleo_studio/">Cleo Studio</a></strong><br/><a href="http://csstemplatesmarket.com/freecsstemplates/cleo_studio/index.html">Demo</a> | <a href="http://csstemplatesmarket.com/tpsaveas.php?tp=cleo_studio.zip">Download</a></p>
<p><a href="http://csstemplatesmarket.com/freecsstemplates/cleo_studio/"><img src="http://farm4.static.flickr.com/3406/3436974089_b351f82343.jpg?v=0" width="500" height="494"></a></p>
</li>
<li>
<p><strong><a href="http://www.solucija.com/preview/happy_template">Happy Template</a></strong><br/><a href="http://www.solucija.com/preview/happy_template">Demo</a> | <a href="http://www.solucija.com/templates/download/happy_template.zip">Download</a></p>
<p><a href="http://www.solucija.com/preview/happy_template"><img src="http://farm4.static.flickr.com/3575/3436973261_2fb3ef8814.jpg?v=0" width="500" height="255" /></a></p>
</li>
<li>
<p><strong><a href="http://www.solucija.com/preview/Internet_Encyclopedia">Internet Encyclopedia</a></strong><br/><a href="http://www.solucija.com/preview/Internet_Encyclopedia">Demo</a> | <a href="http://www.solucija.com/templates/download/Internet_Encyclopedia.zip">Download</a></p>
<p><a href="http://www.solucija.com/preview/Internet_Encyclopedia"><img src="http://farm4.static.flickr.com/3398/3437781256_12026d7472.jpg?v=0" width="500" height="261" /></a></p>
</li>
<li>
<p><strong><a href="#">Gentle Wiki</a></strong><br/><a href="#http://www.solucija.com/preview/Gentle_Wiki">Demo</a> | <a href="http://www.solucija.com/templates/download/Gentle_Wiki.zip">Download</a></p>
<p><a href="http://www.solucija.com/preview/Gentle_Wiki"><img src="http://farm4.static.flickr.com/3392/3437782064_154ca5c9b9.jpg?v=0" width="500" height="295" /></a></p>
</li>
<li>
<p><strong><a href="http://www.styleshout.com/templates/preview/GrungeEra1-0/index.html?PHPSESSID=78998ec5f850525c13df9e0038e8e492">GrungeEra 1.0</a></strong><br/>A fixed width, single column website template designed for small sites and personal blogs. It features a stylish grungy theme design and uses a warm colour scheme.<br/><a href="http://www.styleshout.com/templates/preview/GrungeEra1-0/index.html?PHPSESSID=78998ec5f850525c13df9e0038e8e492">Demo</a> | <a href="http://www.styleshout.com/hits.php?type=tmp&amp;id=28&amp;url=templates/downloads/GrungeEra1-0.zip">Download</a></p>
<p><a href="http://www.styleshout.com/templates/preview/GrungeEra1-0/index.html?PHPSESSID=78998ec5f850525c13df9e0038e8e492"><img src="http://farm4.static.flickr.com/3311/3437782768_1036bd0d5c.jpg?v=0" width="500" height="322" /></a></p>
</li>
<li>
<p><strong><a href="http://www.opensourcedesign.com/templates/138.html">News Flash</a></strong><br/><a href="http://www.opensourcedesign.com/preview/138/index.html">Demo</a> | <a href="http://www.opensourcedesign.com/templates/dwnld/template138.zip">Download</a></p>
<p><a href="http://www.opensourcedesign.com/templates/138.html"><img src="http://farm4.static.flickr.com/3317/3436974907_1afc1b1ec8.jpg?v=0" width="500" height="290" /></a></p>
</li>
</ol>
<p><strong>More:</strong> <a href="http://www.hongkiat.com/blog/60-high-quality-free-web-templates-and-layouts/">60 High Quality Free Web Templates</a></p>
<p><!--INFOLINKS_ON--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hongkiat.com/blog/38-free-elegant-xhtmlcss-website-templates/feed/</wfw:commentRss>
		<slash:comments>102</slash:comments>
		</item>
		<item>
		<title>40 Best Christmas Resources: Wallpapers, Themes, Icons, Vectors and More</title>
		<link>http://www.hongkiat.com/blog/best-of-christmas-resources-wallpapers-themes-icons-vectors-and-more/</link>
		<comments>http://www.hongkiat.com/blog/best-of-christmas-resources-wallpapers-themes-icons-vectors-and-more/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 13:15:40 +0000</pubDate>
		<dc:creator>Kay</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[brush]]></category>
		<category><![CDATA[christmas]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[graphic]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[resource]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[vector]]></category>
		<category><![CDATA[wallpaper]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.hongkiat.com/blog/?p=3356</guid>
		<description><![CDATA[
Christmas is getting close. Whether you are still in the midst of the last minute Christmas newsletter design, or just want to spice up the desktop a little bit, chances are there&#8217;s always something for everyone. We are talking about the free Christmas related icons, vectors, fonts, wallpapers, tutorials, themes, etc created designers and shared [...]]]></description>
			<content:encoded><![CDATA[<p><!--INFOLINKS_OFF--></p>
<p>Christmas is getting close. Whether you are still in the midst of the last minute Christmas newsletter design, or just want to spice up the desktop a little bit, chances are there&#8217;s always something for everyone. We are talking about the free Christmas related <em>icons</em>, <em>vectors</em>, <em>fonts</em>, <em>wallpapers</em>, <em>tutorials</em>, <em>themes</em>, etc created designers and shared all over the net. They are probably our early Santas.</p>
<p>Here&#8217;s our final Christmas related entry (except the <a href="http://www.hongkiat.com/christmas-giveaways.html">contest</a> tomorrow) &#8211; a mash-up of the <strong>Best Design Resources for Christmas around</strong>. If there&#8217;s any we&#8217;ve missed, let us know in comment, we&#8217;ll add it in. <strong>Merry Christmas in advance.</strong></p>
<h3>1. Icons</h3>
<h4><a href="http://www.psdtop.com/blog/freebies/25-beautiful-christmas-icon-sets/">PSDTOP: 25+ Beautiful Chrisstmas Icon Set</a></h4>
<p>PSDTOP would like to present especially for you 25+ Beautiful Christmas Icon Sets which you can use for your web site or your desktop.</p>
<p><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/psdtop_Christmas_icons.jpg" alt="psdtop_Christmas_icons" width="500" height="375"></p>
<h4><a href="http://webdesignledger.com/freebies/23-awesome-christmas-icon-sets">Web Design Ledger: 23 Awesome Christmas Icon Sets</a></h4>
<p>Web Design Ledger presents you 23 Awesome Christmas Icon Sets to put you in the Christmas spirit.</p>
<p><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/webdesignledger_Christmas_icons.jpg" alt="webdesignledger_Christmas_icons" width="500" height="345"></p>
<p><span id="more-3356"></span></p>
<h4><a href="http://acomment.net/13-elegant-free-christmas-icon-set-in-pnggif/612">aComment: 13 Elegant Free Christmas Icon set in PNG/Gif</a></h4>
<p>aComment showcased some elegant and high quality Christmas icons which lets you use them in your websites easily.</p>
<p><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/aComment_Christmas_icons.jpg" alt="aComment_Christmas_icons" width="500" height="366"></p>
<h4><a href="http://www.designbliss.com/2008/12/11/10-sets-of-beautiful-free-christmas-icons-from-deviantart/">Design Bliss: 10 Sets of Beautiful Free Christmas Icons from deviantART</a></h4>
<p>Design Bliss has hand-picked 10 sets of beautiful Christmas icons from deviantART and they&#8217;re all FREE! </p>
<p><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/designbliss_Christmas_icons.jpg" alt="designbliss_Christmas_icons" width="500" height="250"></p>
<h4><a href="http://www.smashingmagazine.com/2008/12/17/smashing-christmas-icon-sets/">Smashing Magazine: Smashing Christmas Icon Sets</a></h4>
<p><a href="http://www.smashingmagazine.com/2008/12/17/smashing-christmas-icon-sets/"><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/smashing-icons.jpg" /></a></p>
<h4><a href="http://www.photoshoproadmap.com/Photoshop-blog/2006/11/27/a-nice-list-of-christmas-tutorials-brushes-clipart-and-icons/">Photoshop Roadmap: Nice List of Christmas Tutorials, Brushes, Clipart and Icons</a></h4>
<p>Photoshop Roadmap built this list gathering some new (and old) Christmas related tutorials, brushes, cliparts and icons for personal use..</p>
<p><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/photoshoproadmap_Christmas_icons.jpg" alt="photoshop_roadmap_icons" width="500" height="296"></p>
<h4><a href="http://www.peopix.com/2008/11/13/20-beautiful-christmas-icons/">Vu Nguyen: 20 Beautiful Christmas Icons</a></h4>
<p>Vu Nguyes prepares  10 beautiful Christmas icons for you to decorate your web according to the Christmas spirit.</p>
<p><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/VuNguyen_Christmas_icons.jpg" alt="VuNguyen_Christmas_icons" width="500" height="167"></p>
<h4><a href="http://www.smashingmagazine.com/2007/12/19/christmas-icons-and-christmas-wordpress-themes/">Smashing Magazine: Christmas Icons and Christmas Wordpress Themes</a></h4>
<p>Smashing magazine has selected high quality Christmas icons, and Christmas Wordpress themes to let you get into the true Christmas spirit, decorating your personal desktop  and adding some Christmas flavour to your recent designs or weblogs.</p>
<p><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/smashingmagazine_Christmas_icons.jpg" alt="smashingmagazine_Christmas_icons" width="500" height="178"></p>
<h3>2. Wallpapers</h3>
<h4><a href="http://pixelresort.com/wallpapers/">PixelResort: Xmas Holiday Wallpapers</a></h4>
<p>You will  find a few goodies of Xmas holiday wallpapers to decorate your desktop.</p>
<p><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/pixelresort_Christmas_wallpapers.jpg" alt="pixelresort_Christmas_wallpapers" width="500" height="142" /></p>
<h4><a href="http://www.smashingmagazine.com/2006/12/09/christmas-wallpapers/">Smashing Magazine: Christmas Wallpapers</a></h4>
<p>Some Xmas specials &#8211; for your desktop or current web-project.</p>
<p><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/smashingmagazine_Christmas_wallpapers.jpg" alt="smashingmagazine_Christmas_wallpapers" width="500" height="375"></p>
<h4><a href="http://www.hongkiat.com/blog/beautiful-christmas-wallpapers-for-your-desktop/">Hongkiat: Beautiful Christmas Wallpapers For Your Desktop</a></h4>
<p>HongKiat showcased some really Beautiful Christmas Wallpapers for you to decorate the desktop while counting down to Christmas.</p>
<p><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/hongkiat_Christmas_wallpapers.jpg" alt="hongkiat_Christmas_wallpapers" width="500" height="400"></p>
<h4><a href="http://www.hongkiat.com/blog/30-remarkable-christmas-wallpapers-part-ii/">Hongkiat: 30 Remarkable Christmas Wallpapers, Part II</a></h4>
<p>Here’s another <strong>30 Remarkable Christmas Wallpapers</strong> collected at our home. </p>
<p><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/hongkiat_Christmas_wallpapers2.jpg" alt="hongkiat_Christmas_wallpapers2" width="500" height="316" /></p>
<h4><a href="http://www.anewmorning.com/2008/12/04/best-christmas-wallpapers-2008-download/"> A New Morning: Best Christmas Wallpapers 2008 Download</a></h4>
<p>Some really nice Christmas wallpapers posted by A New Morning. </p>
<p><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/aNewMorning_Christmas_wallpapers.jpg" alt="aNewMorning_Christmas_wallpapers" width="500" height="375"></p>
<h4><a href="http://www.crestock.com/blog/design/16-stunning-high-resolution-christmas-wallpapers-149.aspx">Crestock: 16 Stunning High Resolution Christmas Wallpapers</a></h4>
<p>Take this opportunity to put your desktop in that festive mood  with wallpapers courtesy of some of Crestock&#8217;s finest contributing  photographers and designers.</p>
<p><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/crestock_Christmas_wallpapers.jpg" alt="crestock_Christmas_wallpapers" width="500" height="350"></p>
<h3>3. WordPress Themes</h3>
<h4><a href="http://developerfox.com/15-interesting-christmas-free-wordpress-themes/638">Developer Fox: 15 Interesting Christmas Free Wordpress Themes</a></h4>
<p>Developer Fox thinks you might be interested in dressing up your blog with a new Christmas free wordpress themes.</p>
<p><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/developerfox_Christmas_wordpress_themes.jpg" alt="developerfox_Christmas_wordpress_themes" width="500" height="282"></p>
<h4><a href="http://www.sheeptech.com/30-christmas-wordpress-themes">SheepTech: 30 Christmas WordPress Themes</a></h4>
<p>SheepTech has compiled 30 Christmas WordPress themes if you are a WordPress user and wants some holiday feel on your WordPress blog.</p>
<p><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/sheeptech_Christmas_wordpress_themes.jpg" alt="sheeptech_Christmas_wordpress_themes" width="500" height="308"></p>
<h4><a href="http://pulse2.com/2008/11/18/42-free-breathtaking-winter-wordpress-themes/">Pulse2: 42 Free Breathtaking Winter Wordpress Themes</a></h4>
<p>Here is a list of 42 of the best Wordpress winter themes to get your blog ready for the winter.</p>
<p><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/pulse2_Christmas_wordpress_themes.jpg" alt="pulse2_Christmas_wordpress_themes" width="500" height="427"></p>
<h3>4. Photoshop Brushes</h3>
<h4><a href="http://www.1stwebdesigner.com/resources/48-snow-ice-snowflake-and-christmas-brushes/">1stWebDesigner: 48 Snow, Ice, Snowflake and Christmas Brushes</a></h4>
<p>There are pine, ice, snowflake, snow and many different Christmas related brushes for every taste in this list.</p>
<p><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/1stwebdesigner_Christmas_photoshop_brushes.jpg" alt="1stwebdesigner_Christmas_photoshop_brushes" width="500" height="175"></p>
<h4><a href="http://www.webresourcesdepot.com/christmas-design-toolkit-photoshop-brushes-vector-images-and-tutorials/">Web Resouces Depot: Christmas Design Toolkit: Photoshop Brushes, Vector Images And Tutorials</a></h4>
<p>This is a giant design pack which includes Photoshop Christmas brushes, Free Christmas vectors, and Christmas-related Photoshop &amp; Illustrator tutorials.</p>
<p><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/webresourcesdepot_Christmas_photoshop_brushes.jpg" alt="webresourcesdepot_Christmas_photoshop_brushes" width="500" height="125"></p>
<h4><a href="http://observin.com/2008/12/wonderful-winter-photoshop-tutorials-brushes/">Observin: 23 Wonderful Winter Photoshop Tutorials &#038; Brushes</a></h4>
<p>Observin has gathered these winter photoshop tutorials and brushes are the perfect way to spruce up your designs and get you in the holiday mood.</p>
<p><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/observin_Christmas_photoshop_brushes.jpg" alt="observin_Christmas_photoshop_brushes" width="500" height="502"></p>
<h4><a href="http://www.designbliss.com/2008/12/10/5-set-of-free-christmas-photoshop-brushes-2008/">Design Bliss: 5 Sets of Free Christmas Photoshop Brushes (2008)</a></h4>
<p>Here are some free Christmas Photoshop brushes Design Bliss found over the past year.</p>
<p><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/designbliss_Christmas_photoshop_brushes.jpg" alt="designbliss_Christmas_photoshop_brushes" width="500" height="279"></p>
<h4><a href="http://www.toxel.com/design/2008/12/02/20-free-christmas-photoshop-brush-sets/">Toxel: 20 Free Christmas Photoshop Brush Sets</a></h4>
<p>A collection of free Christmas Photoshop brush sets that you can use to design something special during the holidays.</p>
<p><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/toxel_Christmas_photoshop_brushes.jpg" alt="toxel_Christmas_photoshop_brushes" width="500" height="311"></p>
<h4><a href="http://www.photoshoproadmap.com/Photoshop-blog/2007/11/30/25-nice-christmas-photoshop-tutorials-and-brushes/">Photoshop Roadmap: 25 Nice Christmas Photoshop Tutorials and Brushes</a></h4>
<p>Photoshop Roadmap has compiled another nice selection of Christmas Photoshop tutorials and brushes. All the brushes featured on this article are free to use on personal, non-commercial, projects.</p>
<p><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/photoshoproadmap_Christmas_photoshop_brushes.jpg" alt="photoshoproadmap_Christmas_photoshop_brushes" width="500" height="331"></p>
<h4><a href="http://gosublogger.com/2008/02/16-photoshop-brush-set-for-christmas/">Gosublogger: 16 Photoshop Brush Set For Christmas</a></h4>
<p> This sets include xmas tree brushes , xmas ornaments brushes, xmas decoration brushes and other sets.</p>
<p><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/gosublogger_Christmas_photoshop_brushes.jpg" alt="gosublogger_Christmas_photoshop_brushes" width="500" height="366"></p>
<h3>5. Photoshop Tutorials</h3>
<h4><a href="http://www.toxel.com/design/2008/11/30/24-free-christmas-photoshop-tutorials/">Toxel: 24 Free Christmas Photoshop Tutorials</a></h4>
<p>To help you prepare for this year’s Christmas celebration, Toxel presents this collection of free Christmas-themed Adobe Photoshop tutorials.</p>
<p><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/toxel_Christmas_photoshop_tutorials.jpg" alt="toxel_Christmas_photoshop_tutorials" width="500" height="307"></p>
<h4><a href="http://stayupdate.com/design/31-free-christmas-photoshop-tutorials/239">StayUpdate: 31 Free Christmas Photoshop tutorials</a></h4>
<p>StayUpdate has gathered free Christmas Photoshop tutorial for designers to be able to have the best design skills for Christmas. </p>
<p><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/stayupdate_Christmas_photoshop_tutorials.jpg" alt="stayupdate_Christmas_photoshop_tutorials" width="500" height="376"></p>
<h4><a href="http://www.myinkblog.com/2008/11/25/10-fantastic-christmas-inspired-tutorials/">My Ink Blog: 10 Fantastic Christmas Inspired Tutorials</a></h4>
<p>My Ink Blog helps get everyone in the Christmas spirit by sharing some awesome Christmas related tutorials.</p>
<p><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/myInkBlog_Christmas_photoshop_tutorials.jpg" alt="myInkBlog_Christmas_photoshop_tutorials" width="500" height="217"></p>
<h4><a href="http://www.smashingmagazine.com/2008/12/16/beautiful-christmas-photoshop-tutorials/">Smashing Magazine: 60 Beautiful Christmas Photoshop Tutorials</a></h4>
<p>You&#8217;ll learn how to design Christmas trees, snow globes, snowflakes, Christmas candles, Christmas balls and much more.</p>
<p><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/27.jpg" /></p>
<h3>6. Fonts</h3>
<h4><a href="http://www.dafont.com/theme.php?cat=804&#038;nb_ppp=20&#038;psize=l&#038;text=germain">Dafonts: Free Christmas Fonts</a></h4>
<p>Dafonts provides over 70 free Christmas for download without paying a single penny. </p>
<p><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/dafont_Christmas_fonts.jpg" alt="dafont_Christmas_fonts" width="500" height="125"></p>
<h4><a href="http://woork.blogspot.com/2008/12/10-christmas-free-fonts.html">Woork: 10 Free Christmas fonts</a></h4>
<p>Take a look at this list with some of Woork&#8217;s favourite Christmas fonts which you can download and use on your design projects.</p>
<p><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/woork_Christmas_fonts.jpg" alt="woork_Christmas_fonts" width="500" height="471"></p>
<h4><a href="http://www.fontriver.com/article/20_superb_christmas_fonts_and_dingbats/">Font River: 20 Superb Christmas Fonts and Dingbats</a></h4>
<p>Font River gathered a wide variety of funny fonts and dingbats to pep up your  designs. Make your own matching Christmas cards, invitations, favors  bags, place cards, napkin rings, and much more!</p>
<p><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/fontriver_Christmas_fonts.jpg" alt="fontriver_Christmas_fonts" width="500" height="283"></p>
<h4><a href="http://blog.taragana.com/index.php/archive/20-attractive-free-fonts-for-you-this-christmas/">Simple Thoughts: 20 Attractive Free Fonts for you This Christmas</a></h4>
<p>Simple Thoughts prepared 20 fonts for you this Christmas which are absolutely free.</p>
<p><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/simplethoughts_Christmas_fonts.jpg" alt="simplethoughts_Christmas_fonts" width="500" height="195"></p>
<h3>7. Misc</h3>
<h4><a href="http://www.psdtop.com/blog/inspiration/45-beautiful-christmas-cards/">PSDTOP: 45+ Beautiful Christmas Cards</a></h4>
<p>You’ll find in PSDTOP&#8217;s post <strong>45+ Beautiful Christmas Cards </strong>which you can use for inspiration.</p>
<p><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/psdtop_christmas_cards.jpg" alt="psdtop_christmas_cards" width="500" height="375"></p>
<h4><a href="http://www.psdtop.com/blog/inspiration/36-beautiful-drawing-artworks-winter-inspiration/">PSDTOP: 36 Beautiful Drawing Artworks &#8211; Winter Inspiration</a></h4>
<p>PSDTOP brings you 36 Beautiful Drawing Artworks &#8211; Winter Inspiration hand-picked from deviantart.</p>
<p><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/psdtop_christmas_drawings.jpg" alt="psdtop_christmas_drawings" width="500" height="200"></p>
<h4><a href="http://www.psdtop.com/blog/inspiration/70-impressive-painting-artworks-winter-inspiration/">PSDTOP: 70 Impressive Painting Artworks &#8211; Winter Inspiration</a></h4>
<p>PSDTOP has hand-picked an incredible amount of amazing painting artworks from deviantart to inspire any artist.</p>
<p><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/psdtop_christmas_paintings.jpg" alt="psdtop_christmas_paintings" width="500" height="200"></p>
<h4><a href="http://www.nirmaltv.com/2007/12/20/top-7-christmas-themes-for-window-xp-and-vista/">Life Rock 2.0: Window XP Themes: Top 7 Christmas Themes</a></h4>
<p>Life Rock 2.0 has compiled a list of top Christmas themes with Wallpapers for Windows XP and Vista to decorate your desktop.</p>
<p><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/LifeRock_Christmas_XP_themes.jpg" alt="LifeRock_Christmas_XP_themes" width="500" height="400"></p>
<h4><a href="http://www.crazyleafdesign.com/blog/free-christmas-vectors/">CrazyLeaf Design: Free Christmas Vectors</a></h4>
<p>CrazyLeaf Design thought some free Christmas vectorial resources will be welcomed for the coming holidays.</p>
<p><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/crazyleaf_christmas_vectors.jpg" alt="crazyleaf_christmas_vectors" width="500" height="192"></p>
<h4><a href="http://psdfan.com/inspiration/20-superb-christmas-designs/">PSDFan: 20 Superb Christmas Designs</a></h4>
<p>PSDFan has rounded up 20 of my favorite christmas themed designs. Hopefully these will help inspire you in your own works:</p>
<p><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/psdfan_christmas_designs.jpg" alt="psdfan_christmas_designs" width="500" height="356"></p>
<h4><a href="http://www.pixelperfectdigital.com/free_stock_photos/showgallery.php/cat/576">Pixel Perfect Digital: Free Christmas Stock Photos</a></h4>
<p>Over 50 high resolutions photos which related to Christmas available for free download. </p>
<p><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/pixelperfectdigital_christmas_photos.jpg" alt="pixelperfectdigital_christmas_photos" width="500" height="375"></p>
<h4><a href="http://garcya.us/blog/over-2000-christmas-goodies-png-vectors-icons-wallpapers-cliparts-and-psd-files/">Garcya: 2000+ Christmas Goodies &#8211; PNG, Vectors, Icons, Wallpapers, Cliparts and PSD files</a></h4>
<p>Garcya has prepared a mega list of free Christmas goodies just for you to have a stack of Christmas resources .</p>
<p><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/garcya_christmas_goodies.jpg" alt="garcya_resources" width="500" height="500"></p>
<h4><a href="http://lifehacker.com/5111460/holiday+themed-desktop-roundup">Lifehacker: Holiday-Themed Desktop Roundup</a></h4>
<p>Lifehacker highlighting the holiday-inspired goods of readers have created.</p>
<p><img src="http://hongkiat.s3.amazonaws.com/christmas_resources_03/3102675895_279500c0a2_o.jpg"></p>
<p><!--INFOLINKS_ON--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hongkiat.com/blog/best-of-christmas-resources-wallpapers-themes-icons-vectors-and-more/feed/</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
		<item>
		<title>28 High Resolution Wood Textures For Designers</title>
		<link>http://www.hongkiat.com/blog/28-high-resolution-wood-textures-for-designers/</link>
		<comments>http://www.hongkiat.com/blog/28-high-resolution-wood-textures-for-designers/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 10:00:41 +0000</pubDate>
		<dc:creator>hongkiat</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[high quality]]></category>
		<category><![CDATA[high res]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[stock]]></category>
		<category><![CDATA[texture]]></category>
		<category><![CDATA[wallpaper]]></category>
		<category><![CDATA[wood]]></category>
		<category><![CDATA[woody]]></category>

		<guid isPermaLink="false">http://www.hongkiat.com/blog/?p=3228</guid>
		<description><![CDATA[

Once in a while, you may want to try a different approach in design. If the concept/idea is green or nature related, wood elements can fit in  pretty nice and they are fundamentally suitable. In this article, we attempt to showcase you 28 High Resolution Wood Textures designers can take full advantage of. Unable [...]]]></description>
			<content:encoded><![CDATA[<p><!--INFOLINKS_OFF--></p>
<p><img src="http://hongki.at/images/wood-textures/wood-textures-for-designers.jpg" width="500" height="400"></p>
<p>Once in a while, you may want to try a different approach in design. If the concept/idea is green or nature related, <em><strong>wood elements</strong></em> can fit in  pretty nice and they are fundamentally suitable. In this article, we attempt to showcase you <strong>28 High Resolution Wood Textures</strong> designers can take full advantage of. Unable to create realistic wood texture from scratch in Photoshop is no longer an obstacle.</p>
<p><strong>Note</strong>: Some of these textures have limited rights. That means they are not allowed for commercial usage. We urge that you check the rights before using them for  business purposes.</p>
<p>Full list after jump.</p>
<p><span id="more-3228"></span></p>
<ul>
<li><a href="http://nortago.deviantart.com/art/Bg-Texture-wood-38841113"><strong>Bg Texture Wood</strong></a><br />
    <span class="via">by nortago</span></p>
<p><a href="http://nortago.deviantart.com/art/Bg-Texture-wood-38841113"><img src="http://hongki.at/images/wood-textures/bgtexture.jpg"></a> </p>
</li>
<li><a href="http://cloaks.deviantart.com/art/Dark-Wood-Texture-Pack-100478218"><strong>Dark Wood Texture Pack</strong></a><br />
    <span class="via">by cloaks</span></p>
<p>All textures are 1024*768 pixels.</p>
<p>    <a href="http://cloaks.deviantart.com/art/Dark-Wood-Texture-Pack-100478218"><img src="http://hongki.at/images/wood-textures/dark-wood-texture.jpg" width="500" height="400" /></a>
    </p>
</li>
<li><a href="http://loona-loup.deviantart.com/art/Grey-Wood-93479843"><strong>Grey Wood</strong></a><br />
    <span class="via">by Loona-Loup</span></p>
<p><a href="http://loona-loup.deviantart.com/art/Grey-Wood-93479843"><img src="http://hongki.at/images/wood-textures/Grey_Wood.jpg" width="500" height="375" /></a> </p>
</li>
<li><a href="http://jammurch.deviantart.com/art/45-Wood-Textures-11874972"><strong>45 Wood Textures</strong></a><br />
    <span class="via">by Jammurch</span></p>
<p>All jpeg images, 1280&#215;960 resolution, 7.0MB.</p>
<p><a href="http://jammurch.deviantart.com/art/45-Wood-Textures-11874972"><img src="http://hongki.at/images/wood-textures/Wood-Textures.jpg" width="500" height="400" /></a></p>
</p>
</li>
<li><a href="http://silver-.deviantart.com/art/Wood-01-Patterns-102806869"><strong>Wood 01 Patterns</strong></a><br />
    <span class="via">by silver</span></p>
<p>Here a great set of 9 different untreated wood patterns. Includes Mahony, Cycamore, Rosewood, Maple, Cedar and more!</p>
<p><a href="http://silver-.deviantart.com/art/Wood-01-Patterns-102806869"><img src="http://hongki.at/images/wood-textures/Wood-01-Patterns.jpg" width="500" height="350" /></a></p>
</li>
<li><a href="http://qbit71.deviantart.com/art/WOOD-TEXTURES-89031785"><strong>Wood Textures</strong></a><br />
    <span class="via">by QBit71</span></p>
<p><a href="http://qbit71.deviantart.com/art/WOOD-TEXTURES-89031785"><img src="http://hongki.at/images/wood-textures/woodtextures.jpg" width="500" height="350" /></a> </p>
</li>
<li><a href="http://silenstemplum.deviantart.com/art/Wood-Texture-48204389"><strong>Wood Texture</strong></a><br />
    <span class="via">by SilensTemplum</span></p>
<p><a href="http://silenstemplum.deviantart.com/art/Wood-Texture-48204389"><img src="http://hongki.at/images/wood-textures/SilensTemplum.jpg" width="500" height="350" /></a> </p>
</li>
<li><a href="http://borysses.deviantart.com/art/Wood-uncut-95473003"><strong>Wood Uncut</strong></a><br />
    <span class="via">by borysses</span></p>
<p>10 seamless textures of uncut wood.</p>
<p>    <a href="http://borysses.deviantart.com/art/Wood-uncut-95473003"><img src="http://hongki.at/images/wood-textures/wood_uncut.jpg" width="500" height="176" /></a>
    </p>
</li>
<li><a href="http://nureen-restock.deviantart.com/art/Wood-Textures-76421367"><strong>Wood Textures</strong></a><br />
    <span class="via">by nureen-REStock</span></p>
<p>A collection of wood textures for you to use. Assorted pack of 2 very large files.</p>
<p><a href="http://nureen-restock.deviantart.com/art/Wood-Textures-76421367"><img src="http://hongki.at/images/wood-textures/nureen-REStock.jpg" width="500" height="350" /></a> </p>
</li>
<li><a href="http://shadowh3.deviantart.com/art/Wood-texture-49965978"><strong>Wood texture</strong></a><br />
    <span class="via">by shadowh3</span></p>
<p>Wood texture with overly large nails in the bottom.</p>
<p><a href="http://shadowh3.deviantart.com/art/Wood-texture-49965978"><img src="http://hongki.at/images/wood-textures/shadowh3.jpg" width="500" height="350" /></a> </p>
</li>
<li><a href="http://pabloalvin.deviantart.com/art/Wood-Texture-91469799"><strong>Wood Texture</strong></a><br />
    <span class="via">by pabloalvin</span></p>
<p><a href="http://pabloalvin.deviantart.com/art/Wood-Texture-91469799"><img src="http://hongki.at/images/wood-textures/Wood_Texture_by_pabloalvin.jpg" width="500" height="332" /></a> </p>
</li>
<li><a href="http://daydreamsphotography.deviantart.com/art/Wood-Texture-40184784"><strong>Wood Texture</strong></a><br />
    <span class="via">by DayDreamsPhotography</span></p>
<p>High resolution wood texture in resolution of 2832&times;2128.</p>
<p><a href="http://daydreamsphotography.deviantart.com/art/Wood-Texture-40184784"><img src="http://hongki.at/images/wood-textures/DayDreamsPhotography.jpg" width="500" height="376" /></a> </p>
</li>
<li><a href="http://xnickixstockx.deviantart.com/art/Wood-Texture-74565428"><strong>Wood Texture</strong></a><br />
    <span class="via">by xNickixstockx</span></p>
<p><a href="http://xnickixstockx.deviantart.com/art/Wood-Texture-74565428"><img src="http://hongki.at/images/wood-textures/xNickixstockx.jpg" width="500" height="352" /></a> </p>
</li>
<li><a href="http://elenulin.deviantart.com/art/Wood-Texture-2-77910258"><strong>Wood Texture 2</strong></a><br />
    <span class="via">by elenulin</span></p>
<p><a href="http://elenulin.deviantart.com/art/Wood-Texture-2-77910258"><img src="http://hongki.at/images/wood-textures/elenulin.jpg" width="500" height="335" /></a> </p>
</li>
<li><a href="http://gnrbishop.deviantart.com/art/Wood-floor-86913934"><strong>Wood Floors</strong></a><br />
    <span class="via">by gnrbishop</span></p>
<p><a href="http://gnrbishop.deviantart.com/art/Wood-floor-86913934"><img src="http://hongki.at/images/wood-textures/woodfloor.jpg" width="500" height="350" /></a> </p>
</li>
<li><a href="http://bobbyperux.deviantart.com/art/Wood-CSS-Pack-103088022"><strong>Wood CSS Pack</strong></a><br />
    <span class="via">by Bobbyperux</span></p>
<p><a href="http://bobbyperux.deviantart.com/art/Wood-CSS-Pack-103088022"><img src="http://hongki.at/images/wood-textures/wood-css-pack.jpg" width="500" height="350" /></a> </p>
</li>
<li><a href="http://valkiria-stock.deviantart.com/art/wood-101454259"><strong>Wood</strong></a><br />
    <span class="via">by valkiria-stock</span></p>
<p><a href="http://valkiria-stock.deviantart.com/art/wood-101454259"><img src="http://hongki.at/images/wood-textures/wood.jpg" width="500" height="350" /></a> </p>
</li>
<li><a href="http://breyer-stock.deviantart.com/art/Wood-25360713"><strong>Wood</strong></a><br />
    <span class="via">by Breyer Stock</span></p>
<p><a href="http://breyer-stock.deviantart.com/art/Wood-25360713"><img src="http://hongki.at/images/wood-textures/Breyer-Stock.jpg" width="500" height="350" /></a> </p>
</li>
<li><a href="http://yc.deviantart.com/art/Wood-Rays-62468397"><strong>Wood &amp; Rays</strong></a><br />
    <span class="via">by yc</span></p>
<p>Resolution 2816 x 2112, JPG format.</p>
<p><a href="http://yc.deviantart.com/art/Wood-Rays-62468397"><img src="http://hongki.at/images/wood-textures/wood-rays.jpg" width="500" height="350" /></a> </p>
</li>
<li><a href="http://enframed.deviantart.com/art/Valle-old-wood-texture-20343988"><strong>Valle old wood texture </strong></a><br />
    <span class="via">by enframed</span></p>
<p>3456&times;2334 resolution valle old wood texture.</p>
<p><a href="http://enframed.deviantart.com/art/Valle-old-wood-texture-20343988"><img src="http://hongki.at/images/wood-textures/Valle_old_wood_texture.jpg" width="500" height="338" /></a> </p>
</li>
<li><a href="http://ftisis-stock.deviantart.com/art/tileable-wood-texture-90119307"><strong>Tileable Wood Texture</strong></a><br />
    <span class="via">by ftIsis-Stock</span></p>
<p><a href="http://ftisis-stock.deviantart.com/art/tileable-wood-texture-90119307"><img src="http://hongki.at/images/wood-textures/tileable-wood-texture.jpg" width="500" height="400" /></a> </p>
</li>
<li><a href="http://prigix.deviantart.com/art/old-wood-texture-pack-79952121"><strong>Old wood texture pack</strong></a><br />
    <span class="via">by prigix</span></p>
<p>3 wood textures set. All in 1800&#215;2400.</p>
<p><a href="http://prigix.deviantart.com/art/old-wood-texture-pack-79952121"><img src="http://hongki.at/images/wood-textures/old-wood.jpg" width="500" height="350" /></a> </p>
</li>
<li><a href="http://beyond-oddities.deviantart.com/art/Local-Texture-Wood-Breaker-77138641"><strong>Wood Breaker</strong></a><br />
    <span class="via">by Beyond-Oddities</span></p>
<p><a href="http://beyond-oddities.deviantart.com/art/Local-Texture-Wood-Breaker-77138641"><img src="http://hongki.at/images/wood-textures/wood-breaker.jpg" width="500" height="350" /></a> </p>
</li>
<li><a href="http://beyond-oddities.deviantart.com/art/Local-Texture-Three-by-One-77137822"><strong>Three by One</strong></a><br />
    <span class="via">by Beyond-Oddities</span></p>
<p><a href="http://beyond-oddities.deviantart.com/art/Local-Texture-Three-by-One-77137822"><img src="http://hongki.at/images/wood-textures/Three_by_One.jpg" width="500" height="333" /></a> </p>
</li>
<li><a href="http://zygat3r.deviantart.com/art/Dark-Wood-58266349"><strong>Dark Wood</strong></a><br />
    <span class="via">by zygat3r</span></p>
<p>Comes in resolution of 2560&#215;1600, 1920&#215;1200, 1280&#215;800, 1440&#215;900, 1152&#215;864, 1920&#215;1200</p>
<p><a href="http://zygat3r.deviantart.com/art/Dark-Wood-58266349"><img src="http://hongki.at/images/wood-textures/dark-wood.jpg"></a></p>
</li>
<li><a href="http://fc04.deviantart.com/fs30/f/2008/148/c/3/Wood_floor_by_gnrbishop.jpg"><strong>Wood Floor</strong></a><br />
    <span class="via">by gnrbishop</span></p>
<p><a href="http://fc04.deviantart.com/fs30/f/2008/148/c/3/Wood_floor_by_gnrbishop.jpg"><img src="http://hongki.at/images/wood-textures/Wood_floor.jpg" width="500" height="375" /></a> </p>
</li>
<li><a href="http://sebgonz.deviantart.com/art/Wood-Texture-Wallpaper-96468481"><strong>Wood Texture Wallpaper</strong></a><br />
    <span class="via">by sebgonz</span></p>
<p><a href="http://sebgonz.deviantart.com/art/Wood-Texture-Wallpaper-96468481"><img src="http://hongki.at/images/wood-textures/Wood_Texture_Wallpaper.jpg" width="500" height="322" /></a> </p>
</li>
</ul>
<p><!--INFOLINKS_ON--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hongkiat.com/blog/28-high-resolution-wood-textures-for-designers/feed/</wfw:commentRss>
		<slash:comments>58</slash:comments>
		</item>
		<item>
		<title>100 Greatest Abstract and Grunge Fonts (Free)</title>
		<link>http://www.hongkiat.com/blog/100-great-abstract-and-grunge-fonts/</link>
		<comments>http://www.hongkiat.com/blog/100-great-abstract-and-grunge-fonts/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 17:04:38 +0000</pubDate>
		<dc:creator>hongkiat</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[grunge]]></category>

		<guid isPermaLink="false">http://www.hongkiat.com/blog/?p=3010</guid>
		<description><![CDATA[

Grunge and abstract designs are quickly taking over the Web 2.0 designs if you&#8217;ve noticed. These dirty, abstract, urban and old-design alike approach are designer&#8217;s new favorites. If you are still obsessed with glossy shinny Web 2.0 design, it&#8217;s time to bring your design to a whole new level &#8211; the grunge style.
Here&#8217;s a showcase [...]]]></description>
			<content:encoded><![CDATA[<p><!--INFOLINKS_OFF--><br />
<img src="http://farm4.static.flickr.com/3350/3437864703_95e3ea603f.jpg?v=0" alt="grunge and abstract fonts"/></p>
<p>Grunge and abstract designs are quickly taking over the Web 2.0 designs if you&#8217;ve noticed. These dirty, abstract, urban and old-design alike approach are designer&#8217;s new favorites. If you are still obsessed with glossy shinny Web 2.0 design, it&#8217;s time to bring your design to a whole new level &#8211; <strong>the grunge style</strong>.</p>
<p>Here&#8217;s a showcase of <strong>100 Great Grunge and Abstract Fonts</strong>, something to give you a head start into dirty but cool grunge design.</p>
<p><span id="more-3010"></span></p>
<p><a href="http://www.dafont.com/zombilaria.font?nb_ppp=50&amp;l%5B%5D=10&amp;l%5B%5D=1">Zombilaria</a></p>
<p><a href="http://www.dafont.com/zombilaria.font?nb_ppp=50&amp;l%5B%5D=10&amp;l%5B%5D=1"><img src="http://farm4.static.flickr.com/3309/3437864771_cd7b53815f.jpg?v=0" width="482" height="77" /></a></p>
<p><a href="http://www.fontspace.com/last-soundtrack/yukon-gold">Yukon Gold</a></p>
<p><a href="http://www.fontspace.com/last-soundtrack/yukon-gold"><img src="http://farm4.static.flickr.com/3631/3438677222_f09b8b6786.jpg?v=0" width="500" height="91" /></a></p>
<p><a href="http://www.dafont.com/vtks-good-luck-for-you.font?nb_ppp=50&amp;l%5B%5D=10&amp;l%5B%5D=1">Vtks good luck for you</a></p>
<p><a href="http://www.dafont.com/vtks-good-luck-for-you.font?nb_ppp=50&amp;l%5B%5D=10&amp;l%5B%5D=1"><img src="http://farm4.static.flickr.com/3589/3438680544_2b1d9b3c9a.jpg?v=0" width="397" height="77" /></a></p>
<p><a href="http://www.fontspace.com/vtks-design/vtks-untitled">Vtks Untitled</a></p>
<p><a href="http://www.fontspace.com/vtks-design/vtks-untitled"><img src="http://farm4.static.flickr.com/3331/3437866279_51ab9c1d20.jpg?v=0" width="331" height="91" /></a></p>
<p><a href="http://www.fontspace.com/vtks-design/vtks-rock-garage-band">Vtks Rock Garage Band</a></p>
<p><a href="http://www.fontspace.com/vtks-design/vtks-rock-garage-band"><img src="http://farm4.static.flickr.com/3332/3437869757_aa1b329954.jpg?v=0" width="367" height="91" /></a></p>
<p><a href="http://www.fontspace.com/vtks-design/vtks-velhos-tempos">Vtks Velhos Tempos</a></p>
<p><a href="http://www.fontspace.com/vtks-design/vtks-velhos-tempos"><img src="http://farm4.static.flickr.com/3621/3438678514_b99358e520.jpg?v=0" width="402" height="90" /></a></p>
<p><a href="http://www.fontspace.com/last-soundtrack/vinyl-george">Vinyl George</a></p>
<p><a href="http://www.fontspace.com/last-soundtrack/vinyl-george"><img src="http://farm4.static.flickr.com/3411/3437866127_186a380e3f.jpg?v=0" width="365" height="91" /></a></p>
<p><a href="http://www.dafont.com/urban-sketch.font">Urban Sketch</a></p>
<p><a href="http://www.dafont.com/urban-sketch.font"><img src="http://farm4.static.flickr.com/3416/3437866227_284b8e4358.jpg?v=0" width="287" height="77" /></a></p>
<p><a href="http://www.dafont.com/ultimate-midnight.font">Ultimate Midnight</a></p>
<p><a href="http://www.dafont.com/ultimate-midnight.font"><img src="http://farm4.static.flickr.com/3629/3438678720_7775bd8e7b.jpg?v=0" width="404" height="77" /></a></p>
<p><a href="http://www.fontspace.com/last-soundtrack/undecapped-vinyl">Undecapped Vinyl</a></p>
<p><a href="http://www.fontspace.com/last-soundtrack/undecapped-vinyl"><img src="http://farm4.static.flickr.com/3578/3437866333_f583c682dc.jpg?v=0" width="384" height="90" /></a></p>
<p><a href="http://www.dafont.com/turbo-ripped.font">Turbo Ripped</a></p>
<p><a href="http://www.dafont.com/turbo-ripped.font"><img src="http://farm4.static.flickr.com/3537/3437869307_6001caf727.jpg?v=0" width="366" height="77" /></a></p>
<p><a href="http://www.fontspace.com/last-soundtrack/trashed">Trashed</a></p>
<p><a href="http://www.fontspace.com/last-soundtrack/trashed"><img src="http://farm4.static.flickr.com/3551/3438681442_ede189f0d5.jpg?v=0" width="286" height="91" /></a></p>
<p><a href="http://www.dafont.com/trashco.font">Trashco</a></p>
<p><a href="http://www.dafont.com/trashco.font"><img src="http://farm4.static.flickr.com/3590/3438677356_14537a7e8c.jpg?v=0" width="320" height="77" /></a></p>
<p><a href="http://www.fontspace.com/disturbed-type/trash">Trash</a></p>
<p><a href="http://www.fontspace.com/disturbed-type/trash"><img src="http://farm4.static.flickr.com/3393/3438677386_6ab645e88d.jpg?v=0" width="258" height="91" /></a></p>
<p><a href="http://www.dafont.com/toy-soldiers.font">Toy Soldiers</a></p>
<p><a href="http://www.dafont.com/toy-soldiers.font"><img src="http://farm4.static.flickr.com/3409/3437868993_0520d21072.jpg?v=0" width="392" height="77" /></a></p>
<p><a href="http://www.dafont.com/times-new-yorker.font">Times New Yorker</a></p>
<p><a href="http://www.dafont.com/times-new-yorker.font"><img src="http://farm4.static.flickr.com/3602/3438677448_9f59e9458d.jpg?v=0" width="404" height="77" /></a></p>
<p><a href="http://www.fontspace.com/nihilschiz/thirsty-for-souls">Thirsty for Souls</a></p>
<p><a href="http://www.fontspace.com/nihilschiz/thirsty-for-souls"><img src="http://farm4.static.flickr.com/3415/3438677478_ea1028f8df.jpg?v=0" width="235" height="91" /></a></p>
<p><a href="http://www.fontspace.com/last-soundtrack/the-quiet-scream">The Quiet Scream</a></p>
<p><a href="http://www.fontspace.com/last-soundtrack/the-quiet-scream"><img src="http://farm4.static.flickr.com/3661/3438681938_3a13296805.jpg?v=0" width="500" height="91" /></a></p>
<p><a href="http://www.fontspace.com/last-soundtrack/the-maple-origins">The Maple Origins</a></p>
<p><a href="http://www.fontspace.com/last-soundtrack/the-maple-origins"><img src="http://farm4.static.flickr.com/3649/3438679616_5bd8a577de.jpg?v=0" width="411" height="91" /></a></p>
<p><a href="http://www.fontspace.com/last-soundtrack/the-last-soundtrack">The Last Soundtrack</a></p>
<p><a href="http://www.fontspace.com/last-soundtrack/the-last-soundtrack"><img src="http://farm4.static.flickr.com/3607/3437868415_6c1d8fc849.jpg?v=0" width="413" height="91" /></a></p>
<p><a href="http://www.dafont.com/the-king-queen-font.font">The King &amp; Queen</a></p>
<p><a href="http://www.dafont.com/the-king-queen-font.font"><img src="http://farm4.static.flickr.com/3585/3437868483_9650df179e.jpg?v=0" width="281" height="77" /></a></p>
<p><a href="http://www.fontspace.com/last-soundtrack/the-great-thunder">The Great Thunder</a></p>
<p><a href="http://www.fontspace.com/last-soundtrack/the-great-thunder"><img src="http://farm4.static.flickr.com/3321/3437870021_8d49cdf29f.jpg?v=0" width="396" height="91" /></a></p>
<p><a href="http://www.fontspace.com/livin-hell/the-battle-continuez">The Battle Continuez</a></p>
<p><a href="http://www.fontspace.com/livin-hell/the-battle-continuez"><img src="http://farm4.static.flickr.com/3307/3437868663_2307706648.jpg?v=0" width="470" height="91" /></a></p>
<p><a href="http://www.fontspace.com/disturbed-type/tetanus">Tetanus</a></p>
<p><a href="http://www.fontspace.com/disturbed-type/tetanus"><img src="http://farm4.static.flickr.com/3303/3438679810_6ef1c3f770.jpg?v=0" width="270" height="91" /></a></p>
<p><a href="http://www.fontspace.com/cumberland-fontworks/ten-ton-ballyhoo">Ten Ton Ballyhoo</a></p>
<p><a href="http://www.fontspace.com/cumberland-fontworks/ten-ton-ballyhoo"><img src="http://farm4.static.flickr.com/3631/3437866681_75f4d75114.jpg?v=0" width="500" height="91" /></a></p>
<p><a href="http://www.fontspace.com/clearlight/technine">Technine</a></p>
<p><a href="http://www.fontspace.com/clearlight/technine"><img src="http://farm4.static.flickr.com/3363/3438679018_4b7e5c226d.jpg?v=0" width="303" height="91" /></a></p>
<p><a href="http://www.dafont.com/stampede.font?nb_ppp=50&amp;l%5B%5D=10&amp;l%5B%5D=1">Stampede</a></p>
<p><a href="http://www.dafont.com/stampede.font?nb_ppp=50&amp;l%5B%5D=10&amp;l%5B%5D=1"><img src="http://farm4.static.flickr.com/3411/3437868691_69d7495167.jpg?v=0" width="317" height="77" /></a></p>
<p><a href="http://www.dafont.com/soulmission.font?nb_ppp=50&amp;l%5B%5D=10&amp;l%5B%5D=1">Soul Mission</a></p>
<p><a href="http://www.dafont.com/soulmission.font?nb_ppp=50&amp;l%5B%5D=10&amp;l%5B%5D=1"><img src="http://farm4.static.flickr.com/3395/3437868723_3c71f02b5e.jpg?v=0" width="482" height="77" /></a></p>
<p><a href="http://www.dafont.com/soot-break.font?nb_ppp=50&amp;l%5B%5D=10&amp;l%5B%5D=1">Soot Break</a></p>
<p><a href="http://www.dafont.com/soot-break.font?nb_ppp=50&amp;l[]=10&amp;l[]=1"><img src="http://farm4.static.flickr.com/3627/3437868937_3beb3ea370.jpg?v=0" width="500" height="84" /></a></p>
<p><a href="http://www.fontspace.com/anthem-type/silver-sideshow">Silver Sideshow</a></p>
<p><a href="http://www.fontspace.com/anthem-type/silver-sideshow"><img src="http://farm4.static.flickr.com/3578/3437869037_e7ac44f284.jpg?v=0" width="500" height="90" /></a></p>
<p><a href="http://www.dafont.com/sidewalk.font">Sidewalk</a></p>
<p><a href="http://www.dafont.com/sidewalk.font"><img src="http://farm4.static.flickr.com/3556/3437869063_729529f7ee.jpg?v=0" width="384" height="84" /></a></p>
<p><a href="http://www.fontspace.com/livin-hell/shoguns-clan">Shoguns Clan</a></p>
<p><a href="http://www.fontspace.com/livin-hell/shoguns-clan"><img src="http://farm4.static.flickr.com/3545/3437869099_edce2fcf46.jpg?v=0" width="462" height="90" /></a></p>
<p><a href="http://www.fontspace.com/last-soundtrack/rusted-plastic">Rusted Plastic</a></p>
<p><a href="http://www.fontspace.com/last-soundtrack/rusted-plastic"><img src="http://farm4.static.flickr.com/3554/3437869187_70ac516fa6.jpg?v=0" width="500" height="90" /></a></p>
<p><a href="http://www.dafont.com/rubbermaid.font?nb_ppp=50&amp;l%5B%5D=10&amp;l%5B%5D=1">Rubbermaid</a></p>
<p><a href="http://www.dafont.com/rubbermaid.font?nb_ppp=50&amp;l%5B%5D=10&amp;l%5B%5D=1"><img src="http://farm4.static.flickr.com/3545/3438681720_cdf014df4c.jpg?v=0" width="373" height="84" /></a></p>
<p><a href="http://www.fontspace.com/last-soundtrack/rough-linen">Rough linen</a></p>
<p><a href="http://www.fontspace.com/last-soundtrack/rough-linen"><img src="http://farm4.static.flickr.com/3628/3438681770_a597379889.jpg?v=0" width="426" height="90" /></a></p>
<p><a href="http://www.fontspace.com/livin-hell/punk-kid">Punk Kid</a></p>
<p><a href="http://www.fontspace.com/livin-hell/punk-kid"><img src="http://farm4.static.flickr.com/3630/3438681968_61105a7f49.jpg?v=0" width="314" height="90" /></a></p>
<p><a href="http://www.dafont.com/pudmonkey.font?nb_ppp=50&amp;l%5B%5D=10&amp;l%5B%5D=1">Pudmonkey</a></p>
<p><a href="http://www.dafont.com/pudmonkey.font?nb_ppp=50&amp;l%5B%5D=10&amp;l%5B%5D=1"><img src="http://farm4.static.flickr.com/3634/3437869983_e8328a6c65.jpg?v=0" width="368" height="84" /></a></p>
<p><a href="http://www.fontspace.com/grudnuk-creations/puddleduck">Puddleduck</a></p>
<p><a href="http://www.fontspace.com/grudnuk-creations/puddleduck"><img src="http://farm4.static.flickr.com/3629/3438681598_0d4945635a.jpg?v=0" width="500" height="90" /></a></p>
<p><a href="http://www.fontspace.com/fenotype/projects">Projects</a></p>
<p><a href="http://www.fontspace.com/fenotype/projects"><img src="http://farm4.static.flickr.com/3635/3437869575_18098bce5e.jpg?v=0" width="449" height="90" /></a></p>
<p><a href="http://www.dafont.com/pointy.font">Pointy</a></p>
<p><a href="http://www.dafont.com/pointy.font"><img src="http://farm4.static.flickr.com/3558/3437869627_13bf80d6ff.jpg?v=0" width="208" height="90" /></a></p>
<p><a href="http://www.fontspace.com/disturbed-type/pistolgrip">Pistol Grip</a></p>
<p><a href="http://www.fontspace.com/disturbed-type/pistolgrip"><img src="http://farm4.static.flickr.com/3614/3438678216_7827525749.jpg?v=0" width="328" height="90" /></a></p>
<p><a href="http://www.dafont.com/neoprint-m319.font">Neo print</a></p>
<p><a href="http://www.dafont.com/neoprint-m319.font"><img src="http://farm4.static.flickr.com/3397/3437865957_a0914c6b4f.jpg?v=0" width="349" height="84" /></a></p>
<p><a href="http://www.fontspace.com/billy-argel/my-turtle">My Turtle</a></p>
<p><a href="http://www.fontspace.com/billy-argel/my-turtle"><img src="http://farm4.static.flickr.com/3627/3437867115_534cf6aeaa.jpg?v=0" width="451" height="90" /></a></p>
<p><a href="http://www.fontspace.com/last-soundtrack/mudshake-83">Mudshake</a></p>
<p><a href="http://www.fontspace.com/last-soundtrack/mudshake-83"><img src="http://farm4.static.flickr.com/3657/3438679466_e5ea5bd672.jpg?v=0" width="421" height="90" /></a></p>
<p><a href="http://www.dafont.com/misproject.font?nb_ppp=50&amp;l[]=10&amp;l[]=1">Misproject</a></p>
<p><a href="http://www.dafont.com/misproject.font?nb_ppp=50&amp;l%5B%5D=10&amp;l%5B%5D=1"><img src="http://farm4.static.flickr.com/3411/3437867213_d88bd5a89a.jpg?v=0" width="401" height="90" /></a></p>
<p><a href="http://www.dafont.com/marcelle.font">Marcelle</a></p>
<p><a href="http://www.dafont.com/marcelle.font"><img src="http://farm4.static.flickr.com/3631/3437867263_72c436f379.jpg?v=0" width="208" height="84" /></a></p>
<p><a href="http://www.dafont.com/mainpar.font?nb_ppp=50&amp;l%5B%5D=10&amp;l%5B%5D=1">Mainpar</a></p>
<p><a href="http://www.dafont.com/mainpar.font?nb_ppp=50&amp;l%5B%5D=10&amp;l%5B%5D=1"><img src="http://farm4.static.flickr.com/3338/3437867323_a425ab2cf4.jpg?v=0" width="175" height="84" /></a></p>
<p><a href="http://www.dafont.com/postnuclear.font?nb_ppp=50&amp;l%5B%5D=10&amp;l%5B%5D=1">Postnuclear</a></p>
<p><a href="http://www.dafont.com/postnuclear.font?nb_ppp=50&amp;l[]=10&amp;l[]=1"><img src="http://farm4.static.flickr.com/3313/3437869599_5afafd90fc.jpg?v=0" width="429" height="84" /></a></p>
<p><a href="http://www.fontspace.com/last-soundtrack/mohawk">Mohawk</a></p>
<p><a href="http://www.fontspace.com/last-soundtrack/mohawk"><img src="http://farm4.static.flickr.com/3411/3437867213_d88bd5a89a.jpg?v=0" width="401" height="90" /></a></p>
<p><a href="http://www.fontspace.com/livin-hell/living-hell">Living Hell</a></p>
<p><a href="http://www.fontspace.com/livin-hell/living-hell"><img src="http://farm4.static.flickr.com/3627/3438679850_449b249ba2.jpg?v=0" width="341" height="90" /></a></p>
<p><a href="http://www.fontspace.com/last-soundtrack/laundromat-1967">Laundromat</a></p>
<p><a href="http://www.fontspace.com/last-soundtrack/laundromat-1967"><img src="http://farm4.static.flickr.com/3660/3437867707_9faa191faa.jpg?v=0" width="481" height="90" /></a></p>
<p><a href="http://www.dafont.com/la-fraktouille.font">La Fraktouille</a></p>
<p><a href="http://www.dafont.com/la-fraktouille.font"><img src="http://farm4.static.flickr.com/3312/3438680652_04a2f867af.jpg?v=0" width="306" height="84" /></a></p>
<p><a href="http://www.dafont.com/killed-dj.font">Killed DJ</a></p>
<p><a href="http://www.dafont.com/killed-dj.font"><img src="http://farm4.static.flickr.com/3631/3438679378_b855961e5d.jpg?v=0" width="399" height="84" /></a></p>
<p><a href="http://www.dafont.com/jamaistevie.font">Jamai Stevie</a></p>
<p><a href="http://www.dafont.com/jamaistevie.font"><img src="http://farm4.static.flickr.com/3663/3438677828_55d9ec8f46.jpg?v=0" width="408" height="84" /></a></p>
<p><a href="http://www.dafont.com/karabine.font">Karabine</a></p>
<p><a href="http://www.dafont.com/karabine.font"><img src="http://farm4.static.flickr.com/3377/3437868519_ebe96432a1.jpg?v=0" width="348" height="84" /></a></p>
<p><a href="http://www.dafont.com/hurricane-supadupas.font">Hurricane SupaDupaSerif</a></p>
<p><a href="http://www.dafont.com/hurricane-supadupas.font"><img src="http://farm4.static.flickr.com/3393/3437865549_2a932fcf4e.jpg?v=0" width="430" height="84" /></a></p>
<p><a href="http://www.dafont.com/heroin-07.font">Heroin 07</a></p>
<p><a href="http://www.dafont.com/heroin-07.font"><img src="http://farm4.static.flickr.com/3304/3438679670_562085a298.jpg?v=0" width="316" height="84" /></a></p>
<p><a href="http://www.dafont.com/hawaii-killer.font">Hawaii Killer</a></p>
<p><a href="http://www.dafont.com/hawaii-killer.font"><img src="http://farm4.static.flickr.com/3357/3437867369_e4d244f8dd.jpg?v=0" width="350" height="84" /></a></p>
<p><a href="http://www.fontspace.com/last-soundtrack/hard-rock">Hard Rock</a></p>
<p><a href="http://www.fontspace.com/last-soundtrack/hard-rock"><img src="http://farm4.static.flickr.com/3660/3438679756_338eed3bb8.jpg?v=0" width="500" height="90" /></a></p>
<p><a href="http://www.dafont.com/grutchshaded.font">Grutch Shaded</a></p>
<p><a href="http://www.dafont.com/grutchshaded.font"><img src="http://farm4.static.flickr.com/3610/3438678446_c3a7ff67d3.jpg?v=0" width="500" height="84" /></a></p>
<p><a href="http://www.fontspace.com/the-original-19/gridlockd">Gridlock</a></p>
<p><a href="http://www.fontspace.com/the-original-19/gridlockd"><img src="http://farm4.static.flickr.com/3409/3437869247_9c22682912.jpg?v=0" width="340" height="90" /></a></p>
<p><a href="http://www.fontspace.com/billy-argel/green-piloww">Green Piloww</a></p>
<p><a href="http://www.fontspace.com/billy-argel/green-piloww"><img src="http://farm4.static.flickr.com/3326/3438681360_1b35c02248.jpg?v=0" width="500" height="112" /></a></p>
<p><a href="http://www.fontspace.com/livin-hell/if">If Font</a></p>
<p><a href="http://www.fontspace.com/livin-hell/if"><img src="http://farm4.static.flickr.com/3572/3437865521_f9649b8091.jpg?v=0" width="500" height="90" /></a></p>
<p><a href="http://www.dafont.com/gasmask.font">Gas Mask</a></p>
<p><a href="http://www.dafont.com/gasmask.font"><img src="http://farm4.static.flickr.com/3563/3438680782_6d39a42b7b.jpg?v=0" width="450" height="84" /></a></p>
<p><a href="http://www.dafont.com/frakturika.font">Frakturika</a></p>
<p><a href="http://www.dafont.com/frakturika.font"><img src="http://farm4.static.flickr.com/3632/3437866475_c00a351161.jpg?v=0" width="296" height="84" /></a></p>
<p><a href="http://www.dafont.com/fff-tusj.font">FFF Tusj</a></p>
<p><a href="http://www.dafont.com/fff-tusj.font"><img src="http://farm4.static.flickr.com/3541/3437866745_d17d483ede.jpg?v=0" width="305" height="84" /></a></p>
<p><a href="http://www.dafont.com/fayettenam.font?nb_ppp=50&amp;l%5B%5D=10&amp;l%5B%5D=1">Fayettenam</a></p>
<p><a href="http://www.dafont.com/fayettenam.font?nb_ppp=50&amp;l%5B%5D=10&amp;l%5B%5D=1"><img src="http://farm4.static.flickr.com/3561/3438679110_319e371e75.jpg?v=0" width="500" height="84" /></a></p>
<p><a href="http://www.fontspace.com/fenotype/ft-twisted-ontogenesis">Twisted Ontogenesis</a></p>
<p><a href="http://www.fontspace.com/fenotype/ft-twisted-ontogenesis"><img src="http://farm4.static.flickr.com/3369/3438678766_5c6dd248aa.jpg?v=0" width="500" height="110" /></a></p>
<p><a href="http://www.fontspace.com/last-soundtrack/retro-rock-poster">Retro Rock Poster</a></p>
<p><a href="http://www.fontspace.com/last-soundtrack/retro-rock-poster"><img src="http://farm4.static.flickr.com/3368/3438681894_3e7b7d2298.jpg?v=0" width="396" height="110" /></a></p>
<p><a href="http://www.fontspace.com/billy-argel/ginga">Ginja Font</a></p>
<p><a href="http://www.fontspace.com/billy-argel/ginga"><img src="http://farm4.static.flickr.com/3367/3438680572_b5f0eb1552.jpg?v=0" width="368" height="110" /></a></p>
<p><a href="http://www.fontspace.com/nihilschiz/faith-collapsing">Faith Collapsing</a></p>
<p><a href="http://www.fontspace.com/nihilschiz/faith-collapsing"><img src="http://farm4.static.flickr.com/3343/3437869417_c95a868c61.jpg?v=0" width="500" height="110" /></a></p>
<p><a href="http://www.dafont.com/fail.font">Fail</a></p>
<p><a href="http://www.dafont.com/fail.font"><img src="http://farm4.static.flickr.com/3537/3438680050_356eddd090.jpg?v=0" width="118" height="76" /></a></p>
<p><a href="http://www.dafont.com/f-rotten-font.font?nb_ppp=50&amp;l%5B%5D=10&amp;l%5B%5D=1">F-Rotten</a></p>
<p><a href="http://www.dafont.com/f-rotten-font.font?nb_ppp=50&amp;l%5B%5D=10&amp;l%5B%5D=1"><img src="http://farm4.static.flickr.com/3348/3438678854_03af65a4ee.jpg?v=0" width="272" height="100" /></a></p>
<p><a href="http://www.dafont.com/everyday-ghost.font">Everyday Ghost</a></p>
<p><a href="http://www.dafont.com/everyday-ghost.font"><img src="http://farm4.static.flickr.com/3354/3437867865_39cf48c390.jpg?v=0" width="363" height="80" /></a></p>
<p><a href="http://www.dafont.com/epoxy-history.font">Epoxy History</a></p>
<p><a href="http://www.dafont.com/epoxy-history.font"><img src="http://farm4.static.flickr.com/3381/3437868053_bdc3687e42.jpg?v=0" width="372" height="80" /></a></p>
<p><a href="http://www.dafont.com/font.php?file=downcome&amp;page=1&amp;nb_ppp_old=50&amp;text=Type+your+text+here&amp;nb_ppp=50&amp;psize=l&amp;classt=alpha&amp;l%5B%5D=10&amp;l%5B%5D=1">Downcome</a></p>
<p><a href="http://www.dafont.com/font.php?file=downcome&amp;page=1&amp;nb_ppp_old=50&amp;text=Type+your+text+here&amp;nb_ppp=50&amp;psize=l&amp;classt=alpha&amp;l%5B%5D=10&amp;l%5B%5D=1"><img src="http://farm4.static.flickr.com/3545/3438680338_17f7118ccd.jpg?v=0" width="436" height="135" /></a></p>
<p><a href="http://www.fontspace.com/last-soundtrack/extravaganza-">Extravaganza</a></p>
<p><a href="http://www.fontspace.com/last-soundtrack/extravaganza-"><img src="http://farm4.static.flickr.com/3568/3437867827_aaa4e92a85.jpg?v=0" width="500" height="107" /></a></p>
<p><a href="http://www.fontspace.com/the-devil-in-jason-ramirez/don-giovonni">Don Giovonn</a></p>
<p><a href="http://www.fontspace.com/the-devil-in-jason-ramirez/don-giovonni"><img src="http://farm4.static.flickr.com/3633/3437868305_8d9d62c34c.jpg?v=0http://farm4.static.flickr.com/3633/3437868305_8d9d62c34c.jpg?v=0" width="500" height="122" /></a></p>
<p><a href="http://www.dafont.com/font.php?file=dirty_ego&amp;page=1&amp;nb_ppp_old=50&amp;text=Type+your+text+here&amp;nb_ppp=50&amp;psize=l&amp;classt=alpha&amp;l%5B%5D=10&amp;l%5B%5D=1">Dirty Ego</a></p>
<p><a href="http://www.dafont.com/font.php?file=dirty_ego&amp;page=1&amp;nb_ppp_old=50&amp;text=Type+your+text+here&amp;nb_ppp=50&amp;psize=l&amp;classt=alpha&amp;l%5B%5D=10&amp;l%5B%5D=1"><img src="http://farm4.static.flickr.com/3301/3438677932_1c1dbe42d5.jpg?v=0" width="500" height="138" /></a></p>
<p><a href="http://www.dafont.com/font.php?file=dirt2_death&amp;page=1&amp;nb_ppp_old=10&amp;text=Type+your+text+here&amp;nb_ppp=10&amp;psize=l&amp;classt=alpha">Dirt 2 Death</a></p>
<p><a href="http://www.dafont.com/font.php?file=dirt2_death&amp;page=1&amp;nb_ppp_old=10&amp;text=Type+your+text+here&amp;nb_ppp=10&amp;psize=l&amp;classt=alpha"><img src="http://farm4.static.flickr.com/3325/3437865637_f7c090e569.jpg?v=0" width="499" height="128" /></a></p>
<p><a href="http://www.dafont.com/abusive-pencil.font">Abusive Pencil</a></p>
<p><a href="http://www.dafont.com/abusive-pencil.font"><img src="http://farm4.static.flickr.com/3540/3438678310_1034d3e51a.jpg?v=0" width="449" height="102" /></a></p>
<p><a href="http://www.fontspace.com/billy-argel/a-bite">Abite</a></p>
<p><a href="http://www.fontspace.com/billy-argel/a-bite"><img src="http://farm4.static.flickr.com/3539/3438677518_9a7236f37d.jpg?v=0" width="428" height="123" /></a></p>
<p><a href="http://www.dafont.com/font.php?file=28_days_later&amp;page=1&amp;nb_ppp_old=10&amp;text=Type+your+text+here&amp;nb_ppp=10&amp;psize=l&amp;classt=alpha">28 Days Later</a></p>
<p><a href="http://www.dafont.com/font.php?file=28_days_later&amp;page=1&amp;nb_ppp_old=10&amp;text=Type+your+text+here&amp;nb_ppp=10&amp;psize=l&amp;classt=alpha"><img src="http://farm4.static.flickr.com/3556/3438677674_09da35d6cb.jpg?v=0" width="500" height="137" /></a></p>
<p><a href="http://www.fontspace.com/typografski/destroy">Destroy</a></p>
<p><a href="http://www.fontspace.com/typografski/destroy"><img src="http://farm4.static.flickr.com/3341/3438680260_e8d8fa15d0.jpg?v=0" width="500" height="118" /></a></p>
<p><a href="http://www.fontspace.com/fenotype/3-thehard-way-rmx">The Hard Way</a></p>
<p><a href="http://www.fontspace.com/fenotype/3-thehard-way-rmx"><img src="http://farm4.static.flickr.com/3591/3437869211_be206c3ba3.jpg?v=0" width="401" height="125" /></a></p>
<p><a href="http://www.dafont.com/font.php?file=3rd_man&amp;page=1&amp;nb_ppp_old=50&amp;text=Type+your+text+here&amp;nb_ppp=50&amp;psize=l&amp;classt=alpha&amp;l%5B%5D=10&amp;l%5B%5D=1">3rd Man</a></p>
<p><a href="http://www.dafont.com/font.php?file=3rd_man&amp;page=1&amp;nb_ppp_old=50&amp;text=Type+your+text+here&amp;nb_ppp=50&amp;psize=l&amp;classt=alpha&amp;l%5B%5D=10&amp;l%5B%5D=1"><img src="http://farm4.static.flickr.com/3414/3438677602_992741bac6.jpg?v=0" width="386" height="142" /></a></p>
<p><a href="http://www.dafont.com/font.php?file=1942_report&amp;page=1&amp;nb_ppp_old=10&amp;text=Type+your+text+here&amp;nb_ppp=10&amp;psize=l&amp;classt=alpha">1942</a></p>
<p><a href="http://www.dafont.com/font.php?file=1942_report&amp;page=1&amp;nb_ppp_old=10&amp;text=Type+your+text+here&amp;nb_ppp=10&amp;psize=l&amp;classt=alpha"><img src="http://farm4.static.flickr.com/3380/3438677770_7525bbea84.jpg?v=0" width="368" height="149" /></a></p>
<p><a href="http://www.dafont.com/font.php?file=crookiid&amp;page=1&amp;nb_ppp_old=50&amp;text=Type+your+text+here&amp;nb_ppp=50&amp;psize=l&amp;classt=alpha&amp;l%5B%5D=10&amp;l%5B%5D=1">Crookiid</a></p>
<p><a href="http://www.dafont.com/font.php?file=crookiid&amp;page=1&amp;nb_ppp_old=50&amp;text=Type+your+text+here&amp;nb_ppp=50&amp;psize=l&amp;classt=alpha&amp;l%5B%5D=10&amp;l%5B%5D=1"><img src="http://farm4.static.flickr.com/3328/3438678052_63abeddfc1.jpg?v=0" width="500" height="145" /></a></p>
<p><a href="http://www.dafont.com/font.php?file=copystruct&amp;page=1&amp;nb_ppp_old=50&amp;text=Type+your+text+here&amp;nb_ppp=50&amp;psize=l&amp;classt=alpha&amp;l%5B%5D=10&amp;l%5B%5D=1">Copystruct</a></p>
<p><a href="http://www.dafont.com/font.php?file=copystruct&amp;page=1&amp;nb_ppp_old=50&amp;text=Type+your+text+here&amp;nb_ppp=50&amp;psize=l&amp;classt=alpha&amp;l%5B%5D=10&amp;l%5B%5D=1"><img src="http://farm4.static.flickr.com/3546/3438678090_6c02011548.jpg?v=0" width="480" height="150" /></a></p>
<p><a href="http://www.dafont.com/font.php?file=cocaine_sans&amp;page=1&amp;nb_ppp_old=10&amp;text=Type+your+text+here&amp;nb_ppp=10&amp;psize=l&amp;classt=alpha">Cocaine Sans</a></p>
<p><a href="http://www.dafont.com/font.php?file=cocaine_sans&amp;page=1&amp;nb_ppp_old=10&amp;text=Type+your+text+here&amp;nb_ppp=10&amp;psize=l&amp;classt=alpha"><img src="http://farm4.static.flickr.com/3341/3437865837_d485111a6c.jpg?v=0" width="462" height="148" /></a></p>
<p><a href="http://www.dafont.com/font.php?file=chicago_house_trial&amp;page=1&amp;nb_ppp_old=10&amp;text=Type+your+text+here&amp;nb_ppp=10&amp;psize=l&amp;classt=alpha">Chicago House</a></p>
<p><a href="http://www.dafont.com/font.php?file=chicago_house_trial&amp;page=1&amp;nb_ppp_old=10&amp;text=Type+your+text+here&amp;nb_ppp=10&amp;psize=l&amp;classt=alpha"><img src="http://farm4.static.flickr.com/3396/3437865877_af4244fc62.jpg?v=0" width="360" height="149" /></a></p>
<p><a href="http://www.dafont.com/font.php?file=desperado&amp;page=1&amp;nb_ppp_old=10&amp;text=Type+your+text+here&amp;nb_ppp=10&amp;psize=l&amp;classt=alpha">Desperado</a></p>
<p><a href="http://www.dafont.com/font.php?file=desperado&amp;page=1&amp;nb_ppp_old=10&amp;text=Type+your+text+here&amp;nb_ppp=10&amp;psize=l&amp;classt=alpha"><img src="http://farm4.static.flickr.com/3341/3437865703_f5291b4758.jpg?v=0" width="500" height="140" /></a></p>
<p><a href="http://www.dafont.com/font.php?file=broken_ghost&amp;page=1&amp;nb_ppp_old=10&amp;text=Type+your+text+here&amp;nb_ppp=10&amp;psize=l&amp;classt=alpha">Broken Ghost</a></p>
<p><a href="http://www.dafont.com/font.php?file=broken_ghost&amp;page=1&amp;nb_ppp_old=10&amp;text=Type+your+text+here&amp;nb_ppp=10&amp;psize=l&amp;classt=alpha"><img src="http://farm4.static.flickr.com/3302/3438680018_89e40dc061.jpg?v=0" width="482" height="140" /></a></p>
<p><a href="http://www.fontspace.com/billy-argel/cheap-stealer">Cheap Stealer</a></p>
<p><a href="http://www.fontspace.com/billy-argel/cheap-stealer"><img src="http://farm4.static.flickr.com/3387/3437866045_da70b35998.jpg?v=0" width="338" height="138" /></a></p>
<p><a href="http://www.fontspace.com/last-soundtrack/chic-decay">Chic Decay</a></p>
<p><a href="http://www.fontspace.com/last-soundtrack/chic-decay"><img src="http://farm4.static.flickr.com/3320/3438678348_8b17d83bbf.jpg?v=0" width="500" height="143" /></a></p>
<p><a href="http://www.dafont.com/font.php?file=bread&amp;page=1&amp;nb_ppp_old=50&amp;text=Type+your+text+here&amp;nb_ppp=50&amp;psize=l&amp;classt=alpha&amp;l%5B%5D=10&amp;l%5B%5D=1">Bread</a></p>
<p><a href="http://www.dafont.com/font.php?file=bread&amp;page=1&amp;nb_ppp_old=50&amp;text=Type+your+text+here&amp;nb_ppp=50&amp;psize=l&amp;classt=alpha&amp;l%5B%5D=10&amp;l%5B%5D=1"><img src="http://farm4.static.flickr.com/3345/3437870067_1dcac789e8.jpg?v=0" width="483" height="154" /></a></p>
<p><a href="http://www.dafont.com/font.php?file=boycott&amp;page=1&amp;nb_ppp_old=50&amp;text=Type+your+text+here&amp;nb_ppp=50&amp;psize=l&amp;classt=alpha&amp;l%5B%5D=10&amp;l%5B%5D=1">Boycott</a></p>
<p><a href="http://www.dafont.com/font.php?file=boycott&amp;page=1&amp;nb_ppp_old=50&amp;text=Type+your+text+here&amp;nb_ppp=50&amp;psize=l&amp;classt=alpha&amp;l%5B%5D=10&amp;l%5B%5D=1"><img src="http://farm4.static.flickr.com/3313/3438679150_5494195ae0.jpg?v=0" width="437" height="150" /></a></p>
<p><a href="http://www.dafont.com/font.php?file=bleeding_cowboys&amp;page=1&amp;nb_ppp_old=10&amp;text=Type+your+text+here&amp;nb_ppp=10&amp;psize=l&amp;classt=alpha">Bleeding Cowboys</a></p>
<p><a href="http://www.dafont.com/font.php?file=bleeding_cowboys&amp;page=1&amp;nb_ppp_old=10&amp;text=Type+your+text+here&amp;nb_ppp=10&amp;psize=l&amp;classt=alpha"><img src="http://farm4.static.flickr.com/3314/3438679200_32da7679c9.jpg?v=0" width="320" height="146" /></a></p>
<p><a href="http://www.fontspace.com/last-soundtrack/birth-of-a-hero">Birth of a Hero</a></p>
<p><a href="http://www.fontspace.com/last-soundtrack/birth-of-a-hero"><img src="http://farm4.static.flickr.com/3407/3438679796_8e1a464f9c.jpg?v=0" width="378" height="150" /></a></p>
<p><a href="http://www.fontspace.com/the-devil-in-jason-ramirez/bill-hicks">Bill Hicks</a></p>
<p><a href="http://www.fontspace.com/the-devil-in-jason-ramirez/bill-hicks"><img src="http://farm4.static.flickr.com/3617/3437867011_5234048e98.jpg?v=0" width="440" height="110" /></a></p>
<p><!--INFOLINKS_ON--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hongkiat.com/blog/100-great-abstract-and-grunge-fonts/feed/</wfw:commentRss>
		<slash:comments>105</slash:comments>
		</item>
		<item>
		<title>60 High Quality Free Web Templates and Layouts</title>
		<link>http://www.hongkiat.com/blog/60-high-quality-free-web-templates-and-layouts/</link>
		<comments>http://www.hongkiat.com/blog/60-high-quality-free-web-templates-and-layouts/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 12:00:55 +0000</pubDate>
		<dc:creator>hongkiat</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.hongkiat.com/blog/?p=2818</guid>
		<description><![CDATA[In terms of creating a website (corporate or personal) it don&#8217;t have to be coded from scratch anymore. That means you probably don&#8217;t have to start from a blank .PHP, .CSS or .HTML document. Thanks to many kind and generous designers / developers, high quality web templates are distributed freely over the Internet. 

Even if [...]]]></description>
			<content:encoded><![CDATA[<p><!--INFOLINKS_OFF-->In terms of creating a website (corporate or personal) it don&#8217;t have to be coded from scratch anymore. That means you probably don&#8217;t have to start from a blank .PHP, .CSS or .HTML document. Thanks to many kind and generous designers / developers, high quality web templates are distributed freely over the Internet. </p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/high-quality-web-templates.jpg" alt="free web html/css templates"/></p>
<p>Even if  you are not too familiar with web designing, you too can have a professionally looking website. All you need to do is find a suitable template, tweak the designs and styles, pump in your contents. There are tonnes of   templates sites out there, that makes searching for a free yet high quality templates hard and tedious, so we attempted to collect and showcase you some of really good ones. Here, we proudly present <strong>60 High Quality Free Web Templates and Layouts</strong>, a great reference for anyone who wants to create a website, even it&#8217;s just a small one.</p>
<p>While you are at it, here are some design related articles you might be interested:</p>
<ul>
<li><a href="http://www.hongkiat.com/blog/50-nice-clean-css-tab-based-navigation-scripts/">50+ Nice Clean CSS Tab-Based Navigation Scripts</a></li>
<li><a href="http://www.hongkiat.com/blog/50-websites-for-free-vector-images-download/">50 Websites For Free Vector Images Download</a></li>
<li><a href="http://www.hongkiat.com/blog/17-forums-web-designers-shouldnt-missed/">18 Forums Web Designers Shouldn’t Missed</a></li>
<li><a href="http://www.hongkiat.com/blog/21-most-visited-free-fonts-site/">21 Most Visited Free Fonts Site</a></li>
</ul>
<p>Full list after jump.</p>
<p><span id="more-2818"></span></p>
<p><a href="http://www.webpagedesign.com.au/Free_Templates/greefies/home.html"><strong>Greefies</strong></a><br />
      This is a template that uses no tables, css and HTML only.<br /><a href="http://www.webpagedesign.com.au/2008/05/18/free-web-template-greefies/">Demo</a> | <a href="http://www.webpagedesign.com.au/wp-content/uploads/2008/05/greefies.zip">Download</a><br />
      <a href="http://www.webpagedesign.com.au/Free_Templates/greefies/home.html"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/Greefies-Css-Template.jpg" width="500" height="446"></a></p>
<p><a href="http://csscreme.com/freecsstemplate/beauty_co/"><strong>Beauty co</strong></a><br />
      <a href="http://csscreme.com/freetemplates/beauty_co/">Demo</a> | <a href="http://csscreme.com/freecsstemplate/beauty_co/">Download</a><br />
      <a href="http://csscreme.com/freetemplates/beauty_co/"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/Beauty-Co-Template.jpg" width="500" height="390"></a></p>
<p><a href="http://csscreme.com/freetemplates/beez_design/"><strong>Beez design</strong></a><br />
      <a href="http://csscreme.com/freetemplates/beez_design/">Demo</a> | <a href="http://csscreme.com/freetemplates/beez_design/">Download</a><br />
      <a href="http://csscreme.com/freetemplates/beez_design/"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/Beez-Design-Template.jpg" width="500" height="380"></a></p>
<p><a href="http://www.ex-designz.net/template/tempdetail.asp?temp_id=735"><strong>Compressed v2</strong></a><br />
      A three-column, fixed-width template fit for 1024&#215;768 screen resolutions.<br /><a href="http://www.ex-designz.net/template/tempdl/Compressedtemp9785_big.gif">Demo</a> | <a href="http://www.ex-designz.net/template/tempdetail.asp?temp_id=735">Download</a><br />
      <a href="http://www.ex-designz.net/template/tempdetail.asp?temp_id=735"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/gotoview.jpg" width="500" height="400"></a></p>
<p><a href="http://www.ex-designz.net/template/tempdetail.asp?temp_id=736"><strong>Jet 30 v2</strong></a><br />
      Jet 30 is a free, tableless, W3C-compliant web design layout by Template World.<br /><a href="http://www.templateworld.com/zero/in_action/jet_30/">Demo</a> | <a href="http://www.ex-designz.net/template/tempdetail.asp?temp_id=736">Download</a><br />
      <a href="http://www.ex-designz.net/template/tempdetail.asp?temp_id=736"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/Jet-30.jpg" width="500" height="528"></a></p>
<p><a href="http://www.ex-designz.net/template/tempdetail.asp?temp_id=738"><strong>Individual v2</strong></a><br />
      Individual is a free, tableless, W3C-compliant web design layout by.<br /><a href="http://www.templateworld.com/zero/in_action/individual/">Demo</a> | <a href="http://www.ex-designz.net/template/tempdetail.asp?temp_id=738">Download</a><br />
      <a href="http://www.ex-designz.net/template/tempdetail.asp?temp_id=738"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/Individual.jpg" width="500" height="579"></a></p>
<p><a href="http://www.ex-designz.net/template/tempdetail.asp?temp_id=739"><strong>Redish</strong></a><br />
      <a href="http://www.templateworld.com/zero/in_action/redish/index.html">Demo</a> | <a href="http://www.ex-designz.net/template/tempdetail.asp?temp_id=739">Download</a><br />
      <a href="http://www.ex-designz.net/template/tempdetail.asp?temp_id=739"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/Redish.jpg" width="500" height="507"></a></p>
<p><a href="http://www.ex-designz.net/template/tempdetail.asp?temp_id=740"><strong>Facing</strong></a><br />
      <a href="http://www.templateworld.com/zero/in_action/facing/index.html">Demo</a> | <a href="http://www.ex-designz.net/template/tempdetail.asp?temp_id=740">Download</a><br />
      <a href="http://www.ex-designz.net/template/tempdetail.asp?temp_id=740"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/facing.jpg" width="500" height="478"></a></p>
<p><a href="http://www.ex-designz.net/template/tempdetail.asp?temp_id=741"><strong>Update</strong></a><br />
      <a href="http://www.templateworld.com/zero/in_action/extreme_updates/">Demo</a> | <a href="http://www.ex-designz.net/template/tempdetail.asp?temp_id=741">Download</a><br />
      <a href="http://www.ex-designz.net/template/tempdetail.asp?temp_id=741"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/updates.jpg" width="500" height="549"></a></p>
<p><a href="#"><strong>Temper</strong></a><br />
      <a href="http://www.templateworld.com/zero/in_action/temper/index.html">Demo</a> | <a href="http://www.ex-designz.net/template/tempdetail.asp?temp_id=737">Download</a><br />
      <a href="http://www.ex-designz.net/template/tempdetail.asp?temp_id=737"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/temper.jpg" width="500" height="599"></a></p>
<p><a href="http://ramblingsoul.com/preview/rs11/"><strong>RS11</strong></a><br />
      XHTML 1.0 Strict, CSS 2.0, No Javascript<br /><a href="http://ramblingsoul.com/preview/rs11/">Demo</a> | <a href="http://www.ramblingsoul.com/dl/rs11.zip">Download</a><br />
      <a href="http://ramblingsoul.com/preview/rs11/"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/rs11.jpg" width="500" height="431"></a></p>
<p><a href="http://ramblingsoul.com/preview/imagination/"><strong>Imagination</strong></a><br />
      <a href="http://ramblingsoul.com/preview/imagination/">Demo</a> | <a href="http://www.ramblingsoul.com/dl/imagination.zip">Download</a><br />
      <a href="http://ramblingsoul.com/preview/imagination/"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/imagination.jpg" width="500" height="578"></a></p>
<p><a href="http://templatefusion.org/preview.php?template=Stylish"><strong>Stylish</strong></a><br />
      <a href="http://templatefusion.org/preview.php?template=Stylish">Demo</a> | <a href="#http://templatefusion.org/download/xhtml/Stylish.zip">Download</a><br />
      <a href="http://templatefusion.org/preview.php?template=Stylish"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/stylish.jpg" width="500" height="450"></a></p>
<p><a href="http://templatefusion.org/preview.php?template=SimpleLife%20v2"><strong>Simple Life 2.0</strong></a><br />
      <a href="http://templatefusion.org/preview.php?template=SimpleLife%20v2">Demo</a> | <a href="http://templatefusion.org/download/xhtml/SimpleLife%20v2.zip">Download</a><br />
      <a href="http://templatefusion.org/preview.php?template=SimpleLife v2"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/simple-life.jpg" width="500" height="460"></a></p>
<p><a href="http://www.freecsstemplates.org/preview/thegreenhouse"><strong>Green House</strong></a><br />
      The Green House is a free template from <a href="http://www.freecsstemplates.org/">Free CSS Templates</a> released under a <strong>Creative Commons Attribution 2.5</strong> License.<br /><a href="http://www.freecsstemplates.org/preview/thegreenhouse">Demo</a> | <a href="http://www.freecsstemplates.org/download/zip/thegreenhouse">Download</a><br />
      <a href="http://www.freecsstemplates.org/preview/thegreenhouse"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/green-house.jpg" width="500" height="450"></a></p>
<p><a href="http://www.freecsstemplates.org/preview/snowglass"><strong>Snowglass 1.0</strong></a><br />
      A free, fully standards-compliant CSS template designed by <a href="http://www.nodethirtythree.com/">NodeThirtyThree</a> for <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.<br /><a href="http://www.freecsstemplates.org/preview/snowglass">Demo</a> | <a href="http://www.freecsstemplates.org/download/zip/snowglass">Download</a><br />
      <a href="http://www.freecsstemplates.org/preview/snowglass"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/snowglass.jpg" width="500" height="450"></a></p>
<p><a href="http://www.freecsstemplates.org/preview/nightvision"><strong>Nightvision</strong></a><br />
      <a href="http://www.freecsstemplates.org/preview/nightvision">Demo</a> | <a href="http://www.freecsstemplates.org/download/zip/nightvision">Download</a><br />
      <a href="http://www.freecsstemplates.org/preview/nightvision"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/nightvision.jpg" width="500" height="450"></a></p>
<p><a href="http://www.freecsstemplates.org/preview/glazed"><strong>Glazed</strong></a><br />
      <a href="http://www.freecsstemplates.org/preview/glazed">Demo</a> | <a href="http://www.freecsstemplates.org/download/zip/glazed">Download</a><br />
      <a href="http://www.freecsstemplates.org/preview/glazed"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/glazed.jpg" width="500" height="450"></a></p>
<p><a href="http://www.freecsstemplates.org/preview/frozenage"><strong>FrozenAge</strong></a><br />
      <a href="http://www.freecsstemplates.org/preview/frozenage">Demo</a> | <a href="http://www.freecsstemplates.org/download/zip/frozenage">Download</a><br />
      <a href="http://www.freecsstemplates.org/preview/frozenage"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/frozenage.jpg" width="500" height="450"></a></p>
<p><a href="http://www.freecsstemplates.org/preview/earthling"><strong>Earthling</strong></a><br />
      <a href="http://www.freecsstemplates.org/preview/earthling">Demo</a> | <a href="http://www.freecsstemplates.org/download/zip/earthling">Download</a><br />
      <a href="http://www.freecsstemplates.org/preview/earthling"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/earthling.jpg" width="500" height="369"></a></p>
<p><a href="http://www.styleshout.com/templates/preview/KeepItSimple1-0/index.html?PHPSESSID=28bc460cfb3057be74d64c9a2c668733"><strong>Keep It Simple</strong></a><br />
      A grid-based, minimalist website template. Ideal for news websites and blogs with lots of contents.<br /><a href="http://www.styleshout.com/templates/preview/KeepItSimple1-0/index.html?PHPSESSID=28bc460cfb3057be74d64c9a2c668733">Demo</a> | <a href="http://www.styleshout.com/hits.php?type=tmp&#038;id=27&#038;url=templates/downloads/KeepItSimple1-0.zip&#038;PHPSESSID=28bc460cfb3057be74d64c9a2c668733">Download</a><br />
      <a href="http://www.styleshout.com/templates/preview/KeepItSimple1-0/index.html?PHPSESSID=28bc460cfb3057be74d64c9a2c668733"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/keep-it-simple.jpg" width="500" height="450"></a></p>
<p><a href="http://www.styleshout.com/templates/preview/VectorLover1-0/index.html?PHPSESSID=28bc460cfb3057be74d64c9a2c668733"><strong>Vectorlover</strong></a></p>
<p>A modern and stylish theme design which uses a combination of brown, green and gray colors. Has a fixed width and two-column layout. Ideal for personal and small websites.<br /><a href="http://www.styleshout.com/templates/preview/VectorLover1-0/index.html?PHPSESSID=28bc460cfb3057be74d64c9a2c668733">Demo</a> | <a href="http://www.styleshout.com/hits.php?type=tmp&#038;id=26&#038;url=templates/downloads/VectorLover1-0.zip&#038;PHPSESSID=28bc460cfb3057be74d64c9a2c668733">Download</a><br />
      <a href="http://www.styleshout.com/templates/preview/VectorLover1-0/index.html?PHPSESSID=28bc460cfb3057be74d64c9a2c668733"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/vectorlover.jpg" width="500" height="450"></a></p>
<p><a href="http://www.styleshout.com/templates/preview/UrbanArtist1-0/index.html?PHPSESSID=28bc460cfb3057be74d64c9a2c668733"><strong>UrbanArtist</strong></a><br />
      A light on dark template. Has a fixed width, two columns layout. The design is a combination of a dark background and bright colored text and headers.<br /><a href="http://www.styleshout.com/templates/preview/UrbanArtist1-0/index.html?PHPSESSID=28bc460cfb3057be74d64c9a2c668733">Demo</a> | <a href="http://www.styleshout.com/hits.php?type=tmp&#038;id=25&#038;url=templates/downloads/UrbanArtist1-0.zip&#038;PHPSESSID=28bc460cfb3057be74d64c9a2c668733">Download</a><br />
      <a href="http://www.styleshout.com/templates/preview/UrbanArtist1-0/index.html?PHPSESSID=28bc460cfb3057be74d64c9a2c668733"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/urbanartist.jpg" width="500" height="450"></a></p>
<p><a href="http://www.styleshout.com/templates/preview/TechJunkie1-0/index.html?PHPSESSID=28bc460cfb3057be74d64c9a2c668733"><strong>Techjunkie</strong></a><br />
      Features a clean and modern design. Ideal for blogs and small websites. It has a 2 columns, fixed-width layout and uses a combination of blue, light green and muted colors.<br /><a href="http://www.styleshout.com/templates/preview/TechJunkie1-0/index.html?PHPSESSID=28bc460cfb3057be74d64c9a2c668733">Demo</a> | <a href="http://www.styleshout.com/hits.php?type=tmp&#038;id=24&#038;url=templates/downloads/TechJunkie1-0.zip&#038;PHPSESSID=28bc460cfb3057be74d64c9a2c668733">Download</a><br />
      <a href="http://www.styleshout.com/templates/preview/TechJunkie1-0/index.html?PHPSESSID=28bc460cfb3057be74d64c9a2c668733"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/techjunkie.jpg" width="500" height="450"></a></p>
<p><a href="http://www.styleshout.com/free-templates.php?PHPSESSID=28bc460cfb3057be74d64c9a2c668733"><strong>Unbound 1.0</strong></a><br />
      A three-columns, fixed width CSS template suitable for blogs and news sites. It features a nice, clean design with an image header that can be easily replaced or modified. <br /><a href="http://www.styleshout.com/templates/preview/Unbound1-0/index.html">Demo</a> | <a href="http://www.styleshout.com/hits.php?type=tmp&#038;id=23&#038;url=templates/downloads/Unbound1-0.zip">Download</a><br />
      <a href="http://www.styleshout.com/templates/preview/Unbound1-0/index.html"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/outbound.jpg" width="500" height="450"></a></p>
<p><a href="http://www.styleshout.com/templates/preview/Colourise1-0/index.html"><strong>Colourise</strong></a><br />
      Colourise 1.0 is a free, W3C-compliant, CSS-based website template by <a href="http://www.styleshout.com/">styleshout.com</a>. <br /><a href="http://www.styleshout.com/templates/preview/Colourise1-0/index.html">Demo</a> | <a href="#http://www.styleshout.com/hits.php?type=tmp&#038;id=22&#038;url=templates/downloads/Colourise1-0.zip">Download</a><br />
      <a href="http://www.styleshout.com/templates/preview/Colourise1-0/index.html"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/colourise.jpg" width="500" height="450"></a></p>
<p><a href="http://www.styleshout.com/templates/preview/FreshMedia1-0/index.html"><strong>Freshmedia</strong></a><br />
      This website template features a simple and clean design. Has a two column layout and uses a combination of cool and muted colors<br /><a href="http://www.styleshout.com/templates/preview/FreshMedia1-0/index.html">Demo</a> | <a href="http://www.styleshout.com/hits.php?type=tmp&#038;id=21&#038;url=templates/downloads/FreshMedia1-0.zip">Download</a><br />
      <a href="http://www.styleshout.com/templates/preview/FreshMedia1-0/index.html"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/freshmedia.jpg" width="500" height="450"></a></p>
<p><a href="http://www.styleshout.com/templates/preview/EliteCircle1-1/index.html"><strong>EliteCircle</strong></a><br />
      A fixed width, 2 column layout. This template features a simple, clean and classy design<br /><a href="http://www.styleshout.com/templates/preview/EliteCircle1-1/index.html">Demo</a> | <a href="http://www.styleshout.com/hits.php?type=tmp&#038;id=12&#038;url=templates/downloads/EliteCircle1-1.zip">Download</a><br />
      <a href="http://www.styleshout.com/templates/preview/EliteCircle1-1/index.html"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/elitecircle.jpg" width="500" height="450"></a></p>
<p><a href="http://www.styleshout.com/templates/preview/NewHorizon1-0/index.html"><strong>New Horizon</strong></a><br />
      Fixed width, 2-column website template. A light on dark theme design with a nice colorful image header.<br /><a href="http://www.styleshout.com/templates/preview/NewHorizon1-0/index.html">Demo</a> | <a href="http://www.styleshout.com/hits.php?type=tmp&#038;id=18&#038;url=templates/downloads/NewHorizon1-0.zip">Download</a><br />
      <a href="http://www.styleshout.com/templates/preview/NewHorizon1-0/index.html"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/new-horizon.jpg" width="500" height="450"></a></p>
<p><a href="http://www.solucija.com/preview/watchthis"><strong>Watch This</strong></a><br />
      <a href="http://www.solucija.com/preview/watchthis">Demo</a> | <a href="http://www.solucija.com/templates/download/watchthis.zip">Download</a><br />
      <a href="http://www.solucija.com/preview/watchthis"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/watch-this.jpg" width="500" height="450" /></a></p>
<p><a href="http://www.solucija.com/preview/conceptnova"><strong>Conceptnova</strong></a><br />
      <a href="http://www.solucija.com/preview/conceptnova">Demo</a> | <a href="http://www.solucija.com/templates/download/conceptnova.zip">Download</a><br />
      <a href="http://www.solucija.com/preview/conceptnova"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/conceptnova.jpg" width="500" height="280" /></a></p>
<p><a href="http://www.solucija.com/preview/Small_Corporation"><strong>Small Corporation</strong></a><br />
      <a href="http://www.solucija.com/preview/Small_Corporation">Demo</a> | <a href="http://www.solucija.com/templates/download/Small_Corporation.zip">Download</a><br />
      <a href="http://www.solucija.com/preview/Small_Corporation"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/small-corporation.jpg" width="500" height="453" /></a></p>
<p><a href="http://www.solucija.com/preview/Web_Application"><strong>Web Application</strong></a><br />
      <a href="http://www.solucija.com/preview/Web_Application">Demo</a> | <a href="http://www.solucija.com/templates/download/Web_Application.zip">Download</a><br />
      <a href="http://www.solucija.com/preview/Web_Application"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/web-application.jpg" width="500" height="375" /></a></p>
<p><a href="http://www.solucija.com/preview/Internet_Studio"><strong>Internet Studio</strong></a><br />
      <a href="http://www.solucija.com/preview/Internet_Studio">Demo</a> | <a href="http://www.solucija.com/templates/download/Internet_Studio.zip">Download</a><br />
      <a href="http://www.solucija.com/preview/Internet_Studio"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/internet-studio.jpg" width="500" height="346" /></a></p>
<p><a href="http://www.solucija.com/preview/Internet_Corporation"><strong>Internet Corporation</strong></a><br />
      <a href="http://www.solucija.com/preview/Internet_Corporation">Demo</a> | <a href="http://www.solucija.com/templates/download/Internet_Corporation.zip">Download</a><br />
      <a href="http://www.solucija.com/preview/Internet_Corporation"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/internet-corporation.jpg" width="500" height="368" /></a></p>
<p><a href="http://www.solucija.com/preview/Internet_Music"><strong>Internet Music</strong></a><br />
      <a href="http://www.solucija.com/preview/Internet_Music">Demo</a> | <a href="http://www.solucija.com/templates/download/Internet_Music.zip">Download</a><br />
      <a href="http://www.solucija.com/preview/Internet_Music"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/internet-music.jpg" width="500" height="406" /></a></p>
<p><a href="http://www.solucija.com/preview/Internet_Market"><strong>Internet Market</strong></a><br />
      <a href="http://www.solucija.com/preview/Internet_Market">Demo</a> | <a href="http://www.solucija.com/templates/download/Internet_Market.zip">Download</a><br />
      <a href="http://www.solucija.com/preview/Internet_Market"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/internet-market.jpg" width="500" height="397" /></a></p>
<p><a href="http://www.opensourcetemplates.org/templates/preview/1408223945/"><strong>Organic Design</strong></a><br />
      <a href="http://www.opensourcetemplates.org/templates/preview/1408223945/">Demo</a> | <a href="http://www.opensourcetemplates.org/templates/download/1408223945/">Download</a><br />
      <a href="http://www.opensourcetemplates.org/templates/preview/1408223945/"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/organic-design.jpg" width="500" height="450" /></a></p>
<p><a href="http://www.opensourcetemplates.org/templates/preview/1119467442/"><strong>New York Magazine</strong></a><br />
      <a href="http://www.opensourcetemplates.org/templates/preview/1119467442/">Demo</a> | <a href="http://www.opensourcetemplates.org/templates/download/1119467442/">Download</a><br />
      <a href="http://www.opensourcetemplates.org/templates/preview/1119467442/"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/new-york-magazine.jpg" width="500" height="423" /></a></p>
<p><a href="http://www.opensourcetemplates.org/templates/preview/1361070670/"><strong>Environmental Brand Design</strong></a><br />
      <a href="http://www.opensourcetemplates.org/templates/preview/1361070670/">Demo</a> | <a href="http://www.opensourcetemplates.org/templates/download/1361070670/">Download</a><br />
      <a href="http://www.opensourcetemplates.org/templates/preview/1361070670/"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/environment.jpg" width="500" height="360" /></a></p>
<p><a href="#"><strong>Eco Business</strong></a><br />
      <a href="http://www.opensourcetemplates.org/templates/preview/1312612761/">Demo</a> | <a href="#http://www.opensourcetemplates.org/templates/download/1312612761/">Download</a><br />
      <a href="#http://www.opensourcetemplates.org/templates/preview/1312612761/"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/ecobusiness.jpg" width="500" height="500" /></a></p>
<p><a href="http://www.opendesigns.org/designs/?id=1768"><strong>The Autumn</strong></a><br />
      Free web templates from <a href="http://www.opendesigns.org/profile/?user=kohout">kohout</a>. See also <a href="http://www.opendesigns.org/preview/?template=1770"><strong>Winter</strong></a>, <a href="http://www.opendesigns.org/preview/?template=1768"><strong>Summer</strong></a><br />
      <a href="http://www.opendesigns.org/preview/?template=1768">Demo</a> | <a href="http://www.opendesigns.org/designs/?id=1768">Download</a><br />
      <a href="http://www.opendesigns.org/designs/?id=1768"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/the-autumn.jpg" width="500" height="499" /></a></p>
<p><a href="http://www.templateworld.com/zero/in_action/green_web/"><strong>Green Web</strong></a><br />
      Yet another free, tableless, W3C-compliant web design layout by <a href="http://www.templateworld.com/">Template World</a>.<br /><a href="http://www.templateworld.com/zero/in_action/green_web/">Demo</a> | <a href="http://www.templateworld.com/zero/click.php?id=73">Download</a><br />
      <a href="http://www.templateworld.com/zero/in_action/green_web/"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/green-web.jpg" width="500" height="508" /></a></p>
<p><a href="http://www.templateworld.com/zero/in_action/breaking_ontop/"><strong>Breaking On Top</strong></a><br />
      <a href="http://www.templateworld.com/zero/in_action/breaking_ontop/">Demo</a> | <a href="http://www.templateworld.com/zero/click.php?id=67">Download</a><br />
      <a href="http://www.templateworld.com/zero/in_action/breaking_ontop/"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/breaking-on-top.jpg" width="500" height="465" /></a></p>
<p><a href="http://www.templateworld.com/zero/in_action/apple_web/"><strong>Apple Web</strong></a><br />
      <a href="http://www.templateworld.com/zero/in_action/apple_web/">Demo</a> | <a href="http://www.templateworld.com/zero/click.php?id=59">Download</a><br />
      <a href="http://www.templateworld.com/zero/in_action/apple_web/"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/apple-web.jpg" width="500" height="552" /></a></p>
<p><a href="http://www.templatesbox.com/templates/236.htm"><strong>Wallpaper Medialab</strong></a><br />
      <a href="http://www.templatesbox.com/templates/236.htm">Demo</a> | <a href="http://www.templatesbox.com/download/236.htm">Download</a><br />
      <a href="http://www.templatesbox.com/templates/236.htm"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/wallpaper-medialab.jpg" width="500" height="441" /></a></p>
<p><a href="http://www.templatesbox.com/templates/261.htm"><strong>The Watch Shop</strong></a><br />
      <a href="http://www.templatesbox.com/templates/261.htm">Demo</a> | <a href="http://www.templatesbox.com/download/261.htm">Download</a><br />
      <a href="http://www.templatesbox.com/templates/261.htm"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/the-watch-shop.jpg" width="500" height="438" /></a></p>
<p><a href="http://www.templatesbox.com/templates/271.htm"><strong>My Personal Page</strong></a><br />
      <a href="http://www.templatesbox.com/templates/271.htm">Demo</a> | <a href="http://www.templatesbox.com/download/271.htm">Download</a><br />
      <a href="http://www.templatesbox.com/templates/271.htm"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/my-personal-page.jpg" width="500" height="438" /></a></p>
<p><a href="http://www.webpagedesign.com.au/2008/07/17/free-web-template-squick-design/"><strong>Squick Design</strong></a><br />
      This is a web template, featuring 3 separate pages: Home, contact and portfolio. <br /><a href="http://www.webpagedesign.com.au/Free_Templates/squick">Demo</a> | <a href="http://www.webpagedesign.com.au/wp-content/uploads/2008/07/squick.zip">Download</a><br />
      <a href="http://www.webpagedesign.com.au/Free_Templates/squick"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/squick-design.jpg" width="500" height="483" /></a></p>
<p><a href="http://www.freelayouts.com/templates/Surreal"><strong>Surreal</strong></a><br />
      <a href="http://www.freelayouts.com/templates/Surreal?preview=true">Demo</a> | <a href="#http://www.freelayouts.com/templates/Surreal#download">Download</a><br />
      <a href="http://www.freelayouts.com/templates/Surreal?preview=true"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/surreal.jpg" width="500" height="500" border="0" /></a></p>
<p><a href="http://www.freelayouts.com/templates/Colorus"><strong>Colorus</strong></a><br />
      <a href="http://www.freelayouts.com/templates/Colorus?preview=true">Demo</a> | <a href="http://www.freelayouts.com/templates/Colorus#download">Download</a><br />
      <a href="http://www.freelayouts.com/templates/Colorus?preview=true"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/colorus.jpg" width="500" height="400" /></a></p>
<p><a href="#"><strong>Clicker</strong></a><br />
      <a href="http://www.freelayouts.com/templates/Clicker?preview=true">Demo</a> | <a href="http://www.freelayouts.com/templates/Clicker#download">Download</a><br />
      <a href="http://www.freelayouts.com/templates/Clicker?preview=true"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/clicker.jpg" width="500" height="365" /></a></p>
<p><a href="#"><strong>PG Photo Gallery</strong></a><br />
      PG Photo Gallery also comes in <a href="http://csscreme.com/freecsstemplate/photo_gallery_black/">black color</a>.<br /><a href="http://csscreme.com/freetemplates/photo_gallery_green/">Demo</a> | <a href="http://csscreme.com/freecsstemplate/photo_gallery_green/">Download</a><br />
      <a href="http://csscreme.com/freetemplates/photo_gallery_green/"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/pg-photo-gallery.jpg" width="500" height="457" /></a></p>
<p><a href="http://csscreme.com/freetemplates/organic_beauty/"><strong>Organic Beauty</strong></a><br />
      <a href="http://csscreme.com/freetemplates/organic_beauty/">Demo</a> | <a href="http://csscreme.com/freecsstemplate/organic_beauty/">Download</a><br />
      <a href="http://csscreme.com/freetemplates/organic_beauty/"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/organic-beauty.jpg" width="500" height="418" /></a></p>
<p><a href="http://csscreme.com/freecsstemplate/news_portal_red/"><strong>News Portal</strong></a><br />
      <a href="http://csscreme.com/freetemplates/news_portal_red/">Demo</a> | <a href="http://csscreme.com/freecsstemplate/news_portal_red/">Download</a><br />
      <a href="http://csscreme.com/freetemplates/news_portal_red/"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/news-portal.jpg" width="500" height="402" /></a></p>
<p><a href="http://csscreme.com/freecsstemplate/electronix/"><strong>Electronix</strong></a><br />
      <a href="http://csscreme.com/freetemplates/electronix/">Demo</a> | <a href="http://csscreme.com/freecsstemplate/electronix/">Download</a><br />
      <a href="http://csscreme.com/freetemplates/electronix/"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/elecronix.jpg" width="500" height="500" /></a></p>
<p><a href="http://csscreme.com/freecsstemplate/bublue_studio/"><strong>BuBlue</strong></a><br />
      <a href="http://csscreme.com/freetemplates/bublue_studio/">Demo</a> | <a href="http://csscreme.com/freecsstemplate/bublue_studio/">Download</a><br />
      <a href="http://csscreme.com/freetemplates/bublue_studio/"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/bublue.jpg" width="500" height="450" /></a></p>
<p><a href="http://www.styleshout.com/templates/preview/HarvestField1-0/index.html"><strong>HarvestField 1.0</strong></a><br />
      A fixed width, two column, W3C compliant layout. Has a nice-looking design that uses natural earthy colors.<br /><a href="#http://www.styleshout.com/templates/preview/HarvestField1-0/index.html">Demo</a> | <a href="http://www.styleshout.com/hits.php?type=tmp&amp;id=15&amp;url=templates/downloads/HarvestField1-0.zip">Download</a><br />
      <a href="http://www.styleshout.com/templates/preview/HarvestField1-0/index.html"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/harvestfield.jpg" width="500" height="450" /></a></p>
<p><a href="http://www.styleshout.com/templates/preview/BrightSide1-0/index.html"><strong>Brightsideoflife</strong></a><br />
      <a href="http://www.styleshout.com/templates/preview/BrightSide1-0/index.html">Demo</a> | <a href="http://www.styleshout.com/hits.php?type=tmp&amp;id=5&amp;url=templates/downloads/BrightSide1-0.zip">Download</a><br />
      <a href="http://www.styleshout.com/templates/preview/BrightSide1-0/index.html"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/brightsideoflife.jpg" width="500" height="450" /></a></p>
<p><a href="http://www.styleshout.com/templates/preview/CoolWater1-0/index.html"><strong>Coolwater</strong></a><br />
      A simple and clean design. Uses a combination of light blue and green colors. Has a fixed width, two-columns Layout.<br /><a href="http://www.styleshout.com/templates/preview/CoolWater1-0/index.html">Demo</a> | <a href="http://www.styleshout.com/hits.php?type=tmp&amp;id=19&amp;url=templates/downloads/CoolWater1-0.zip">Download</a><br />
      <a href="http://www.styleshout.com/templates/preview/CoolWater1-0/index.html"></p>
<p><img src="http://hongkiat.s3.amazonaws.com/free_web_templates/coolwater.jpg" width="500" height="450" /></a><!--INFOLINKS_ON--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hongkiat.com/blog/60-high-quality-free-web-templates-and-layouts/feed/</wfw:commentRss>
		<slash:comments>197</slash:comments>
		</item>
		<item>
		<title>50 Websites For Free Vector Images Download</title>
		<link>http://www.hongkiat.com/blog/50-websites-for-free-vector-images-download/</link>
		<comments>http://www.hongkiat.com/blog/50-websites-for-free-vector-images-download/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 18:08:28 +0000</pubDate>
		<dc:creator>Kay</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[free download]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[vector]]></category>

		<guid isPermaLink="false">http://www.hongkiat.com/blog/?p=1688</guid>
		<description><![CDATA[
	
	Don't miss any article. Subscribe to RSS feed, or follow us in Twitter
	
Vector images have not fix resolution, that means they can be boost up to any dimension without loosing the image quality. They are great for print ads, flash animations and designers loved them because it gives  great flexibility. So if you are [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm4.static.flickr.com/3395/3315696774_5d897d237b.jpg?v=0" alt="free vectors" /></p>
<p>	<div id="subscribe-af">
	<p>Don't miss any article. Subscribe to <a href="http://feeds2.feedburner.com/24thfloor"><strong>RSS feed</strong></a>, or follow us in <a href="http://www.twitter.com/hongkiat"><strong>Twitter</strong></a></p>
	</div></p>
<p>Vector images have not fix resolution, that means they can be boost up to any dimension without loosing the image quality. They are great for print ads, flash animations and designers loved them because it gives  great flexibility. So if you are looking for clip-arts, icons or images for your design project, don&#8217;t settle for raster images just yet, here&#8217;s <strong>50 Websites To Download Free Vector Images</strong>. Full content after jump. </p>
<p><span id="more-1688"></span><br />
<a href="http://www.vectorvault.com/tags/free-downloads/"> </a></p>
<h4><a href="http://www.vectorvault.com/tags/free-downloads/">Vectorvault</a></h4>
<p>Having an exciting collection of vector art and provides cool vector applications download for FREE. </p>
<p><a href="http://www.vectorvault.com/tags/free-downloads/"><img src="http://farm4.static.flickr.com/3436/3314847309_68577d40b4.jpg?v=0" alt="VectorVault" width="494" height="242" /></a> <a href="http://www.gomediazine.com/category/freebies/"> </a></p>
<h4><a href="http://www.gomediazine.com/category/freebies/">GoMediaZine</a></h4>
<p>A full service design and advertising firm. Vector images given are mostly in black and white color. </p>
<p><a href="http://www.gomediazine.com/category/freebies/"><img src="http://farm4.static.flickr.com/3649/3315675568_82e0fc5fe5.jpg?v=0" alt="GoMediaZine" width="298" height="316" /></a> <a href="http://vector4free.com/"> </a></p>
<h4><a href="http://vector4free.com/">Vector4Free</a></h4>
<p>Provides 73 free vector graphics presented and sorted by tags. </p>
<p><a href="http://vector4free.com/"><img src="http://farm4.static.flickr.com/3309/3315676660_aa9725e093.jpg?v=0" alt="vector4free" width="500" height="400" /></a></p>
<h4><a href="http://coolvectors.com/">Cool Vectors</a></h4>
<p>Free vectors download in .ai and .eps format. Registration is required. </p>
<p><a href="http://coolvectors.com/"><img src="http://farm4.static.flickr.com/3549/3315675226_58f2d0492a.jpg?v=0" alt="CoolVectors" width="300" height="220" /></a></p>
<h4><a href="http://www.youthedesigner.com/free-vector-graphics/">YouTheDesigner</a></h4>
<p>You will find a collection of free vector art created by top vector artists just for you. </p>
<p><a href="http://www.youthedesigner.com/free-vector-graphics/"><img src="http://farm4.static.flickr.com/3507/3315676022_7864205ed2.jpg?v=0" alt="YouTheDesigner" width="436" height="300" /></a></p>
<h4><a href="http://www.vecteezy.com/">Vecteezy</a></h4>
<p>An index of Free Vector Graphics available for download by some of the best artists around the world. The site is updated every day. </p>
<p><a href="http://www.vecteezy.com/"><img src="http://farm4.static.flickr.com/3608/3314847201_e8fdd0d698.jpg?v=0" alt="Vecteezy" width="500" height="406" /></a></p>
<h4><a href="http://www.bittbox.com/category/freebies/">Bittbox</a></h4>
<p>Offers a complete set of art-related freebies for designers like vector files, high-res texture image and high-res Photoshop brushes. </p>
<p><a href="http://www.bittbox.com/category/freebies/"><img src="http://farm4.static.flickr.com/3623/3315675162_ed82b9cd25.jpg?v=0" alt="Bittbox" width="378" height="390" /></a></p>
<h4><a href="http://qvectors.com/">QVectors</a></h4>
<p>A Showcase site for free quality vector images from around the net. </p>
<p><a href="http://qvectors.com/"><img src="http://farm4.static.flickr.com/3550/3314847069_26aa2fff91.jpg?v=0" alt="QVectors" width="500" height="184" /></a></p>
<h4><a href="http://FreeVectors.net">FreeVectors.net</a></h4>
<p>An online gallery of free vector graphics. </p>
<p><a href="http://FreeVectors.net"><img src="http://hongkiat.s3.amazonaws.com/50-vectors-download/Free-Vectors.jpg" alt="FreeVectors" width="318" height="400" /></a></p>
<h4><a href="http://www.freevectors.com/">FreeVectors.com</a></h4>
<p>Download Free Vectors for newsletters, websites, church bulletins and more. </p>
<p><a href="http://www.freevectors.com/"><img src="http://hongkiat.s3.amazonaws.com/50-vectors-download/FreeVectors.jpg" alt="FreeVectors" width="300" height="300" /></a></p>
<h4><a href="http://www.keepdesigning.com/">KeepDesigning</a></h4>
<p>Find free vectors, tutorials, brushes, photos, vector art, tips and techniques to make the most of your creative journey. </p>
<p><a href="http://www.keepdesigning.com/"><img src="http://farm4.static.flickr.com/3359/3315676358_f874484a26.jpg?v=0" alt="keepdesigining" width="420" height="245" /></a></p>
<h4><a href="http://www.creativosonline.org/blog/category/vectores">Creativosonline</a></h4>
<p>A non-english website for free vector images download. </p>
<p><a href="http://www.creativosonline.org/blog/category/vectores"><img src="http://farm4.static.flickr.com/3318/3315675940_46e6073e25.jpg?v=0" alt="Creativosonline " width="500" height="451" /></a></p>
<h4><a href="http://dragonartz.wordpress.com/">DragonArtz Designs</a></h4>
<p>A WordPress site with huge collection of free vector images and wallpapers. </p>
<p><a href="http://dragonartz.wordpress.com/"><img src="http://farm4.static.flickr.com/3609/3315675342_a1ff231e5e.jpg?v=0" alt="DragonArtz Design" width="495" height="230" /></a></p>
<h4><a href="http://www.vectorportal.com/">Vector Portal</a></h4>
<p>You can search for a particular vector image in categories like templates, logo objects, sport logos, flags, maps, coat of arms, symbols, signs or clip art. </p>
<p><a href="http://www.vectorportal.com/"><img src="http://farm4.static.flickr.com/3439/3315675854_bbd84d908d.jpg?v=0" alt="VectorPortal" width="353" height="210" /></a></p>
<h4><a href="http://www.vectorjunky.com/">VectorJunky</a></h4>
<p>An online gallery of free vector graphics. </p>
<p><a href="http://www.vectorjunky.com/"><img src="http://farm4.static.flickr.com/3359/3314847255_a99510fcde.jpg?v=0" alt="VectorJunky" width="500" height="326" /></a></p>
<h4><a href="http://dezignus.com/category/vector/">Dezignus</a></h4>
<p>A blog for free vector graphics, illustrations, vector icons and graphic design. </p>
<p><a href="http://dezignus.com/category/vector/"><img src="http://farm4.static.flickr.com/3609/3314846741_54efc45142.jpg?v=0" alt="Dezignus" width="500" height="146" /></a></p>
<h4><a href="http://www.vectorart.org/">Vector Art</a></h4>
<p>Provides free vector illustration file downloads in .eps and .ai files. </p>
<p><a href="http://www.vectorart.org/"><img src="http://farm4.static.flickr.com/3441/3315675804_6e3e42fd90.jpg?v=0" alt="Vector Art" width="334" height="270" /></a></p>
<h4><a href="http://garcya.us/blog/category/vector-graphics/">Garcya</a></h4>
<p>Offering free templates, free vector graphics and free tools for web designers. </p>
<p><a href="http://garcya.us/blog/category/vector-graphics/"><img src="http://farm4.static.flickr.com/3570/3314846961_02f1eb6724.jpg?v=0" alt="Garcya" width="500" height="342" /></a></p>
<h4><a href="http://www.free-vectors.com/">Free-Vectors</a></h4>
<p>Provides up to 10 Free vector packs such as flower ornaments, background patten, heart, flowing curves and more. </p>
<p><a href="http://www.free-vectors.com/"><img src="http://farm4.static.flickr.com/3299/3314846809_dc45c683de.jpg?v=0" alt="Free-Vectors" width="318" height="400" /></a></p>
<h4><a href="http://webdesign-easy.com/">Webdesign-Easy</a></h4>
<p>Another non-English website that provides free vector images. </p>
<p><a href="http://webdesign-easy.com/"><img src="http://farm4.static.flickr.com/3388/3315676750_dedd945b33.jpg?v=0" alt="webdesign-easy" width="452" height="367" /></a></p>
<h4><a href="http://www.brandsoftheworld.com/">Brands of The World</a></h4>
<p>Offers vector format versions of thousands of brands and logos for use in the mock-ups and presentations. </p>
<p><a href="http://www.brandsoftheworld.com/"><img src="http://farm4.static.flickr.com/3445/3315676094_bae4325c06.jpg?v=0" alt="brandsoftheworld" width="417" height="273" /></a></p>
<h4><a href="http://www.braincorp.it/exp/vectorlove/">BrainCorp</a></h4>
<p>Free vector images in Japanese cartoon style. </p>
<p><a href="http://www.braincorp.it/exp/vectorlove/"><img src="http://farm4.static.flickr.com/3300/3315675186_aa9835749c.jpg?v=0" alt="BrainCorp" width="271" height="238" /></a></p>
<h4><a href="http://david.bellot.free.fr/svg-cards/">SVG-Cards</a></h4>
<p>Download free Joker cards in vector format. </p>
<p><a href="http://david.bellot.free.fr/svg-cards/"><img src="http://farm4.static.flickr.com/3288/3315675700_2965214fea.jpg?v=0" alt="SVG Cards" width="500" height="174" /></a></p>
<h4><a href="http://www.all-the-flags-of-the-world.c.la/">All The Flags of The World</a></h4>
<p>Download all the flags of the world in vector format. </p>
<p><a href="http://www.all-the-flags-of-the-world.c.la/"><img src="http://farm4.static.flickr.com/3321/3315676294_956ea47d1a.jpg?v=0" alt="flagsWorld" width="390" height="264" /></a></p>
<h4><a href="http://www.thepixlpusher.com/category/free-stuff/free-vectors/">The Pixlpusher</a></h4>
<p>Free Photoshop brushes, textures, vectors and wallpapers. </p>
<p><a href="http://www.thepixlpusher.com/category/free-stuff/free-vectors/"><img src="http://farm4.static.flickr.com/3531/3314847833_06641f480f.jpg?v=0" alt="pixlpusher" width="420" height="257" /></a></p>
<h4><a href="http://www.vectorsworkshop.com/">Vectors Workshop</a></h4>
<p>A place where you can upload and download free vector graphics. </p>
<p><a href="http://www.vectorsworkshop.com/"><img src="http://farm4.static.flickr.com/3314/3315675988_d60b7798bd.jpg?v=0" alt="Vectors Workshop" width="459" height="147" /></a></p>
<h4><a href="http://www.bestcompanylogo.com/freelogos.php">Best Company Logo</a></h4>
<p>A collection of over 100 free logos for download. </p>
<p><a href="http://www.bestcompanylogo.com/freelogos.php"><img src="http://farm4.static.flickr.com/3357/3315675120_7c2b119a46.jpg?v=0" alt="BestCompanyLogo" width="337" height="297" /></a></p>
<h4><a href="http://www.logotypes101.com/">Logo Types 101</a></h4>
<p>Logos are provided in vector format (eps). You can download all logos at the website FREE of cost. <a href="http://www.logotypes101.com/"><img src="http://farm4.static.flickr.com/3485/3315675634_15b875a196.jpg?v=0" alt="LogoType101" width="446" height="106" /></a> <a href="http://createsk8.com/about/"> </a></p>
<h4><a href="http://createsk8.com/about/">Createsk8</a></h4>
<p>Free vectors for graffiti and other art. </p>
<p><a href="http://createsk8.com/about/"><img src="http://farm4.static.flickr.com/3390/3315676188_36c7c4cb9f.jpg?v=0" alt="createsk8" width="300" height="350" /></a></p>
<h4><a href="http://roundpixel.org/?page_id=11">RoundPixel</a></h4>
<p>Free vector goodies. </p>
<p><a href="http://roundpixel.org/?page_id=11"><img src="http://farm4.static.flickr.com/3333/3315676480_0feccb1d7e.jpg?v=0" alt="roundpixel" width="450" height="347" /></a></p>
<h4><a href="http://www.dr-depot.com/vectors/">Dr-Depot</a></h4>
<p>Free vector download. Mostly are abstract art. </p>
<p><a href="http://www.dr-depot.com/vectors/"><img src="http://farm4.static.flickr.com/3484/3315676256_d4b0149967.jpg?v=0" border="0" alt="dr-depot" width="199" height="250" /></a></p>
<h4><a href="http://www.blog.spoongraphics.co.uk/category/freebies">Spoon Graphics</a></h4>
<p>Vector feebies and resources by Chris Spooner. </p>
<p><a href="http://www.blog.spoongraphics.co.uk/category/freebies"><img src="http://farm4.static.flickr.com/3473/3315675718_76a49e5df4.jpg?v=0" alt="SpoonGraphics" width="450" height="100" /></a></p>
<h4><a href="http://www.allfreelogo.com/">AllFreeLogo</a></h4>
<p>Another site provides free vector logos download. </p>
<p><a href="http://www.allfreelogo.com/"><img src="http://farm4.static.flickr.com/3545/3315676066_db24478c4e.jpg?v=0" alt="allfreelogo" width="500" height="119" /></a></p>
<h4><a href="http://www.clipart-design.com/freeclipart.htm">Clipart-Design</a></h4>
<p>offers over 500 free vector images in 35 packages. </p>
<p><a href="http://www.clipart-design.com/freeclipart.htm"><img src="http://farm4.static.flickr.com/3504/3315676124_753e35314c.jpg?v=0" alt="clipart-design" width="500" height="139" /></a></p>
<h4><a href="http://www.logotemplater.com/">Logo Templater</a></h4>
<p>Creating free blank logos templates and free vector art images in Adobe Illustrator EPS files for free download. </p>
<p><a href="http://www.logotemplater.com/"><img src="http://hongkiat.s3.amazonaws.com/50-vectors-download/LogoTemplater.jpg" alt="LogoTemplater" width="497" height="118" /></a></p>
<h4><a href="http://clipart.magicpeople.org/">Magic People</a></h4>
<p>Free vector EPS or Ai files free for designers. Anime, Christmass, wedding, valentine vector clip art for free. </p>
<p><a href="http://clipart.magicpeople.org/"><img src="http://farm4.static.flickr.com/3472/3314847789_5725b68bd0.jpg?v=0" alt="magic people" width="499" height="226" /></a></p>
<h4><a href="http://www.snap2objects.com/category/freebies/">Snap2objects</a></h4>
<p>Offering vector and image freebies for you to use on your own designs as well as some inspirational boosters. </p>
<p><a href="http://www.snap2objects.com/category/freebies/"><img src="http://farm4.static.flickr.com/3455/3314847945_6976e2dc39.jpg?v=0" alt="snap2objects" width="450" height="279" /></a></p>
<h4><a href="http://www.designers-revolution.com/search/label/Illustrator">Designers Revolution</a></h4>
<p>The new era of graphic design resources. </p>
<p><a href="http://www.designers-revolution.com/search/label/Illustrator"><img src="http://farm4.static.flickr.com/3402/3314847625_117645dc6c.jpg?v=0" alt="designers revolution" width="400" height="261" /></a></p>
<h4><a href="http://www.uberpiglet.com/category/vectors/">Uberpiglet Vectors</a></h4>
<p>A vector showcase site. </p>
<p><a href="http://www.uberpiglet.com/category/vectors/"><img src="http://farm4.static.flickr.com/3343/3315676552_082b63b4eb.jpg?v=0" alt="uberpiglet" width="436" height="285" /></a></p>
<h4><a href="http://browse.deviantart.com/resources/vector/">Deviantart</a></h4>
<p>An art community with pretty much of freebies. </p>
<p><a href="http://browse.deviantart.com/resources/vector/"><img src="http://farm4.static.flickr.com/3538/3315676238_8ed13e7cda.jpg?v=0" alt="devianteart" width="300" height="299" /></a></p>
<h4><a href="http://vibr8bros.com/category/freebies">Vibr8bros</a></h4>
<p>Photoshop brushes and vector pack freebies. <a href="http://vibr8bros.com/category/freebies"><img src="http://farm4.static.flickr.com/3431/3314848125_144d6a3d97.jpg?v=0" alt="vibr8bros_newbadges_title" width="480" height="181" /></a></p>
<h4><a href="http://www.free-logotypes.com">Free Logotypes</a></h4>
<p>Free vector brand logotypes in CDR, EPS and WMF formats. </p>
<p><a href="http://www.free-logotypes.com"><img src="http://farm4.static.flickr.com/3515/3315676318_c5db3617e9.jpg?v=0" alt="free logotype" width="446" height="290" /></a></p>
<h4><a href="http://www.vector-cartoons.com/">Vector Cartoons</a></h4>
<p>Hundreds of FREE cartoon clipart images in vector formats (EPS, WMF, CorelDraw). </p>
<p><a href="http://www.vector-cartoons.com/"><img src="http://farm4.static.flickr.com/3438/3315676580_ac09800716.jpg?v=0" alt="vector-cartoons" width="300" height="200" /></a></p>
<h4><a href="http://vectorwallpapers.net/">Vector Wallpapers</a></h4>
<p>Free vector wallpapers and vector backgrounds. </p>
<p><a href="http://vectorwallpapers.net/"><img src="http://farm4.static.flickr.com/3533/3314848063_9c4cafb782.jpg?v=0" alt="vector wallpapers" width="400" height="250" /></a></p>
<h4><a href="http://www.vectorstock.com/home/">Vector Stock</a></h4>
<p>Royalty free vector images and illustrations. </p>
<p><a href="http://www.vectorstock.com/home/"><img src="http://farm4.static.flickr.com/3623/3315676596_f724236dcd.jpg?v=0" alt="vector stocks" width="376" height="231" /></a></p>
<h4><a href="http://www.smashingmagazine.com">Smashing Magazine</a></h4>
<p>You can find many cool and free vector icons and images here. </p>
<p><a href="http://www.smashingmagazine.com"><img src="http://farm4.static.flickr.com/3476/3314847911_4680b9a8cd.jpg?v=0" alt="smashing" width="457" height="192" /></a></p>
<h4><a href="http://www.ndesign-studio.com/resources/vector-cliparts/">Ndesign-studio</a></h4>
<p>Cliparts/icons in ndesign-studio are great for creating webpage link buttons, forum icons, or software interface. </p>
<p><a href="http://www.ndesign-studio.com/resources/vector-cliparts/"><img src="http://farm4.static.flickr.com/3486/3315676414_daf66a280a.jpg?v=0" alt="ndesign-studio" width="416" height="86" /></a></p>
<h4><a href="http://today-free.com/category/design">Today-Free</a></h4>
<p>Vector freebies. </p>
<p><a href="http://today-free.com/category/design"><img src="http://farm4.static.flickr.com/3528/3314847165_4ca00a35ee.jpg?v=0" alt="Today-Free" width="450" height="303" /></a></p>
<h4><a href="http://www.designbum.net/downloads.htm">Design Bum</a></h4>
<p>Vector design resources. </p>
<p><a href="http://www.designbum.net/downloads.htm"><img src="http://farm4.static.flickr.com/3350/3315675302_1e89180865.jpg?v=0" alt="DesignBum" width="480" height="164" /></a></p>
<h4><a href="http://www.adobe.com/cfusion/exchange/index.cfm?event=productHome&amp;exc=17&amp;loc=en_us">Adobe</a></h4>
<p>Search and download vector images for free in Adobe Illustrator Exchange. </p>
<p><a href="http://www.adobe.com/cfusion/exchange/index.cfm?event=productHome&amp;exc=17&amp;loc=en_us"><img src="http://farm4.static.flickr.com/3619/3315676044_a85d5f46a9.jpg?v=0" alt="adobe" width="283" height="200" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hongkiat.com/blog/50-websites-for-free-vector-images-download/feed/</wfw:commentRss>
		<slash:comments>219</slash:comments>
		</item>
	</channel>
</rss>
