<?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>Blogfreakz - Web Design and Web Development resources &#187; design</title>
	<atom:link href="http://blogfreakz.com/tag/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogfreakz.com</link>
	<description>A site dedicated to keeping up with the latest trends on Web Design</description>
	<lastBuildDate>Thu, 24 May 2012 01:59:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Creating A Cool Animated Pixel Font With CSS3</title>
		<link>http://blogfreakz.com/tutorial/creating-a-cool-animated-pixel-font-with-css3/</link>
		<comments>http://blogfreakz.com/tutorial/creating-a-cool-animated-pixel-font-with-css3/#comments</comments>
		<pubDate>Fri, 04 May 2012 09:29:22 +0000</pubDate>
		<dc:creator>Keith@Blogfreakz</dc:creator>
				<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Text]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[free tutorial]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=27192</guid>
		<description><![CDATA[Here&#8217;s an awesome CSS3 animation effect by Peter Magenheimer. It&#8217;s an animated pixel font that is created with 100% pure CSS3, no Javascript or images! The animation is activated by simply hovering your mouse cursor over a letter. By doing so, a number of pixel elements come in and gather on a specific area of [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s an awesome CSS3 animation effect by <a href="http://peterjmags.com"><strong>Peter Magenheimer</strong></a>. It&#8217;s an animated pixel font that is created with 100% pure CSS3, no Javascript or images!</p>
<p>The animation is activated by simply hovering your mouse cursor over a  letter. By doing so, a number of pixel elements come in and gather on a  specific area of the page and into their respective positions to form  the particular letter. Since some pixel elements have a common position  for two or more letters, the use of extra elements gets minimized.</p>
<p style="text-align: center;"><a href="http://peterjmags.com/css3-animated-type/"><img class="aligncenter size-full wp-image-27193" title="Animated Pixel Font" src="http://blogfreakz.com/wp-content/uploads/2012/05/animated-Pixel-Font.jpg" alt="animated Pixel Font Creating A Cool Animated Pixel Font With CSS3" width="567" height="291" /></a><strong>Click on the image to try the demo. </strong></p>
<p>Cool, ain&#8217;t it?</p>
<p>You can download the source code over at Peter’s <strong><a href="https://github.com/peterjmag/css3-animated-type">GitHub page</a></strong>. Enjoy!<br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/tutorial/creating-a-cool-animated-pixel-font-with-css3/" title="pixel font">pixel font</a></li>
<li><a href="http://blogfreakz.com/tutorial/creating-a-cool-animated-pixel-font-with-css3/" title="animated pixel">animated pixel</a></li>
<li><a href="http://blogfreakz.com/tutorial/creating-a-cool-animated-pixel-font-with-css3/" title="awesome css3 chat">awesome css3 chat</a></li>
<li><a href="http://blogfreakz.com/tutorial/creating-a-cool-animated-pixel-font-with-css3/" title="css3 position">css3 position</a></li>
<li><a href="http://blogfreakz.com/tutorial/creating-a-cool-animated-pixel-font-with-css3/" title="4 pixel letter">4 pixel letter</a></li>
<li><a href="http://blogfreakz.com/tutorial/creating-a-cool-animated-pixel-font-with-css3/" title="animated cool chat letters">animated cool chat letters</a></li>
<li><a href="http://blogfreakz.com/tutorial/creating-a-cool-animated-pixel-font-with-css3/" title="pixel animation script">pixel animation script</a></li>
<li><a href="http://blogfreakz.com/tutorial/creating-a-cool-animated-pixel-font-with-css3/" title="pixel letters">pixel letters</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/tutorial/creating-a-cool-animated-pixel-font-with-css3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Real Shadow: A jQuery Plugin For Creating Realisitc Shadows</title>
		<link>http://blogfreakz.com/tutorial/real-shadow-a-jquery-plugin-for-creating-realisitc-shadows/</link>
		<comments>http://blogfreakz.com/tutorial/real-shadow-a-jquery-plugin-for-creating-realisitc-shadows/#comments</comments>
		<pubDate>Thu, 03 May 2012 02:56:31 +0000</pubDate>
		<dc:creator>Keith@Blogfreakz</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Software & Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[free tutorial]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=27165</guid>
		<description><![CDATA[Here’s a pretty neat jQuery plugin created by Indamix that you can use on your website! It’s called Real Shadow, and what it does is it gives an element a shadow that changes its attributes depending on the location of the mouse cursor. The plugin works by manipulating the value of the CSS property box-shadow. [...]]]></description>
			<content:encoded><![CDATA[<p><strong></strong>Here’s a pretty neat jQuery plugin created by <strong><a href="http://twitter.com/#%21/indamix">Indamix</a></strong> that you can use on your website! It’s called <strong><a href="https://github.com/Indamix/real-shadow/">Real Shadow</a></strong>, and what it does is it gives an element a shadow that changes its attributes depending on the location of the mouse cursor. The plugin works by manipulating the value of the CSS property box-shadow. The shadow’s size and position is determined by the element’s distance to the mouse cursor.</p>
<p><img class="aligncenter size-full wp-image-27166" title="Realshadow" src="http://blogfreakz.com/wp-content/uploads/2012/05/Realshadow.jpg" alt="Realshadow Real Shadow: A jQuery Plugin For Creating Realisitc Shadows" width="291" height="290" /></p>
<p>Check out the <strong><a href="http://indamix.github.com/real-shadow/">DEMO</a></strong>. As always, feel free to tell the author what you think about his plugin by forking it over at his <strong><a href="https://github.com/Indamix/real-shadow/">GitHub</a></strong> page.<br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/tutorial/real-shadow-a-jquery-plugin-for-creating-realisitc-shadows/" title="css real shadow">css real shadow</a></li>
<li><a href="http://blogfreakz.com/tutorial/real-shadow-a-jquery-plugin-for-creating-realisitc-shadows/" title="django tutorial">django tutorial</a></li>
<li><a href="http://blogfreakz.com/tutorial/real-shadow-a-jquery-plugin-for-creating-realisitc-shadows/" title="jquery plugin authoring">jquery plugin authoring</a></li>
<li><a href="http://blogfreakz.com/tutorial/real-shadow-a-jquery-plugin-for-creating-realisitc-shadows/" title="jquery shadow plugin">jquery shadow plugin</a></li>
<li><a href="http://blogfreakz.com/tutorial/real-shadow-a-jquery-plugin-for-creating-realisitc-shadows/" title="real shadow jquery">real shadow jquery</a></li>
<li><a href="http://blogfreakz.com/tutorial/real-shadow-a-jquery-plugin-for-creating-realisitc-shadows/" title="real shadow jquery plugin usage">real shadow jquery plugin usage</a></li>
<li><a href="http://blogfreakz.com/tutorial/real-shadow-a-jquery-plugin-for-creating-realisitc-shadows/" title="rela shadows jquery">rela shadows jquery</a></li>
<li><a href="http://blogfreakz.com/tutorial/real-shadow-a-jquery-plugin-for-creating-realisitc-shadows/" title="shadow com jquery">shadow com jquery</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/tutorial/real-shadow-a-jquery-plugin-for-creating-realisitc-shadows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple Backgrounds with CSS</title>
		<link>http://blogfreakz.com/web-design/multiple-backgrounds-with-css/</link>
		<comments>http://blogfreakz.com/web-design/multiple-backgrounds-with-css/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 09:14:52 +0000</pubDate>
		<dc:creator>Marvin@Blogfreakz</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[backgrounds]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[free tutorial]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=27073</guid>
		<description><![CDATA[?? Web developer David Walsh has a great tutorial to share with us, which is making a multiple background with CSS. This feature is a very useful tool in preventing the need for nested elements. Click on the image to see his tutorial. Here’s the DEMO, and the CSS code: #multipleBGs { background: url(photo1.png), url(photo2.png), [...]]]></description>
			<content:encoded><![CDATA[<p>??<a href="http://davidwalsh.name/css-multiple-background"><img class="aligncenter size-full wp-image-27074" title="CSS Multiple Backgrounds" src="http://blogfreakz.com/wp-content/uploads/2012/04/CSS-Multiple-Backgrounds.jpg" alt="CSS Multiple Backgrounds Multiple Backgrounds with CSS   " width="326" height="241" /></a></p>
<p>Web developer <strong>David Walsh</strong> has a great tutorial to share with us, which is making a multiple background with CSS. This feature is a very useful tool in preventing the need for nested elements. <strong>Click on the image to see his tutorial.</strong></p>
<p>Here’s the <a href="http://davidwalsh.name/dw-content/css-multiple-background.php" target="_blank"><strong>DEMO</strong></a>, and the CSS code:</p>
<pre><span style="color: #003366;">#multipleBGs {</span></pre>
<pre><span style="color: #003366;">background: url(photo1.png),</span></pre>
<pre><span style="color: #003366;">url(photo2.png),</span></pre>
<pre><span style="color: #003366;">url(photo3.png)</span></pre>
<pre><span style="color: #003366;">;</span></pre>
<pre><span style="color: #003366;">background-repeat: no-repeat,</span></pre>
<pre><span style="color: #003366;">no-repeat,</span></pre>
<pre><span style="color: #003366;">repeat-y;</span></pre>
<pre><span style="color: #003366;">background-position: 0 0,</span></pre>
<pre><span style="color: #003366;">30px 70px,</span></pre>
<pre><span style="color: #003366;">right top;</span></pre>
<pre><span style="color: #003366;">width: 400px;</span></pre>
<pre><span style="color: #003366;">height: 400px;</span></pre>
<pre><span style="color: #003366;">border: 1px solid #ccc;</span></pre>
<pre><span style="color: #003366;">}</span></pre>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/web-design/multiple-backgrounds-with-css/" title="background image css">background image css</a></li>
<li><a href="http://blogfreakz.com/web-design/multiple-backgrounds-with-css/" title="multiple background css">multiple background css</a></li>
<li><a href="http://blogfreakz.com/web-design/multiple-backgrounds-with-css/" title="2012 webdesign background css">2012 webdesign background css</a></li>
<li><a href="http://blogfreakz.com/web-design/multiple-backgrounds-with-css/" title="multi background css">multi background css</a></li>
<li><a href="http://blogfreakz.com/web-design/multiple-backgrounds-with-css/" title="Multiple background images">Multiple background images</a></li>
<li><a href="http://blogfreakz.com/web-design/multiple-backgrounds-with-css/" title="multiple backgrounds in blog">multiple backgrounds in blog</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/web-design/multiple-backgrounds-with-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shining Text Effect with Groovy Font</title>
		<link>http://blogfreakz.com/tutorial/shining-text-effect-with-groovy-font/</link>
		<comments>http://blogfreakz.com/tutorial/shining-text-effect-with-groovy-font/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 09:33:25 +0000</pubDate>
		<dc:creator>Marvin@Blogfreakz</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[free tutorial]]></category>
		<category><![CDATA[photoshop]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=26979</guid>
		<description><![CDATA[Retro nostalgia, baby! Here’s a cool tutorial that will add that disco-inspired style to your text effect with Groovy Font, thanks to the guys at PSDVault. To view the demo and full tutorial, click on the image. &#160; &#160; &#160; &#160; &#160; &#160; Incoming search terms for the article: DISCO FONT disco fonts disco typography [...]]]></description>
			<content:encoded><![CDATA[<p><strong> </strong></p>
<p>Retro nostalgia, baby! Here’s a cool tutorial that will add that disco-inspired style to your text effect with Groovy Font, thanks to the guys at PSDVault.</p>
<p>To view the demo and full tutorial, click on the image.</p>
<p><a href="http://www.psdvault.com/text-effects/create-abstract-shining-text-effect-with-groovy-font-in-photoshop/" target="_blank"><img class="aligncenter size-full wp-image-26980" title="Groovy Font" src="http://blogfreakz.com/wp-content/uploads/2012/04/Groovy-Font.jpg" alt="Groovy Font Shining Text Effect with Groovy Font" width="281" height="404" /></a></p>
<p><strong> </strong></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;<br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/tutorial/shining-text-effect-with-groovy-font/" title="DISCO FONT">DISCO FONT</a></li>
<li><a href="http://blogfreakz.com/tutorial/shining-text-effect-with-groovy-font/" title="disco fonts">disco fonts</a></li>
<li><a href="http://blogfreakz.com/tutorial/shining-text-effect-with-groovy-font/" title="disco typography">disco typography</a></li>
<li><a href="http://blogfreakz.com/tutorial/shining-text-effect-with-groovy-font/" title="font disco">font disco</a></li>
<li><a href="http://blogfreakz.com/tutorial/shining-text-effect-with-groovy-font/" title="effect text disco">effect text disco</a></li>
<li><a href="http://blogfreakz.com/tutorial/shining-text-effect-with-groovy-font/" title="style font for retro">style font for retro</a></li>
<li><a href="http://blogfreakz.com/tutorial/shining-text-effect-with-groovy-font/" title="DISCO STYLE FONTS OR POSTERS">DISCO STYLE FONTS OR POSTERS</a></li>
<li><a href="http://blogfreakz.com/tutorial/shining-text-effect-with-groovy-font/" title="disco photoshop">disco photoshop</a></li>
<li><a href="http://blogfreakz.com/tutorial/shining-text-effect-with-groovy-font/" title="style fonts">style fonts</a></li>
<li><a href="http://blogfreakz.com/tutorial/shining-text-effect-with-groovy-font/" title="text disco">text disco</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/tutorial/shining-text-effect-with-groovy-font/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a Restaurant Chalkboard Graphic Design With Adobe Illustrator</title>
		<link>http://blogfreakz.com/web-design/create-a-restaurant-chalkboard-graphic-design-with-adobe-illustrator/</link>
		<comments>http://blogfreakz.com/web-design/create-a-restaurant-chalkboard-graphic-design-with-adobe-illustrator/#comments</comments>
		<pubDate>Wed, 18 Apr 2012 07:29:38 +0000</pubDate>
		<dc:creator>Keith@Blogfreakz</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Illustrator]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=26913</guid>
		<description><![CDATA[This great Adobe Illustrator tutorial made by Andrei Marius teaches you how to create a somewhat quaint yet very cool restaurant chalkboard graphic. It would be a great design to incorporate onto your website especially if it&#8217;s food-related. The tutorial starts off with creating the blackboard before moving on to the main highlight, which is [...]]]></description>
			<content:encoded><![CDATA[<p><strong></strong>This great Adobe Illustrator tutorial made by <strong><a href="http://www.noupe.com/author/andrei-marius">Andrei Marius</a></strong> teaches you how to create a somewhat quaint yet very cool <strong>restaurant chalkboard</strong> graphic. It would be a great design to incorporate onto your website especially if it&#8217;s food-related.</p>
<p style="text-align: center;"><a href="http://www.noupe.com/tutorial/adobe-illustrator-tutorial-create-a-detailed-restaurant-chalkboard.html"><img class="aligncenter size-full wp-image-26917" title="Restaurant Chalkboard" src="http://blogfreakz.com/wp-content/uploads/2012/04/Restaurant-Chalkboard.jpg" alt="Restaurant Chalkboard Create a Restaurant Chalkboard Graphic Design With Adobe Illustrator" width="369" height="289" /></a></p>
<p>The tutorial starts off with creating the blackboard before moving on to the main highlight, which is adding that rough texture effect on the text. <strong>Click on the image to get the rest of the tutorial!</strong><br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/web-design/create-a-restaurant-chalkboard-graphic-design-with-adobe-illustrator/" title="chalkboard graphic design">chalkboard graphic design</a></li>
<li><a href="http://blogfreakz.com/web-design/create-a-restaurant-chalkboard-graphic-design-with-adobe-illustrator/" title="blackboard design">blackboard design</a></li>
<li><a href="http://blogfreakz.com/web-design/create-a-restaurant-chalkboard-graphic-design-with-adobe-illustrator/" title="graphic design restaurant">graphic design restaurant</a></li>
<li><a href="http://blogfreakz.com/web-design/create-a-restaurant-chalkboard-graphic-design-with-adobe-illustrator/" title="blackboard restaurant">blackboard restaurant</a></li>
<li><a href="http://blogfreakz.com/web-design/create-a-restaurant-chalkboard-graphic-design-with-adobe-illustrator/" title="restaurant chalkboard">restaurant chalkboard</a></li>
<li><a href="http://blogfreakz.com/web-design/create-a-restaurant-chalkboard-graphic-design-with-adobe-illustrator/" title="photoshop chalkboard">photoshop chalkboard</a></li>
<li><a href="http://blogfreakz.com/web-design/create-a-restaurant-chalkboard-graphic-design-with-adobe-illustrator/" title="graphic design site tutorial">graphic design site tutorial</a></li>
<li><a href="http://blogfreakz.com/web-design/create-a-restaurant-chalkboard-graphic-design-with-adobe-illustrator/" title="adobe illustrator chalk board">adobe illustrator chalk board</a></li>
<li><a href="http://blogfreakz.com/web-design/create-a-restaurant-chalkboard-graphic-design-with-adobe-illustrator/" title="food graphic design">food graphic design</a></li>
<li><a href="http://blogfreakz.com/web-design/create-a-restaurant-chalkboard-graphic-design-with-adobe-illustrator/" title="Graphic food">Graphic food</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/web-design/create-a-restaurant-chalkboard-graphic-design-with-adobe-illustrator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a Sexy Small Download Icon</title>
		<link>http://blogfreakz.com/icons/create-a-sexy-small-download-icon/</link>
		<comments>http://blogfreakz.com/icons/create-a-sexy-small-download-icon/#comments</comments>
		<pubDate>Fri, 13 Apr 2012 10:10:38 +0000</pubDate>
		<dc:creator>Marvin@Blogfreakz</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Icons]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[free tutorial]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[photoshop]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=26840</guid>
		<description><![CDATA[Web designer Dillen Verschoor shows a tutorial on how you can create a sexy small download icon for your website. Click on the image above to learn his elegant Photoshop techniques. &#160; &#160; Incoming search terms for the article: icon website photoshop icon download smal downlod web development web development icon]]></description>
			<content:encoded><![CDATA[<p><strong> </strong></p>
<p><a href="http://www.1stwebdesigner.com/tutorials/create-sexy-small-download-graphic/   "><img class="aligncenter size-full wp-image-26841" title="Download Icon" src="http://blogfreakz.com/wp-content/uploads/2012/04/Download-Icon.jpg" alt="Download Icon Create a Sexy Small Download Icon" width="412" height="299" /></a></p>
<p>Web designer <a href="https://twitter.com/#!/dillenverschoor" target="_blank"><strong>Dillen Verschoor</strong></a> shows a tutorial on how you can create a sexy small download icon for your website. <strong>Click on the image above to learn his elegant Photoshop techniques.</strong></p>
<p>&nbsp;</p>
<p>&nbsp;<br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/icons/create-a-sexy-small-download-icon/" title="icon website">icon website</a></li>
<li><a href="http://blogfreakz.com/icons/create-a-sexy-small-download-icon/" title="photoshop icon download">photoshop icon download</a></li>
<li><a href="http://blogfreakz.com/icons/create-a-sexy-small-download-icon/" title="smal downlod">smal downlod</a></li>
<li><a href="http://blogfreakz.com/icons/create-a-sexy-small-download-icon/" title="web development">web development</a></li>
<li><a href="http://blogfreakz.com/icons/create-a-sexy-small-download-icon/" title="web development icon">web development icon</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/icons/create-a-sexy-small-download-icon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Make a Cartoon-Style Graffiti Text Effect from Scratch</title>
		<link>http://blogfreakz.com/tutorial/how-to-make-a-cartoon-style-graffiti-text-effect-from-scratch/</link>
		<comments>http://blogfreakz.com/tutorial/how-to-make-a-cartoon-style-graffiti-text-effect-from-scratch/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 03:16:00 +0000</pubDate>
		<dc:creator>Marvin@Blogfreakz</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[free tutorial]]></category>
		<category><![CDATA[Graphic design]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[Typography]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=26681</guid>
		<description><![CDATA[Ashlee Harrell has created a  funky cartoon-style graffiti text effect that could be useful in your design. Learn how to do this technique from scratch using Photoshop’s layer styles, pen, selection, dodge and brush tools. Check out the full tutorial by clicking the image above. &#160; &#160; &#160; Incoming search terms for the article: graffiti [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://photoshoptutorials.ws/photoshop-tutorials/text-effects/create-a-cartoon-style-graffiti-text-effect-in-photoshop.html"><img class="aligncenter size-full wp-image-26682" title="Graffiti" src="http://blogfreakz.com/wp-content/uploads/2012/04/Graffiti.jpg" alt="Graffiti How to Make a Cartoon Style Graffiti Text Effect from Scratch" width="618" height="337" /></a></p>
<p>Ashlee Harrell has created a  funky cartoon-style graffiti text effect that could be useful in your design. Learn how to do this technique from scratch using Photoshop’s layer styles, pen, selection, dodge and brush tools. <strong>Check out the full tutorial by clicking the image above.</strong></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;<br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/tutorial/how-to-make-a-cartoon-style-graffiti-text-effect-from-scratch/" title="graffiti">graffiti</a></li>
<li><a href="http://blogfreakz.com/tutorial/how-to-make-a-cartoon-style-graffiti-text-effect-from-scratch/" title="graffiti styles">graffiti styles</a></li>
<li><a href="http://blogfreakz.com/tutorial/how-to-make-a-cartoon-style-graffiti-text-effect-from-scratch/" title="graffiti text">graffiti text</a></li>
<li><a href="http://blogfreakz.com/tutorial/how-to-make-a-cartoon-style-graffiti-text-effect-from-scratch/" title="timeline graffiti">timeline graffiti</a></li>
<li><a href="http://blogfreakz.com/tutorial/how-to-make-a-cartoon-style-graffiti-text-effect-from-scratch/" title="graffiti cartoon">graffiti cartoon</a></li>
<li><a href="http://blogfreakz.com/tutorial/how-to-make-a-cartoon-style-graffiti-text-effect-from-scratch/" title="graffiti name nora">graffiti name nora</a></li>
<li><a href="http://blogfreakz.com/tutorial/how-to-make-a-cartoon-style-graffiti-text-effect-from-scratch/" title="cartoon fat cow">cartoon fat cow</a></li>
<li><a href="http://blogfreakz.com/tutorial/how-to-make-a-cartoon-style-graffiti-text-effect-from-scratch/" title="marvin graffiti">marvin graffiti</a></li>
<li><a href="http://blogfreakz.com/tutorial/how-to-make-a-cartoon-style-graffiti-text-effect-from-scratch/" title="download photoshop graffiti">download photoshop graffiti</a></li>
<li><a href="http://blogfreakz.com/tutorial/how-to-make-a-cartoon-style-graffiti-text-effect-from-scratch/" title="graffiti effects">graffiti effects</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/tutorial/how-to-make-a-cartoon-style-graffiti-text-effect-from-scratch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Space-Themed Portfolio Landing Page</title>
		<link>http://blogfreakz.com/tutorial/space-themed-portfolio-landing-page/</link>
		<comments>http://blogfreakz.com/tutorial/space-themed-portfolio-landing-page/#comments</comments>
		<pubDate>Mon, 02 Apr 2012 10:46:13 +0000</pubDate>
		<dc:creator>Marvin@Blogfreakz</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[free tutorial]]></category>
		<category><![CDATA[Graphic design]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=26624</guid>
		<description><![CDATA[The Space-Themed Portfolio Landing Page by Tom of PSDFAN. This is a nice and sleek template that will definitely appeal to tech lovers. In this tutorial, you’ll learn how to come up with a design like this from scratch – from background canvas to space elements to highlights to menu. Click on the image for [...]]]></description>
			<content:encoded><![CDATA[<p><strong></strong>The Space-Themed Portfolio Landing Page by Tom of <a href="http://psd.fanextra.com" target="_blank">PSDFAN</a>. This is a nice and sleek template that will definitely appeal to tech lovers. In this tutorial, you’ll learn how to come up with a design like this from scratch – from background canvas to space elements to highlights to menu.</p>
<p style="text-align: center;"><a href="http://psd.fanextra.com/tutorials/design-a-space-themed-portfolio-landing-page/"><img class="aligncenter size-full wp-image-26625" title="Space-Themed Template" src="http://blogfreakz.com/wp-content/uploads/2012/04/Space.jpg" alt="Space Space Themed Portfolio Landing Page" width="424" height="543" /></a><strong>Click on the image for the step-by-step tutorial.</strong></p>
<p>&nbsp;<br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/tutorial/space-themed-portfolio-landing-page/" title="space webdesign templates">space webdesign templates</a></li>
<li><a href="http://blogfreakz.com/tutorial/space-themed-portfolio-landing-page/" title="calendar template 2012 space theme">calendar template 2012 space theme</a></li>
<li><a href="http://blogfreakz.com/tutorial/space-themed-portfolio-landing-page/" title="design a space portfolio landing page">design a space portfolio landing page</a></li>
<li><a href="http://blogfreakz.com/tutorial/space-themed-portfolio-landing-page/" title="elements of design space">elements of design space</a></li>
<li><a href="http://blogfreakz.com/tutorial/space-themed-portfolio-landing-page/" title="space themed web design">space themed web design</a></li>
<li><a href="http://blogfreakz.com/tutorial/space-themed-portfolio-landing-page/" title="space webdesign">space webdesign</a></li>
<li><a href="http://blogfreakz.com/tutorial/space-themed-portfolio-landing-page/" title="web design company templates portfolio">web design company templates portfolio</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/tutorial/space-themed-portfolio-landing-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>30 Inspiring Vintage Web Designs</title>
		<link>http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/</link>
		<comments>http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/#comments</comments>
		<pubDate>Thu, 29 Mar 2012 06:51:27 +0000</pubDate>
		<dc:creator>Marvin@Blogfreakz</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[graphic art]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=26528</guid>
		<description><![CDATA[Let’s travel back into the past with these various collections of beautiful and inspiring vintage web designs. Click on each thumbnail in the gallery to view their respective sites. &#160; Incoming search terms for the article: vintage web design WordPress Antique Template vintage web design inspiration cup cakes psd search bar design inspiration best vintage [...]]]></description>
			<content:encoded><![CDATA[<p><strong> </strong></p>
<p>Let’s travel back into the past with these various collections of beautiful and inspiring vintage web designs. Click on each thumbnail in the gallery to view their respective sites.</p>
<p><a href='http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/attachment/tvornica-bannera/' title='Tvornica Bannera'><img width="200" height="200" src="http://blogfreakz.com/wp-content/uploads/2012/03/Tvornica-Bannera-200x200.jpg" class="attachment-thumbnail" alt="Tvornica Bannera 200x200 30 Inspiring Vintage Web Designs" title="Tvornica Bannera" /></a><br />
<a href='http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/attachment/custom-design/' title='Custom design'><img width="200" height="200" src="http://blogfreakz.com/wp-content/uploads/2012/03/Custom-design-200x200.jpg" class="attachment-thumbnail" alt="Custom design 200x200 30 Inspiring Vintage Web Designs" title="Custom design" /></a><br />
<a href='http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/attachment/antique-piano-shop/' title='Antique Piano shop'><img width="200" height="200" src="http://blogfreakz.com/wp-content/uploads/2012/03/Antique-Piano-shop-200x200.jpg" class="attachment-thumbnail" alt="Antique Piano shop 200x200 30 Inspiring Vintage Web Designs" title="Antique Piano shop" /></a><br />
<a href='http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/attachment/bullet/' title='Bullet'><img width="200" height="200" src="http://blogfreakz.com/wp-content/uploads/2012/03/Bullet-200x200.jpg" class="attachment-thumbnail" alt="Bullet 200x200 30 Inspiring Vintage Web Designs" title="Bullet" /></a><br />
<a href='http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/attachment/buy-vintage-clothing/' title='Buy Vintage clothing'><img width="200" height="200" src="http://blogfreakz.com/wp-content/uploads/2012/03/Buy-Vintage-clothing-200x200.jpg" class="attachment-thumbnail" alt="Buy Vintage clothing 200x200 30 Inspiring Vintage Web Designs" title="Buy Vintage clothing" /></a><br />
<a href='http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/attachment/sauro-motel/' title='Sauro Motel'><img width="200" height="200" src="http://blogfreakz.com/wp-content/uploads/2012/03/Sauro-Motel-200x200.jpg" class="attachment-thumbnail" alt="Sauro Motel 200x200 30 Inspiring Vintage Web Designs" title="Sauro Motel" /></a><br />
<a href='http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/attachment/carozzeria-verga/' title='Carozzeria Verga'><img width="200" height="200" src="http://blogfreakz.com/wp-content/uploads/2012/03/Carozzeria-Verga-200x200.jpg" class="attachment-thumbnail" alt="Carozzeria Verga 200x200 30 Inspiring Vintage Web Designs" title="Carozzeria Verga" /></a><br />
<a href='http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/attachment/simple-as-milk/' title='Simple as Milk'><img width="200" height="200" src="http://blogfreakz.com/wp-content/uploads/2012/03/Simple-as-Milk-200x200.jpg" class="attachment-thumbnail" alt="Simple as Milk 200x200 30 Inspiring Vintage Web Designs" title="Simple as Milk" /></a><br />
<a href='http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/attachment/sensisoft/' title='Sensisoft'><img width="200" height="200" src="http://blogfreakz.com/wp-content/uploads/2012/03/Sensisoft-200x200.jpg" class="attachment-thumbnail" alt="Sensisoft 200x200 30 Inspiring Vintage Web Designs" title="Sensisoft" /></a><br />
<a href='http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/attachment/hipstery/' title='Hipstery'><img width="200" height="200" src="http://blogfreakz.com/wp-content/uploads/2012/03/Hipstery-200x200.jpg" class="attachment-thumbnail" alt="Hipstery 200x200 30 Inspiring Vintage Web Designs" title="Hipstery" /></a><br />
<a href='http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/attachment/jan-ploch/' title='Jan Ploch'><img width="200" height="200" src="http://blogfreakz.com/wp-content/uploads/2012/03/Jan-Ploch-200x200.jpg" class="attachment-thumbnail" alt="Jan Ploch 200x200 30 Inspiring Vintage Web Designs" title="Jan Ploch" /></a><br />
<a href='http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/attachment/five-thirty-brew/' title='Five Thirty Brew'><img width="200" height="200" src="http://blogfreakz.com/wp-content/uploads/2012/03/Five-Thirty-Brew-200x200.jpg" class="attachment-thumbnail" alt="Five Thirty Brew 200x200 30 Inspiring Vintage Web Designs" title="Five Thirty Brew" /></a><br />
<a href='http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/attachment/the-journal-of-min-tran/' title='The Journal of Min Tran'><img width="200" height="200" src="http://blogfreakz.com/wp-content/uploads/2012/03/The-Journal-of-Min-Tran-200x200.jpg" class="attachment-thumbnail" alt="The Journal of Min Tran 200x200 30 Inspiring Vintage Web Designs" title="The Journal of Min Tran" /></a><br />
<a href='http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/attachment/paper-damsels/' title='Paper Damsels'><img width="200" height="200" src="http://blogfreakz.com/wp-content/uploads/2012/03/Paper-Damsels-200x200.jpg" class="attachment-thumbnail" alt="Paper Damsels 200x200 30 Inspiring Vintage Web Designs" title="Paper Damsels" /></a><br />
<a href='http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/attachment/reklama-audio/' title='Reklama-Audio'><img width="200" height="200" src="http://blogfreakz.com/wp-content/uploads/2012/03/Reklama-Audio-200x200.jpg" class="attachment-thumbnail" alt="Reklama Audio 200x200 30 Inspiring Vintage Web Designs" title="Reklama-Audio" /></a><br />
<a href='http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/attachment/bitfoundry/' title='Bitfoundry'><img width="200" height="200" src="http://blogfreakz.com/wp-content/uploads/2012/03/Bitfoundry-200x200.jpg" class="attachment-thumbnail" alt="Bitfoundry 200x200 30 Inspiring Vintage Web Designs" title="Bitfoundry" /></a><br />
<a href='http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/attachment/mister-aero/' title='Mister-Aero'><img width="200" height="200" src="http://blogfreakz.com/wp-content/uploads/2012/03/Mister-Aero-200x200.jpg" class="attachment-thumbnail" alt="Mister Aero 200x200 30 Inspiring Vintage Web Designs" title="Mister-Aero" /></a><br />
<a href='http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/attachment/the-dollar-dreadful/' title='The Dollar Dreadful'><img width="200" height="200" src="http://blogfreakz.com/wp-content/uploads/2012/03/The-Dollar-dreadful-200x200.jpg" class="attachment-thumbnail" alt="The Dollar dreadful 200x200 30 Inspiring Vintage Web Designs" title="The Dollar Dreadful" /></a><br />
<a href='http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/attachment/radio-the-new-york-moon/' title='Radio -- The New York Moon'><img width="200" height="200" src="http://blogfreakz.com/wp-content/uploads/2012/03/Radio-the-New-York-Moon-200x200.jpg" class="attachment-thumbnail" alt="Radio the New York Moon 200x200 30 Inspiring Vintage Web Designs" title="Radio -- The New York Moon" /></a><br />
<a href='http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/attachment/thrush/' title='Thrush'><img width="200" height="200" src="http://blogfreakz.com/wp-content/uploads/2012/03/Thrush-200x200.jpg" class="attachment-thumbnail" alt="Thrush 200x200 30 Inspiring Vintage Web Designs" title="Thrush" /></a><br />
<a href='http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/attachment/bright-bulb/' title='Bright Bulb Design Studio'><img width="200" height="200" src="http://blogfreakz.com/wp-content/uploads/2012/03/Bright-Bulb-200x200.jpg" class="attachment-thumbnail" alt="Bright Bulb 200x200 30 Inspiring Vintage Web Designs" title="Bright Bulb Design Studio" /></a><br />
<a href='http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/attachment/atticus/' title='Atticus Pet Design Studio'><img width="200" height="200" src="http://blogfreakz.com/wp-content/uploads/2012/03/Atticus-200x200.jpg" class="attachment-thumbnail" alt="Atticus 200x200 30 Inspiring Vintage Web Designs" title="Atticus Pet Design Studio" /></a><br />
<a href='http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/attachment/cup-cup-cupcakes/' title='Cup Cup Cupcakes'><img width="200" height="200" src="http://blogfreakz.com/wp-content/uploads/2012/03/Cup-cup-cupcakes-200x200.jpg" class="attachment-thumbnail" alt="Cup cup cupcakes 200x200 30 Inspiring Vintage Web Designs" title="Cup Cup Cupcakes" /></a><br />
<a href='http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/attachment/big-rig-design/' title='Big Rig Design'><img width="200" height="200" src="http://blogfreakz.com/wp-content/uploads/2012/03/Big-Rig-Design-200x200.jpg" class="attachment-thumbnail" alt="Big Rig Design 200x200 30 Inspiring Vintage Web Designs" title="Big Rig Design" /></a><br />
<a href='http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/attachment/level-2-design/' title='Level 2 Design'><img width="200" height="200" src="http://blogfreakz.com/wp-content/uploads/2012/03/Level-2-Design-200x200.jpg" class="attachment-thumbnail" alt="Level 2 Design 200x200 30 Inspiring Vintage Web Designs" title="Level 2 Design" /></a><br />
<a href='http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/attachment/edgewater/' title='Edgewater'><img width="200" height="200" src="http://blogfreakz.com/wp-content/uploads/2012/03/Edgewater-200x200.jpg" class="attachment-thumbnail" alt="Edgewater 200x200 30 Inspiring Vintage Web Designs" title="Edgewater" /></a><br />
<a href='http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/attachment/eighty-two/' title='Eighty Two Design'><img width="200" height="200" src="http://blogfreakz.com/wp-content/uploads/2012/03/Eighty-Two-200x200.jpg" class="attachment-thumbnail" alt="Eighty Two 200x200 30 Inspiring Vintage Web Designs" title="Eighty Two Design" /></a><br />
<a href='http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/attachment/pointless-corp/' title='Pointless Corp'><img width="200" height="200" src="http://blogfreakz.com/wp-content/uploads/2012/03/Pointless-Corp-200x200.jpg" class="attachment-thumbnail" alt="Pointless Corp 200x200 30 Inspiring Vintage Web Designs" title="Pointless Corp" /></a><br />
<a href='http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/attachment/forefathers-group/' title='Forefathers Group'><img width="200" height="200" src="http://blogfreakz.com/wp-content/uploads/2012/03/Forefathers-Group-200x200.jpg" class="attachment-thumbnail" alt="Forefathers Group 200x200 30 Inspiring Vintage Web Designs" title="Forefathers Group" /></a><br />
<a href='http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/attachment/small-stone/' title='Small Stone'><img width="200" height="200" src="http://blogfreakz.com/wp-content/uploads/2012/03/Small-Stone-200x200.jpg" class="attachment-thumbnail" alt="Small Stone 200x200 30 Inspiring Vintage Web Designs" title="Small Stone" /></a></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p>&nbsp;<br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/" title="vintage web design">vintage web design</a></li>
<li><a href="http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/" title="Wordpress Antique Template">WordPress Antique Template</a></li>
<li><a href="http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/" title="vintage web design inspiration">vintage web design inspiration</a></li>
<li><a href="http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/" title="cup cakes psd">cup cakes psd</a></li>
<li><a href="http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/" title="search bar design inspiration">search bar design inspiration</a></li>
<li><a href="http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/" title="best vintage websites design">best vintage websites design</a></li>
<li><a href="http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/" title="Web design">Web design</a></li>
<li><a href="http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/" title="vintage website design gallery">vintage website design gallery</a></li>
<li><a href="http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/" title="vintage webdesign 30s">vintage webdesign 30s</a></li>
<li><a href="http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/" title="vintage webdesign">vintage webdesign</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/web-design/30-inspiring-vintage-web-designs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Simulate Gravity with jQuery</title>
		<link>http://blogfreakz.com/tutorial/how-to-simulate-gravity-with-jquery/</link>
		<comments>http://blogfreakz.com/tutorial/how-to-simulate-gravity-with-jquery/#comments</comments>
		<pubDate>Tue, 27 Mar 2012 01:03:56 +0000</pubDate>
		<dc:creator>Marvin@Blogfreakz</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[free]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=26444</guid>
		<description><![CDATA[This nice jQuery effect by Gaya Kessler simulates gravity animation. The idea of this is when you hover above the string that holds both blocks, it will break and the block below will fall. Click on the image above to see how this works! Also, you can get the DEMO and SOURCE FILE here. Enjoy! [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.themeforest.net/tutorials/simulate-gravity-with-jquery/"><img class="aligncenter size-full wp-image-26446" title="Simulate Gravity with jQuery" src="http://blogfreakz.com/wp-content/uploads/2012/03/Simulate-Gravity-with-jQuery.jpg" alt="Simulate Gravity with jQuery How to Simulate Gravity with jQuery" width="422" height="267" /></a></p>
<p>This nice jQuery effect by Gaya Kessler simulates gravity animation. The idea of this is when you hover above the string that holds both blocks, it will break and the block below will fall. <strong>Click on the image above to see how this works!</strong></p>
<p>Also, you can get the <a href="http://themeforest.s3.amazonaws.com/74_jquery/jquerygravitysource/index.html" target="_blank"><strong>DEMO</strong></a> and <a href="http://themeforest.s3.amazonaws.com/74_jquery/jquerygravitysource.zip" target="_blank"><strong>SOURCE FILE</strong></a> here. Enjoy!<br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/tutorial/how-to-simulate-gravity-with-jquery/" title="jquery gravity">jquery gravity</a></li>
<li><a href="http://blogfreakz.com/tutorial/how-to-simulate-gravity-with-jquery/" title="jquery gravity effect">jquery gravity effect</a></li>
<li><a href="http://blogfreakz.com/tutorial/how-to-simulate-gravity-with-jquery/" title="gravity j query">gravity j query</a></li>
<li><a href="http://blogfreakz.com/tutorial/how-to-simulate-gravity-with-jquery/" title="database design CommentLuv">database design CommentLuv</a></li>
<li><a href="http://blogfreakz.com/tutorial/how-to-simulate-gravity-with-jquery/" title="simulate fall jquery">simulate fall jquery</a></li>
<li><a href="http://blogfreakz.com/tutorial/how-to-simulate-gravity-with-jquery/" title="simulate 0 gravity jquery">simulate 0 gravity jquery</a></li>
<li><a href="http://blogfreakz.com/tutorial/how-to-simulate-gravity-with-jquery/" title="jquery wrapInner">jquery wrapInner</a></li>
<li><a href="http://blogfreakz.com/tutorial/how-to-simulate-gravity-with-jquery/" title="jquery gravity tutorials">jquery gravity tutorials</a></li>
<li><a href="http://blogfreakz.com/tutorial/how-to-simulate-gravity-with-jquery/" title="jquery gravity effects">jquery gravity effects</a></li>
<li><a href="http://blogfreakz.com/tutorial/how-to-simulate-gravity-with-jquery/" title="jquery gravity animation">jquery gravity animation</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/tutorial/how-to-simulate-gravity-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

