<?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; JQuery</title>
	<atom:link href="http://blogfreakz.com/category/jquery/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>Polyclip.js: Clip JPEG Images Into Polygons</title>
		<link>http://blogfreakz.com/jquery/polyclip-js-clip-jpeg-images-into-polygons/</link>
		<comments>http://blogfreakz.com/jquery/polyclip-js-clip-jpeg-images-into-polygons/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 06:29:12 +0000</pubDate>
		<dc:creator>Keith@Blogfreakz</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Software & Tools]]></category>
		<category><![CDATA[free download]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=24982</guid>
		<description><![CDATA[Thanks to polyClip.js, you finally don&#8217;t have to restrict yourself to using PNG files or a graphics editor whenever you want to use an image of an object without its background. Created by ZoltanDulac, polyclip.js a jQuery plugin or JavaScript library that allows you to crop or clip any image in a non-rectangular way with [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="text-decoration: underline;"> </span></strong>Thanks to polyClip.js, you finally don&#8217;t have to restrict yourself to using PNG files or a graphics editor whenever you want to use an image of an object without its background. Created by <a href="http://www.useragentman.com/"><strong>ZoltanDulac</strong></a>, polyclip.js a jQuery plugin or JavaScript library that allows you to crop or clip any image in a non-rectangular way with HTML5 Canvas&#8217; imagemap coordinates.</p>
<p><img class="aligncenter size-large wp-image-24983" title="HTML 5 Canvas coordinates" src="http://blogfreakz.com/wp-content/uploads/2012/02/130-476x250.jpg" alt="130 476x250 Polyclip.js: Clip JPEG Images Into Polygons" width="476" height="250" /></p>
<p>Why use JPEG with polyclip.js instead of PNG? Because PNG images can&#8217;t be as small as JPEG images when you&#8217;re dealing with photographic images, and you know how an image&#8217;s file size can affect a page&#8217;s loading time. What the script does is cut points on the image using x and y values provided by the user. If you know how to create an image map then using polyclip.js should be easy for you to use.</p>
<p><a href="http://www.greepit.com/wp-content/uploads/2012/01/jpeg-images-clipping-into-non-rectangular-polygons-polyclip-js.jpg" target="_blank"><img class="aligncenter size-large wp-image-24985" title="polyClip" src="http://blogfreakz.com/wp-content/uploads/2012/02/polyClip-600x250.jpg" alt="polyClip 600x250 Polyclip.js: Clip JPEG Images Into Polygons" width="600" height="250" /></a></p>
<p>This plugin&#8217;s practical value can be subject for debate when you&#8217;re dealing with a lot of images but if it&#8217;s only for a handful of images, it can be a huge byte-saver.</p>
<p>The polyclip.js is supported by most browsers, including IE7 and 8 but it&#8217;s going to require the Excanvas JavaScript library which polyfills canvas using VML for it to function properly. It weighs in at only 2kb but for IE7 and 8, there&#8217;s going to be an additional 11kb.</p>
<p>You can download the latest version of polyclip.js over at <strong><a href="https://github.com/zoltan-dulac/polyClip" target="_blank">GitHub</a></strong>.<a href="https://github.com/zoltan-dulac/polyClip"><strong></strong></a> To know more about this plugin/library, you can read about it <a href="http://www.useragentman.com/blog/2011/10/29/clipping-jpeg-images-into-non-rectangular-polygons-using-polyclip-js/"><strong>here</strong></a>.<br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/jquery/polyclip-js-clip-jpeg-images-into-polygons/" title="html5 library">html5 library</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/jquery/polyclip-js-clip-jpeg-images-into-polygons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Animated Cartoon Robot</title>
		<link>http://blogfreakz.com/web-design/jquery-animated-cartoon-robot/</link>
		<comments>http://blogfreakz.com/web-design/jquery-animated-cartoon-robot/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 00:00:54 +0000</pubDate>
		<dc:creator>Marvin@Blogfreakz</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[robot]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=24953</guid>
		<description><![CDATA[One of the coolest things about jQuery is that you can experiment with it, like with this animated robot. Here is a sample of how one can do this, based on Anthony Calzadilla’s design. It&#8217;s easy to modify and loads fast, with the end product similar to Flash designs but with more advantages. Web designers [...]]]></description>
			<content:encoded><![CDATA[<p><strong> </strong></p>
<p><strong> </strong></p>
<p>One of the coolest things about jQuery is that you can experiment with it, like with this animated robot. Here is a sample of how one can do this, based on Anthony Calzadilla’s <a href="http://css-tricks.com/jquery-robot/" target="_blank"><strong>design</strong></a>.</p>
<p>It&#8217;s easy to modify and loads fast, with the end product similar to Flash designs but with more advantages. Web designers and developers are sure to find this tutorial inspiring!</p>
<p style="text-align: center;"><a href="http://robot.anthonycalzadilla.com/" target="_blank"><img class="aligncenter size-medium wp-image-24954" title="Robot" src="http://blogfreakz.com/wp-content/uploads/2012/02/Robot-285x175.jpg" alt="Robot 285x175 jQuery Animated Cartoon Robot" width="285" height="175" /></a><strong>Click on the above image to see the demo.</strong></p>
<p>Below are the codes for this awesome animation.</p>
<p><strong>Markup</strong></p>
<pre><span style="color: #003366;">&lt;div id="wrapper"&gt;</span></pre>
<pre><span style="color: #003366;">&lt;div id="cloud-01"&gt;</span></pre>
<pre><span style="color: #003366;">&lt;div id="cloud-02"&gt;</span></pre>
<pre><span style="color: #003366;">&lt;div id="mountains-03"&gt;</span></pre>
<pre><span style="color: #003366;">&lt;div id="ground"&gt;</span></pre>
<pre><span style="color: #003366;">&lt;div id="full-robot"&gt;</span></pre>
<pre><span style="color: #003366;">&lt;div id="branding"&gt;&lt;h1&gt;Robot Head.&lt;/h1&gt;&lt;/div&gt;</span></pre>
<pre><span style="color: #003366;">&lt;div id="content"&gt;&lt;p&gt; Robot Chest.&lt;/p&gt;&lt;/div&gt;</span></pre>
<pre><span style="color: #003366;">&lt;div id="sec-content"&gt;&lt;p&gt; Robot Pelvis.&lt;/p&gt;&lt;/div&gt;</span></pre>
<pre><span style="color: #003366;">&lt;div id="footer"&gt;&lt;p&gt; Robot Legs.&lt;/p&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>
<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><strong> </strong></p>
<p><strong>CSS Style</strong></p>
<p><strong> </strong></p>
<pre><span style="color: #003366;">h1, p { position: absolute; left: -9999px; }</span>

<span style="color: #003366;">div {position: relative;}</span>

<span style="color: #003366;">#wrapper { background: #bedfe4 url(../images/sun.png) no-repeat left -30px; border: 5px solid #402309;}</span>

<span style="color: #003366;">#cloud-01 { background: url(../images/clouds-01.png) no-repeat left -100px; }                                                         </span>

<span style="color: #003366;">#cloud-02 {                  background: url(../images/clouds-02.png) no-repeat left top; }</span>

<span style="color: #003366;">#mountains-03 { background: url(../images/mountain-03.png) no-repeat left bottom; }</span>

<span style="color: #003366;">#ground { background: url(../images/ground-05.png) no-repeat left bottom; }</span>

<span style="color: #003366;">#full-robot { width: 271px; }</span>

<span style="color: #003366;">#branding {</span>
<span style="color: #003366;">                    background: url(../images/robot-head.png) no-repeat center top;</span>
<span style="color: #003366;">                    width: 271px;</span>
<span style="color: #003366;">                    height: 253px;</span>
<span style="color: #003366;">                    z-index: 4;</span>
<span style="color: #003366;">                    }</span>

<span style="color: #003366;">#content {</span>
<span style="color: #003366;">                    background: url(../images/robot-torso.png) no-repeat center top;</span>
<span style="color: #003366;">                    width: 271px;</span>
<span style="color: #003366;">                    height: 164px;</span>
<span style="color: #003366;">                    z-index: 3;</span>
<span style="color: #003366;">                    margin-top: -65px;</span>
<span style="color: #003366;">                    }</span>

<span style="color: #003366;">#sec-content {</span>
<span style="color: #003366;">                    background: url(../images/robot-hips.png) no-repeat center top;</span>
<span style="color: #003366;">                    width: 271px;</span>
<span style="color: #003366;">                    height: 124px;</span>
<span style="color: #003366;">                    z-index: 2;</span>
<span style="color: #003366;">                    margin-top: -90px;</span>
<span style="color: #003366;">                    }</span>

<span style="color: #003366;">#footer {</span>
<span style="color: #003366;">                    background: url('../images/robot-legs.png') no-repeat center top;</span>
<span style="color: #003366;">                    width: 271px;</span>
<span style="color: #003366;">                    height: 244px;</span>
<span style="color: #003366;">                    z-index: 1;</span>
<span style="color: #003366;">                    margin-top: -90px;</span>
<span style="color: #003366;">                    }</span></pre>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong>jQuery Javascript </strong></p>
<pre><span style="color: #003366;">$(document).ready(function(){</span>
<span style="color: #003366;">$('#cloud-01').css({backgroundPosition: '0 -80px'});</span>
<span style="color: #003366;">$('#cloud-02').css({backgroundPosition: '0 -30px'});</span>
<span style="color: #003366;">$('#mountains-03').css({backgroundPosition: '0 50px'});</span>
<span style="color: #003366;">$('#trees-04').css({backgroundPosition: '0 50px'});</span>
<span style="color: #003366;">$('#ground').css({backgroundPosition: 'left bottom'});</span>
<span style="color: #003366;">$('#branding').css({backgroundPosition: 'center 0'});</span>
<span style="color: #003366;">$('#content').css({backgroundPosition: 'center 0'});</span>
<span style="color: #003366;">$('#sec-content').css({backgroundPosition: 'center 0'});</span>
<span style="color: #003366;">$('#footer').css({backgroundPosition: 'center 0'});</span>
<span style="color: #003366;">$('#wrapper').css({overflow: "hidden"});</span>

<span style="color: #003366;">                    $('#klicker').click(function(){</span>
<span style="color: #003366;">                                         $('#cloud-01').animate({backgroundPosition: '(-500px -80px)'}, 20000);</span>
<span style="color: #003366;">                                         $('#cloud-02').animate({backgroundPosition: '(-625px -30px)'}, 20000);</span>
<span style="color: #003366;">                                         $('#mountains-03').animate({backgroundPosition: '(-2500px 50px)'}, 20000);</span>
<span style="color: #003366;">                                         $('#ground').animate({backgroundPosition: '(-5000px bottom)'}, 20000);</span>

<span style="color: #003366;">                    startHim();</span>

<span style="color: #003366;">                    $("#full-robot").animate({left:"50%",marginLeft:"-150px"}, 2000);</span>
<span style="color: #003366;">                    setTimeout("leaveScreen()",15000);</span>
<span style="color: #003366;">                    });</span>

<span style="color: #003366;">});</span>

<span style="color: #003366;">var num = 1;</span>

<span style="color: #003366;">function startHim(){</span>
<span style="color: #003366;">                    num++;</span>
<span style="color: #003366;">                    $("#sec-content").animate({top:"-=5px"},150).animate({top:"+=5px"},150);</span>
<span style="color: #003366;">                    $("#content,#branding").animate({top:"-="+num+"px"},150).animate({top:"+="+num+"px"},150);</span>
<span style="color: #003366;">                    if(num&lt;4){</span>
<span style="color: #003366;">                                         setTimeout("startHim()",300);</span>
<span style="color: #003366;">                    } else {</span>
<span style="color: #003366;">                                         setTimeout("bounceHim()",300);</span>
<span style="color: #003366;">                    }</span>
<span style="color: #003366;">}</span>

<span style="color: #003366;">function bounceHim(){</span>
<span style="color: #003366;">                    $("#sec-content,#branding").animate({top:"-=4px"},150).animate({top:"+=4px"},150);</span>
<span style="color: #003366;">                                         $("#content").animate({top:"-=8px"},150).animate({top:"+=8px"},150);</span>
<span style="color: #003366;">                    setTimeout("bounceHim()",300);</span>
<span style="color: #003366;">}</span>

<span style="color: #003366;">function leaveScreen(){</span>
<span style="color: #003366;">                    $("#full-robot").animate({left:"100%",marginLeft:"0px"}, 2000);</span>
<span style="color: #003366;">}</span></pre>
<p><strong> </strong><br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/web-design/jquery-animated-cartoon-robot/" title="$(#content) animate margin-right">$(#content) animate margin-right</a></li>
<li><a href="http://blogfreakz.com/web-design/jquery-animated-cartoon-robot/" title="animated pictures">animated pictures</a></li>
<li><a href="http://blogfreakz.com/web-design/jquery-animated-cartoon-robot/" title="any simple cartoon borders">any simple cartoon borders</a></li>
<li><a href="http://blogfreakz.com/web-design/jquery-animated-cartoon-robot/" title="html5 jquery animation robot">html5 jquery animation robot</a></li>
<li><a href="http://blogfreakz.com/web-design/jquery-animated-cartoon-robot/" title="png cartoon">png cartoon</a></li>
<li><a href="http://blogfreakz.com/web-design/jquery-animated-cartoon-robot/" title="robotics animation jquery">robotics animation jquery</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/web-design/jquery-animated-cartoon-robot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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="html5 design effect">html5 design effect</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="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="turn js flip turning">turn js flip turning</a></li>
<li><a href="http://blogfreakz.com/web-design/turn-js-a-jquery-page-flip-effect-for-html5/" title="pageflip mootools">pageflip mootools</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="jquery">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>
<li><a href="http://blogfreakz.com/web-design/jquery-multi-node-range-and-data-slider/" title="jquery range slider -ui">jquery range slider -ui</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>AnchorCloud Jquery Plugin</title>
		<link>http://blogfreakz.com/tutorial/anchorcloud-jquery-plugin/</link>
		<comments>http://blogfreakz.com/tutorial/anchorcloud-jquery-plugin/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 10:22:22 +0000</pubDate>
		<dc:creator>Keith@Blogfreakz</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Software & Tools]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[content extraction]]></category>
		<category><![CDATA[free download]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=24849</guid>
		<description><![CDATA[Web developer Dusky Code has created a jQuery plugin called the AnchorCloud Expanding Link Identifier. It is developed using YQL (Yahoo Query Language) to extract website contents like page title and description. Since it is only in its first release, support for media content is limited to videos from YouTube and Vimeo. The next release [...]]]></description>
			<content:encoded><![CDATA[<p>Web developer <a href="http://www.twitter.com/duskycode"><strong>Dusky Code</strong></a> has created a jQuery plugin called the AnchorCloud Expanding Link Identifier. It is developed using YQL (Yahoo Query Language) to extract website contents like page title and description. Since it is only in its first release, support for media content is limited to videos from YouTube and Vimeo. The next release promises inclusion of support to more popular video and photo services.</p>
<p>In the meantime, you can check out the working <a href="http://demos.9lessons.info/AnchorCloud/index.html"><strong>demo</strong></a><strong> </strong>here and you can download the <a href="http://demos.9lessons.info/url.php?url=http://www.box.com/s/pxbbq3oznvft67y6jkml" target="_blank"><strong>AnchorCloud script</strong></a> so you can follow the instructions below and incorporate the plugin into your site immediately.</p>
<p>First thing you need to do is include the following script in your HTML to call the necessary functions in your .js file:</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="638" valign="top"><span style="color: #003366;">&lt;script src=&#8221;jquery.js&#8221;&gt;&lt;/script&gt;</span>&nbsp;</p>
<p><span style="color: #003366;">&lt;script    src=&#8221;js/jquery.anchorCloud.js&#8221;&gt; &lt;/script&gt;</span></p>
<p><span style="color: #003366;">&lt;script type=&#8221;text/javascript&#8221; &gt;</span></p>
<p><span style="color: #003366;">$(document).ready(function(){</span></p>
<p><span style="color: #003366;">$(&#8220;#anchors&#8221;).anchorCloud();</span></p>
<p><span style="color: #003366;">});</span></p>
<p><span style="color: #003366;">&lt;/script&gt;</span></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p>So your basic HTML structure will look like this:</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="638" valign="top"><span style="color: #003366;">&lt;html&gt;</span>&nbsp;</p>
<p><span style="color: #003366;">&lt;head&gt;</span></p>
<p><span style="color: #003366;">&lt;script src=&#8221;jquery.js&#8221;&gt;&lt;/script&gt;</span></p>
<p><span style="color: #003366;">&lt;script type=&#8221;text/javascript&#8221;   src=&#8221;js/jquery.anchorCloud.js&#8221;&gt;&lt;/script&gt;</span></p>
<p><span style="color: #003366;">&lt;script type=&#8221;text/javascript&#8221;&gt;</span></p>
<p><span style="color: #003366;">$(document).ready(function(){</span></p>
<p><span style="color: #003366;">$(body).anchorCloud();</span></p>
<p><span style="color: #003366;">});</span></p>
<p><span style="color: #003366;">&lt;/script&gt;</span></p>
<p><span style="color: #003366;">&lt;/head&gt;</span></p>
<p><span style="color: #003366;">&lt;body&gt;</span></p>
<p><span style="color: #003366;">&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;</span></p>
<p><span style="color: #003366;">Some text with contains links</span></p>
<p><span style="color: #003366;">&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;</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>&nbsp;</p>
<p><strong>Plugin Theme Options</strong></p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="638" valign="top"><span style="color: #003366;">background // Background color Defeult #000000</span>&nbsp;</p>
<p><span style="color: #003366;">title_color // Link or video title color Default #27ADDA</span></p>
<p><span style="color: #003366;">loading_text // Loading Mesaage Default Fetching data &#8230;</span></p>
<p><span style="color: #003366;">description_color // Description Color Default #66666</span></p>
<p><span style="color: #003366;">anchor_default_color // Anchor Text color Default #006699</span></p>
<p><span style="color: #003366;">anchor_hover_color // Anchor text on hover color Default #006699</span></td>
</tr>
</tbody>
</table>
<p>Considering that this is still in its early stages and with limited media content support, I have to say that I personally enjoyed trying it out. That said, I can’t wait for the next release to arrive!<br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/tutorial/anchorcloud-jquery-plugin/" title="anchorCloud js">anchorCloud js</a></li>
<li><a href="http://blogfreakz.com/tutorial/anchorcloud-jquery-plugin/" title="jquery anchor plugin">jquery anchor plugin</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/tutorial/anchorcloud-jquery-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jVectorMap: An Interactive jQuery Map</title>
		<link>http://blogfreakz.com/web-design/jvectormap-an-interactive-jquery-map/</link>
		<comments>http://blogfreakz.com/web-design/jvectormap-an-interactive-jquery-map/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 12:43:33 +0000</pubDate>
		<dc:creator>Marvin@Blogfreakz</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Maps]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[vector artwork]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=24826</guid>
		<description><![CDATA[Integrate an interactive map into your website with jVectorMap. This is a jQuery plugin which shows vector maps on HTML pages and applies SVG in all contemporary modern browsers ranging from ancient IE 6 to 8, Chrome, Opera, IE9, Safari, Firefox. All you have to do is connect Javascript and CSS files of plugin and [...]]]></description>
			<content:encoded><![CDATA[<p>Integrate an interactive map into your website with jVectorMap. This is a jQuery plugin which shows vector maps on HTML pages and applies SVG in all contemporary modern browsers ranging from ancient IE 6 to 8, Chrome, Opera, IE9, Safari, Firefox. All you have to do is connect Javascript and CSS files of plugin and that’s it! You can also change its parameters easily.</p>
<p><a href="http://www.webappers.com/img/2011/06/vector-map.png" target="_blank"><img class="aligncenter size-medium wp-image-24827" title="Vector Map" src="http://blogfreakz.com/wp-content/uploads/2012/02/115-285x175.jpg" alt="115 285x175 jVectorMap: An Interactive jQuery Map" width="285" height="175" /></a></p>
<p><strong> </strong></p>
<p><strong></strong>You can check out the full tutorial <a href="http://jvectormap.owl-hollow.net/" target="_blank"><strong>HERE.</strong></a></p>
<p>&nbsp;<br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/web-design/jvectormap-an-interactive-jquery-map/" title="interactive jquery map">interactive jquery map</a></li>
<li><a href="http://blogfreakz.com/web-design/jvectormap-an-interactive-jquery-map/" title="jquery interactive map">jquery interactive map</a></li>
<li><a href="http://blogfreakz.com/web-design/jvectormap-an-interactive-jquery-map/" title="jvectormap tutorial">jvectormap tutorial</a></li>
<li><a href="http://blogfreakz.com/web-design/jvectormap-an-interactive-jquery-map/" title="jvectormap">jvectormap</a></li>
<li><a href="http://blogfreakz.com/web-design/jvectormap-an-interactive-jquery-map/" title="javascript heat map">javascript heat map</a></li>
<li><a href="http://blogfreakz.com/web-design/jvectormap-an-interactive-jquery-map/" title="extra maps for jvectormap">extra maps for jvectormap</a></li>
<li><a href="http://blogfreakz.com/web-design/jvectormap-an-interactive-jquery-map/" title="jqurery interactive map">jqurery interactive map</a></li>
<li><a href="http://blogfreakz.com/web-design/jvectormap-an-interactive-jquery-map/" title="jvectormap automatic color">jvectormap automatic color</a></li>
<li><a href="http://blogfreakz.com/web-design/jvectormap-an-interactive-jquery-map/" title="jvectormap converter">jvectormap converter</a></li>
<li><a href="http://blogfreakz.com/web-design/jvectormap-an-interactive-jquery-map/" title="jvectormap database">jvectormap database</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/web-design/jvectormap-an-interactive-jquery-map/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TinyTips jQuery Plugin</title>
		<link>http://blogfreakz.com/web-design/tinytips-jquery-plugin/</link>
		<comments>http://blogfreakz.com/web-design/tinytips-jquery-plugin/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 06:14:01 +0000</pubDate>
		<dc:creator>Marvin@Blogfreakz</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Software & Tools]]></category>
		<category><![CDATA[Tooltips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[free download]]></category>
		<category><![CDATA[jQuery plugin]]></category>
		<category><![CDATA[plguin]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=24811</guid>
		<description><![CDATA[Web designer Mike Merritt designed a jQuery plugin that will give more definition on your web site by adding tooltips to any element on a page. You can check out his work in this DEMO. Download the development version and production version zip files. HTML &#60;!DOCTYPE html&#62; &#60;html&#62; &#60;head&#62; &#60;meta http-equiv=&#8221;Content-type&#8221; content=&#8221;text/html; charset=utf-8&#8243;&#62; &#60;title&#62;tinyTips 1.0&#60;/title&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>Web designer <a href="http://www.mikemerritt.me/" target="_blank"><strong>Mike Merritt</strong></a> designed a jQuery plugin that will give more definition on your web site by adding tooltips to any element on a page. You can check out his work in this <a href="http://www.mikemerritt.me/demos/tt-1-1/index.html" target="_blank"><strong>DEMO. </strong></a></p>
<p>Download the <a href="http://www.mikemerritt.me/plugins/tinyTips/tiny.tips.1.1.dev.zip" target="_blank"><strong>development version</strong></a> and <a href="http://www.mikemerritt.me/plugins/tinyTips/tiny.tips.1.1.min.zip" target="_blank"><strong>production version</strong></a> zip files.</p>
<p><strong> </strong></p>
<p><a href="http://maxcdn.webappers.com/img/2010/02/tiny-tooltips.jpg"><img class="aligncenter size-medium wp-image-24812" title="Tiny Tips" src="http://blogfreakz.com/wp-content/uploads/2012/02/113-285x175.jpg" alt="113 285x175 TinyTips jQuery Plugin" width="285" height="175" /></a></p>
<p><strong>HTML</strong></p>
<p><strong><br />
</strong></p>
<p><span style="color: #003366;">&lt;!DOCTYPE html&gt;</span></p>
<p><span style="color: #003366;">&lt;html&gt;</span></p>
<p><span style="color: #003366;">&lt;head&gt;</span></p>
<p><span style="color: #003366;">&lt;meta http-equiv=&#8221;Content-type&#8221; content=&#8221;text/html; charset=utf-8&#8243;&gt;</span></p>
<p><span style="color: #003366;">&lt;title&gt;tinyTips 1.0&lt;/title&gt;</span></p>
<p><span style="color: #003366;">&lt;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; media=&#8221;screen&#8221; href=&#8221;/path/to/yourStyleSheet.css&#8221; /&gt;</span></p>
<p><span style="color: #003366;">&lt;script type=&#8221;text/javascript&#8221; src=&#8221;http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js&#8221;&gt;&lt;/script&gt;</span></p>
<p><span style="color: #003366;">&lt;script type=&#8221;text/javascript&#8221; src=&#8221;/path/to/jquery.tinyTips.js&#8221;&gt;&lt;/script&gt;</span></p>
<p><span style="color: #003366;">&lt;script type=&#8221;text/javascript&#8221;&gt;</span></p>
<p><span style="color: #003366;">$(document).ready(function() {</span></p>
<p><span style="color: #003366;">$(&#8216;a.tTip&#8217;).tinyTips(&#8216;light&#8217;, &#8216;title&#8217;);</span></p>
<p><span style="color: #003366;">});</span></p>
<p><span style="color: #003366;">&lt;/script&gt;</span></p>
<p><span style="color: #003366;">&lt;/head&gt;</span></p>
<p><span style="color: #003366;">&lt;body&gt;</span></p>
<p><span style="color: #003366;">&lt;div id=&#8221;global_wrapper&#8221;&gt;</span></p>
<p><span style="color: #003366;">&lt;h1&gt;Testing tinyTips&lt;/h1&gt;</span></p>
<p><span style="color: #003366;">&lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span></p>
<p><span style="color: #003366;">&lt;a class=&#8221;tTip&#8221; href=&#8221;#&#8221; title=&#8221;This tooltip is using the title of this anchor tag.&#8221;&gt;Aenean ut nunc metus&lt;/a&gt;, gravida tincidunt libero.</span></p>
<p><span style="color: #003366;">Proin molestie risus at odio luctus condimentum. Sed molestie bibendum orci a faucibus. Vivamus vel lorem ut augue laoreet cursus.</span></p>
<p><span style="color: #003366;">Maecenas vestibulum nibh non nibh viverra posuere. Sed &lt;a href=&#8221;#&#8221; title=&#8221;This one is also using the title.&#8221;&gt;tristique eleifend&lt;/a&gt; elit sit amet varius.&lt;/p&gt;</span></p>
<p><span style="color: #003366;">&lt;/div&gt;</span></p>
<p><span style="color: #003366;">&lt;/body&gt;</span></p>
<p><span style="color: #003366;">&lt;/html&gt;</span></p>
<p><span style="color: #003366;"><br />
</span></p>
<p><span style="color: #003366;"><strong> </strong></span></p>
<p><span style="color: #000000;"><strong>jQuery/Javascript</strong></span></p>
<p><span style="color: #000000;">Place the following at the head of your page as you include the TinyTips and jQuery.</span></p>
<p><span style="color: #003366;">&lt;script type=&#8221;text/javascript&#8221; src=&#8221;http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js&#8221;&gt;&lt;/script&gt;</span></p>
<p><span style="color: #003366;">&lt;script type=&#8221;text/javascript&#8221; src=&#8221;/path/to/jquery.tinyTips.js&#8221;&gt;&lt;/script&gt;</span></p>
<p><strong> </strong></p>
<p>To add tooltips, use the following:</p>
<p><span style="color: #003366;">&lt;script type=&#8221;text/javascript&#8221;&gt;</span></p>
<p><span style="color: #003366;">$(document).ready(function() {</span></p>
<p><span style="color: #003366;">$(&#8216;a.tTip&#8217;).tinyTips(&#8216;light&#8217;, &#8216;title&#8217;);</span></p>
<p><span style="color: #003366;">});</span></p>
<p><span style="color: #003366;">&lt;/script&gt;</span></p>
<p>Do provide a tooltip style and content attribute.</p>
<p>Add the following to the stylesheet. You can create your own style by naming the class .yournameTip and use your name as the tip style. By using the dev version, you can also modify the markup for tooltips.</p>
<p><span style="color: #003366;">.lightTip                       { width: 342px; }</span></p>
<p><span style="color: #003366;">.lightTip .content              { width: 310px; padding: 10px; border: 6px solid #e2e2e2; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #ffffff; color: #020202; }</span></p>
<p><span style="color: #003366;">.lightTip .bottom               { height: 14px; background: url(../images/notch-white.png) top center no-repeat; }</span></p>
<p><span style="color: #003366;">.yellowTip                      { width: 342px; }</span></p>
<p><span style="color: #003366;">.yellowTip .content             { width: 310px; padding: 10px; border: 6px solid #f9e98e; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #fbf7aa; color: #020202; }</span></p>
<p><span style="color: #003366;">.yellowTip .bottom              { height: 14px; background: url(../images/notch-yellow.png) top center no-repeat; }</span></p>
<p><span style="color: #003366;">.orangeTip                      { width: 342px; }</span></p>
<p><span style="color: #003366;">.orangeTip .content             { width: 310px; padding: 10px; border: 6px solid #f9cd8e; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #fbe3aa; color: #020202; }</span></p>
<p><span style="color: #003366;">.orangeTip .bottom              { height: 14px; background: url(../images/notch-orange.png) top center no-repeat; }</span></p>
<p><span style="color: #003366;">.redTip                         { width: 342px; }</span></p>
<p><span style="color: #003366;">.redTip .content                { width: 310px; padding: 10px; border: 6px solid #ce6f6f; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #f79992; color: #020202; }</span></p>
<p><span style="color: #003366;">.redTip .bottom                 { height: 14px; background: url(../images/notch-red.png) top center no-repeat; }</span></p>
<p><span style="color: #003366;">.greenTip                       { width: 342px; }</span></p>
<p><span style="color: #003366;">.greenTip .content              { width: 310px; padding: 10px; border: 6px solid #a9db66; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #cae8a2; color: #020202; }</span></p>
<p><span style="color: #003366;">.greenTip .bottom               { height: 14px; background: url(../images/notch-green.png) top center no-repeat; }</span></p>
<p><span style="color: #003366;">.blueTip                        { width: 342px; }</span></p>
<p><span style="color: #003366;">.blueTip .content               { width: 310px; padding: 10px; border: 6px solid #36a4d9; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #90d8f0; color: #020202; }</span></p>
<p><span style="color: #003366;">.blueTip .bottom                { height: 14px; background: url(../images/notch-blue.png) top center no-repeat; }</span></p>
<p><span style="color: #003366;">.purpleTip                      { width: 342px; }</span></p>
<p><span style="color: #003366;">.purpleTip .content             { width: 310px; padding: 10px; border: 6px solid #8671de; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #a290f0; color: #020202; }</span></p>
<p><span style="color: #003366;">.purpleTip .bottom              { height: 14px; background: url(../images/notch-purple.png) top center no-repeat; }</span></p>
<p><span style="color: #003366;">.darkTip                        { width: 342px; }</span></p>
<p><span style="color: #003366;">.darkTip .content               { width: 310px; padding: 10px; border: 6px solid #303030; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #505050; color: #f8f8f8; }</span></p>
<p><span style="color: #003366;">.darkTip .bottom                { height: 14px; background: url(../images/notch-dark.png) top center no-repeat; }</span><br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/web-design/tinytips-jquery-plugin/" title="jquery light menu">jquery light menu</a></li>
<li><a href="http://blogfreakz.com/web-design/tinytips-jquery-plugin/" title="tinytips plugin">tinytips plugin</a></li>
<li><a href="http://blogfreakz.com/web-design/tinytips-jquery-plugin/" title="path app tooltip jquery">path app tooltip jquery</a></li>
<li><a href="http://blogfreakz.com/web-design/tinytips-jquery-plugin/" title="popup jquery TEXT IMAGE">popup jquery TEXT IMAGE</a></li>
<li><a href="http://blogfreakz.com/web-design/tinytips-jquery-plugin/" title="TinyTips document">TinyTips document</a></li>
<li><a href="http://blogfreakz.com/web-design/tinytips-jquery-plugin/" title="googleapis jquery">googleapis jquery</a></li>
<li><a href="http://blogfreakz.com/web-design/tinytips-jquery-plugin/" title="tinytips js explorer 9">tinytips js explorer 9</a></li>
<li><a href="http://blogfreakz.com/web-design/tinytips-jquery-plugin/" title="tinytips js">tinytips js</a></li>
<li><a href="http://blogfreakz.com/web-design/tinytips-jquery-plugin/" title="TinyTips jQuery Plugin">TinyTips jQuery Plugin</a></li>
<li><a href="http://blogfreakz.com/web-design/tinytips-jquery-plugin/" title="tinytips jquery">tinytips jquery</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/web-design/tinytips-jquery-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a jQuery Star Comment Rating System</title>
		<link>http://blogfreakz.com/web-design/create-a-jquery-star-comment-rating-system/</link>
		<comments>http://blogfreakz.com/web-design/create-a-jquery-star-comment-rating-system/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 12:16:15 +0000</pubDate>
		<dc:creator>Marvin@Blogfreakz</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[rating system]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=24716</guid>
		<description><![CDATA[The commenting system just became more fun for users! Created by eligeske,  this animated jQuery star commenting system is a great way to rate your posts. Add this to your website and see your visitor activity increase. Download the ZIP FILE. &#160; HTML (star_rating.html) &#60;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&#62; &#60;html xmlns="http://www.w3.org/1999/xhtml"&#62; &#60;head&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>The commenting system just became more fun for users! Created by <a href="http://eligeske.com/" target="_blank"><strong>eligeske</strong></a>,  this animated jQuery star commenting system is a great way to rate your posts. Add this to your website and see your visitor activity increase.</p>
<p>Download the <a href="http://eligeske.info/tutorials/jquery/star-rating/star-rating.zip" target="_blank"><strong>ZIP FILE. </strong></a></p>
<p>&nbsp;</p>
<p><strong> </strong></p>
<p><strong>HTML (star_rating.html)</strong></p>
<pre><span style="color: #003366;">&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;</span></pre>
<pre><span style="color: #003366;">&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;</span></pre>
<pre><span style="color: #003366;">&lt;head&gt;</span></pre>
<pre><span style="color: #003366;">&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt;</span></pre>
<pre><span style="color: #003366;">&lt;title&gt;JQuery-Star Comment Rating&lt;/title&gt;</span></pre>
<pre><span style="color: #003366;">&lt;script type="text/javascript" src="js/jquery/jquery-1.3.2.min.js"&gt;&lt;/script&gt;</span></pre>
<pre><span style="color: #003366;">&lt;script type="text/javascript" src="js/star_rating.js"&gt;&lt;/script&gt;</span></pre>
<pre><span style="color: #003366;">&lt;style type="text/css"&gt;</span></pre>
<pre><span style="color: #003366;">#rating_cont { background: #1E1D1C url(images/rating_background.jpg) top left no-repeat; border: 1px solid #F9BA0D; width: 140px; height: 23px; text-align: left; margin-left: 6px;}</span></pre>
<pre><span style="color: #003366;">#rating_on { background: url(images/rating_onbackground.jpg) top left no-repeat; width: 0px; height: 21px; position: relative; z-index: 50; top: -21px; }</span></pre>
<pre><span style="color: #003366;">#rated { display: none; width: 138px; padding: 3px 0px 3px 2px; height: 23px; background-color: #1E1D1C; height: 17px;font-size: 11px;color: #FFC910;}</span></pre>
<pre><span style="color: #003366;">#rated div { display: block; float: left; }</span></pre>
<pre><span style="color: #003366;">#rating { font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #FFC910; padding-left: 3px; width: 22px; }</span></pre>
<pre><span style="color: #003366;">#small_stars { height: 11px; width: 69px; background-image: url(images/stars_small_sprite.jpg); background-position: 0px -11px; font-size:1px; line-height: 11px; margin-top:3px; }</span></pre>
<pre><span style="color: #003366;">#rate_edit { line-height: 17px; font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #FFF; padding-left: 9px; cursor: pointer; }</span></pre>
<pre><span style="color: #003366;">#rate_edit:hover { text-decoration: underline; }</span></pre>
<pre><span style="color: #003366;">#rating_btns { position: relative; z-index: 100; width: 140px; height: 21px;}</span></pre>
<pre><span style="color: #003366;">#rating_btns ul, #rating_btns li { padding: 0; margin: 0; }</span></pre>
<pre><span style="color: #003366;">#rating_btns li { float: left; width: 14px; height: 21px; display: block; font-size: 1px; cursor: pointer; color: #1E1D1C;</span></pre>
<pre><span style="color: #003366;">}</span></pre>
<pre><span style="color: #003366;">&lt;/style&gt;</span></pre>
<pre><span style="color: #003366;">&lt;/head&gt;</span></pre>
<pre><span style="color: #003366;">&lt;body&gt;</span></pre>
<pre><span style="color: #003366;">&lt;div id="rating_cont"&gt;</span></pre>
<pre><span style="color: #003366;">&lt;div id="rating_btns"&gt;</span></pre>
<pre><span style="color: #003366;">&lt;ul&gt;</span></pre>
<pre><span style="color: #003366;">&lt;li&gt;0.5&lt;/li&gt;</span></pre>
<pre><span style="color: #003366;">&lt;li&gt;1.0&lt;/li&gt;</span></pre>
<pre><span style="color: #003366;">&lt;li&gt;1.5&lt;/li&gt;</span></pre>
<pre><span style="color: #003366;">&lt;li&gt;2.0&lt;/li&gt;</span></pre>
<pre><span style="color: #003366;">&lt;li&gt;2.5&lt;/li&gt;</span></pre>
<pre><span style="color: #003366;">&lt;li&gt;3.0&lt;/li&gt;</span></pre>
<pre><span style="color: #003366;">&lt;li&gt;3.5&lt;/li&gt;</span></pre>
<pre><span style="color: #003366;">&lt;li&gt;4.0&lt;/li&gt;</span></pre>
<pre><span style="color: #003366;">&lt;li&gt;4.5&lt;/li&gt;</span></pre>
<pre><span style="color: #003366;">&lt;li&gt;5.0&lt;/li&gt;</span></pre>
<pre><span style="color: #003366;">&lt;/ul&gt;</span></pre>
<pre><span style="color: #003366;">&lt;/div&gt;</span></pre>
<pre><span style="color: #003366;">&lt;div id="rating_on" &gt;&amp;nbsp;&lt;/div&gt;</span></pre>
<pre><span style="color: #003366;">&lt;div id="rated"&gt;</span></pre>
<pre><span style="color: #003366;">&lt;div id="rating" style="height: 17px; line-height: 17px;"&gt;not rated&lt;/div&gt;</span></pre>
<pre><span style="color: #003366;">&lt;div&gt; &amp;#8211; &amp;nbsp;&lt;/div&gt;</span></pre>
<pre><span style="color: #003366;">&lt;div id="small_stars"&gt;&amp;nbsp;&lt;/div&gt;</span></pre>
<pre><span style="color: #003366;">&lt;div id="rate_edit"&gt;edit&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;input type="hidden" id="rating_output" name="rating_output" /&gt;</span></pre>
<pre><span style="color: #003366;">&lt;/body&gt;</span></pre>
<pre><span style="color: #003366;">&lt;/html&gt;</span></pre>
<p><strong>jQuery/Jvascript (star_rating.js)</strong></p>
<pre><span style="color: #003366;">/*</span></pre>
<pre><span style="color: #003366;">* Written by eligeske</span></pre>
<pre><span style="color: #003366;">* downloaded from eligeske.com</span></pre>
<pre><span style="color: #003366;">* have fun. nerd.</span></pre>
<pre><span style="color: #003366;">*/</span></pre>
<pre><span style="color: #003366;">$(document).ready(function(){</span></pre>
<pre><span style="color: #003366;">// hover</span></pre>
<pre><span style="color: #003366;">$('#rating_btns li').hover(function(){</span></pre>
<pre><span style="color: #003366;">$rating = $(this).text();</span></pre>
<pre><span style="color: #003366;">$('#rating_on').css('width', rateWidth($rating));</span></pre>
<pre><span style="color: #003366;">});</span></pre>
<pre><span style="color: #003366;">// mouseout</span></pre>
<pre><span style="color: #003366;">$('#rating_btns li').mouseout(function(){</span></pre>
<pre><span style="color: #003366;">$rating = $('#rating').text();</span></pre>
<pre><span style="color: #003366;">if($rating == "not rated"){</span></pre>
<pre><span style="color: #003366;">$('#rating_on').css('width', "0px");</span></pre>
<pre><span style="color: #003366;">}</span></pre>
<pre><span style="color: #003366;">else{</span></pre>
<pre><span style="color: #003366;">$('#rating_on').css('width', rateWidth($rating));</span></pre>
<pre><span style="color: #003366;">}</span></pre>
<pre><span style="color: #003366;">});</span></pre>
<pre><span style="color: #003366;">//click</span></pre>
<pre><span style="color: #003366;">$('#rating_btns li').click(function(){</span></pre>
<pre><span style="color: #003366;">$rating = $(this).text();</span></pre>
<pre><span style="color: #003366;">$('#rating').text($rating);</span></pre>
<pre><span style="color: #003366;">$('#rating_output').val($rating);</span></pre>
<pre><span style="color: #003366;">$pos = starSprite($rating);</span></pre>
<pre><span style="color: #003366;">$('#small_stars').css('background-position', "0px " + $pos );</span></pre>
<pre><span style="color: #003366;">$('#rating_btns').hide();</span></pre>
<pre><span style="color: #003366;">$('#rating_on').hide();</span></pre>
<pre><span style="color: #003366;">$('#rated').fadeIn();</span></pre>
<pre><span style="color: #003366;">});</span></pre>
<pre><span style="color: #003366;">//edit</span></pre>
<pre><span style="color: #003366;">$('#rate_edit').click(function(){</span></pre>
<pre><span style="color: #003366;">$('#rated').hide();</span></pre>
<pre><span style="color: #003366;">$('#rating_btns').fadeIn();</span></pre>
<pre><span style="color: #003366;">$('#rating_on').fadeIn();</span></pre>
<pre><span style="color: #003366;">});</span></pre>
<pre><span style="color: #003366;">function rateWidth($rating){</span></pre>
<pre><span style="color: #003366;">$rating = parseFloat($rating);</span></pre>
<pre><span style="color: #003366;">switch ($rating){</span></pre>
<pre><span style="color: #003366;">case 0.5: $width = "14px"; break;</span></pre>
<pre><span style="color: #003366;">case 1.0: $width = "28px"; break;</span></pre>
<pre><span style="color: #003366;">case 1.5: $width = "42px"; break;</span></pre>
<pre><span style="color: #003366;">case 2.0: $width = "56px"; break;</span></pre>
<pre><span style="color: #003366;">case 2.5: $width = "70px"; break;</span></pre>
<pre><span style="color: #003366;">case 3.0: $width = "84px"; break;</span></pre>
<pre><span style="color: #003366;">case 3.5: $width = "98px"; break;</span></pre>
<pre><span style="color: #003366;">case 4.0: $width = "112px"; break;</span></pre>
<pre><span style="color: #003366;">case 4.5: $width = "126px"; break;</span></pre>
<pre><span style="color: #003366;">case 5.0: $width = "140px"; break;</span></pre>
<pre><span style="color: #003366;">default: $width = "84px";</span></pre>
<pre><span style="color: #003366;">}</span></pre>
<pre><span style="color: #003366;">return $width;</span></pre>
<pre><span style="color: #003366;">}</span></pre>
<pre><span style="color: #003366;">function starSprite($rating){</span></pre>
<pre><span style="color: #003366;">$rating = parseFloat($rating);</span></pre>
<pre><span style="color: #003366;">switch ($rating){</span></pre>
<pre><span style="color: #003366;">case 0.5: $pos = "-11px"; break;</span></pre>
<pre><span style="color: #003366;">case 1.0: $pos = "-22px"; break;</span></pre>
<pre><span style="color: #003366;">case 1.5: $pos = "-33px"; break;</span></pre>
<pre><span style="color: #003366;">case 2.0: $pos = "-44px"; break;</span></pre>
<pre><span style="color: #003366;">case 2.5: $pos = "-55px"; break;</span></pre>
<pre><span style="color: #003366;">case 3.0: $pos = "-66px"; break;</span></pre>
<pre><span style="color: #003366;">case 3.5: $pos = "-77px"; break;</span></pre>
<pre><span style="color: #003366;">case 4.0: $pos = "-88px"; break;</span></pre>
<pre><span style="color: #003366;">case 4.5: $pos = "-99px"; break;</span></pre>
<pre><span style="color: #003366;">case 5.0: $pos = "-110px"; break;</span></pre>
<pre><span style="color: #003366;">default: $pos = "-77px";</span></pre>
<pre><span style="color: #003366;">}</span></pre>
<pre><span style="color: #003366;">return $pos;</span></pre>
<pre><span style="color: #003366;">}</span></pre>
<pre><span style="color: #003366;">});</span></pre>
<pre>
</pre>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/web-design/create-a-jquery-star-comment-rating-system/" title="jquery rating">jquery rating</a></li>
<li><a href="http://blogfreakz.com/web-design/create-a-jquery-star-comment-rating-system/" title="5 star vote jquery">5 star vote jquery</a></li>
<li><a href="http://blogfreakz.com/web-design/create-a-jquery-star-comment-rating-system/" title="rating jquery">rating jquery</a></li>
<li><a href="http://blogfreakz.com/web-design/create-a-jquery-star-comment-rating-system/" title="jquery stars background">jquery stars background</a></li>
<li><a href="http://blogfreakz.com/web-design/create-a-jquery-star-comment-rating-system/" title="jquery star rating">jquery star rating</a></li>
<li><a href="http://blogfreakz.com/web-design/create-a-jquery-star-comment-rating-system/" title="jquery ratings">jquery ratings</a></li>
<li><a href="http://blogfreakz.com/web-design/create-a-jquery-star-comment-rating-system/" title="jquery rating tool">jquery rating tool</a></li>
<li><a href="http://blogfreakz.com/web-design/create-a-jquery-star-comment-rating-system/" title="jquery rating system with comments">jquery rating system with comments</a></li>
<li><a href="http://blogfreakz.com/web-design/create-a-jquery-star-comment-rating-system/" title="jquery rating system">jquery rating system</a></li>
<li><a href="http://blogfreakz.com/web-design/create-a-jquery-star-comment-rating-system/" title="jquery rating script">jquery rating script</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/web-design/create-a-jquery-star-comment-rating-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Auto-Convert Text To Different Cases Using jQuery</title>
		<link>http://blogfreakz.com/tutorial/auto-convert-text-to-different-cases-using-jquery/</link>
		<comments>http://blogfreakz.com/tutorial/auto-convert-text-to-different-cases-using-jquery/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 14:41:19 +0000</pubDate>
		<dc:creator>Keith@Blogfreakz</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Software & Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[free download]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[text converter]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=24636</guid>
		<description><![CDATA[jQuery By Example’s author created this neat plugin for automatically converting your text to upper, lower, title, and pascal case. The auto feature is just half of it, the other half is that it converts your text in REAL-TIME! Check out the live demo here or take a look at its code here. First thing [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://jquerybyexample.blogspot.com/"><strong>jQuery By Example</strong></a>’s author created this neat plugin for automatically converting your text to upper, lower, title, and pascal case. The auto feature is just half of it, the other half is that it converts your text in REAL-TIME!</p>
<p>Check out the <a href="http://jsbin.com/ulaluc/edit#preview"><strong>live demo here</strong></a> or take a look at its <a href="http://jsbin.com/ulaluc/edit#source"><strong>code</strong></a> here.</p>
<p><img class="aligncenter size-medium wp-image-24638" title="Autoconvert" src="http://blogfreakz.com/wp-content/uploads/2012/01/124-285x165.jpg" alt="124 285x165 Auto Convert Text To Different Cases Using jQuery" width="285" height="165" /></p>
<p>First thing you need to do is reference the necessary jQuery file and plugin by inserting this into your code:</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="638" valign="top"><span style="color: #003366;"><strong>&lt;script type=&#8221;text/javascript&#8221;</strong></span>&nbsp;</p>
<p><span style="color: #003366;"><strong>src=&#8221;https://sites.google.com/site/jquerybyexample/SetCase.js&#8221;&gt;</strong></span></p>
<p><span style="color: #003366;"><strong>&lt;/script&gt;</strong></span></td>
</tr>
</tbody>
</table>
<p>You can use this plugin for the textbox element; all you need to do is to set the case which you want to implement by setting the &#8220;caseValue&#8221; property to upper, lower, title, or pascal. (<strong>NOTE:</strong> All values are in lower case).</p>
<p>Your code should then look like one of the following:</p>
<p><strong>Upper case:</strong></p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="638" valign="top"><span style="color: #003366;"><strong>$(function() {</strong></span>&nbsp;</p>
<p><span style="color: #003366;"><strong>$(&#8220;#txtUpper&#8221;).Setcase({caseValue :   &#8216;upper&#8217;});</strong></span></p>
<p><span style="color: #003366;"><strong>});</strong></span></td>
</tr>
</tbody>
</table>
<p><strong>Lower case:</strong></p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="638" valign="top"><span style="color: #003366;"><strong>$(function() {</strong></span>&nbsp;</p>
<p><span style="color: #003366;"><strong>$(&#8220;#txtLower&#8221;).Setcase({caseValue :   &#8216;lower&#8217;});</strong></span></p>
<p><span style="color: #003366;"><strong>});</strong></span></td>
</tr>
</tbody>
</table>
<p><strong>Title case:</strong> Only the very first letter of the entire text is capitalized.</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="638" valign="top"><span style="color: #003366;"><strong>$(function() {</strong></span>&nbsp;</p>
<p><span style="color: #003366;"><strong>$(&#8220;#txtTitle&#8221;).Setcase({caseValue :   &#8216;title&#8217;});</strong></span></p>
<p><span style="color: #003366;"><strong>});</strong></span></td>
</tr>
</tbody>
</table>
<p><strong>Pascal case:</strong> Every first letter of the word is capitalized.</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="638" valign="top"><span style="color: #003366;"><strong>$(function() {</strong></span>&nbsp;</p>
<p><span style="color: #003366;"><strong>$(&#8220;#txtPascal&#8221;).Setcase({caseValue   : &#8216;pascal&#8217;});</strong></span></p>
<p><span style="color: #003366;"><strong>});</strong></span></td>
</tr>
</tbody>
</table>
<p>Below is the code for the plugin, which takes advantage of the <strong>keypress</strong> and <strong>blur</strong> method:</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="638" valign="top"><span style="color: #003366;"><strong>(function($) {</strong></span>&nbsp;</p>
<p><span style="color: #003366;"><strong>//Create plugin named Setcase</strong></span></p>
<p><span style="color: #003366;"><strong>$.fn.Setcase = function(settings) {</strong></span></p>
<p><span style="color: #003366;"><strong>// Defaults</strong></span></p>
<p><span style="color: #003366;"><strong>var config = {</strong></span></p>
<p><span style="color: #003366;"><strong>caseValue: &#8216;Upper&#8217;</strong></span></p>
<p><span style="color: #003366;"><strong>};</strong></span></p>
<p><span style="color: #003366;"><strong>//Merge settings</strong></span></p>
<p><span style="color: #003366;"><strong>if(settings) $.extend(config, settings);</strong></span></p>
<p><span style="color: #003366;"><strong>this.each(function() {</strong></span></p>
<p><span style="color: #003366;"><strong>//keypress event</strong></span></p>
<p><span style="color: #003366;"><strong>$(this).keypress(function(){</strong></span></p>
<p><span style="color: #003366;"><strong>if(config.caseValue ==   &#8220;upper&#8221;)</strong></span></p>
<p><span style="color: #003366;"><strong>{</strong></span></p>
<p><span style="color: #003366;"><strong>var currVal = $(this).val();</strong></span></p>
<p><span style="color: #003366;"><strong>$(this).val(currVal.toUpperCase());</strong></span></p>
<p><span style="color: #003366;"><strong>}</strong></span></p>
<p><span style="color: #003366;"><strong>else if(config.caseValue == &#8220;lower&#8221;)</strong></span></p>
<p><span style="color: #003366;"><strong>{</strong></span></p>
<p><span style="color: #003366;"><strong>var currVal = $(this).val();</strong></span></p>
<p><span style="color: #003366;"><strong>$(this).val(currVal.toLowerCase());</strong></span></p>
<p><span style="color: #003366;"><strong>}</strong></span></p>
<p><span style="color: #003366;"><strong>else if(config.caseValue == &#8220;title&#8221;)</strong></span></p>
<p><span style="color: #003366;"><strong>{</strong></span></p>
<p><span style="color: #003366;"><strong>var currVal =   $(this).val();</strong></span></p>
<p><span style="color: #003366;"><strong>$(this).val(currVal.charAt(0).toUpperCase() +   currVal.slice(1).toLowerCase());</strong></span></p>
<p><span style="color: #003366;"><strong>}</strong></span></p>
<p><span style="color: #003366;"><strong>else if(config.caseValue == &#8220;pascal&#8221;)</strong></span></p>
<p><span style="color: #003366;"><strong>{</strong></span></p>
<p><span style="color: #003366;"><strong>var currVal =   $(this).val();</strong></span></p>
<p><span style="color: #003366;"><strong>currVal =   currVal.toLowerCase().replace(/\b[a-z]/g, function(txtVal) {</strong></span></p>
<p><span style="color: #003366;"><strong>return txtVal.toUpperCase();</strong></span></p>
<p><span style="color: #003366;"><strong>});</strong></span></p>
<p><span style="color: #003366;"><strong>$(this).val(currVal);</strong></span></p>
<p><span style="color: #003366;"><strong>}</strong></span></p>
<p><span style="color: #003366;"><strong>});</strong></span></p>
<p><span style="color: #003366;"><strong>//blur event</strong></span></p>
<p><span style="color: #003366;"><strong>$(this).blur(function(){</strong></span></p>
<p><span style="color: #003366;"><strong>if(config.caseValue ==   &#8220;upper&#8221;)</strong></span></p>
<p><span style="color: #003366;"><strong>{</strong></span></p>
<p><span style="color: #003366;"><strong>var currVal = $(this).val();</strong></span></p>
<p><span style="color: #003366;"><strong>$(this).val(currVal.toUpperCase());</strong></span></p>
<p><span style="color: #003366;"><strong>}</strong></span></p>
<p><span style="color: #003366;"><strong>else if(config.caseValue == &#8220;lower&#8221;)</strong></span></p>
<p><span style="color: #003366;"><strong>{</strong></span></p>
<p><span style="color: #003366;"><strong>var currVal = $(this).val();</strong></span></p>
<p><span style="color: #003366;"><strong>$(this).val(currVal.toLowerCase());</strong></span></p>
<p><span style="color: #003366;"><strong>}</strong></span></p>
<p><span style="color: #003366;"><strong>else if(config.caseValue == &#8220;title&#8221;)</strong></span></p>
<p><span style="color: #003366;"><strong>{</strong></span></p>
<p><span style="color: #003366;"><strong>var currVal =   $(this).val();</strong></span></p>
<p><span style="color: #003366;"><strong>$(this).val(currVal.charAt(0).toUpperCase() +   currVal.slice(1).toLowerCase());</strong></span></p>
<p><span style="color: #003366;"><strong>}</strong></span></p>
<p><span style="color: #003366;"><strong>else if(config.caseValue == &#8220;pascal&#8221;)</strong></span></p>
<p><span style="color: #003366;"><strong>{</strong></span></p>
<p><span style="color: #003366;"><strong>var currVal =   $(this).val();</strong></span></p>
<p><span style="color: #003366;"><strong>currVal =   currVal.toLowerCase().replace(/\b[a-z]/g, function(txtVal) {</strong></span></p>
<p><span style="color: #003366;"><strong>return txtVal.toUpperCase();</strong></span></p>
<p><span style="color: #003366;"><strong>});</strong></span></p>
<p><span style="color: #003366;"><strong>$(this).val(currVal);</strong></span></p>
<p><span style="color: #003366;"><strong>}</strong></span></p>
<p><span style="color: #003366;"><strong>});</strong></span></p>
<p><span style="color: #003366;"><strong>});</strong></span></p>
<p><span style="color: #003366;"><strong>};</strong></span></p>
<p><span style="color: #003366;"><strong>})(jQuery);</strong></span></td>
</tr>
</tbody>
</table>
<p>Hope you enjoy trying this plugin out on your site. Cheers!<br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/tutorial/auto-convert-text-to-different-cases-using-jquery/" title="setcase jquery">setcase jquery</a></li>
<li><a href="http://blogfreakz.com/tutorial/auto-convert-text-to-different-cases-using-jquery/" title="$(this) val =">$(this) val =</a></li>
<li><a href="http://blogfreakz.com/tutorial/auto-convert-text-to-different-cases-using-jquery/" title="jquery convert case">jquery convert case</a></li>
<li><a href="http://blogfreakz.com/tutorial/auto-convert-text-to-different-cases-using-jquery/" title="jquery convert text to link">jquery convert text to link</a></li>
<li><a href="http://blogfreakz.com/tutorial/auto-convert-text-to-different-cases-using-jquery/" title="jquery plugin setcase">jquery plugin setcase</a></li>
<li><a href="http://blogfreakz.com/tutorial/auto-convert-text-to-different-cases-using-jquery/" title="light menu using jquery">light menu using jquery</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/tutorial/auto-convert-text-to-different-cases-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a Flexible jQuery Data Heat Map</title>
		<link>http://blogfreakz.com/web-design/create-a-flexible-jquery-data-heat-map/</link>
		<comments>http://blogfreakz.com/web-design/create-a-flexible-jquery-data-heat-map/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 10:45:06 +0000</pubDate>
		<dc:creator>Keith@Blogfreakz</dc:creator>
				<category><![CDATA[Charts/Graph]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Maps]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[heat map]]></category>
		<category><![CDATA[Table]]></category>
		<category><![CDATA[tables design]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=24575</guid>
		<description><![CDATA[Sometimes reading a table&#8217;s long and numerous columns can be quite a very cumbersome and tedious task. You want your readers to immediately see the whole picture once they glance at your table&#8217;s contents. This is where Design Chemical’s Data Heat Map can help. When you&#8217;re dealing with hierarchical and/or numeric data, or data with [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="text-decoration: underline;"> </span></strong>Sometimes reading a table&#8217;s long and numerous columns can be quite a very cumbersome and tedious task. You want your readers to immediately see the whole picture once they glance at your table&#8217;s contents.</p>
<p><a href="http://www.designchemical.com/media/images/jquery_data_heat_map.png"><img class="aligncenter size-large wp-image-24576" title="Flexible jQuery Data Heat Map" src="http://blogfreakz.com/wp-content/uploads/2012/01/118-600x250.jpg" alt="118 600x250 Create a Flexible jQuery Data Heat Map" width="600" height="250" /></a></p>
<p>This is where <strong><a href="http://www.designchemical.com/blog/index.php/jquery/jquery-tutorial-create-a-flexible-data-heat-map/">Design Chemical</a></strong>’s Data Heat Map can help. When you&#8217;re dealing with hierarchical and/or numeric data, or data with a maximum and minimum value, the heat map adds varying shades of a particular color, making it easier for the viewer to quickly spot the highest and lowest value. It can be a nice alternative for sorting data in ascending or descending order because you eliminate the user&#8217;s need to click on a button just to rearrange the data in a particular column.</p>
<p><a href="http://www.designchemical.com/lab/jquery/demo/jquery_data_heat_map_demo.htm"> </a>The two main objectives of this tutorial are:</p>
<ul>
<li>To capture and statistically analyze all data points</li>
<li>To provide a method of grouping the data and be able to identify what formatting should be applied</li>
</ul>
<p>Let’s start with the usual basic HTML markup. We’ll just keep the code short by only including one row of data with the CSS classes but feel free to add as many rows as you like  if you want to make it look like the one in the <a href="http://www.designchemical.com/lab/jquery/demo/jquery_data_heat_map_demo.htm"><strong>demo page</strong></a> or the image sample above:</p>
<p><strong>HTML</strong></p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="638" valign="top"><strong><span style="color: #003366;">&lt;table cellpadding=&#8221;0&#8243; cellspacing=&#8221;0&#8243; border=&#8221;0&#8243;  &gt;</span></strong>&nbsp;</p>
<p><strong><span style="color: #003366;">&lt;thead&gt;</span></strong></p>
<p><strong><span style="color: #003366;">&lt;tr&gt;</span></strong></p>
<p><strong><span style="color: #003366;">&lt;th  &gt;Title&lt;/th&gt;</span></strong></p>
<p><strong><span style="color: #003366;">&lt;th&gt;data   1&lt;/th&gt;</span></strong></p>
<p><strong><span style="color: #003366;">&lt;th&gt;data   2&lt;/th&gt;</span></strong></p>
<p><strong><span style="color: #003366;">&lt;th&gt;data   3&lt;/th&gt;</span></strong></p>
<p><strong><span style="color: #003366;">&lt;th&gt;data   4&lt;/th&gt;</span></strong></p>
<p><strong><span style="color: #003366;">&lt;th&gt;data   5&lt;/th&gt;</span></strong></p>
<p><strong><span style="color: #003366;">&lt;th  &gt;data 6&lt;/th&gt;</span></strong></p>
<p><strong><span style="color: #003366;">&lt;/tr&gt;</span></strong></p>
<p><strong><span style="color: #003366;">&lt;/thead&gt;</span></strong></p>
<p><strong><span style="color: #003366;">&lt;tbody&gt;</span></strong></p>
<p><strong><span style="color: #003366;">&lt;tr  &gt;</span></strong></p>
<p><strong><span style="color: #003366;">&lt;td  &gt;Wanda&lt;/td&gt;</span></strong></p>
<p><strong><span style="color: #003366;">&lt;td&gt;25&lt;/td&gt;</span></strong></p>
<p><strong><span style="color: #003366;">&lt;td&gt;55&lt;/td&gt;</span></strong></p>
<p><strong><span style="color: #003366;">&lt;td&gt;26&lt;/td&gt;</span></strong></p>
<p><strong><span style="color: #003366;">&lt;td&gt;19&lt;/td&gt;</span></strong></p>
<p><strong><span style="color: #003366;">&lt;td&gt;39&lt;/td&gt;</span></strong></p>
<p><strong><span style="color: #003366;">&lt;td&gt;21&lt;/td&gt;</span></strong></p>
<p><strong><span style="color: #003366;">&lt;/tr&gt;</span></strong></p>
<p><strong><span style="color: #003366;">&lt;/tbody&gt;</span></strong></p>
<p><strong><span style="color: #003366;">&lt;/table&gt;</span></strong></td>
</tr>
</tbody>
</table>
<p>Let’s go over the code first part by part.</p>
<p>First thing we’ll do is capture and analyze the data, meaning we have to find out the largest value within the range. We do this by creating an array of all the data points and then returning the maximum value:</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="638" valign="top"><strong><span style="color: #003366;">&lt;script type=&#8221;text/JavaScript&#8221;&gt;</span></strong>&nbsp;</p>
<p><strong><span style="color: #003366;">$(document).ready(function(){</span></strong></p>
<p><strong><span style="color: #003366;">// Function to get the max value in an Array</span></strong></p>
<p><strong><span style="color: #003366;">Array.max = function(array){</span></strong></p>
<p><strong><span style="color: #003366;">return   Math.max.apply(Math,array);</span></strong></p>
<p><strong><span style="color: #003366;">};</span></strong></p>
<p><strong><span style="color: #003366;">// Get all data values from our table cells   making sure to ignore the first column of text</span></strong></p>
<p><strong><span style="color: #003366;">// Use the parseInt function to convert the   text string to a number</span></strong></p>
<p><strong><span style="color: #003366;">var counts= $(&#8216;.heat-map tbody   td&#8217;).not(&#8216;.stats-title&#8217;).map(function() {</span></strong></p>
<p><strong><span style="color: #003366;">return   parseInt($(this).text());</span></strong></p>
<p><strong><span style="color: #003366;">}).get();</span></strong></p>
<p><strong><span style="color: #003366;">// run max value function and store in   variable</span></strong></p>
<p><strong><span style="color: #003366;">var max = Array.max(counts);</span></strong></p>
<p><strong><span style="color: #003366;">});</span></strong></p>
<p><strong><span style="color: #003366;">&lt;/script&gt;</span></strong></td>
</tr>
</tbody>
</table>
<p>Next is to group the data points. We’ll be using the percentage (%) of each value from the max value to find exactly where the data point is positioned on a scale of 1-100.</p>
<p>This is critical to create the heat map as this scale is what we’ll use to dynamically generate the CSS style. You can adjust the max number (100) to suit your data and style of heat map. In addition, we only want to use integers so we also include the rounding off of the results.</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="638" valign="top"><strong><span style="color: #003366;">n = 100; // Declare the number of groups</span></strong>&nbsp;</p>
<p><strong><span style="color: #003366;">// Loop through each data point and calculate its % value</span></strong></p>
<p><strong><span style="color: #003366;">$(&#8216;.heat-map tbody td&#8217;).not(&#8216;.stats-title&#8217;).each(function(){</span></strong></p>
<p><strong><span style="color: #003366;">var val = parseInt($(this).text());</span></strong></p>
<p><strong><span style="color: #003366;">var pos =   parseInt((Math.round((val/max)*100)).toFixed(0));</span></strong></p>
<p><strong><span style="color: #003366;">});</span></strong></td>
</tr>
</tbody>
</table>
<p>The above code is still incomplete since we still have to add the actual formatting into the same loop.</p>
<p>To create the heat map effect we are basically going to use background color.</p>
<p>Technically there is no restriction on how you apply the styles, and background color is only one option. The code is fairly flexible and some minor adjustments can be applied to font size, container size, background image, etc.</p>
<p>Color is easy because we can directly calculate each color value between 2 defined colous – our start point and the end point, which across 100 points should create a gradient style effect.</p>
<p>To calculate color we need to use the RGB values, which are 0 to 255 for Red, Blue and Green.</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="638" valign="top"><strong><span style="color: #003366;">// Define the ending colour, which is white</span></strong>&nbsp;</p>
<p><strong><span style="color: #003366;">xr = 255; // Red value</span></strong></p>
<p><strong><span style="color: #003366;">xg = 255; // Green value</span></strong></p>
<p><strong><span style="color: #003366;">xb = 255; // Blue value</span></strong></p>
<p><strong><span style="color: #003366;">// Define the starting colour #f32075</span></strong></p>
<p><strong><span style="color: #003366;">yr = 243; // Red value</span></strong></p>
<p><strong><span style="color: #003366;">yg = 32; // Green value</span></strong></p>
<p><strong><span style="color: #003366;">yb = 117; // Blue value</span></strong></p>
<p><strong><span style="color: #003366;">// Calculate a specific colour point</span></strong></p>
<p><strong><span style="color: #003366;">// pos &#8211; calculated in the earlier code identifies where on the scale   the data point is</span></strong></p>
<p><strong><span style="color: #003366;">red = parseInt((xr + (( pos * (yr &#8211; xr)) / (n-1))).toFixed(0));</span></strong></p>
<p><strong><span style="color: #003366;">green = parseInt((xg + (( pos * (yg &#8211; xg)) / (n-1))).toFixed(0));</span></strong></p>
<p><strong><span style="color: #003366;">blue = parseInt((xb + (( pos * (yb &#8211; xb)) / (n-1))).toFixed(0));</span></strong></p>
<p><strong><span style="color: #003366;">// Once we have our RGB values we combine them to create our CSS code</span></strong></p>
<p><strong><span style="color: #003366;">clr = &#8216;rgb(&#8216;+red+&#8217;,'+green+&#8217;,'+blue+&#8217;)';</span></strong></td>
</tr>
</tbody>
</table>
<p>Finally we apply the new RGB value (heat map style) to each data point by setting the background colour of the table cell.</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="638" valign="top"><strong><span style="color: #003366;">$(this).css({backgroundColor:clr});</span></strong></td>
</tr>
</tbody>
</table>
<p>Below are the combined parts of the code to create the complete heat map function.</p>
<p><strong>Complete jQuery code</strong></p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="638" valign="top"><span style="color: #003366;"><strong>&lt;script type=&#8221;text/JavaScript&#8221;&gt;</strong></span>&nbsp;</p>
<p><span style="color: #003366;"><strong>$(document).ready(function(){</strong></span></p>
<p><span style="color: #003366;"><strong>// Function to get the max value in an Array</strong></span></p>
<p><span style="color: #003366;"><strong>Array.max = function(array){</strong></span></p>
<p><span style="color: #003366;"><strong>return   Math.max.apply(Math,array);</strong></span></p>
<p><span style="color: #003366;"><strong>};</strong></span></p>
<p><span style="color: #003366;"><strong>// Get all data values from our table cells   making sure to ignore the first column of text</strong></span></p>
<p><span style="color: #003366;"><strong>// Use the parseInt function to convert the   text string to a number</strong></span></p>
<p><span style="color: #003366;"><strong>var counts= $(&#8216;.heat-map tbody   td&#8217;).not(&#8216;.stats-title&#8217;).map(function() {</strong></span></p>
<p><span style="color: #003366;"><strong>return   parseInt($(this).text());</strong></span></p>
<p><span style="color: #003366;"><strong>}).get();</strong></span></p>
<p><span style="color: #003366;"><strong>// run max value function and store in   variable</strong></span></p>
<p><span style="color: #003366;"><strong>var max = Array.max(counts);</strong></span></p>
<p><span style="color: #003366;"><strong>n = 100; // Declare the number of groups</strong></span></p>
<p><span style="color: #003366;"><strong>// Define the ending colour, which is white</strong></span></p>
<p><span style="color: #003366;"><strong>xr = 255; // Red value</strong></span></p>
<p><span style="color: #003366;"><strong>xg = 255; // Green value</strong></span></p>
<p><span style="color: #003366;"><strong>xb = 255; // Blue value</strong></span></p>
<p><span style="color: #003366;"><strong>// Define the starting colour #f32075</strong></span></p>
<p><span style="color: #003366;"><strong>yr = 243; // Red value</strong></span></p>
<p><span style="color: #003366;"><strong>yg = 32; // Green value</strong></span></p>
<p><span style="color: #003366;"><strong>yb = 117; // Blue value</strong></span></p>
<p><span style="color: #003366;"><strong>// Loop through each data point and calculate   its % value</strong></span></p>
<p><span style="color: #003366;"><strong>$(&#8216;.heat-map tbody   td&#8217;).not(&#8216;.stats-title&#8217;).each(function(){</strong></span></p>
<p><span style="color: #003366;"><strong>var val =   parseInt($(this).text());</strong></span></p>
<p><span style="color: #003366;"><strong>var pos =   parseInt((Math.round((val/max)*100)).toFixed(0));</strong></span></p>
<p><span style="color: #003366;"><strong>red = parseInt((xr +   (( pos * (yr &#8211; xr)) / (n-1))).toFixed(0));</strong></span></p>
<p><span style="color: #003366;"><strong>green = parseInt((xg   + (( pos * (yg &#8211; xg)) / (n-1))).toFixed(0));</strong></span></p>
<p><span style="color: #003366;"><strong>blue = parseInt((xb +   (( pos * (yb &#8211; xb)) / (n-1))).toFixed(0));</strong></span></p>
<p><span style="color: #003366;"><strong>clr =   &#8216;rgb(&#8216;+red+&#8217;,'+green+&#8217;,'+blue+&#8217;)';</strong></span></p>
<p><span style="color: #003366;"><strong>});</strong></span></p>
<p><span style="color: #003366;"><strong>});</strong></span></p>
<p><span style="color: #003366;"><strong>&lt;/script&gt;</strong></span></td>
</tr>
</tbody>
</table>
<p>If you want to completely change the look (i.e. the colors of the cells) of the heat map, all you have to do is change the start and end color RGB values. Have fun experimenting with the values and customizing the look of your tables!</p>
<p><a href="http://www.designchemical.com/lab/jquery/demo/download/jquery-data-heat-map.zip"><strong>Download Source Files</strong></a><br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/web-design/create-a-flexible-jquery-data-heat-map/" title="jquery heat map">jquery heat map</a></li>
<li><a href="http://blogfreakz.com/web-design/create-a-flexible-jquery-data-heat-map/" title="heat map javascript table">heat map javascript table</a></li>
<li><a href="http://blogfreakz.com/web-design/create-a-flexible-jquery-data-heat-map/" title="jquery heatmap">jquery heatmap</a></li>
<li><a href="http://blogfreakz.com/web-design/create-a-flexible-jquery-data-heat-map/" title="jquery heat map plugin">jquery heat map plugin</a></li>
<li><a href="http://blogfreakz.com/web-design/create-a-flexible-jquery-data-heat-map/" title="ascending and descending order in jquery and mootools">ascending and descending order in jquery and mootools</a></li>
<li><a href="http://blogfreakz.com/web-design/create-a-flexible-jquery-data-heat-map/" title="jquery image heatmap">jquery image heatmap</a></li>
<li><a href="http://blogfreakz.com/web-design/create-a-flexible-jquery-data-heat-map/" title="jquery map sample">jquery map sample</a></li>
<li><a href="http://blogfreakz.com/web-design/create-a-flexible-jquery-data-heat-map/" title="rgb code table">rgb code table</a></li>
<li><a href="http://blogfreakz.com/web-design/create-a-flexible-jquery-data-heat-map/" title="table heat map jquery">table heat map jquery</a></li>
<li><a href="http://blogfreakz.com/web-design/create-a-flexible-jquery-data-heat-map/" title="jquery flexible table">jquery flexible table</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/web-design/create-a-flexible-jquery-data-heat-map/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

