<?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.com &#187; css</title>
	<atom:link href="http://blogfreakz.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogfreakz.com</link>
	<description>Web Development, Web Trends, open source resources</description>
	<lastBuildDate>Fri, 10 Feb 2012 05:40:03 +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>turn.js: A jQuery Page Flip Effect For HTML5</title>
		<link>http://blogfreakz.com/web-design/turn-js-a-jquery-page-flip-effect-for-html5/</link>
		<comments>http://blogfreakz.com/web-design/turn-js-a-jquery-page-flip-effect-for-html5/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 06:15:05 +0000</pubDate>
		<dc:creator>Keith@Blogfreakz</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[free plugin]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[turn.js]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=24947</guid>
		<description><![CDATA[Turn.js is a jQuery plugin that&#8217;s inspired by the effect found in iBooks and Maps for iOS, which simulates the act of flipping through a book&#8217;s pages. As described by creator Emmanuel Garcia, this effect will go well with sites about books, magazines, or any reading material. Click on the image below for the demo. [...]]]></description>
			<content:encoded><![CDATA[<p><strong></strong>Turn.js is a jQuery plugin that&#8217;s inspired by the effect found in iBooks and Maps for iOS, which simulates the act of flipping through a book&#8217;s pages. As described by creator <a href="http://www.turnjs.com/#credits" target="_blank"><strong>Emmanuel Garcia</strong></a>, this effect will go well with sites about books, magazines, or any reading material. Click on the image below for the demo.</p>
<p><a href="http://www.turnjs.com/#home" target="_blank"><img class="aligncenter size-large wp-image-24948" title="turn.js" src="http://blogfreakz.com/wp-content/uploads/2012/02/127-296x250.jpg" alt="127 296x250 turn.js: A jQuery Page Flip Effect For HTML5" width="296" height="250" /></a></p>
<p>You may download a copy of the light version <a href="http://www.turnjs.com/turn.min.js"><strong>here</strong></a> or the full version <a href="https://github.com/blasten/turn.js"><strong>here</strong></a>.</p>
<p>Below are snippets of the plugin:</p>
<p><strong>CSS</strong></p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="638" valign="top">
<pre><span style="color: #003366;">#magazine{</span></pre>
<pre><span style="color: #003366;">width:800px;</span></pre>
<pre><span style="color: #003366;">height:400px;</span></pre>
<pre><span style="color: #003366;">}</span></pre>
<pre><span style="color: #003366;">#magazine .turn-page{</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;">background-color:#ccc;</span></pre>
<pre><span style="color: #003366;">}</span></pre>
</td>
</tr>
</tbody>
</table>
<p><strong>HTML</strong></p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="638" valign="top">
<pre>&lt;<span style="color: #003366;">div id='magazine'&gt;</span></pre>
<pre><span style="color: #003366;">&lt;div&gt; Page   1 &lt;/div&gt;</span></pre>
<pre><span style="color: #003366;">&lt;div&gt; Page   2 &lt;/div&gt;</span></pre>
<pre><span style="color: #003366;">&lt;div&gt; Page   3 &lt;/div&gt;</span></pre>
<pre><span style="color: #003366;">&lt;/div&gt;</span></pre>
</td>
</tr>
</tbody>
</table>
<p><strong>jQuery</strong></p>
<table border="1" cellspacing="0" cellpadding="0" width="639" height="25">
<tbody>
<tr>
<td width="638" valign="top">
<pre><span style="color: #003366;">$('#magazine').turn();</span></pre>
</td>
</tr>
</tbody>
</table>
<p>That’s it! The plugin requires jQuery 1.7 or later and only weighs in at 15K. It also works on tablets and smartphones.<br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/web-design/turn-js-a-jquery-page-flip-effect-for-html5/" title="jquery multi book flip">jquery multi book flip</a></li>
<li><a href="http://blogfreakz.com/web-design/turn-js-a-jquery-page-flip-effect-for-html5/" title="jquery book">jquery book</a></li>
<li><a href="http://blogfreakz.com/web-design/turn-js-a-jquery-page-flip-effect-for-html5/" title="page flip effect html5">page flip effect html5</a></li>
<li><a href="http://blogfreakz.com/web-design/turn-js-a-jquery-page-flip-effect-for-html5/" title="jquery page flip demo">jquery page flip demo</a></li>
<li><a href="http://blogfreakz.com/web-design/turn-js-a-jquery-page-flip-effect-for-html5/" title="jquery book flip">jquery book flip</a></li>
<li><a href="http://blogfreakz.com/web-design/turn-js-a-jquery-page-flip-effect-for-html5/" title="animated page flip demo in jquery">animated page flip demo in jquery</a></li>
<li><a href="http://blogfreakz.com/web-design/turn-js-a-jquery-page-flip-effect-for-html5/" title="jquery">jquery</a></li>
<li><a href="http://blogfreakz.com/web-design/turn-js-a-jquery-page-flip-effect-for-html5/" title="javascript pageflip on ios">javascript pageflip on ios</a></li>
<li><a href="http://blogfreakz.com/web-design/turn-js-a-jquery-page-flip-effect-for-html5/" title="how to use turn js">how to use turn js</a></li>
<li><a href="http://blogfreakz.com/web-design/turn-js-a-jquery-page-flip-effect-for-html5/" title="animated page turns of a book using jquery">animated page turns of a book using jquery</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/web-design/turn-js-a-jquery-page-flip-effect-for-html5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Multi-Node Range and Data Slider</title>
		<link>http://blogfreakz.com/web-design/jquery-multi-node-range-and-data-slider/</link>
		<comments>http://blogfreakz.com/web-design/jquery-multi-node-range-and-data-slider/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 04:35:31 +0000</pubDate>
		<dc:creator>Marvin@Blogfreakz</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Gallery/Carousel/Slider]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[free tutorial]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[slider]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=24940</guid>
		<description><![CDATA[This is another jQuery slider that would amp up your website’s interface. The multi-node range and data slider, created by EGrappler, is extremely simple to use. It is highly customizable and has many functions aside from providing data selection and filtering. Click on the image for the demo. Download the zip file. &#160; CSS .slider.default [...]]]></description>
			<content:encoded><![CDATA[<p>This is another jQuery slider that would amp up your website’s interface. The multi-node range and data slider, created by <a href="http://www.egrappler.com/" target="_blank"><strong>EGrappler</strong></a>, is extremely simple to use. It is highly customizable and has many functions aside from providing data selection and filtering.</p>
<p style="text-align: center;"><a href="http://www.egrappler.com/jqslider/demo.htm" target="_blank"><img class="aligncenter size-full wp-image-24941" title="Multi-Node Slider" src="http://blogfreakz.com/wp-content/uploads/2012/02/Multi-Node-Slider.jpg" alt="Multi Node Slider jQuery Multi Node Range and Data Slider" width="467" height="231" /></a><strong>Click on the image for the demo.</strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p>Download the <a href="http://www.egrappler.com/jqslider/jqslider.zip" target="_blank"><strong>zip file</strong></a>.</p>
<p><strong> </strong></p>
<p>&nbsp;</p>
<p><strong>CSS</strong></p>
<pre><span style="color: #003366;">.slider.default</span></pre>
<pre><span style="color: #003366;">{</span></pre>
<pre><span style="color: #003366;">background-color: #D2DBEC;</span></pre>
<pre><span style="color: #003366;">border: 1px solid #299BC9;</span></pre>
<pre><span style="color: #003366;">-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;</span></pre>
<pre><span style="color: #003366;">-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;</span></pre>
<pre><span style="color: #003366;">width: 200px;</span></pre>
<pre><span style="color: #003366;">height: 4px;</span></pre>
<pre><span style="color: #003366;">background-image: -o-linear-gradient(#ADC7EB, #D2DBEC);</span></pre>
<pre><span style="color: #003366;">}</span></pre>
<pre><span style="color: #003366;">.inner.default</span></pre>
<pre><span style="color: #003366;">{</span></pre>
<pre><span style="color: #003366;">background: #299BC9;</span></pre>
<pre><span style="color: #003366;">-moz-box-shadow: 0 1px 2px rgba(17, 35, 45, 0.6) inset;</span></pre>
<pre><span style="color: #003366;">-webkit-box-shadow: 0 1px 2px rgba(17, 35, 45, 0.6) inset;</span></pre>
<pre><span style="color: #003366;">}</span></pre>
<pre><span style="color: #003366;">.draghandle.default</span></pre>
<pre><span style="color: #003366;">{</span></pre>
<pre><span style="color: #003366;">width: 8px;</span></pre>
<pre><span style="color: #003366;">height: 20px;</span></pre>
<pre><span style="color: #003366;">background-color: #299BC9;</span></pre>
<pre><span style="color: #003366;">}</span></pre>
<pre><span style="color: #003366;">.draghandle.default.selected</span></pre>
<pre><span style="color: #003366;">{</span></pre>
<pre><span style="color: #003366;">background-color: #ADC7EB;</span></pre>
<pre><span style="color: #003366;">}</span></pre>
<p><strong><br />
</strong></p>
<p>The above code is for the default theme, and you can change it into your theme name. Aside from the default theme, you can choose from the following theme colors: simple, blue, steel, green, dark-green, orange and red.</p>
<p>When your theme is all set, you can use it like so:</p>
<pre><span style="color: #003366;">$('#my-slider').jqslider({theme:'YOUR THEME NAME HERE'});</span></pre>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td></td>
</tr>
</tbody>
</table>
<p>Add the following in the head section of your HTML file</p>
<ol>
<li>Add a reference to latest jQuery script</li>
<li>Add a reference to jqslider.js</li>
<li>Add a reference to jqslider.css</li>
</ol>
<p>Add block element (div) within body of HTML and assign id and call jqslider initialize function.</p>
<pre><span style="color: #003366;">&lt;div id="jqslider"&gt;&lt;/div&gt;</span></pre>
<pre><span style="color: #003366;">&lt;script type="text/javascript"&gt;</span></pre>
<pre><span style="color: #003366;">$(document).ready(function() {</span></pre>
<pre><span style="color: #003366;">$('#jqslider').jqslider({ theme:'steel' });</span></pre>
<pre><span style="color: #003366;">});</span></pre>
<pre><span style="color: #003366;">&lt;/script&gt;</span></pre>
<table border="0" cellspacing="0" cellpadding="0" width="1" height="14">
<tbody>
<tr>
<td></td>
</tr>
</tbody>
</table>
<p>&nbsp;<br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/web-design/jquery-multi-node-range-and-data-slider/" title="blogger jQuery">blogger jQuery</a></li>
<li><a href="http://blogfreakz.com/web-design/jquery-multi-node-range-and-data-slider/" title="jquery chart fillcolor">jquery chart fillcolor</a></li>
<li><a href="http://blogfreakz.com/web-design/jquery-multi-node-range-and-data-slider/" title="jquery multi range slider">jquery multi range slider</a></li>
<li><a href="http://blogfreakz.com/web-design/jquery-multi-node-range-and-data-slider/" title="jquery multi slider range">jquery multi slider range</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/web-design/jquery-multi-node-range-and-data-slider/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create YouTube Popup Buttons with CSS</title>
		<link>http://blogfreakz.com/web-design/how-to-create-youtube-popup-buttons-with-css/</link>
		<comments>http://blogfreakz.com/web-design/how-to-create-youtube-popup-buttons-with-css/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 11:53:12 +0000</pubDate>
		<dc:creator>Keith@Blogfreakz</dc:creator>
				<category><![CDATA[Buttons]]></category>
		<category><![CDATA[Software & Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=24819</guid>
		<description><![CDATA[Here&#8217;s  a very cool CSS trick I found that will let you have the same buttons as those in YouTube&#8217;s footer! But first, lots of thanks to the following coders below: Dennis Sa - for the jsbin of the matte buttons http://jsbin.com/efesot/6 Trevor Gerzen – for applying the transitions, and Chris Coyier &#8211; for coming [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="text-decoration: underline;"> </span></strong>Here&#8217;s  a very cool CSS trick I found that will let you have the same buttons as those in YouTube&#8217;s footer! But first, lots of thanks to the following coders below:</p>
<ul>
<li><a href="http://forrst.me/mdennisa"><strong>Dennis Sa</strong></a><strong> </strong>- for the jsbin of the matte buttons http://jsbin.com/efesot/6</li>
<li><a href="http://dabblet.com/gist/1590204"><strong>Trevor Gerzen</strong></a><strong> </strong>– for applying the transitions, and</li>
<li><a href="http://chriscoyier.net/"><strong>Chris Coyier</strong></a> &#8211; for coming up with this neat trick and sharing it on the web.</li>
</ul>
<p>&nbsp;</p>
<p><img class="aligncenter size-medium wp-image-24821" title="YouTube buttons" src="http://blogfreakz.com/wp-content/uploads/2012/02/114-285x117.jpg" alt="114 285x117 How to Create YouTube Popup Buttons with CSS" width="285" height="117" /></p>
<p>&nbsp;</p>
<p><strong>HTML</strong></p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="638" valign="top"><span style="color: #003366;">&lt;button role=&#8221;button&#8221;&gt;</span></p>
<p><span style="color: #003366;">Button #1</span></p>
<p><span style="color: #003366;">&lt;/button&gt;</span></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p>As for the base styles for all three states (default, hover, active):</p>
<p><strong>CSS</strong></p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="638" valign="top"><span style="color: #003366;">.button {</span></p>
<p><span style="color: #003366;">border: 1px solid #DDD;</span></p>
<p><span style="color: #003366;">border-radius: 3px;</span></p>
<p><span style="color: #003366;">text-shadow: 0 1px 1px   white;</span></p>
<p><span style="color: #003366;">-webkit-box-shadow: 0 1px   1px #fff;</span></p>
<p><span style="color: #003366;">-moz-box-shadow:    0 1px 1px #fff;</span></p>
<p><span style="color: #003366;">box-shadow:         0 1px 1px #fff;</span></p>
<p><span style="color: #003366;">font: bold 11px Sans-Serif;</span></p>
<p><span style="color: #003366;">padding: 6px 10px;</span></p>
<p><span style="color: #003366;">white-space: nowrap;</span></p>
<p><span style="color: #003366;">vertical-align: middle;</span></p>
<p><span style="color: #003366;">color: #666;</span></p>
<p><span style="color: #003366;">background: transparent;</span></p>
<p><span style="color: #003366;">cursor: pointer;</span></p>
<p><span style="color: #003366;">}</span></p>
<p><span style="color: #003366;">.button:hover, .button:focus {</span></p>
<p><span style="color: #003366;">border-color: #999;</span></p>
<p><span style="color: #003366;">background:   -webkit-linear-gradient(top, white, #E0E0E0);</span></p>
<p><span style="color: #003366;">background:    -moz-linear-gradient(top, white,   #E0E0E0);</span></p>
<p><span style="color: #003366;">background:     -ms-linear-gradient(top, white,   #E0E0E0);</span></p>
<p><span style="color: #003366;">background:      -o-linear-gradient(top, white,   #E0E0E0);</span></p>
<p><span style="color: #003366;">-webkit-box-shadow: 0 1px   2px rgba(0,0,0,0.25), inset 0 0 3px #fff;</span></p>
<p><span style="color: #003366;">-moz-box-shadow:    0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px   #fff;</span></p>
<p><span style="color: #003366;">box-shadow:         0 1px 2px rgba(0,0,0,0.25), inset 0   0 3px #fff;</span></p>
<p><span style="color: #003366;">}</span></p>
<p><span style="color: #003366;">.button:active {</span></p>
<p><span style="color: #003366;">border: 1px solid #AAA;</span></p>
<p><span style="color: #003366;">border-bottom-color: #CCC;</span></p>
<p><span style="color: #003366;">border-top-color: #999;</span></p>
<p><span style="color: #003366;">-webkit-box-shadow: inset 0   1px 2px #aaa;</span></p>
<p><span style="color: #003366;">-moz-box-shadow:    inset 0 1px 2px #aaa;</span></p>
<p><span style="color: #003366;">box-shadow:         inset 0 1px 2px #aaa;</span></p>
<p><span style="color: #003366;">background:   -webkit-linear-gradient(top, #E6E6E6, gainsboro);</span></p>
<p><span style="color: #003366;">background:    -moz-linear-gradient(top, #E6E6E6,   gainsboro);</span></p>
<p><span style="color: #003366;">background:     -ms-linear-gradient(top, #E6E6E6,   gainsboro);</span></p>
<p><span style="color: #003366;">background:      -o-linear-gradient(top, #E6E6E6,   gainsboro);</span></p>
<p><span style="color: #003366;">}</span></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p><strong>NOTE</strong>: This is short tutorial just teaches you how to mimic the look and not the function. So if you want to be able to include menu functionality on the buttons (like YouTube does) you can check out this<strong> <a href="http://net.tutsplus.com/tutorials/javascript-ajax/5-ways-to-make-ajax-calls-with-jquery/">link</a></strong> and try incorporating the code there with the one here.</p>
<p><a href="http://css-tricks.com/examples/YouTubeButtons/"><strong>Demo</strong></a></p>
<p><a href="http://css-tricks.com/examples/YouTubeButtons.zip"><strong>Download Files</strong></a></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/web-design/how-to-create-youtube-popup-buttons-with-css/" title="popup white css">popup white css</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-create-youtube-popup-buttons-with-css/" title="youtube icons">youtube icons</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-create-youtube-popup-buttons-with-css/" title="button popup css">button popup css</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-create-youtube-popup-buttons-with-css/" title="youtube">youtube</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-create-youtube-popup-buttons-with-css/" title="how to design button like youtube with css">how to design button like youtube with css</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-create-youtube-popup-buttons-with-css/" title="free css web popup design">free css web popup design</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-create-youtube-popup-buttons-with-css/" title="css3 free template">css3 free template</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-create-youtube-popup-buttons-with-css/" title="css youtube style button">css youtube style button</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-create-youtube-popup-buttons-with-css/" title="Cool 61 css">Cool 61 css</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-create-youtube-popup-buttons-with-css/" title="youtube style popup buttons">youtube style popup buttons</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/web-design/how-to-create-youtube-popup-buttons-with-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Quaintly Designed CSS Typographic Grid</title>
		<link>http://blogfreakz.com/others/a-quaintly-designed-css-typographic-grid/</link>
		<comments>http://blogfreakz.com/others/a-quaintly-designed-css-typographic-grid/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 13:17:02 +0000</pubDate>
		<dc:creator>Keith@Blogfreakz</dc:creator>
				<category><![CDATA[CSS Layout]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Others]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[typographic grid]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=24794</guid>
		<description><![CDATA[Here&#8217;s a very fascinating take on creating a CSS grid by Chris Coyier. If you&#8217;re site is text-heavy then this kind of layout might suit it perfectly. Check out the demo to see how it works. Horizontal Grid &#160; Vertical Grid The concept is inspired by one Richard Rutter with his article Compose to a [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a very fascinating take on creating a CSS grid by <a href="http://chriscoyier.net/"><strong>Chris Coyier</strong></a>. If you&#8217;re site is text-heavy then this kind of layout might suit it perfectly. Check out the <a href="http://css-tricks.com/examples/TypographicGrid/"><strong>demo</strong></a> to see how it works.</p>
<p style="text-align: center;"><a href="http://blog.webexpedition18.netdna-cdn.com/wp-content/uploads/2011/11/01grid.jpg" target="_blank"><img class="aligncenter size-large wp-image-24795" title="Horizontal Grid" src="http://blogfreakz.com/wp-content/uploads/2012/02/111-569x250.jpg" alt="111 569x250 A Quaintly Designed CSS Typographic Grid" width="569" height="250" /></a><strong>Horizontal Grid</strong></p>
<p>&nbsp;</p>
<p style="text-align: center;"><a href="http://css-tricks.com/examples/TypographicGrid/" target="_blank"><img class="aligncenter size-large wp-image-24796" title="Vertical Grid" src="http://blogfreakz.com/wp-content/uploads/2012/02/210-570x250.jpg" alt="210 570x250 A Quaintly Designed CSS Typographic Grid" width="570" height="250" /></a><strong>Vertical Grid</strong></p>
<p>The concept is inspired by one <strong>Richard Rutter</strong> with his article <a href="http://24ways.org/2006/compose-to-a-vertical-rhythm"><strong>Compose to a Vertical Rhythm</strong></a>. If you&#8217;re having trouble trying to align your site&#8217;s font with the grid because of the size variation, you can use a few tools like <a href="http://topfunky.com/baseline-rhythm-calculator/"><strong>Baseline Rhythm Calculator</strong></a>, <a href="http://www.sprymedia.co.uk/article/Grid"><strong>Grid bookmarklet</strong></a>, and Adobe Air <a href="http://www.jameswhittaker.com/blog/article/em-based-layouts-vertical-rhythm-calculator/"><strong>EM calculator</strong></a> to help you out with the math. Or better yet, try getting some <a href="http://pxtoem.com/"><strong>EM-based CSS</strong></a>.<br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/others/a-quaintly-designed-css-typographic-grid/" title="grid css">grid css</a></li>
<li><a href="http://blogfreakz.com/others/a-quaintly-designed-css-typographic-grid/" title="simple website templates quaint">simple website templates quaint</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/others/a-quaintly-designed-css-typographic-grid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create Polaroid Images with CSS3</title>
		<link>http://blogfreakz.com/web-design/how-to-create-polaroid-images-with-css3/</link>
		<comments>http://blogfreakz.com/web-design/how-to-create-polaroid-images-with-css3/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 04:23:40 +0000</pubDate>
		<dc:creator>Marvin@Blogfreakz</dc:creator>
				<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Gallery/Carousel/Slider]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[image gallery]]></category>
		<category><![CDATA[polaroid]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=24559</guid>
		<description><![CDATA[Create a Polaroid effect with your images using CSS3! Mark of Zurb.com teaches us how to do it in this uber-cool tutorial. Click on the above image to view the demo. This is done with only CSS and no Javascript, with no actual text used on the images. It works on a grid of linked [...]]]></description>
			<content:encoded><![CDATA[<p><strong> </strong></p>
<p>Create a Polaroid effect with your images using CSS3! Mark of <a href="http://www.zurb.com/playground/css3-polaroids" target="_blank"><strong>Zurb.com</strong></a> teaches us how to do it in this uber-cool tutorial.</p>
<p style="text-align: center;"><a href="http://www.zurb.com/playground/css3-polaroids"><img class="aligncenter size-large wp-image-24560" title="Polaroid Images" src="http://blogfreakz.com/wp-content/uploads/2012/01/117-385x250.jpg" alt="117 385x250 How to Create Polaroid Images with CSS3" width="385" height="250" /></a><strong>Click on the above image to view the demo.</strong></p>
<p>This is done with only CSS and no Javascript, with no actual text used on the images. It works on a grid of linked images that can randomly switch, just like flipping through a stack of photos. You can use any images you want to set the groundwork.</p>
<p><strong> </strong></p>
<p><strong>CSS</strong></p>
<p><span style="color: #003366;">ul.polaroids a:after {</span></p>
<p><span style="color: #003366;">content: attr(title);</span></p>
<p><span style="color: #003366;">}</span></p>
<p><strong> </strong></p>
<p><strong>CSS to randomly rotate the images</strong></p>
<p><span style="color: #003366;">/* By default, we tilt all our images -2 degrees */</span></p>
<p><span style="color: #003366;">ul.polaroids a {</span></p>
<p><span style="color: #003366;">-webkit-transform: rotate(-2deg);</span></p>
<p><span style="color: #003366;">-moz-transform: rotate(-2deg);</span></p>
<p><span style="color: #003366;">}</span></p>
<p><span style="color: #003366;">/* Rotate all even images 2 degrees */</span></p>
<p><span style="color: #003366;">ul.polaroids li:nth-child(even) a {</span></p>
<p><span style="color: #003366;">-webkit-transform: rotate(2deg);</span></p>
<p><span style="color: #003366;">-moz-transform: rotate(2deg);</span></p>
<p><span style="color: #003366;">}</span></p>
<p><span style="color: #003366;">/* Don&#8217;t rotate every third image, but offset its position */</span></p>
<p><span style="color: #003366;">ul.polaroids li:nth-child(3n) a {</span></p>
<p><span style="color: #003366;">-webkit-transform: none;</span></p>
<p><span style="color: #003366;">-moz-transform: none;</span></p>
<p><span style="color: #003366;">position: relative;</span></p>
<p><span style="color: #003366;">top: -5px;</span></p>
<p><span style="color: #003366;">}</span></p>
<p><span style="color: #003366;">/* Rotate every fifth image by 5 degrees and offset it */</span></p>
<p><span style="color: #003366;">ul.polaroids li:nth-child(5n) a {</span></p>
<p><span style="color: #003366;">-webkit-transform: rotate(5deg);</span></p>
<p><span style="color: #003366;">-moz-transform: rotate(5deg);</span></p>
<p><span style="color: #003366;">position: relative;</span></p>
<p><span style="color: #003366;">right: 5px;</span></p>
<p><span style="color: #003366;">}</span></p>
<p><span style="color: #003366;">/* Keep default rotate for every eighth, but offset it */</span></p>
<p><span style="color: #003366;">ul.polaroids li:nth-child(8n) a {</span></p>
<p><span style="color: #003366;">position: relative;</span></p>
<p><span style="color: #003366;">top: 8px;</span></p>
<p><span style="color: #003366;">right: 5px;</span></p>
<p><span style="color: #003366;">}</span></p>
<p><span style="color: #003366;">/* Keep default rotate for every eleventh, but offset it */</span></p>
<p><span style="color: #003366;">ul.polaroids li:nth-child(11n) a {</span></p>
<p><span style="color: #003366;">position: relative;</span></p>
<p><span style="color: #003366;">top: 3px;</span></p>
<p><span style="color: #003366;">left: -5px;</span></p>
<p><span style="color: #003366;">}</span></p>
<p><strong>For the hover effect</strong></p>
<p><span style="color: #003366;">/* Scale the images on hover, add transitions for smoothing things out, and ensure the hover appears on top */</span></p>
<p><span style="color: #003366;">ul.polaroids a:hover {</span></p>
<p><span style="color: #003366;">-webkit-transform: scale(1.25);</span></p>
<p><span style="color: #003366;">-moz-transform: scale(1.25);</span></p>
<p><span style="color: #003366;">position: relative;</span></p>
<p><span style="color: #003366;">z-index: 5;</span></p>
<p><span style="color: #003366;">}</span></p>
<p><strong>Final details</strong></p>
<p><span style="color: #003366;">/* Add drop shadows and smooth out the transition (Safari only) */</span></p>
<p><span style="color: #003366;">ul.polaroids a {</span></p>
<p><span style="color: #003366;">-webkit-transition: -webkit-transform .15s linear;</span></p>
<p><span style="color: #003366;">-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);</span></p>
<p><span style="color: #003366;">-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);</span></p>
<p><span style="color: #003366;">}</span></p>
<p><span style="color: #003366;">/* On hover, darken the shadows a bit */</span></p>
<p><span style="color: #003366;">ul.polaroids a {</span></p>
<p><span style="color: #003366;">-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5);</span></p>
<p><span style="color: #003366;">-moz-box-shadow: 0 3px 6px rgba(0,0,0,.5);</span></p>
<p><span style="color: #003366;">}</span></p>
<p><strong>Note</strong>: This requires Safari 4.x and Chrome 5 for you to see the full effect. If you use Firefox, the enlarging transition can’t be viewed.</p>
<p><strong><br />
</strong></p>
<p><strong> </strong><br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/web-design/how-to-create-polaroid-images-with-css3/" title="how to create polaroid in css3">how to create polaroid in css3</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-create-polaroid-images-with-css3/" title="css3 rotate">css3 rotate</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-create-polaroid-images-with-css3/" title="polaroid effect">polaroid effect</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-create-polaroid-images-with-css3/" title="polaroid foto effect">polaroid foto effect</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/web-design/how-to-create-polaroid-images-with-css3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>6 Useful CSS Color Tools</title>
		<link>http://blogfreakz.com/wordpress-tutorial/6-useful-css-color-tools/</link>
		<comments>http://blogfreakz.com/wordpress-tutorial/6-useful-css-color-tools/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 02:57:11 +0000</pubDate>
		<dc:creator>Marvin@Blogfreakz</dc:creator>
				<category><![CDATA[Color Picker]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Software & Tools]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=24504</guid>
		<description><![CDATA[If you wish to design your WordPress blog’s appearance by yourself, you can rely on CSS. Here are 6 useful CSS color tools that could help get you started. Color Scheme Designer Color Scheme Designer provides colors in color wheel form.  It has different color variations in percentage ratio like mono, tetrad, triad, analogic, accented [...]]]></description>
			<content:encoded><![CDATA[<p>If you wish to design your WordPress blog’s appearance by yourself, you can rely on CSS. Here are 6 useful CSS color tools that could help get you started.</p>
<p><a href="http://colorschemedesigner.com/" target="_blank"><strong>Color Scheme Designer</strong></a></p>
<p>Color Scheme Designer provides colors in color wheel form.  It has different color variations in percentage ratio like mono, tetrad, triad, analogic, accented analogic and complementary. This is especially useful in creating color combinations that work.</p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><a href="http://2.bp.blogspot.com/_Eiwce13X738/S-hEjZritBI/AAAAAAAAIQk/pbxnRDP_Vjc/s1600/ColorSchemeDesigner.1.png"><img class="aligncenter size-medium wp-image-24505" title="ColorSchemeDesigner" src="http://blogfreakz.com/wp-content/uploads/2012/01/115-285x175.jpg" alt="115 285x175 6 Useful CSS Color Tools" width="285" height="175" /></a></p>
<p><span style="color: #888888;"><strong><a href="http://www.colorzilla.com/gradient-editor/" target="_blank">Ultimate CSS Gradient Generator</a></strong></span></p>
<p>This gradient editor and generator tool allows you to make CSS gradients with cross-browser support. It has a Photoshop-like interface, opacity support with opacity stops, import from image and existing CSS, flexible preview panel, over 135 gradient presets and more!</p>
<p><a href="http://www.practicalecommerce.com/uploads/images/0002/5388/Ultimate_CSS_Gradient_Generator.jpg"><img class="aligncenter size-medium wp-image-24506" title="Ultimate CSS Gradient Generator" src="http://blogfreakz.com/wp-content/uploads/2012/01/29-285x175.jpg" alt="29 285x175 6 Useful CSS Color Tools" width="285" height="175" /></a></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><a href="http://www.quackit.com/css/css_color_codes.cfm" target="_blank"><strong>CSS ColorCodes</strong></a></p>
<p>With this tool, you can select any color from the color picker then copy its hexadecimal value from the bottom field. It also has 2 options which you can provide the RGB and hexadecimal color codes.</p>
<p><a href="http://www.csstextdecoration.com/images/css-color-codes.png"><img class="aligncenter size-medium wp-image-24507" title="CSS ColorCodes" src="http://blogfreakz.com/wp-content/uploads/2012/01/35-285x175.jpg" alt="35 285x175 6 Useful CSS Color Tools" width="285" height="175" /></a></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><a href="http://www.cssdrive.com/imagepalette/index.php" target="_blank"><strong>Colors Palette Generator</strong></a></p>
<p>Colors Palette Generator allows you to upload any image you want for generating and using a color palette based on the image’s primary colors.</p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><a href="http://www.funspill.com/content//2010/03/online-color-tools/cssdrive-image-to-colors-palette-generator.png"><img class="aligncenter size-medium wp-image-24510" title="CSS Drive Colors Palette Generator" src="http://blogfreakz.com/wp-content/uploads/2012/01/44-285x175.jpg" alt="44 285x175 6 Useful CSS Color Tools" width="285" height="175" /></a></p>
<p><strong> </strong></p>
<p><a href="http://www.w3schools.com/cssref/css_colors.asp" target="_blank"><strong>CSS Colors</strong></a></p>
<p>This tool offers over 16 million colors with both RGB and hexadecimal color modes.</p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><a href="http://smashinghub.com/wp-content/uploads/2011/11/CSS-Colors1.jpg"><img class="aligncenter size-medium wp-image-24511" title="CSS Colors" src="http://blogfreakz.com/wp-content/uploads/2012/01/55-285x175.jpg" alt="55 285x175 6 Useful CSS Color Tools" width="285" height="175" /></a></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><a href="http://tools.dynamicdrive.com/gradient/" target="_blank"><strong>Gradient Image Maker</strong></a></p>
<p>Gradient Image Maker creates gradient images that you can use in your website’s template design. It lets you generate 3 types of gradient images with instant previewing.</p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><a href="http://net.onextrapixel.com/wp-content/uploads/2011/10/cssgenerator6.jpg"><img class="aligncenter size-medium wp-image-24512" title="Gradient Image Maker" src="http://blogfreakz.com/wp-content/uploads/2012/01/64-285x175.jpg" alt="64 285x175 6 Useful CSS Color Tools" width="285" height="175" /></a></p>
<p><strong> </strong></p>
<p><strong> </strong><br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/wordpress-tutorial/6-useful-css-color-tools/" title="color design table css">color design table css</a></li>
<li><a href="http://blogfreakz.com/wordpress-tutorial/6-useful-css-color-tools/" title="primary hexadecimal colors">primary hexadecimal colors</a></li>
<li><a href="http://blogfreakz.com/wordpress-tutorial/6-useful-css-color-tools/" title="color tools">color tools</a></li>
<li><a href="http://blogfreakz.com/wordpress-tutorial/6-useful-css-color-tools/" title="css color">css color</a></li>
<li><a href="http://blogfreakz.com/wordpress-tutorial/6-useful-css-color-tools/" title="hexadecimal color codes">hexadecimal color codes</a></li>
<li><a href="http://blogfreakz.com/wordpress-tutorial/6-useful-css-color-tools/" title="hexadecimal colors">hexadecimal colors</a></li>
<li><a href="http://blogfreakz.com/wordpress-tutorial/6-useful-css-color-tools/" title="palette color maker">palette color maker</a></li>
<li><a href="http://blogfreakz.com/wordpress-tutorial/6-useful-css-color-tools/" title="smash box color pallets">smash box color pallets</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/wordpress-tutorial/6-useful-css-color-tools/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>jQuery Apple Retina Effect</title>
		<link>http://blogfreakz.com/web-design/jquery-apple-retina-effect/</link>
		<comments>http://blogfreakz.com/web-design/jquery-apple-retina-effect/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 14:23:22 +0000</pubDate>
		<dc:creator>Marvin@Blogfreakz</dc:creator>
				<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=24418</guid>
		<description><![CDATA[Recreate Apple’s Retina display with this awesome tutorial! Thanks to web developer Martin Angelov, he designed a fully functional Apple-like Retina effect using the jQuery library. Below are the steps on how to achieve this effect. 1. XHTML The markup is pretty much straight forward and has few divs and images. &#60;div id="main"&#62; &#60;div id="iphone"&#62; [...]]]></description>
			<content:encoded><![CDATA[<p><strong> </strong>Recreate Apple’s Retina display with this awesome tutorial! Thanks to web developer <strong><a href="http://tutorialzine.com" target="_blank">Martin Angelov</a></strong>, he designed a fully functional Apple-like Retina effect using the jQuery library.</p>
<p><a href="http://www.designdim.com/wp-content/uploads/2011/03/jquery-retina-effect-tutorialzine.jpg"><img class="aligncenter size-large wp-image-24429" title="Apple Retina" src="http://blogfreakz.com/wp-content/uploads/2012/01/110-451x250.jpg" alt="110 451x250 jQuery Apple Retina Effect " width="451" height="250" /></a></p>
<p>Below are the steps on how to achieve this effect.</p>
<p><strong>1. </strong><strong>XHTML</strong><strong> </strong></p>
<p>The markup is pretty much straight forward and has few divs and images.</p>
<pre><span style="color: #003366;">&lt;div id="main"&gt;</span></pre>
<pre><span style="color: #003366;">&lt;div id="iphone"&gt;</span></pre>
<pre><span style="color: #003366;">&lt;div id="webpage"&gt;</span></pre>
<pre><span style="color: #003366;">&lt;img src="img/webpage.png" width="499" height="283" alt="Web Page" /&gt;</span></pre>
<pre><span style="color: #003366;">&lt;div id="retina"&gt;&lt;/div&gt;</span></pre>
<pre><span style="color: #003366;">&lt;/div&gt;</span></pre>
<pre><span style="color: #003366;">&lt;/div&gt;</span></pre>
<pre><span style="color: #003366;">&lt;/div&gt;</span></pre>
<p>This is a simulation of what you will achieve with the above code.</p>
<p><strong> </strong></p>
<p><strong>2. CSS</strong></p>
<p>This is the styling for the retina divs, iPhone and webpage effect.</p>
<p><strong>Styles.css</strong></p>
<pre><span style="color: #003366;">#iphone{</span>
<span style="color: #003366;">        /* The iphone frame div */</span>
<span style="color: #003366;">        width:750px;</span>
<span style="color: #003366;">        height:400px;</span>
<span style="color: #003366;">        background:url('img/iphone_4G.png') no-repeat center center;</span>
<span style="color: #003366;">}</span>

<span style="color: #003366;">#webpage{</span>
<span style="color: #003366;">        /* Contains the webpage screenshot */</span>
<span style="color: #003366;">        width:499px;</span>
<span style="color: #003366;">        height:283px;</span>
<span style="color: #003366;">        position:absolute;</span>
<span style="color: #003366;">        top:50%;</span>
<span style="color: #003366;">        left:50%;</span>
<span style="color: #003366;">        margin:-141px 0 0 -249px;</span>
<span style="color: #003366;">}</span>

<span style="color: #003366;">#retina{</span>
<span style="color: #003366;">        /* The Retina effect */</span>
<span style="color: #003366;">        background:url('img/webpage.png') no-repeat center center white;</span>
<span style="color: #003366;">        border:2px solid white;</span>

<span style="color: #003366;">        /* Positioned absolutely, so we can move it around */</span>
<span style="color: #003366;">        position:absolute;</span>
<span style="color: #003366;">        height:180px;</span>
<span style="color: #003366;">        width:180px;</span>

<span style="color: #003366;">        /* Hidden by default */</span>
<span style="color: #003366;">        display:none;</span>

<span style="color: #003366;">        /* A blank cursor, notice the default fallback */</span>
<span style="color: #003366;">        cursor:url('img/blank.cur'),default;</span>

<span style="color: #003366;">        /* CSS3 Box Shadow */</span>
<span style="color: #003366;">        -moz-box-shadow:0 0 5px #777, 0 0 10px #aaa inset;</span>
<span style="color: #003366;">        -webkit-box-shadow:0 0 5px #777;</span>
<span style="color: #003366;">        box-shadow:0 0 5px #777, 0 0 10px #aaa inset;</span>

<span style="color: #003366;">        /* CSS3 rounded corners */</span>
<span style="color: #003366;">        -moz-border-radius:90px;</span>
<span style="color: #003366;">        -webkit-border-radius:90px;</span>
<span style="color: #003366;">        border-radius:90px;</span>
<span style="color: #003366;">}</span>

<span style="color: #003366;">#retina.chrome{</span>
<span style="color: #003366;">        /* A special chrome version of the cursor */</span>
<span style="color: #003366;">        cursor:url('img/blank_google_chrome.cur'),default;</span>
<span style="color: #003366;">}</span>

<span style="color: #003366;">#main{</span>
<span style="color: #003366;">        /* The main div */</span>
<span style="color: #003366;">        margin:40px auto;</span>
<span style="color: #003366;">        position:relative;</span>
<span style="color: #003366;">        width:750px;</span>
<span style="color: #003366;">}</span></pre>
<p><strong>3. </strong><strong>jQuery</strong></p>
<p><strong>script.js</strong></p>
<p><strong> </strong></p>
<pre><span style="color: #003366;">$(document).ready(function(){</span>

<span style="color: #003366;">        /* This code is executed on the document ready event */</span>

<span style="color: #003366;">        var left       = 0,</span>
<span style="color: #003366;">               top            = 0,</span>
<span style="color: #003366;">               sizes   = { retina: { width:190, height:190 },</span>
<span style="color: #003366;">                               webpage:{ width:500, height:283 } },</span>
<span style="color: #003366;">               webpage = $('#webpage'),</span>
<span style="color: #003366;">               offset  = { left: webpage.offset().left, top: webpage.offset().top },</span>
<span style="color: #003366;">               retina  = $('#retina');</span>

<span style="color: #003366;">        if(navigator.userAgent.indexOf('Chrome')!=-1)</span>
<span style="color: #003366;">        {</span>
<span style="color: #003366;">               /*      Applying a special chrome curosor,</span>
<span style="color: #003366;">                       as it fails to render completely blank curosrs. */</span>

<span style="color: #003366;">               retina.addClass('chrome');</span>
<span style="color: #003366;">        }</span>

<span style="color: #003366;">        webpage.mousemove(function(e){</span>

<span style="color: #003366;">               left = (e.pageX-offset.left);</span>
<span style="color: #003366;">               top = (e.pageY-offset.top);</span>

<span style="color: #003366;">               if(retina.is(':not(:animated):hidden')){</span>
<span style="color: #003366;">                       /* Fixes a bug where the retina div is not shown */</span>
<span style="color: #003366;">                       webpage.trigger('mouseenter');</span>
<span style="color: #003366;">               }</span>

<span style="color: #003366;">               if(left&lt;0 || top&lt;0 || left &gt; sizes.webpage.width ||</span>
<span style="color: #003366;">                       top &gt; sizes.webpage.height)</span>
<span style="color: #003366;">               {</span>
<span style="color: #003366;">                       /*      If we are out of the bondaries of the</span>
<span style="color: #003366;">                               webpage screenshot, hide the retina div */</span>

<span style="color: #003366;">                       if(!retina.is(':animated')){</span>
<span style="color: #003366;">                               webpage.trigger('mouseleave');</span>
<span style="color: #003366;">                       }</span>
<span style="color: #003366;">                       return false;</span>
<span style="color: #003366;">               }</span>

<span style="color: #003366;">               /*      Moving the retina div with the mouse</span>
<span style="color: #003366;">                       (and scrolling the background) */</span>

<span style="color: #003366;">               retina.css({</span>
<span style="color: #003366;">                       left                           : left - sizes.retina.width/2,</span>
<span style="color: #003366;">                       top                                   : top - sizes.retina.height/2,</span>
<span style="color: #003366;">                       backgroundPosition     : '-'+(1.6*left)+'px -'+(1.35*top)+'px'</span>
<span style="color: #003366;">               });</span>

<span style="color: #003366;">        }).mouseleave(function(){</span>
<span style="color: #003366;">               retina.stop(true,true).fadeOut('fast');</span>
<span style="color: #003366;">        }).mouseenter(function(){</span>
<span style="color: #003366;">               retina.stop(true,true).fadeIn('fast');</span>
<span style="color: #003366;">        });</span>
<span style="color: #003366;">});</span></pre>
<p><strong> </strong></p>
<p>Angelov also provided a zip file which you may download <strong><a href="http://demo.tutorialzine.com/2010/06/apple-like-retina-effect-jquery-css/demo.zip" target="_blank">here</a><a href="http://demo.tutorialzine.com/2010/06/apple-like-retina-effect-jquery-css/demo.zip" target="_blank">.</a> </strong><a href="http://demo.tutorialzine.com/2010/06/apple-like-retina-effect-jquery-css/demo.zip"><strong> </strong></a><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong><br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/web-design/jquery-apple-retina-effect/" title="retina chrome">retina chrome</a></li>
<li><a href="http://blogfreakz.com/web-design/jquery-apple-retina-effect/" title="apple retina">apple retina</a></li>
<li><a href="http://blogfreakz.com/web-design/jquery-apple-retina-effect/" title="retina apple wordpress">retina apple wordpress</a></li>
<li><a href="http://blogfreakz.com/web-design/jquery-apple-retina-effect/" title="jquery apple effect">jquery apple effect</a></li>
<li><a href="http://blogfreakz.com/web-design/jquery-apple-retina-effect/" title="jquery apple color picker">jquery apple color picker</a></li>
<li><a href="http://blogfreakz.com/web-design/jquery-apple-retina-effect/" title="jquery apple">jquery apple</a></li>
<li><a href="http://blogfreakz.com/web-design/jquery-apple-retina-effect/" title="iphone video display css template">iphone video display css template</a></li>
<li><a href="http://blogfreakz.com/web-design/jquery-apple-retina-effect/" title="html5 template for iphone retina">html5 template for iphone retina</a></li>
<li><a href="http://blogfreakz.com/web-design/jquery-apple-retina-effect/" title="carousel jquery apple">carousel jquery apple</a></li>
<li><a href="http://blogfreakz.com/web-design/jquery-apple-retina-effect/" title="retina css3">retina css3</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/web-design/jquery-apple-retina-effect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Sticky Notes Using HTML5, CSS3, and jQuery</title>
		<link>http://blogfreakz.com/web-design/create-sticky-notes-using-html5-css3-and-jquery/</link>
		<comments>http://blogfreakz.com/web-design/create-sticky-notes-using-html5-css3-and-jquery/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 03:52:23 +0000</pubDate>
		<dc:creator>Keith@Blogfreakz</dc:creator>
				<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Software & Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[posticks]]></category>
		<category><![CDATA[sticky notes]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=24410</guid>
		<description><![CDATA[Add fun and functionality to your website by adding Windows-style sticky notes! Thanks to the combined powers of HTML5, CSS3, and a bit of jQuery in this tutorial by Teylor Feliz, we can do just that. Let’s being with the HTML markup: &#60; !DOCTYPE html&#62;&#160; &#60;html lang=&#8221;en&#8221;&#62; &#60;head&#62; &#60;meta charset=&#8221;utf-8&#8243; /&#62; &#60;title&#62;Posticks&#60;/title&#62; &#60;link rel=&#8221;stylesheet&#8221; rev=&#8221;stylesheet&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Add fun and functionality to your website by adding Windows-style sticky notes! Thanks to the combined powers of HTML5, CSS3, and a bit of jQuery in this tutorial by <a href="http://www.teylorfeliz.net/" target="_blank"><strong>Teylor Feliz</strong></a>, we can do just that.</p>
<p><img class="aligncenter size-large wp-image-24412" title="Posticks" src="http://blogfreakz.com/wp-content/uploads/2012/01/19-600x216.jpg" alt="19 600x216 Create Sticky Notes Using HTML5, CSS3, and jQuery" width="600" height="216" /></p>
<p>Let’s being with the <a href="http://blogfreakz.com/category/html5/" target="_blank"><strong>HTML</strong></a> markup:</p>
<table border="1" cellspacing="0" cellpadding="0" width="625" height="522">
<tbody>
<tr>
<td width="638" valign="top"><span style="color: #003366;">&lt;   !DOCTYPE html&gt;</span>&nbsp;</p>
<p><span style="color: #003366;">&lt;html   lang=&#8221;en&#8221;&gt;</span></p>
<p><span style="color: #003366;">&lt;head&gt;</span></p>
<p><span style="color: #003366;">&lt;meta charset=&#8221;utf-8&#8243; /&gt;</span></p>
<p><span style="color: #003366;">&lt;title&gt;Posticks&lt;/title&gt;</span></p>
<p><span style="color: #003366;">&lt;link rel=&#8221;stylesheet&#8221;   rev=&#8221;stylesheet&#8221; href=&#8221;styles.css&#8221;&gt;</span></p>
<p><span style="color: #003366;">&lt;link rel=&#8221;stylesheet&#8221;   href=&#8221;http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.3/themes/base/jquery-ui.css&#8221;   type=&#8221;text/css&#8221; media=&#8221;all&#8221; /&gt;</span></p>
<p><span style="color: #003366;">&lt;/link&gt;&lt;/head&gt;</span></p>
<p><span style="color: #003366;">&lt;body&gt;</span></p>
<p><span style="color: #003366;">&lt;header&gt;</span></p>
<p><span style="color: #003366;">&lt;h1&gt;posticks&lt;/h1&gt;</span></p>
<p><span style="color: #003366;">&lt;input type=&#8221;button&#8221;   value=&#8221;Add Postick&#8221; id=&#8221;btn-addNote&#8221; /&gt;</span></p>
<p><span style="color: #003366;">&lt;/header&gt;</span></p>
<p><span style="color: #003366;">&lt;div   id=&#8221;board&#8221;&gt;&lt;/div&gt;</span></p>
<p><span style="color: #003366;">&lt;script type=&#8221;text/javascript&#8221;   src=&#8221;https://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js&#8221;&gt;&lt;/script&gt;</span></p>
<p><span style="color: #003366;">&lt;script type=&#8221;text/javascript&#8221;   src=&#8221;https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.10/jquery-ui.min.js&#8221;&gt;&lt;/script&gt;</span></p>
<p><span style="color: #003366;">&lt;script type=&#8221;text/javascript&#8221;   src=&#8221;js/scripts.js&#8221;&gt;&lt;/script&gt;</span></p>
<p><span style="color: #003366;">&lt;/body&gt;</span></p>
<p><span style="color: #003366;">&lt;/html&gt;</span></td>
</tr>
</tbody>
</table>
<p>As you can see, the code is pretty much straightforward. We have the input element “button” to create the sticky notes, and a container &lt;div&gt; with an id (“board”) in which to place them. This also includes the reference tags to the CSS style sheets and the JavaScript file.</p>
<p>The HTML for our posticks will be as follows:</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="638" valign="top"><span style="color: #003366;">&lt;div  &gt;</span>&nbsp;</p>
<p><span style="color: #003366;">&lt;div  &gt;&lt;span   title=&#8221;Close&#8221;&gt;x&lt;/span&gt;&lt;/div&gt;</span></p>
<p><span style="color: #003366;">&lt;div contenteditable  &gt;&lt;/div&gt;</span></p>
<p><span style="color: #003366;">&lt;/div&gt;</span></td>
</tr>
</tbody>
</table>
<p>Each postick &lt;div&gt; will have a subdiv called “toolbar” so we will have a place for us to put a close (x) button in. We’ll also have another subdiv called “editable” with an HTML5 attribute “contenteditable”; this will contain the text that the user will input in the sticky note.</p>
<p>And now for the <a href="http://blogfreakz.com/category/css3/" target="_blank"><strong>CSS</strong></a> part, which is a lengthy one:</p>
<table border="1" cellspacing="0" cellpadding="0" width="625" height="2310">
<tbody>
<tr>
<td width="638" valign="top"><span style="color: #003366;">/************   Tags ************/</span>&nbsp;</p>
<p><span style="color: #003366;">/* Just some   basic reset for the body tag */</span></p>
<p><span style="color: #003366;">body {</span></p>
<p><span style="color: #003366;">background:#F1C387;</span></p>
<p><span style="color: #003366;">padding:0;</span></p>
<p><span style="color: #003366;">margin:0;</span></p>
<p><span style="color: #003366;">font-family: Helvetica, Verdana, Geneva,   sans-serif</span></p>
<p><span style="color: #003366;">}</span></p>
<p><span style="color: #003366;">header {</span></p>
<p><span style="color: #003366;">padding-left:20px;</span></p>
<p><span style="color: #003366;">height:50px;</span></p>
<p><span style="color: #003366;">display:block;</span></p>
<p><span style="color: #003366;">background:#0E0300;</span></p>
<p><span style="color: #003366;">-webkit-box-shadow:0px 2px 5px gray;</span></p>
<p><span style="color: #003366;">-moz-box-shadow:0px 2px 5px gray;</span></p>
<p><span style="color: #003366;">box-shadow:0px 2px 5px gray;</span></p>
<p><span style="color: #003366;">text-align:right;</span></p>
<p><span style="color: #003366;">}</span></p>
<p><span style="color: #003366;">h1 {</span></p>
<p><span style="color: #003366;">color:white;</span></p>
<p><span style="color: #003366;">display:inline;</span></p>
<p><span style="color: #003366;">font-size:210%;</span></p>
<p><span style="color: #003366;">padding:15px 10px 0px 0px;</span></p>
<p><span style="color: #003366;">text-shadow: 1px -1px 0px #999;</span></p>
<p><span style="color: #003366;">text-transform:capitalize;</span></p>
<p><span style="color: #003366;">}</span></p>
<p><span style="color: #003366;">input[type="button"]   {</span></p>
<p><span style="color: #003366;">background:#EFE4DC;</span></p>
<p><span style="color: #003366;">border:1px solid black;</span></p>
<p><span style="color: #003366;">-moz-border-radius:5px;</span></p>
<p><span style="color: #003366;">border-radius:5px;</span></p>
<p><span style="color: #003366;">color:black;</span></p>
<p><span style="color: #003366;">font-weight:bold;</span></p>
<p><span style="color: #003366;">float:left;</span></p>
<p><span style="color: #003366;">padding:10px;</span></p>
<p><span style="color: #003366;">margin:5px 10px 0 0;</span></p>
<p><span style="color: #003366;">text-shadow: 1px 1px 0px white;</span></p>
<p><span style="color: #003366;">}</span></p>
<p><span style="color: #003366;">input[type="button"]:hover   {</span></p>
<p><span style="color: #003366;">background:#E03A00;</span></p>
<p><span style="color: #003366;">color:white;</span></p>
<p><span style="color: #003366;">text-shadow: 1px 1px 0px black;</span></p>
<p><span style="color: #003366;">cursor:pointer;</span></p>
<p><span style="color: #003366;">}</span></p>
<p><span style="color: #003366;">/************ Classes   ************/</span></p>
<p><span style="color: #003366;">.postick {</span></p>
<p><span style="color: #003366;">border:1px solid gray;</span></p>
<p><span style="color: #003366;">width:200px;</span></p>
<p><span style="color: #003366;">height:200px;</span></p>
<p><span style="color: #003366;">padding:4px;</span></p>
<p><span style="color: #003366;">font-size:85%;</span></p>
<p><span style="color: #003366;">background:#FFFC7F;</span></p>
<p><span style="color: #003366;">-moz-box-shadow:2px 2px 2px #999999;</span></p>
<p><span style="color: #003366;">-webkit-box-shadow:2px 2px 2px #999999;</span></p>
<p><span style="color: #003366;">box-shadow:2px 2px 2px #999999;</span></p>
<p><span style="color: #003366;">position:absolute;</span></p>
<p><span style="color: #003366;">}</span></p>
<p><span style="color: #003366;">.toolbar {</span></p>
<p><span style="color: #003366;">text-align:right;</span></p>
<p><span style="color: #003366;">font-weight:bold;</span></p>
<p><span style="color: #003366;">}</span></p>
<p><span style="color: #003366;">/* Postick&#8217;s button   &#8220;delete&#8221; */</span></p>
<p><span style="color: #003366;">.delete {</span></p>
<p><span style="color: #003366;">cursor:pointer;</span></p>
<p><span style="color: #003366;">font-size:120%;</span></p>
<p><span style="color: #003366;">}</span></p>
<p><span style="color: #003366;">/* Content to be editable   inside the postick */</span></p>
<p><span style="color: #003366;">.editable {</span></p>
<p><span style="color: #003366;">cursor:pointer;</span></p>
<p><span style="color: #003366;">height:180px;</span></p>
<p><span style="color: #003366;">marging:0 auto;</span></p>
<p><span style="color: #003366;">width:100%;</span></p>
<p><span style="color: #003366;">overflow:hidden;</span></p>
<p><span style="color: #003366;">position:relative;</span></p>
<p><span style="color: #003366;">-moz-text-shadow: 1px 1px 0px white;</span></p>
<p><span style="color: #003366;">text-shadow: 1px 1px 0px white;</span></p>
<p><span style="color: #003366;">}</span></p>
<p><span style="color: #003366;">.editable:hover{</span></p>
<p><span style="color: #003366;">border:1px dotted gray;</span></p>
<p><span style="color: #003366;">}</span></td>
</tr>
</tbody>
</table>
<p>Like the HTML code, the CSS code is also straightforward. We first reset the body tag, then we stylize the button (input) that creates the posticks, and then stylize the postick itself and the elements inside it (i.e. the delete button, toolbar, etc.).</p>
<p>And now for the <a href="http://blogfreakz.com/category/javascript/" target="_blank"><strong>JavaScript</strong></a>:</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="638" valign="top"><span style="color: #003366;">(function   ($, $S) {</span>&nbsp;</p>
<p><span style="color: #003366;">//$ jQuery</span></p>
<p><span style="color: #003366;">//$S window.localStorage</span></p>
<p><span style="color: #003366;">//Variables Declaration</span></p>
<p><span style="color: #003366;">var $board = $(&#8216;#board&#8217;),</span></p>
<p><span style="color: #003366;">//Board where the Posticks are   sticked</span></p>
<p><span style="color: #003366;">Postick, //Singleton Object   containing the Functions to work with the LocalStorage</span></p>
<p><span style="color: #003366;">len = 0, //Length of Objects in the   LocalStorage</span></p>
<p><span style="color: #003366;">currentNotes = &#8221;, //Storage the html   construction of the posticks</span></p>
<p><span style="color: #003366;">o; //Actual Postick data in the   localStorage</span></p>
<p><span style="color: #003366;">//Manage the Posticks in the Local   Storage</span></p>
<p><span style="color: #003366;">//Each postick is saved in the   localStorage as an Object</span></p>
<p><span style="color: #003366;">Postick = {</span></p>
<p><span style="color: #003366;">add: function (obj) {</span></p>
<p><span style="color: #003366;">obj.id = $S.length;</span></p>
<p><span style="color: #003366;">$S.setItem(obj.id,   JSON.stringify(obj));</span></p>
<p><span style="color: #003366;">},</span></p>
<p><span style="color: #003366;">retrive: function (id) {</span></p>
<p><span style="color: #003366;">return   JSON.parse($S.getItem(id));</span></p>
<p><span style="color: #003366;">},</span></p>
<p><span style="color: #003366;">remove: function (id) {</span></p>
<p><span style="color: #003366;">$S.removeItem(id);</span></p>
<p><span style="color: #003366;">},</span></p>
<p><span style="color: #003366;">removeAll: function () {</span></p>
<p><span style="color: #003366;">$S.clear();</span></p>
<p><span style="color: #003366;">}</span></p>
<p><span style="color: #003366;">};</span></p>
<p><span style="color: #003366;">//If exist any postick, Create it/them</span></p>
<p><span style="color: #003366;">len = $S.length;</span></p>
<p><span style="color: #003366;">if (len) {</span></p>
<p><span style="color: #003366;">for (var i = 0; i &lt; len; i++) {</span></p>
<p><span style="color: #003366;">//Create all posticks saved in   localStorage</span></p>
<p><span style="color: #003366;">var key = $S.key(i);</span></p>
<p><span style="color: #003366;">o = Postick.retrive(key);</span></p>
<p><span style="color: #003366;">currentNotes += &#8216;&lt;div  &#8216;;</span></p>
<p><span style="color: #003366;">currentNotes += &#8216;   style=&#8221;left:&#8217; + o.left;</span></p>
<p><span style="color: #003366;">currentNotes += &#8216;px; top:&#8217; +   o.top;</span></p>
<p><span style="color: #003366;">//data-key is the attribute   to know what item delete in the localStorage</span></p>
<p><span style="color: #003366;">currentNotes +=   &#8216;px&#8221;&gt;&lt;div&gt;&lt;span   data-key=&#8221;&#8216; + key;</span></p>
<p><span style="color: #003366;">currentNotes +=   &#8216;&#8221;&gt;x&lt;/span&gt;&lt;/div&gt;&lt;div contenteditable=&#8221;true&#8221;  &gt;&#8217;;</span></p>
<p><span style="color: #003366;">currentNotes += o.text;</span></p>
<p><span style="color: #003366;">currentNotes += &#8216;&lt;/div&gt;&#8217;;</span></p>
<p><span style="color: #003366;">}</span></p>
<p><span style="color: #003366;">//Append all the posticks to the   board</span></p>
<p><span style="color: #003366;">$board.html(currentNotes);</span></p>
<p><span style="color: #003366;">}</span></p>
<p><span style="color: #003366;">//When the document is ready, make all   posticks Draggable</span></p>
<p><span style="color: #003366;">$(document).ready(function () {</span></p>
<p><span style="color: #003366;">$(&#8220;.postick&#8221;).draggable({</span></p>
<p><span style="color: #003366;">cancel: &#8216;.editable&#8217;,</span></p>
<p><span style="color: #003366;">&#8220;zIndex&#8221;: 3000,</span></p>
<p><span style="color: #003366;">&#8220;stack&#8221; : &#8216;.postick&#8217;</span></p>
<p><span style="color: #003366;">});</span></p>
<p><span style="color: #003366;">});</span></p>
<p><span style="color: #003366;">//Remove Postick</span></p>
<p><span style="color: #003366;">$(&#8216;span.delete&#8217;).live(&#8216;click&#8217;, function   () {</span></p>
<p><span style="color: #003366;">if (confirm(&#8216;Are you sure you want to   delete this Note?&#8217;)) {</span></p>
<p><span style="color: #003366;">var $this = $(this);</span></p>
<p><span style="color: #003366;">//data-key is the attribute   to know what item delete in the localStorage</span></p>
<p><span style="color: #003366;">Postick.remove($this.attr(&#8216;data-key&#8217;));</span></p>
<p><span style="color: #003366;">$this.closest(&#8216;.postick&#8217;).fadeOut(&#8216;slow&#8217;, function () {</span></p>
<p><span style="color: #003366;">$(this).remove();</span></p>
<p><span style="color: #003366;">});</span></p>
<p><span style="color: #003366;">}</span></p>
<p><span style="color: #003366;">});</span></p>
<p><span style="color: #003366;">//Create postick</span></p>
<p><span style="color: #003366;">$(&#8216;#btn-addNote&#8217;).click(function () {</span></p>
<p><span style="color: #003366;">$board.append(&#8216;&lt;div   style=&#8221;left:20px;top:70px&#8221;&gt;&lt;div  &gt;&lt;span   title=&#8221;Close&#8221;&gt;x&lt;/span&gt;&lt;/div&gt;&lt;div contenteditable  &gt;&lt;/div&gt;&lt;/div&gt;&#8217;);</span></p>
<p><span style="color: #003366;">$(&#8220;.postick&#8221;).draggable({</span></p>
<p><span style="color: #003366;">cancel: &#8216;.editable&#8217;</span></p>
<p><span style="color: #003366;">});</span></p>
<p><span style="color: #003366;">});</span></p>
<p><span style="color: #003366;">//Save all the posticks when the user   leaves the page</span></p>
<p><span style="color: #003366;">window.onbeforeunload = function () {</span></p>
<p><span style="color: #003366;">//Clean the localStorage</span></p>
<p><span style="color: #003366;">Postick.removeAll();</span></p>
<p><span style="color: #003366;">//Then insert each postick into the   LocalStorage</span></p>
<p><span style="color: #003366;">//Saving their position on the   page, in order to position them when the page is loaded again</span></p>
<p><span style="color: #003366;">$(&#8216;.postick&#8217;).each(function () {</span></p>
<p><span style="color: #003366;">var $this = $(this);</span></p>
<p><span style="color: #003366;">Postick.add({</span></p>
<p><span style="color: #003366;">top:   parseInt($this.position().top),</span></p>
<p><span style="color: #003366;">left:   parseInt($this.position().left),</span></p>
<p><span style="color: #003366;">text:   $this.children(&#8216;.editable&#8217;).text()</span></p>
<p><span style="color: #003366;">});</span></p>
<p><span style="color: #003366;">});</span></p>
<p><span style="color: #003366;">}</span></p>
<p><span style="color: #003366;">})(jQuery,   window.localStorage);</span></td>
</tr>
</tbody>
</table>
<p>I believe the JavaScript is pretty much self-explanatory since it also already contains some notes about each part of the code, and especially if you already know enough about JavaScript. <img src='http://blogfreakz.com/wp-includes/images/smilies/icon_wink.gif' alt="icon wink Create Sticky Notes Using HTML5, CSS3, and jQuery" class='wp-smiley' title="Create Sticky Notes Using HTML5, CSS3, and jQuery" /> </p>
<p>Anyway, you can check the <a href="http://www.admixweb.com/demos/posticks/"><strong>demo</strong></a> of the tutorial <a href="http://www.admixweb.com/demos/posticks/"><strong>here</strong></a>. Also, you can get the full source code (.zip) <a href="http://www.admixweb.com/demos/posticks/posticks.zip"><strong>here</strong></a>. I hope you enjoy creating and using your posticks!<br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/web-design/create-sticky-notes-using-html5-css3-and-jquery/" title="sticky div jquery">sticky div jquery</a></li>
<li><a href="http://blogfreakz.com/web-design/create-sticky-notes-using-html5-css3-and-jquery/" title="jquery sticky notes">jquery sticky notes</a></li>
<li><a href="http://blogfreakz.com/web-design/create-sticky-notes-using-html5-css3-and-jquery/" title="sticky notes using jquery with storing facility">sticky notes using jquery with storing facility</a></li>
<li><a href="http://blogfreakz.com/web-design/create-sticky-notes-using-html5-css3-and-jquery/" title="jquery html5 lightbox">jquery html5 lightbox</a></li>
<li><a href="http://blogfreakz.com/web-design/create-sticky-notes-using-html5-css3-and-jquery/" title="ajax sticky notes script">ajax sticky notes script</a></li>
<li><a href="http://blogfreakz.com/web-design/create-sticky-notes-using-html5-css3-and-jquery/" title="sticky notes windows with html5 and css3">sticky notes windows with html5 and css3</a></li>
<li><a href="http://blogfreakz.com/web-design/create-sticky-notes-using-html5-css3-and-jquery/" title="jquery sticky note script">jquery sticky note script</a></li>
<li><a href="http://blogfreakz.com/web-design/create-sticky-notes-using-html5-css3-and-jquery/" title="jquery sticky notes script">jquery sticky notes script</a></li>
<li><a href="http://blogfreakz.com/web-design/create-sticky-notes-using-html5-css3-and-jquery/" title="node js file uploader html5">node js file uploader html5</a></li>
<li><a href="http://blogfreakz.com/web-design/create-sticky-notes-using-html5-css3-and-jquery/" title="php script sticky notes">php script sticky notes</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/web-design/create-sticky-notes-using-html5-css3-and-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Render Filter Effects With This CSS Webkit</title>
		<link>http://blogfreakz.com/web-design/how-to-render-filter-effects-with-this-css-webkit/</link>
		<comments>http://blogfreakz.com/web-design/how-to-render-filter-effects-with-this-css-webkit/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 09:55:40 +0000</pubDate>
		<dc:creator>Marvin@Blogfreakz</dc:creator>
				<category><![CDATA[CSS Layout]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[photoshop effects]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=24125</guid>
		<description><![CDATA[Go crazy with the cool CSS Filter Effects 1.0 tutorials from WebKit Nightly ! Here you&#8217;ll learn how to customize basic image or video rendering with Photoshop-like effects. Let’s check it out. Note: To test and view the effects, use Webkit Nightly and Chrome Canary. Here are some CSS snippets that will change the element: [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://blogfreakz.com/web-design/how-to-render-filter-effects-with-this-css-webkit/attachment/contrast/' title='contrast'><img width="200" height="88" src="http://blogfreakz.com/wp-content/uploads/2012/01/contrast-200x88.jpg" class="attachment-thumbnail" alt="contrast 200x88 How to Render Filter Effects With This CSS Webkit " title="contrast" /></a><br />
<a href='http://blogfreakz.com/web-design/how-to-render-filter-effects-with-this-css-webkit/attachment/sepiabrightness/' title='sepiaBrightness'><img width="200" height="87" src="http://blogfreakz.com/wp-content/uploads/2012/01/sepiaBrightness-200x87.jpg" class="attachment-thumbnail" alt="sepiaBrightness 200x87 How to Render Filter Effects With This CSS Webkit " title="sepiaBrightness" /></a></p>
<p>Go crazy with the cool CSS Filter Effects 1.0 tutorials from <strong>WebKit Nightly</strong> ! Here you&#8217;ll learn how to customize basic image or video rendering with Photoshop-like effects. Let’s check it out.</p>
<p>Note: To test and view the effects, use Webkit Nightly and Chrome Canary.</p>
<p>Here are some CSS snippets that will change the element:</p>
<p><strong>Blur</strong></p>
<p><span style="color: #000080;">img {</span></p>
<p><span style="color: #000080;"> -webkit-filter: blur(2px);</span></p>
<p><span style="color: #000080;"> }</span></p>
<p><strong>Hue-rotate</strong></p>
<p><span style="color: #000080;">img {</span></p>
<p><span style="color: #000080;"> -webkitfilter: hue-rotate(90deg); </span></p>
<p><span style="color: #000080;"> }</span></p>
<p><strong>Grayscale</strong></p>
<p><span style="color: #000080;">img {</span></p>
<p><span style="color: #000080;"> -webkit-filter: grayscale (100%);</span></p>
<p><span style="color: #000080;"> }</span></p>
<p><strong>Sepia</strong></p>
<p><span style="color: #000080;">img {</span></p>
<p><span style="color: #000080;"> -webkit-filter: sepia (100%);</span></p>
<p><span style="color: #000080;"> }</span></p>
<p><strong>Opacity</strong></p>
<p><span style="color: #000080;">Default is 100%, no transparency.</span></p>
<p><span style="color: #000080;">img {</span></p>
<p><span style="color: #000080;"> -webkit-filter: opacity (30%);</span></p>
<p><span style="color: #000080;"> }</span></p>
<p>For more of these awesome tutorials click <strong><a href="http://net.tutsplus.com/tutorials/html-css-techniques/say-hello-to-css3-filters/" target="_blank">here.</a></strong><br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/web-design/how-to-render-filter-effects-with-this-css-webkit/" title="css3 sepia">css3 sepia</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-render-filter-effects-with-this-css-webkit/" title="css filter sepia">css filter sepia</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-render-filter-effects-with-this-css-webkit/" title="-webkit-filter: blur <video>&#8220;>-webkit-filter: blur <video></a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-render-filter-effects-with-this-css-webkit/" title="webkit sepia">webkit sepia</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-render-filter-effects-with-this-css-webkit/" title="webkit filter css">webkit filter css</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-render-filter-effects-with-this-css-webkit/" title="webkit effects">webkit effects</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-render-filter-effects-with-this-css-webkit/" title="webkit blur">webkit blur</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-render-filter-effects-with-this-css-webkit/" title="css3 filter sepia">css3 filter sepia</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-render-filter-effects-with-this-css-webkit/" title="css filter effects 1 0">css filter effects 1 0</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-render-filter-effects-with-this-css-webkit/" title="webkit-filter: grayscale();">webkit-filter: grayscale();</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/web-design/how-to-render-filter-effects-with-this-css-webkit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top Ten Web Designing Software</title>
		<link>http://blogfreakz.com/others/top-ten-web-designing-software/</link>
		<comments>http://blogfreakz.com/others/top-ten-web-designing-software/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 23:48:10 +0000</pubDate>
		<dc:creator>Nancy</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Others]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Software & Tools]]></category>
		<category><![CDATA[Tooltips]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=23076</guid>
		<description><![CDATA[So piggying back after the awesome new Photoshop tutorials from our Blogfreakz readers, I have highlighted some more fantastic web designing programs worth investigating too! Web design is the first and foremost element that captures the attention of a visitor. Of course the other contents that retain visitors and make them perform an action in [...]]]></description>
			<content:encoded><![CDATA[<p>So piggying back after the awesome new Photoshop tutorials from our Blogfreakz readers, I have highlighted some more fantastic web designing programs worth investigating too!</p>
<p>Web design is the first and foremost element that captures the attention of a visitor. Of course the other contents that retain visitors and make them perform an action in the website are important too,  however, it is imperative that no stone should be left unturned to get all the attention of visitors. Today creating websites have become as easy as pie, thanks to the website builders and web design software. With so many <a href="http://www.knowsoftwares.com/">web design software</a> available in the market, it makes it difficult to choose and this list of top ten web designing software can guide you to choose the one best suitable for your needs. Enjoy!</p>
<p><a href="http://www.photoshop.com/">Photoshop </a>is undoubtedly must be the 1st  in the list of web design software. When it comes to manipulating images or creating graphics for websites, Photoshop is the go to software. This has been the number once choice of web designers and web design companies to create that picture perfect web design. The innumerable tools available in the software make it very easy, even for the novice designer, to create amazingly attractive web designs. Apart from its several benevolent features that help in creating web pages, the software comes with excellent support in the form of help files, tutorials, and online support.</p>
<p><a href="http://www.adobe.com/products/dreamweaver.html">Dreamweaver</a>, one of the most preferred software in the web design industry. Several features of the software such as syntax highlighting, code hinting project and workflow management ensures easy way of creating flawless web templates. One other feature is its in built FTP client which allows the users to have a glance at end product as well as the source code.</p>
<p>If you are on the lookout for a convenient tool for slicing and dicing a design mockup into HTML/CSS, <a href="http://www.adobe.com/products/fireworks.html">Fireworks</a> is the perfect software.</p>
<p><a href="http://www.adobe.com/products/fireworks.html">Kuler</a> can help you create, alter, blend, and match colors as you wish. When it comes to creating color swatches or using RGB and HEX codes, this could be the best one in the market.</p>
<p><a href="http://pixlr.com/">Pixlr</a> is one other image editor that is note worthy. In fact you can perform most of the tasks you would do with your Photoshop editor. Although not up to the caliber of Photoshop, it is surprising that you can download this software <em><strong>free </strong></em>of cost.</p>
<p><a href="http://www.photoscape.org/ps/main/index.php">Photoscape </a>is yet another<strong><em> free</em></strong> software where you can create and manipulate images and designs similar to that of Photoshop.</p>
<p><a href="http://www.pingdom.com/">Pingdom</a> is a favorite tool of web developers when it comes to testing the performance of the designed pages. It points out any flaws in web page and thus helps designers to create perfect design.</p>
<p><a href="http://panic.com/coda/">Panic Coda</a> which is similar to Pingdom is for Mac OS X operating system. It enables the designer to identify flaws and allows a design team to work in unison to eliminate flaws.</p>
<p><a href="http://www.yuuguu.com/home">Yuuguu</a> is a multi-platform screen sharing tool, which again comes handy when several techies are involved in the design project.</p>
<p><a href="http://www.barebones.com/products/bbedit/">BEEdit</a> is an HTML and text editor for Mac, which includes features for editing, searching, and manipulation of text. It comprises required HTML tools for creating a perfect coding.</p>
<p>This list is by no means exhaustive, and if you guys want me to expand on any of those not yet listed, please do let me know in the comments!<br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/others/top-ten-web-designing-software/" title="website designing">website designing</a></li>
<li><a href="http://blogfreakz.com/others/top-ten-web-designing-software/" title="website design software">website design software</a></li>
<li><a href="http://blogfreakz.com/others/top-ten-web-designing-software/" title="web design software">web design software</a></li>
<li><a href="http://blogfreakz.com/others/top-ten-web-designing-software/" title="best css3 editor for wordpress">best css3 editor for wordpress</a></li>
<li><a href="http://blogfreakz.com/others/top-ten-web-designing-software/" title="website designing tool">website designing tool</a></li>
<li><a href="http://blogfreakz.com/others/top-ten-web-designing-software/" title="top web designs software">top web designs software</a></li>
<li><a href="http://blogfreakz.com/others/top-ten-web-designing-software/" title="top ten web editor">top ten web editor</a></li>
<li><a href="http://blogfreakz.com/others/top-ten-web-designing-software/" title="software to create CSS">software to create CSS</a></li>
<li><a href="http://blogfreakz.com/others/top-ten-web-designing-software/" title="css3 editor mac">css3 editor mac</a></li>
<li><a href="http://blogfreakz.com/others/top-ten-web-designing-software/" title="css website design software easy">css website design software easy</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/others/top-ten-web-designing-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

