<?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>Pacecode Blog &#187; Javascripts</title>
	<atom:link href="http://www.pacecode.com/blog/category/javascripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pacecode.com/blog</link>
	<description>Tips,Ideas, Free scripts and more...</description>
	<lastBuildDate>Sat, 24 Apr 2010 16:39:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Show Password Text in Password Input Field</title>
		<link>http://www.pacecode.com/blog/2010/04/24/show-password-text-in-password-input-field/</link>
		<comments>http://www.pacecode.com/blog/2010/04/24/show-password-text-in-password-input-field/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 16:24:02 +0000</pubDate>
		<dc:creator>Raja MM</dc:creator>
				<category><![CDATA[Javascripts]]></category>
		<category><![CDATA[facebook javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[facebook like password field]]></category>
		<category><![CDATA[jquery password text change]]></category>
		<category><![CDATA[js password text change]]></category>
		<category><![CDATA[password text in password field]]></category>

		<guid isPermaLink="false">http://www.pacecode.com/blog/?p=864</guid>
		<description><![CDATA[As you know, the user login box of the website contains the following fields username and password. Furthermore, most of them put the “Username” inside user name field and “********” inside password field to save the space within designing.In this post I’ll show you how to show “Password” text in the password field. It doesn’t [...]]]></description>
			<content:encoded><![CDATA[<p>As you know, the user login box of the website contains the following fields username and password. Furthermore, most of them put the “Username” inside user name field and “********” inside password field to save the space within designing.In this post I’ll show you how to show “Password” text in the password field. It doesn’t actually does so but this tips will make it looks like so.</p>
<p><strong>How it&#8217;s done</strong></p>
<p>The type of field cannot be changed with Javascript from type=&#8221;text&#8221; to type=&#8221;password&#8221; so there are actually two fields for the password: a regular password field, and a second plain text field with the default &#8220;Password&#8221; value.</p>
<p>When the page is loaded the CSS makes the plain text field hidden. Then the jQuery / js makes the password field hidden and the plain text field visible. It&#8217;s best to do it this way so if Javascript is not enabled (or there&#8217;s a Javascript error which causes the rest of the script to stop running) then the user still has a regular password field with obscured text.</p>
<p>When the user clicks the plain text field, the jQuery / JS code makes the plain text field hidden, the password field visible and puts focus on the password field. On blur, if the password field contains an empty value the plain text field is restored as the visible one to show the default value.</p>
<p><a href="http://www.pacecode.com/test.html" target="_blank">Demo</a></p>
<p><a href="http://www.pacecode.com/password-text-change.zip">Download </a>(Both jQuery type and js type)</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Share this post</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2010%2F04%2F24%2Fshow-password-text-in-password-input-field%2F&amp;submitHeadline=Show+Password+Text+in+Password+Input+Field&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2010%2F04%2F24%2Fshow-password-text-in-password-input-field%2F&amp;title=Show+Password+Text+in+Password+Input+Field" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2010%2F04%2F24%2Fshow-password-text-in-password-input-field%2F&amp;title=Show+Password+Text+in+Password+Input+Field" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2010%2F04%2F24%2Fshow-password-text-in-password-input-field%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2010%2F04%2F24%2Fshow-password-text-in-password-input-field%2F&amp;title=Show+Password+Text+in+Password+Input+Field" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2010%2F04%2F24%2Fshow-password-text-in-password-input-field%2F&amp;bm_description=Show+Password+Text+in+Password+Input+Field" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2010%2F04%2F24%2Fshow-password-text-in-password-input-field%2F&amp;T=Show+Password+Text+in+Password+Input+Field" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2010%2F04%2F24%2Fshow-password-text-in-password-input-field%2F&amp;title=Show+Password+Text+in+Password+Input+Field" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2010%2F04%2F24%2Fshow-password-text-in-password-input-field%2F&amp;title=Show+Password+Text+in+Password+Input+Field" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2010%2F04%2F24%2Fshow-password-text-in-password-input-field%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2010%2F04%2F24%2Fshow-password-text-in-password-input-field%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Show+Password+Text+in+Password+Input+Field+@+http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2010%2F04%2F24%2Fshow-password-text-in-password-input-field%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2010%2F04%2F24%2Fshow-password-text-in-password-input-field%2F&amp;t=Show+Password+Text+in+Password+Input+Field" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.pacecode.com/blog/2010/04/24/show-password-text-in-password-input-field/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Problem with transparent image resizing? &#8211; PHP</title>
		<link>http://www.pacecode.com/blog/2008/12/03/problem-with-transparent-image-resizing/</link>
		<comments>http://www.pacecode.com/blog/2008/12/03/problem-with-transparent-image-resizing/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 17:33:24 +0000</pubDate>
		<dc:creator>Raja MM</dc:creator>
				<category><![CDATA[Javascripts]]></category>
		<category><![CDATA[php developers]]></category>
		<category><![CDATA[php scripts]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[animated image resize]]></category>
		<category><![CDATA[image resizing using php]]></category>
		<category><![CDATA[imagecreatetruecolor]]></category>
		<category><![CDATA[on the fly image resize]]></category>
		<category><![CDATA[open source image resize script]]></category>
		<category><![CDATA[transparent image resize]]></category>

		<guid isPermaLink="false">http://www.pacecode.com/blog/?p=88</guid>
		<description><![CDATA[You will get black background if you resize a transparent image. To fix it, You need set alpha channel imagecolorallocatealpha to 127. With imagecolorallocatealpha, it will allocate a color for an image.
Usage:
int imagecolorallocatealpha ( resource image, int red, int green, int blue, int alpha)
From PHP manual:
imagecolorallocatealpha() behaves identically to imagecolorallocate() with the addition of the [...]]]></description>
			<content:encoded><![CDATA[<p>You will get black background if you resize a transparent image. To fix it, You need set alpha channel imagecolorallocatealpha to 127. With imagecolorallocatealpha, it will allocate a color for an image.</p>
<p><strong>Usage:</strong><br />
int imagecolorallocatealpha ( resource image, int red, int green, int blue, int alpha)</p>
<p><strong>From PHP manual:</strong><br />
imagecolorallocatealpha() behaves identically to imagecolorallocate() with the addition of the transparency parameter alpha which may have a value between 0 and 127. 0 indicates completely opaque while 127<br />
indicates completely transparent. Returns FALSE if the allocation failed.</p>
<p>Before using it, you must set to false the blending mode for an image and set true the flag to save full alpha channel information.</p>
<p><strong>Example:</strong></p>
<p>&lt;?</p>
<p>$newImg = imagecreatetruecolor($nWidth, $nHeight);</p>
<p>imagealphablending($newImg, false);</p>
<p>imagesavealpha($newImg,true);</p>
<p>$transparent = imagecolorallocatealpha($newImg, 255, 255, 255, 127);</p>
<p>imagefilledrectangle($newImg, 0, 0, $nWidth, $nHeight, $transparent);</p>
<p>imagecopyresampled($newImg, $im, 0, 0, 0, 0, $nWidth, $nHeight, $imgInfo[0], $imgInfo[1]);</p>
<p>?&gt;</p>
<p><strong>Another way to fix this issue:</strong></p>
<p><strong>phpThumb() </strong>- Resize images on the fly</p>
<p><strong>Description: </strong>phpThumb() uses the GD library  to create thumbnails from images (JPEG, PNG, GIF, BMP, etc) on the fly. The output size is configurable (can be larger or smaller than the source), and the source may be the entire image or only a portion of the original image.</p>
<p><strong>Download:</strong> <a href="http://phpthumb.sourceforge.net/phpThumb.zip">Download</a></p>
<p><strong>Site:</strong> <a href="http://phpthumb.sourceforge.net/" title="phpThumb - a php thumbnail generator" rel="mediabox[800 600]">phpThumb()</a></p>
<p><strong>Demo:</strong> <a href="http://phpthumb.sourceforge.net/demo/demo/phpThumb.demo.demo.php" title="phpThumb Demo" rel="mediabox[800 600]">Demo</a></p>
<p><strong>Installation: </strong></p>
<p>1. unzip the folder and upload the content into the server<br />
2. give the correct path of the phpThumb.php and image path as per the following syntax</p>
<p><strong>Resize Syntax:</strong><br />
&lt;img src=&#8221;../phpThumb.php?src=images/watermark.png&amp;bg=FFFFFF&amp;f=png&#8221; alt=&#8221;"&gt;<br />
&lt;img src=&#8221;../phpThumb.php?src=images/watermark.png&amp;bg=FFFFFF&amp;f=gif&#8221; alt=&#8221;"&gt;<br />
&lt;img src=&#8221;../phpThumb.php?src=images/watermark.png&amp;bg=FFFFFF&amp;f=jpeg&#8221; alt=&#8221;"&gt;</p>
<p>where the bg=FFFFFF represents the bg color of your transparent image.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Share this post</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F12%2F03%2Fproblem-with-transparent-image-resizing%2F&amp;submitHeadline=Problem+with+transparent+image+resizing%3F+%26%238211%3B+PHP&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F12%2F03%2Fproblem-with-transparent-image-resizing%2F&amp;title=Problem+with+transparent+image+resizing%3F+%26%238211%3B+PHP" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F12%2F03%2Fproblem-with-transparent-image-resizing%2F&amp;title=Problem+with+transparent+image+resizing%3F+%26%238211%3B+PHP" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F12%2F03%2Fproblem-with-transparent-image-resizing%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F12%2F03%2Fproblem-with-transparent-image-resizing%2F&amp;title=Problem+with+transparent+image+resizing%3F+%26%238211%3B+PHP" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F12%2F03%2Fproblem-with-transparent-image-resizing%2F&amp;bm_description=Problem+with+transparent+image+resizing%3F+%26%238211%3B+PHP" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F12%2F03%2Fproblem-with-transparent-image-resizing%2F&amp;T=Problem+with+transparent+image+resizing%3F+%26%238211%3B+PHP" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F12%2F03%2Fproblem-with-transparent-image-resizing%2F&amp;title=Problem+with+transparent+image+resizing%3F+%26%238211%3B+PHP" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F12%2F03%2Fproblem-with-transparent-image-resizing%2F&amp;title=Problem+with+transparent+image+resizing%3F+%26%238211%3B+PHP" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F12%2F03%2Fproblem-with-transparent-image-resizing%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F12%2F03%2Fproblem-with-transparent-image-resizing%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Problem+with+transparent+image+resizing%3F+%26%238211%3B+PHP+@+http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F12%2F03%2Fproblem-with-transparent-image-resizing%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F12%2F03%2Fproblem-with-transparent-image-resizing%2F&amp;t=Problem+with+transparent+image+resizing%3F+%26%238211%3B+PHP" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.pacecode.com/blog/2008/12/03/problem-with-transparent-image-resizing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Media Box tools package using Mootools JS.</title>
		<link>http://www.pacecode.com/blog/2008/10/30/media-box-tools-package-using-mootools-js/</link>
		<comments>http://www.pacecode.com/blog/2008/10/30/media-box-tools-package-using-mootools-js/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 18:23:43 +0000</pubDate>
		<dc:creator>Raja MM</dc:creator>
				<category><![CDATA[Javascripts]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[iframe with lightbox]]></category>
		<category><![CDATA[lightbox effect iframe]]></category>
		<category><![CDATA[media box mootools]]></category>
		<category><![CDATA[mediabox package]]></category>
		<category><![CDATA[mediabox with mootools]]></category>
		<category><![CDATA[mootools 1.1]]></category>
		<category><![CDATA[mootools 1.2]]></category>
		<category><![CDATA[mootools lightbox]]></category>
		<category><![CDATA[mootools package]]></category>
		<category><![CDATA[youtube video in lightbox]]></category>

		<guid isPermaLink="false">http://www.pacecode.com/blog/?p=80</guid>
		<description><![CDATA[Media Box tools package using Mootools JS.
Ref: http://iaian7.com/webcode/Mediabox
Demo:open Yahoo Movies »
Download link: MediaBox Download link
I have created this package file for ready  to access. This package contains following  list of files

index.php
css/mediabox.css
js/mediabox.js
js/swfobject.js
js/mootools.js

Installation:

extract the zip file in to system.
upload mediabox folder into your server.
access the mediabox  folder from the browser.

Using the MooTools 1.11 JavaScript library, Media [...]]]></description>
			<content:encoded><![CDATA[<p>Media Box tools package using Mootools JS.</p>
<p><strong>Ref</strong>: <a title="iaian7" rel="mediabox[800 600]" href="http://iaian7.com/webcode/Mediabox">http://iaian7.com/webcode/Mediabox</a></p>
<p><strong>Demo</strong>:<a title="Movies.Yahoo.com" rel="mediabox[800 600]" href="http://movies.yahoo.com">open Yahoo Movies »</a></p>
<p><strong>Download link:</strong> <a title="Mediabox package and download link" href="http://www.pacecode.com/blog/mediabox.zip" target="_blank">MediaBox Download link</a></p>
<p>I have created this package file for ready  to access. This package contains following  list of files</p>
<ul>
<li>index.php</li>
<li>css/mediabox.css</li>
<li>js/mediabox.js</li>
<li>js/swfobject.js</li>
<li>js/mootools.js</li>
</ul>
<p><strong>Installation:</strong></p>
<ul>
<li>extract the zip file in to system.</li>
<li>upload mediabox folder into your server.</li>
<li>access the mediabox  folder from the browser.</li>
</ul>
<p>Using the MooTools 1.11 JavaScript library, Media box lets  you open flash, video, and html content in a floating “lightbox” style window.</p>
<p>Mediabox will read Flickr, Google, MetaCafe, MySpace,  Revver, YouTube, Veoh, Viddler, and Vimeo links by automatically translating  them into embed code and inserting the video into the lightbox style effect.</p>
<p>Flash animation, flash video, QuickTime, windows media,  inline content and external html content is all automatically recognised as  well. Every link listed below is shown with the code used to make it.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Share this post</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F10%2F30%2Fmedia-box-tools-package-using-mootools-js%2F&amp;submitHeadline=Media+Box+tools+package+using+Mootools+JS.&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F10%2F30%2Fmedia-box-tools-package-using-mootools-js%2F&amp;title=Media+Box+tools+package+using+Mootools+JS." rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F10%2F30%2Fmedia-box-tools-package-using-mootools-js%2F&amp;title=Media+Box+tools+package+using+Mootools+JS." rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F10%2F30%2Fmedia-box-tools-package-using-mootools-js%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F10%2F30%2Fmedia-box-tools-package-using-mootools-js%2F&amp;title=Media+Box+tools+package+using+Mootools+JS." rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F10%2F30%2Fmedia-box-tools-package-using-mootools-js%2F&amp;bm_description=Media+Box+tools+package+using+Mootools+JS." rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F10%2F30%2Fmedia-box-tools-package-using-mootools-js%2F&amp;T=Media+Box+tools+package+using+Mootools+JS." rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F10%2F30%2Fmedia-box-tools-package-using-mootools-js%2F&amp;title=Media+Box+tools+package+using+Mootools+JS." rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F10%2F30%2Fmedia-box-tools-package-using-mootools-js%2F&amp;title=Media+Box+tools+package+using+Mootools+JS." rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F10%2F30%2Fmedia-box-tools-package-using-mootools-js%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F10%2F30%2Fmedia-box-tools-package-using-mootools-js%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Media+Box+tools+package+using+Mootools+JS.+@+http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F10%2F30%2Fmedia-box-tools-package-using-mootools-js%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F10%2F30%2Fmedia-box-tools-package-using-mootools-js%2F&amp;t=Media+Box+tools+package+using+Mootools+JS." rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.pacecode.com/blog/2008/10/30/media-box-tools-package-using-mootools-js/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Two Frequently used JQuery Plugins &#8211; Ajax forms and Image zooming</title>
		<link>http://www.pacecode.com/blog/2008/10/07/frequently-used-jquery-plugins/</link>
		<comments>http://www.pacecode.com/blog/2008/10/07/frequently-used-jquery-plugins/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 19:00:30 +0000</pubDate>
		<dc:creator>Raja MM</dc:creator>
				<category><![CDATA[Javascripts]]></category>
		<category><![CDATA[php scripts]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[ajax form with jquery popup]]></category>
		<category><![CDATA[ajax form with popup window]]></category>
		<category><![CDATA[delayed jquery plugin]]></category>
		<category><![CDATA[javascript query]]></category>
		<category><![CDATA[jquery for popup]]></category>
		<category><![CDATA[jquery popup windows]]></category>
		<category><![CDATA[jquery validation]]></category>
		<category><![CDATA[simple model jquery plugin]]></category>

		<guid isPermaLink="false">http://www.pacecode.com/blog/?p=56</guid>
		<description><![CDATA[SimpleModal Jquery plugin helps you to create Ajax form with style pop up. It is very easy to setup in the web pages. It supports almost alkind of browsers. This download was written in php(contact.php).
This plugin uses &#8220;contact.php&#8221; where you need to change your email id.
Click this demo button to see the DEMO instantly



For Dot [...]]]></description>
			<content:encoded><![CDATA[<p><strong>SimpleModal</strong> Jquery plugin helps you to create Ajax form with style pop up. It is very easy to setup in the web pages. It supports almost alkind of browsers. This download was written in php(contact.php).</p>
<p>This plugin uses &#8220;contact.php&#8221; where you need to change your email id.</p>
<h3><strong>Click this demo button to see the DEMO instantly<br />
</strong></h3>
<div id="contactForm">
<input class="demo" name="contact" type="button" value="Demo" /></div>
<p>For Dot net developers need to change the contact.php according to their needs.</p>
<p><strong>For more reference and Download link:</strong>http://www.ericmmartin.com/simplemodal/</p>
<hr />
<h2><strong>Image zooming using JQuery </strong></h2>
<p><a href="http://localhost/xampp/fresh-wp/wp-content/uploads/2008/10/zooming-image.jpg"><img class="alignleft size-full wp-image-66" title="zooming-image" src="http://localhost/xampp/fresh-wp/wp-content/uploads/2008/10/zooming-image.jpg" alt="" width="500" height="238" /></a><br />
This Jquery helps you to integrate small magnifier window close to the image or images on your web page easily. It&#8217;s the best way to display images in incredible detail. Users do not need to click anything &#8211; they just move their mouse over the image to see every detail of your product!</p>
<h3><strong>Features</strong></h3>
<ul type="disc">
<li><strong>Fast</strong> &#8211; the page loads as normal, then the high-resolution image downloads       invisibly in the background.</li>
<li><strong>Easy</strong> &#8211; add it to your website in minutes.</li>
<li><strong>Customisable</strong> &#8211; change the size, position, colors to suit your website.</li>
</ul>
<p>FOR MORE DETAILS AND DOWNLOADS: http://www.mind-projects.it/blog/jqzoom_v10</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Share this post</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F10%2F07%2Ffrequently-used-jquery-plugins%2F&amp;submitHeadline=Two+Frequently+used+JQuery+Plugins+%26%238211%3B+Ajax+forms+and+Image+zooming&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F10%2F07%2Ffrequently-used-jquery-plugins%2F&amp;title=Two+Frequently+used+JQuery+Plugins+%26%238211%3B+Ajax+forms+and+Image+zooming" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F10%2F07%2Ffrequently-used-jquery-plugins%2F&amp;title=Two+Frequently+used+JQuery+Plugins+%26%238211%3B+Ajax+forms+and+Image+zooming" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F10%2F07%2Ffrequently-used-jquery-plugins%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F10%2F07%2Ffrequently-used-jquery-plugins%2F&amp;title=Two+Frequently+used+JQuery+Plugins+%26%238211%3B+Ajax+forms+and+Image+zooming" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F10%2F07%2Ffrequently-used-jquery-plugins%2F&amp;bm_description=Two+Frequently+used+JQuery+Plugins+%26%238211%3B+Ajax+forms+and+Image+zooming" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F10%2F07%2Ffrequently-used-jquery-plugins%2F&amp;T=Two+Frequently+used+JQuery+Plugins+%26%238211%3B+Ajax+forms+and+Image+zooming" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F10%2F07%2Ffrequently-used-jquery-plugins%2F&amp;title=Two+Frequently+used+JQuery+Plugins+%26%238211%3B+Ajax+forms+and+Image+zooming" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F10%2F07%2Ffrequently-used-jquery-plugins%2F&amp;title=Two+Frequently+used+JQuery+Plugins+%26%238211%3B+Ajax+forms+and+Image+zooming" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F10%2F07%2Ffrequently-used-jquery-plugins%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F10%2F07%2Ffrequently-used-jquery-plugins%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Two+Frequently+used+JQuery+Plugins+%26%238211%3B+Ajax+forms+and+Image+zooming+@+http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F10%2F07%2Ffrequently-used-jquery-plugins%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F10%2F07%2Ffrequently-used-jquery-plugins%2F&amp;t=Two+Frequently+used+JQuery+Plugins+%26%238211%3B+Ajax+forms+and+Image+zooming" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.pacecode.com/blog/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.pacecode.com/blog/2008/10/07/frequently-used-jquery-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
