<?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; Web Design</title>
	<atom:link href="http://blogfreakz.com/tag/web-design/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>A Quaintly Designed CSS Typographic Grid</title>
		<link>http://blogfreakz.com/others/a-quaintly-designed-css-typographic-grid/</link>
		<comments>http://blogfreakz.com/others/a-quaintly-designed-css-typographic-grid/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 13:17:02 +0000</pubDate>
		<dc:creator>Keith@Blogfreakz</dc:creator>
				<category><![CDATA[CSS Layout]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Others]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[typographic grid]]></category>

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

		<guid isPermaLink="false">http://blogfreakz.com/?p=24537</guid>
		<description><![CDATA[It used to be that shifting an image from grayscale to colored and vice-versa as you hover over it required 2 copies of the said image &#8212; one in grayscale and the other in color.  But thanks to Darcy Clarke for the JavaScript &#38; HTML 5 grayscale in this tutorial, this feat is easier and [...]]]></description>
			<content:encoded><![CDATA[<p>It used to be that shifting an image from grayscale to colored and vice-versa as you hover over it required 2 copies of the said image &#8212; one in grayscale and the other in color.  But thanks to <a href="http://darcyclarke.me/"><strong>Darcy Clarke</strong></a> for the JavaScript &amp; HTML 5 grayscale in this tutorial, this feat is easier and faster because the grayscale image is generated from the original source.</p>
<p><a href="http://webdesignerwall.com/demo/html5-grayscale/"><img class="aligncenter size-medium wp-image-24543" title="JQuery Image Hover" src="http://blogfreakz.com/wp-content/uploads/2012/01/116-285x175.jpg" alt="116 285x175 Create A Grayscale Image Hover In HTML5" width="285" height="175" /></a></p>
<p style="text-align: center;">Click on the above image for the demo.</p>
<p><strong>Steps:</strong></p>
<ol>
<li>Get a copy of jquery.js</li>
<li>Paste the code below onto your web page. What the code will do is look for the target images (<strong>.item img</strong>) and then generate a grayscale version.</li>
</ol>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="638" valign="top"><span style="color: #003366;">&lt;script src=&#8221;jquery.min.js&#8221;   type=&#8221;text/javascript&#8221;&gt;&lt;/script&gt;</span>&nbsp;</p>
<p><span style="color: #003366;">&lt;script type=&#8221;text/javascript&#8221;&gt;</span></p>
<p><span style="color: #003366;">// On window   load. This waits until images have loaded which is essential</span></p>
<p><span style="color: #003366;">$(window).load(function(){</span></p>
<p><span style="color: #003366;">//   Fade in images so there isn&#8217;t a color &#8220;pop&#8221; document load and then   on window load</span></p>
<p><span style="color: #003366;">$(&#8220;.item img&#8221;).fadeIn(500);</span></p>
<p><span style="color: #003366;">//   clone image</span></p>
<p><span style="color: #003366;">$(&#8216;.item img&#8217;).each(function(){</span></p>
<p><span style="color: #003366;">var   el = $(this);</span></p>
<p><span style="color: #003366;">el.css({&#8220;position&#8221;:&#8221;absolute&#8221;}).wrap(&#8220;&lt;div   class=&#8217;img_wrapper&#8217; style=&#8217;display:   inline-block&#8217;&gt;&#8221;).clone().addClass(&#8216;img_grayscale&#8217;).css({&#8220;position&#8221;:&#8221;absolute&#8221;,&#8221;z-index&#8221;:&#8221;998&#8243;,&#8221;opacity&#8221;:&#8221;0&#8243;}).insertBefore(el).queue(function(){</span></p>
<p><span style="color: #003366;">var   el = $(this);</span></p>
<p><span style="color: #003366;">el.parent().css({&#8220;width&#8221;:this.width,&#8221;height&#8221;:this.height});</span></p>
<p><span style="color: #003366;">el.dequeue();</span></p>
<p><span style="color: #003366;">});</span></p>
<p><span style="color: #003366;">this.src   = grayscale(this.src);</span></p>
<p><span style="color: #003366;">});</span></p>
<p><span style="color: #003366;">//   Fade image</span></p>
<p><span style="color: #003366;">$(&#8216;.item img&#8217;).mouseover(function(){</span></p>
<p><span style="color: #003366;">$(this).parent().find(&#8216;img:first&#8217;).stop().animate({opacity:1},   1000);</span></p>
<p><span style="color: #003366;">})</span></p>
<p><span style="color: #003366;">$(&#8216;.img_grayscale&#8217;).mouseout(function(){</span></p>
<p><span style="color: #003366;">$(this).stop().animate({opacity:0},   1000);</span></p>
<p><span style="color: #003366;">});</span></p>
<p><span style="color: #003366;">});</span></p>
<p><span style="color: #003366;">// Grayscale w   canvas method</span></p>
<p><span style="color: #003366;">function   grayscale(src){</span></p>
<p><span style="color: #003366;">var   canvas = document.createElement(&#8216;canvas&#8217;);</span></p>
<p><span style="color: #003366;">var   ctx = canvas.getContext(&#8217;2d&#8217;);</span></p>
<p><span style="color: #003366;">var   imgObj = new Image();</span></p>
<p><span style="color: #003366;">imgObj.src   = src;</span></p>
<p><span style="color: #003366;">canvas.width   = imgObj.width;</span></p>
<p><span style="color: #003366;">canvas.height   = imgObj.height;</span></p>
<p><span style="color: #003366;">ctx.drawImage(imgObj,   0, 0);</span></p>
<p><span style="color: #003366;">var   imgPixels = ctx.getImageData(0, 0, canvas.width, canvas.height);</span></p>
<p><span style="color: #003366;">for(var   y = 0; y &lt; imgPixels.height; y++){</span></p>
<p><span style="color: #003366;">for(var   x = 0; x &lt; imgPixels.width; x++){</span></p>
<p><span style="color: #003366;">var   i = (y * 4) * imgPixels.width + x * 4;</span></p>
<p><span style="color: #003366;">var   avg = (imgPixels.data[i] + imgPixels.data[i + 1] + imgPixels.data[i + 2]) /   3;</span></p>
<p><span style="color: #003366;">imgPixels.data[i]   = avg;</span></p>
<p><span style="color: #003366;">imgPixels.data[i   + 1] = avg;</span></p>
<p><span style="color: #003366;">imgPixels.data[i   + 2] = avg;</span></p>
<p><span style="color: #003366;">}</span></p>
<p><span style="color: #003366;">}</span></p>
<p><span style="color: #003366;">ctx.putImageData(imgPixels,   0, 0, 0, 0, imgPixels.width, imgPixels.height);</span></p>
<p><span style="color: #003366;">return   canvas.toDataURL();</span></p>
<p><span style="color: #003366;">}</span></p>
<p><span style="color: #003366;">&lt;/script&gt;</span></td>
</tr>
</tbody>
</table>
<p>Be sure to set your target image (eg: .post-img, img, .gallery img, etc.)</p>
<p><strong>TIP:</strong> You may change the transition speed by adjusting the highlighted number in the code (ie. 1000 = 1 second)</p>
<p>Provided that JavaScript is enabled, this will work on any browser that supports HTML5 such as Safari, Chrome, and Firefox. Otherwise, the image will revert to its original colored state.</p>
<p><strong>Developer’s Note:</strong> if it doesn&#8217;t work with Firefox and Chrome locally, you need to put the HTML file on a web server.<br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/web-design/creating-grayscale-image-hover-html5/" title="grayscale image hover">grayscale image hover</a></li>
<li><a href="http://blogfreakz.com/web-design/creating-grayscale-image-hover-html5/" title="html5 grayscale image hover">html5 grayscale image hover</a></li>
<li><a href="http://blogfreakz.com/web-design/creating-grayscale-image-hover-html5/" title="html5 and javascript greyscale images">html5 and javascript greyscale images</a></li>
<li><a href="http://blogfreakz.com/web-design/creating-grayscale-image-hover-html5/" title="canvas html5 img hover texte">canvas html5 img hover texte</a></li>
<li><a href="http://blogfreakz.com/web-design/creating-grayscale-image-hover-html5/" title="html5-grayscale-image-hover firefox bug">html5-grayscale-image-hover firefox bug</a></li>
<li><a href="http://blogfreakz.com/web-design/creating-grayscale-image-hover-html5/" title="html5 image grayscale on hover">html5 image grayscale on hover</a></li>
<li><a href="http://blogfreakz.com/web-design/creating-grayscale-image-hover-html5/" title="html5 image">html5 image</a></li>
<li><a href="http://blogfreakz.com/web-design/creating-grayscale-image-hover-html5/" title="html5 hover">html5 hover</a></li>
<li><a href="http://blogfreakz.com/web-design/creating-grayscale-image-hover-html5/" title="html5 greyscale">html5 greyscale</a></li>
<li><a href="http://blogfreakz.com/web-design/creating-grayscale-image-hover-html5/" title="html5 grayscale image hover tutorial">html5 grayscale image hover tutorial</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/web-design/creating-grayscale-image-hover-html5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>6 Useful CSS Color Tools</title>
		<link>http://blogfreakz.com/wordpress-tutorial/6-useful-css-color-tools/</link>
		<comments>http://blogfreakz.com/wordpress-tutorial/6-useful-css-color-tools/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 02:57:11 +0000</pubDate>
		<dc:creator>Marvin@Blogfreakz</dc:creator>
				<category><![CDATA[Color Picker]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Software & Tools]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[wordpress]]></category>

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

		<guid isPermaLink="false">http://blogfreakz.com/?p=24386</guid>
		<description><![CDATA[Here’s a terrific jQuery plugin that can make viewing your website extra-fun for visitors! Created by a web developer at Dailycoding.com , ImageLens is one cool plugin that zooms in on images when you hover over them. Here’s what you will need: jQuery, image and the ImageLens plugin – jquery.imagelens.js. Check out the demo and [...]]]></description>
			<content:encoded><![CDATA[<p>Here’s a terrific jQuery plugin that can make viewing your website extra-fun for visitors! Created by a web developer at <strong><a href="http://www.dailycoding.com" target="_blank">Dailycoding.com </a></strong>, ImageLens is one cool plugin that zooms in on images when you hover over them.</p>
<p>Here’s what you will need: jQuery, image and the ImageLens plugin – jquery.imagelens.js.</p>
<p><a href="http://www.dailycoding.com/Uploads/2011/03/imageLens/demo.html" target="_blank"><img class="aligncenter size-medium wp-image-24388" title="ImageLens" src="http://blogfreakz.com/wp-content/uploads/2012/01/18-285x175.jpg" alt="18 285x175 Zoom In On Your Website with ImageLens" width="285" height="175" /></a></p>
<p>Check out the <strong><a href="http://www.dailycoding.com/Uploads/2011/03/imageLens/demo.html" target="_blank">demo</a></strong> and the <strong><a href="www.dailycoding.com/Uploads/2011/03/imageLens.zip" target="_blank">download. </a></strong></p>
<p>Include jQuery and jQuery.imagelens.js in your page:</p>
<p><span style="color: #000080;">&lt;script src=&#8221;jquery.js&#8221; type=&#8221;text/javascript&#8221;&gt;&lt;/script&gt;</span></p>
<p><span style="color: #000080;">&lt;script src=&#8221;jquery.imageLens.js&#8221; type=&#8221;text/javascript&#8221;&gt;&lt;/script&gt;</span></p>
<p><strong> </strong></p>
<p>Use ImageLens for default image lens. This will calculate the image and the zoom function.</p>
<pre><span style="color: #000080;">$("#img_01").imageLens();</span></pre>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p>You can specify the image source if you have a different thumbnail image from the zoomed image.</p>
<pre><span style="color: #000080;">$("#img_03").imageLens({ imageSrc: "sample01.jpg" });                                  </span></pre>
<p>Customizing the lens size:</p>
<pre><span style="color: #000080;">$("#img_02").imageLens({ lensSize: 200 });</span></pre>
<p>You can also adjust the attributes in the lens like border size and border color. <span style="color: #000080;"> </span></p>
<pre><span style="color: #000080;">$("#img_04").imageLens({ borderSize: 8, borderColor: "#06f" });</span></pre>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/web-design/zoom-in-on-your-website-with-imagelens/" title="175 jquery mouse over zoom jquery">175 jquery mouse over zoom jquery</a></li>
<li><a href="http://blogfreakz.com/web-design/zoom-in-on-your-website-with-imagelens/" title="dailycoding com menus in home page jquery">dailycoding com menus in home page jquery</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/web-design/zoom-in-on-your-website-with-imagelens/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create CSS3 Speech Bubbles</title>
		<link>http://blogfreakz.com/web-design/how-to-create-css3-speech-bubbles/</link>
		<comments>http://blogfreakz.com/web-design/how-to-create-css3-speech-bubbles/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 01:39:59 +0000</pubDate>
		<dc:creator>Marvin@Blogfreakz</dc:creator>
				<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[free download]]></category>
		<category><![CDATA[speech bubbles]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=24254</guid>
		<description><![CDATA[The use of speech bubbles in web design has become so popular that it has become an integral feature in commenting. This tutorial by Nicolas Gallagher teaches us how to create our own. Many tutorials out there rely on HTML and JavaScript which, aside from being tedious to work on, don’t work well on IE5. [...]]]></description>
			<content:encoded><![CDATA[<p align="left">The use of speech bubbles in <a href="http://blogfreakz.com/category/web-design/"><strong>web design</strong></a> has become so popular that it has become an integral feature in commenting. This tutorial by Nicolas Gallagher teaches us how to create our own.</p>
<p align="left">Many tutorials out there rely on HTML and JavaScript which, aside from being tedious to work on, don’t work well on IE5. Gallagher&#8217;s <a href="http://nicolasgallagher.com/pure-css-speech-bubbles/"><strong>Speech Bubbles</strong></a> contains different forms made with CSS2.1 and enhanced with CSS3 which can be applied to your existing HTML.</p>
<p align="left">This is supported by Firefox 3.5+, Safari 4+, Chrome 4+, Opera 10+, IE8+.</p>
<p><a href="http://nicolasgallagher.com/pure-css-speech-bubbles/demo/"><img src="http://blogfreakz.com/wp-content/uploads/2012/01/15-285x175.jpg" alt="15 285x175 How to Create CSS3 Speech Bubbles" title="Speech bubbles" width="285" height="175" class="aligncenter size-medium wp-image-24256" /></a></p>
<p align="left">Click on the above image to view the demo, or <a href="http://nicolasgallagher.com/pure-css-speech-bubbles/demo/default.css"><strong>click here</strong></a> for a more detailed explanation of its CSS.</p>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/web-design/how-to-create-css3-speech-bubbles/" title="css3 speech bubble">css3 speech bubble</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-create-css3-speech-bubbles/" title="css3 bubble">css3 bubble</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-create-css3-speech-bubbles/" title="css3 speech bubbles">css3 speech bubbles</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-create-css3-speech-bubbles/" title="css3 speech bubble generator">css3 speech bubble generator</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-create-css3-speech-bubbles/" title="speech bubble css3">speech bubble css3</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-create-css3-speech-bubbles/" title="speech bubble image generator">speech bubble image generator</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-create-css3-speech-bubbles/" title="speech bubble psd">speech bubble psd</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-create-css3-speech-bubbles/" title="facebook bubble css3">facebook bubble css3</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-create-css3-speech-bubbles/" title="speech bubbles css3">speech bubbles css3</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-create-css3-speech-bubbles/" title="speech bubbl css3">speech bubbl css3</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/web-design/how-to-create-css3-speech-bubbles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Render Filter Effects With This CSS Webkit</title>
		<link>http://blogfreakz.com/web-design/how-to-render-filter-effects-with-this-css-webkit/</link>
		<comments>http://blogfreakz.com/web-design/how-to-render-filter-effects-with-this-css-webkit/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 09:55:40 +0000</pubDate>
		<dc:creator>Marvin@Blogfreakz</dc:creator>
				<category><![CDATA[CSS Layout]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[photoshop effects]]></category>

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

		<guid isPermaLink="false">http://blogfreakz.com/?p=24002</guid>
		<description><![CDATA[AS we usher in 2012, the web development community has been coming up with several forecasts for the industry. Although most of this surrounds an influx of greater improvements in the technological frontier, it may also spell doom for some brands. The question is, how will these changes affect the entire tech landscape for users, [...]]]></description>
			<content:encoded><![CDATA[<p align="left"><strong>AS</strong> we usher in 2012, the web development community has been coming up with several forecasts for the industry. Although most of this surrounds an influx of greater improvements in the technological frontier, it may also spell doom for some brands. The question is, how will these changes affect the entire tech landscape for users, developers, designers, and marketers?</p>
<p align="left">Let&#8217;s check out some of the latest online buzz:</p>
<li>IT enterprise vendors seek to <a href="http://www.zdnet.com/blog/projectfailures/predicting-2012-rapid-implementation-in-focus/15099">reduce failures</a> from the past year and use them as leverage for future improvements.</li>
<p></p>
<li>Mobile competition becomes steeper with <a href="http://gigaom.com/mobile/16-predictions-for-mobile-in-2012/">rapid developments</a> in functionality, though this may result in some popular mobile brands falling behind the race.</li>
<p></p>
<li>Dominant frameworks such as jQuery, Node.js, Socket.io, Fitvids, JavascriptMVC and SproutCore, as well as HTML5 will <a href="http://www.digitalsurgeons.com/blog/2012-digital-marketing-predictions/">take the lead</a> in the web development industry. Same goes for software as independent support for hardware.</li>
<p></p>
<li>Some tech editors predict exciting, if sometimes drastic changes in the industry, from the rise of OpenFlow to patent wars, to the resurrection of the music distribution business, all founded on a common theme: <a href="http://www.digitalsurgeons.com/blog/2012-digital-marketing-predictions/">consumerization</a>.</li>
<p></p>
<p align="left">Awesome, isn&#8217;t it? And if you&#8217;re still hankering for more juicy info on what&#8217;s in store for us this year, check out this list of <a href="http://www.htmlcut.com/blog/web-design-trends-2011-predictions-2012.html">web design trends</a> and <a href="http://www.pcworld.com/article/152683/15_hot_new_technologies_that_will_change_everything.html">15 hot technologies</a>, which are probably more than enough to last us the next 6 months.</p>
<p align="left">
<h2>And with that, we at Blogfreakz.Com wish you all a wonderful 2012!</h2>
</p>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/web-design/2012-web-development-and-tech-forecasts/" title="jquery 2012">jquery 2012</a></li>
<li><a href="http://blogfreakz.com/web-design/2012-web-development-and-tech-forecasts/" title="2012 jquery">2012 jquery</a></li>
<li><a href="http://blogfreakz.com/web-design/2012-web-development-and-tech-forecasts/" title="2012 forecasts and trends for ecommerce">2012 forecasts and trends for ecommerce</a></li>
<li><a href="http://blogfreakz.com/web-design/2012-web-development-and-tech-forecasts/" title="socket io js jquery 2012">socket io js jquery 2012</a></li>
<li><a href="http://blogfreakz.com/web-design/2012-web-development-and-tech-forecasts/" title="news webdesign 2012">news webdesign 2012</a></li>
<li><a href="http://blogfreakz.com/web-design/2012-web-development-and-tech-forecasts/" title="jquery plugins 2012">jquery plugins 2012</a></li>
<li><a href="http://blogfreakz.com/web-design/2012-web-development-and-tech-forecasts/" title="jquery bubbles falls">jquery bubbles falls</a></li>
<li><a href="http://blogfreakz.com/web-design/2012-web-development-and-tech-forecasts/" title="jquery 2012 technologies">jquery 2012 technologies</a></li>
<li><a href="http://blogfreakz.com/web-design/2012-web-development-and-tech-forecasts/" title="jquery">jquery</a></li>
<li><a href="http://blogfreakz.com/web-design/2012-web-development-and-tech-forecasts/" title="templates for singers jquery html5 free">templates for singers jquery html5 free</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/web-design/2012-web-development-and-tech-forecasts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Display Random Ads Using jQuery</title>
		<link>http://blogfreakz.com/web-design/how-to-display-random-ads-using-jquery/</link>
		<comments>http://blogfreakz.com/web-design/how-to-display-random-ads-using-jquery/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 06:28:51 +0000</pubDate>
		<dc:creator>Keith@Blogfreakz</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=23628</guid>
		<description><![CDATA[Let’s say that you have a bunch of ads on your web site and you want to make sure that some ads don&#8217;t show up more often than the others. Well, here’s a nice jQuery code that will let you display them in random order. shuffleAds: function(arr) { for(var j, x, i = arr.length; i; [...]]]></description>
			<content:encoded><![CDATA[<p>Let’s say that you have a bunch of ads on your web site and you want to make sure that some ads don&#8217;t show up more often than the others. Well, here’s a nice jQuery code that will let you display them in random order.</p>
<p><strong><span style="color: #000080;">shuffleAds: function(arr)</span></strong></p>
<p><strong><span style="color: #000080;"> {</span></strong></p>
<p><strong><span style="color: #000080;"> for(var j, x, i = arr.length; i; j = parseInt(Math.random() * i), x = arr[--i], arr[i] = arr[j], arr[j] = x);</span></strong></p>
<p><strong><span style="color: #000080;"> return arr;</span></strong></p>
<p><strong><span style="color: #000080;"> }</span></strong></p>
<p>Although I haven’t tried it yet myself, this code might also be used to show random articles to instead of the usual related posts to your blog readers.Why would you want to randomly show posts? For one thing, it is to let your readers know that your site isn’t limited to just one theme or particular niche.</p>
<p>Or perhaps you’d rather use this <strong><a title="JQuery Shuffle Plugin" href="http://jsfromhell.com/array/shuffle" target="_blank">jQuery Shuffle plugin</a></strong> instead (from jsfromhell.com):</p>
<p><strong><span style="color: #000080;">$.fn.shuffle = function() {</span></strong></p>
<p><strong><span style="color: #000080;"> return this.each(function(){</span></strong></p>
<p><strong><span style="color: #000080;"> var items = $(this).children().clone(true);</span></strong></p>
<p><strong><span style="color: #000080;"> return (items.length) ? $(this).html($.shuffle(items)) : this;</span></strong></p>
<p><strong><span style="color: #000080;"> });</span></strong></p>
<p><strong><span style="color: #000080;"> }</span></strong></p>
<p><strong><span style="color: #000080;"> $.shuffle = function(arr) {</span></strong></p>
<p><strong><span style="color: #000080;"> for(var j, x, i = arr.length; i; j = parseInt(Math.random() * i), x = arr[--i], arr[i] = arr[j], arr[j] = x);</span></strong></p>
<p><strong><span style="color: #000080;"> return arr;</span></strong></p>
<p><strong><span style="color: #000080;"> }</span></strong></p>
<p><strong><span style="color: #000080;">})(jQuery);</span></strong></p>
<p>Now here’s a great example of applying the code for randomizing ads:</p>
<p><strong><span style="color: #000080;">//Function to display ads on the jQuery Blog and shuffle</span></strong></p>
<p><strong><span style="color: #000080;"> (function($)</span></strong></p>
<p><strong><span style="color: #000080;"> {</span></strong></p>
<p><strong><span style="color: #000080;"> var displayAds = {</span></strong></p>
<p><strong><span style="color: #000080;"> ads: {</span></strong></p>
<p><strong><span style="color: #000080;"> 1: {</span></strong></p>
<p><strong><span style="color: #000080;"> title: &#8220;jQuery UI Widgets for PC, Mobile and Touch devices&#8221;,</span></strong></p>
<p><strong><span style="color: #000080;"> href: &#8220;http://www.jqwidgets.com&#8221;,</span></strong></p>
<p><strong><span style="color: #000080;"> img: &#8220;jqwidgets.png&#8221;</span></strong></p>
<p><strong><span style="color: #000080;"> },</span></strong></p>
<p><strong><span style="color: #000080;"> 2: {</span></strong></p>
<p><strong><span style="color: #000080;"> title: &#8220;jQuery Chop Slider 2.0 &#8211; The most eye catching image slider on the internet!&#8221;,</span></strong></p>
<p><strong><span style="color: #000080;"> href: &#8220;http://www.idangero.us/cs/&#8221;,</span></strong></p>
<p><strong><span style="color: #000080;"> img: &#8220;idangerous.jpg&#8221;</span></strong></p>
<p><strong><span style="color: #000080;"> },</span></strong></p>
<p><strong><span style="color: #000080;"> 3: {</span></strong></p>
<p><strong><span style="color: #000080;"> title: &#8220;Sauce Labs &#8211; Online Cross Browser Testing&#8221;,</span></strong></p>
<p><strong><span style="color: #000080;"> href: &#8220;http://www.saucelabs.com/scouthome?utm_source=banner&amp;utm_medium=flat&amp;utm_campaign=all+all+banner+jquery4u&#8221;,</span></strong></p>
<p><strong><span style="color: #000080;"> img: &#8220;sauce-labs.jpg&#8221;</span></strong></p>
<p><strong><span style="color: #000080;"> },</span></strong></p>
<p><strong><span style="color: #000080;"> 4: {</span></strong></p>
<p><strong><span style="color: #000080;"> title: &#8220;Diamond Slider &#8211; Ken Burns Effect &amp; Unlimited Transitions&#8221;,</span></strong></p>
<p><strong><span style="color: #000080;"> href: &#8220;http://www.diamond.billykids-lab.net/&#8221;,</span></strong></p>
<p><strong><span style="color: #000080;"> img: &#8220;diamond-slider.jpg&#8221;</span></strong></p>
<p><strong><span style="color: #000080;"> },</span></strong></p>
<p><strong><span style="color: #000080;"> 5: {</span></strong></p>
<p><strong><span style="color: #000080;"> title: &#8220;AJAX Zoom &#8211; jQuery Dynamic 2d/360 Degrees Zoom with ipad support.&#8221;,</span></strong></p>
<p><strong><span style="color: #000080;"> href: &#8220;http://www.ajax-zoom.com&#8221;,</span></strong></p>
<p><strong><span style="color: #000080;"> img: &#8220;ajax-zoom.jpg&#8221;</span></strong></p>
<p><strong><span style="color: #000080;"> }</span></strong></p>
<p><strong><span style="color: #000080;"> },</span></strong></p>
<p><strong><span style="color: #000080;"> signupAd: {</span></strong></p>
<p><strong><span style="color: #000080;"> title: &#8220;Advertise here&#8221;,</span></strong></p>
<p><strong><span style="color: #000080;"> href: &#8220;http://www.jquery4u.com/advertise/&#8221;</span></strong></p>
<p><strong><span style="color: #000080;"> },</span></strong></p>
<p><strong><span style="color: #000080;"> shuffleAds: function(arr)</span></strong></p>
<p><strong><span style="color: #000080;"> {</span></strong></p>
<p><strong><span style="color: #000080;"> for(var j, x, i = arr.length; i; j = parseInt(Math.random() * i), x = arr[--i], arr[i] = arr[j], arr[j] = x);</span></strong></p>
<p><strong><span style="color: #000080;"> return arr;</span></strong></p>
<p><strong><span style="color: #000080;"> },</span></strong></p>
<p><strong><span style="color: #000080;"> load: function()</span></strong></p>
<p><strong><span style="color: #000080;"> {</span></strong></p>
<p><strong><span style="color: #000080;"> $(&#8216;#shuffle-ads&#8217;).hide();</span></strong></p>
<p><strong><span style="color: #000080;"> var adContainer = $(&#8216;#jq4u-sidebar-ads&#8217;).empty(), adsArray = Array();</span></strong></p>
<p><strong><span style="color: #000080;"> /* construct ads */</span></strong></p>
<p><strong><span style="color: #000080;"> $.each(this.ads, function(i,v)</span></strong></p>
<p><strong><span style="color: #000080;"> {</span></strong></p>
<p><strong><span style="color: #000080;"> adsArray.push(&#8216;</span><a rel="nofollow" href="' + v.href + '" target="_blank"></a></strong></p>
<p><strong><a rel="nofollow" href="' + v.href + '" target="_blank"></a></strong></p>
<p><strong><a rel="nofollow" href="' + v.href + '" target="_blank"></a></strong></p>
<p><strong><a rel="nofollow" href="' + v.href + '" target="_blank"></p>
<div class="jq4uadbox"><span style="color: #000080;"><img class=" qxeezkaposzuqzudidtf qxeezkaposzuqzudidtf qxeezkaposzuqzudidtf qxeezkaposzuqzudidtf qxeezkaposzuqzudidtf qxeezkaposzuqzudidtf qxeezkaposzuqzudidtf qxeezkaposzuqzudidtf qxeezkaposzuqzudidtf" title="' + v.title + '" src="http://www.jquery4u.com/images/ads/' + v.img + '" alt=" How To Display Random Ads Using jQuery"  /></span></div>
<p></a></strong></p>
<p><strong><a rel="nofollow" href="' + v.href + '" target="_blank"></a></strong></p>
<p><strong><a rel="nofollow" href="' + v.href + '" target="_blank"></a></strong></p>
<p><strong><a rel="nofollow" href="' + v.href + '" target="_blank"></a><span style="color: #000080;">&#8216;);</span></strong></p>
<p><strong><span style="color: #000080;"> });</span></strong></p>
<p><strong><span style="color: #000080;"> /* shuffle ads in random order */</span></strong></p>
<p><strong><span style="color: #000080;"> adsArray = this.shuffleAds(adsArray);</span></strong></p>
<p><strong><span style="color: #000080;"> /* output ads */</span></strong></p>
<p><strong><span style="color: #000080;"> $.each(adsArray, function(i,v)</span></strong></p>
<p><strong><span style="color: #000080;"> {</span></strong></p>
<p><strong><span style="color: #000080;"> adContainer.append(v);</span></strong></p>
<p><strong><span style="color: #000080;"> });</span></strong></p>
<p><strong><span style="color: #000080;"> /* add the signup ad */</span></strong></p>
<p><strong><span style="color: #000080;"> adContainer.append(&#8216;</span><a href="' + this.signupAd.href + '"></a></strong></p>
<p><strong><a href="' + this.signupAd.href + '"></a></strong></p>
<p><strong><a href="' + this.signupAd.href + '"></a></strong></p>
<p><strong><a href="' + this.signupAd.href + '"></p>
<div class="jq4uadvertisebox"><span style="color: #000080;">&#8216; + this.signupAd.title + &#8216;</span></div>
<p></a></strong></p>
<p><strong><a href="' + this.signupAd.href + '"></a></strong></p>
<p><strong><a href="' + this.signupAd.href + '"></a></strong></p>
<p><strong><a href="' + this.signupAd.href + '"></a><span style="color: #000080;">&#8216;);</span></strong></p>
<p><strong><span style="color: #000080;"> /* show shuffle button */</span></strong></p>
<p><strong><span style="color: #000080;"> adContainer.append(&#8216;</span><a id="shuffle-ads" href="#"><span style="color: #000080;">Shuffle</span></a><span style="color: #000080;">&#8216;);</span></strong></p>
<p><strong><span style="color: #000080;"> $(&#8216;#shuffle-ads&#8217;).live(&#8216;click&#8217;, function(e)</span></strong></p>
<p><strong><span style="color: #000080;"> {</span></strong></p>
<p><strong><span style="color: #000080;"> e.preventDefault();</span></strong></p>
<p><strong><span style="color: #000080;"> displayAds.load();</span></strong></p>
<p><strong><span style="color: #000080;"> });</span></strong></p>
<p><strong><span style="color: #000080;"> $(&#8216;#shuffle-ads&#8217;).show();</span></strong></p>
<p><strong><span style="color: #000080;"> }</span></strong></p>
<p><strong><span style="color: #000080;"> }</span></strong></p>
<p><strong><span style="color: #000080;"> $(document).ready(function() {</span></strong></p>
<p><strong><span style="color: #000080;"> displayAds.load();</span></strong></p>
<p><strong><span style="color: #000080;"> });</span></strong></p>
<p><strong><span style="color: #000080;">})(jQuery);</span></strong></p>
<p>Hope a lot of you will benefit from this tutorial. Let me know how this code works for you, alright?<br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/web-design/how-to-display-random-ads-using-jquery/" title="jquery random advertisement">jquery random advertisement</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-display-random-ads-using-jquery/" title="creating random ads with jquery">creating random ads with jquery</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-display-random-ads-using-jquery/" title="jquery random news scroller">jquery random news scroller</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-display-random-ads-using-jquery/" title="jquery responsive">jquery responsive</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-display-random-ads-using-jquery/" title="jquery show ads">jquery show ads</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-display-random-ads-using-jquery/" title="jquery show()">jquery show()</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-display-random-ads-using-jquery/" title="jquery shuffle">jquery shuffle</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-display-random-ads-using-jquery/" title="jquery shuffle function">jquery shuffle function</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-display-random-ads-using-jquery/" title="Jquery us ads">Jquery us ads</a></li>
<li><a href="http://blogfreakz.com/web-design/how-to-display-random-ads-using-jquery/" title="jqwidgets">jqwidgets</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/web-design/how-to-display-random-ads-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top Ten Web Designing Software</title>
		<link>http://blogfreakz.com/others/top-ten-web-designing-software/</link>
		<comments>http://blogfreakz.com/others/top-ten-web-designing-software/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 23:48:10 +0000</pubDate>
		<dc:creator>Nancy</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Others]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Software & Tools]]></category>
		<category><![CDATA[Tooltips]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[software]]></category>

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

		<guid isPermaLink="false">http://blogfreakz.com/news/photo-manipulation-tutorials-50-wickedly-creative-tips/</guid>
		<description><![CDATA[Wicked Tips and Tricks &#8211; lets see what some of you Blogfreakz out there can do! Since our last Photoshop tutorial titled: Adobe Photoshop Tutorials: Collection of Amazing Tips And Tricks , we got so much positive feedback that we decided to put together another collection of tutorials concentrating on photo manipulation. In this post, [...]]]></description>
			<content:encoded><![CDATA[<h2 style="text-align: center;"><a rel="attachment wp-att-23024" href="http://blogfreakz.com/tutorial/photo-manipulation-tutorials-50-wickedly-creative-tips/attachment/photoshop-thumb-2/"><img class="alignleft size-thumbnail wp-image-23024" title="photoshop.thumb" src="http://blogfreakz.com/wp-content/uploads/2011/11/photoshop.thumb_1-200x200.png" alt="photoshop.thumb 1 200x200 Photo Manipulation Tutorials: 50  Wickedly Creative Tips" width="200" height="200" /></a><strong>Wicked Tips and Tricks &#8211; lets see what some of you Blogfreakz out there can do!</strong></h2>
<p>Since our last Photoshop tutorial titled:  Adobe Photoshop Tutorials: Collection of Amazing Tips And Tricks , we got so much positive feedback that we decided to put together another collection of tutorials concentrating on photo manipulation. In this post, you’ll find everything from How to Create Cityscape Concept Art to Making a Devastating Tidal Wave in Photoshop. Now the hard part will be deciding which of these amazing tutorials you will use in your next creations. Hope you enjoy!<br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/tutorial/photo-manipulation-tutorials-50-wickedly-creative-tips/" title="photoshop manipulation tutorials">photoshop manipulation tutorials</a></li>
<li><a href="http://blogfreakz.com/tutorial/photo-manipulation-tutorials-50-wickedly-creative-tips/" title="photo manipulation">photo manipulation</a></li>
<li><a href="http://blogfreakz.com/tutorial/photo-manipulation-tutorials-50-wickedly-creative-tips/" title="photo manipulation photoshop tutorials">photo manipulation photoshop tutorials</a></li>
<li><a href="http://blogfreakz.com/tutorial/photo-manipulation-tutorials-50-wickedly-creative-tips/" title="photo manipulation tutorials: 50 wickedly creative tips">photo manipulation tutorials: 50 wickedly creative tips</a></li>
<li><a href="http://blogfreakz.com/tutorial/photo-manipulation-tutorials-50-wickedly-creative-tips/" title="commentluv enabled 1 100 comments photo">commentluv enabled 1 100 comments photo</a></li>
<li><a href="http://blogfreakz.com/tutorial/photo-manipulation-tutorials-50-wickedly-creative-tips/" title="photomanipulation">photomanipulation</a></li>
<li><a href="http://blogfreakz.com/tutorial/photo-manipulation-tutorials-50-wickedly-creative-tips/" title="photography commentluv enabled">photography commentluv enabled</a></li>
<li><a href="http://blogfreakz.com/tutorial/photo-manipulation-tutorials-50-wickedly-creative-tips/" title="photo manipulation tutorials photoshop">photo manipulation tutorials photoshop</a></li>
<li><a href="http://blogfreakz.com/tutorial/photo-manipulation-tutorials-50-wickedly-creative-tips/" title="photo manipulation tutorials creative">photo manipulation tutorials creative</a></li>
<li><a href="http://blogfreakz.com/tutorial/photo-manipulation-tutorials-50-wickedly-creative-tips/" title="photo manipulation tutorial">photo manipulation tutorial</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/tutorial/photo-manipulation-tutorials-50-wickedly-creative-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

