<?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</title>
	<atom:link href="http://www.pacecode.com/blog/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>Ajax PHP Flat Calendar &#8211; Customizable PHP based event Calendar</title>
		<link>http://www.pacecode.com/blog/2009/04/26/ajax-php-calender-event-calendar/</link>
		<comments>http://www.pacecode.com/blog/2009/04/26/ajax-php-calender-event-calendar/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 14:40:51 +0000</pubDate>
		<dc:creator>Raja MM</dc:creator>
				<category><![CDATA[ajax calendar]]></category>
		<category><![CDATA[php calendar]]></category>
		<category><![CDATA[php scripts]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[ajax event calendar]]></category>
		<category><![CDATA[ajax php flat calendar]]></category>
		<category><![CDATA[customizable php flat calendar]]></category>
		<category><![CDATA[easy php calendar]]></category>
		<category><![CDATA[php flat type calendar]]></category>

		<guid isPermaLink="false">http://www.pacecode.com/blog/?p=97</guid>
		<description><![CDATA[Are you looking for php based calendar script for your site?
Here is the download link for this calendar. Hope this will help for you!
Demo: AJAX PHP FLAT CALENDER

Features:

Ajax based PHP Calendar &#8211; No page reloading and Flat type calendar.
Simple in Coding &#8211; Used very basic php and ajax script
Easy to customize for your web based [...]]]></description>
			<content:encoded><![CDATA[<p>Are you looking for php based calendar script for your site?</p>
<p><a href="http://www.pacecode.com/blog/wp-content/uploads/2009/04/ajaxcalender.zip">Here is the download link for this calendar</a>. Hope this will help for you!</p>
<p>Demo: <a title="Ajax Flat Calender Demo" href="http://pacecode.com/blog/ajax-calendar-demo/">AJAX PHP FLAT CALENDER</a></p>
<p><a href="http://www.pacecode.com/blog/wp-content/uploads/2009/04/ajax-php-calendar.jpg"><img class="alignright size-medium wp-image-98" title="ajax-php-calendar" src="http://www.pacecode.com/blog/wp-content/uploads/2009/04/ajax-php-calendar-300x163.jpg" alt="" width="300" height="163" /></a><br />
Features:</p>
<ol>
<li>Ajax based PHP Calendar &#8211; No page reloading and Flat type calendar.</li>
<li>Simple in Coding &#8211; Used very basic php and ajax script</li>
<li>Easy to customize for your web based php project.</li>
<li>Completely free to download and free to modify this script.</li>
<li>It works with PHP4 and PHP 5</li>
</ol>
<p>Installation:</p>
<ol>
<li>Extract this folder to your server directory.</li>
<li>Point out the directory(ajaxcalender) in your browser.</li>
</ol>
<!-- 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%2F2009%2F04%2F26%2Fajax-php-calender-event-calendar%2F&amp;submitHeadline=Ajax+PHP+Flat+Calendar+%26%238211%3B+Customizable+PHP+based+event+Calendar&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%2F2009%2F04%2F26%2Fajax-php-calender-event-calendar%2F&amp;title=Ajax+PHP+Flat+Calendar+%26%238211%3B+Customizable+PHP+based+event+Calendar" 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%2F2009%2F04%2F26%2Fajax-php-calender-event-calendar%2F&amp;title=Ajax+PHP+Flat+Calendar+%26%238211%3B+Customizable+PHP+based+event+Calendar" 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%2F2009%2F04%2F26%2Fajax-php-calender-event-calendar%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%2F2009%2F04%2F26%2Fajax-php-calender-event-calendar%2F&amp;title=Ajax+PHP+Flat+Calendar+%26%238211%3B+Customizable+PHP+based+event+Calendar" 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%2F2009%2F04%2F26%2Fajax-php-calender-event-calendar%2F&amp;bm_description=Ajax+PHP+Flat+Calendar+%26%238211%3B+Customizable+PHP+based+event+Calendar" 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%2F2009%2F04%2F26%2Fajax-php-calender-event-calendar%2F&amp;T=Ajax+PHP+Flat+Calendar+%26%238211%3B+Customizable+PHP+based+event+Calendar" 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%2F2009%2F04%2F26%2Fajax-php-calender-event-calendar%2F&amp;title=Ajax+PHP+Flat+Calendar+%26%238211%3B+Customizable+PHP+based+event+Calendar" 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%2F2009%2F04%2F26%2Fajax-php-calender-event-calendar%2F&amp;title=Ajax+PHP+Flat+Calendar+%26%238211%3B+Customizable+PHP+based+event+Calendar" 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%2F2009%2F04%2F26%2Fajax-php-calender-event-calendar%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%2F2009%2F04%2F26%2Fajax-php-calender-event-calendar%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+Ajax+PHP+Flat+Calendar+%26%238211%3B+Customizable+PHP+based+event+Calendar+@+http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2009%2F04%2F26%2Fajax-php-calender-event-calendar%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%2F2009%2F04%2F26%2Fajax-php-calender-event-calendar%2F&amp;t=Ajax+PHP+Flat+Calendar+%26%238211%3B+Customizable+PHP+based+event+Calendar" 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/2009/04/26/ajax-php-calender-event-calendar/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Important MySQL Questions and Answers</title>
		<link>http://www.pacecode.com/blog/2008/12/25/important-mysql-questions-and-answers/</link>
		<comments>http://www.pacecode.com/blog/2008/12/25/important-mysql-questions-and-answers/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 14:56:18 +0000</pubDate>
		<dc:creator>Raja MM</dc:creator>
				<category><![CDATA[interview questions]]></category>
		<category><![CDATA[mysql questions]]></category>
		<category><![CDATA[php questions]]></category>
		<category><![CDATA[important mysql questions with answers]]></category>
		<category><![CDATA[interviews question in mysql]]></category>
		<category><![CDATA[join queries in mysql]]></category>
		<category><![CDATA[mysql interview questions]]></category>
		<category><![CDATA[mysql questions and answers]]></category>
		<category><![CDATA[mysql tips and answers]]></category>
		<category><![CDATA[php and mysql questions]]></category>
		<category><![CDATA[subqueries in mysql]]></category>

		<guid isPermaLink="false">http://www.pacecode.com/blog/?p=94</guid>
		<description><![CDATA[How many types of join are supported by mysql? Which are they? Explain:
ans: there are three types of joins supported in mysql as inner, right and left.
The inner join displays all the rows from both tables where match is found.
Left join returns all the rows from first table even if the match is not found [...]]]></description>
			<content:encoded><![CDATA[<p><strong>How many types of join are supported by mysql? Which are they? Explain:</strong></p>
<p><strong>ans: </strong><span style="color: #333399;">there are three types of joins supported in mysql as inner, right and left.<br />
The inner join displays all the rows from both tables where match is found.<br />
Left join returns all the rows from first table even if the match is not found in second table.<br />
While the right join returns all the rows from second table even if match is not found in first table.</span></p>
<p><strong>What are the advantages of mysql comparing with oracle?</strong></p>
<p><span style="color: #333399;">MySql has many advantages in comparison to Oracle.</span></p>
<p><span style="color: #333399;">1 &#8211; MySql is Open source, which can be available any time</span></p>
<p><span style="color: #333399;">2 &#8211; MySql has no cost of development purpose.</span></p>
<p><span style="color: #333399;">3 &#8211; MySql has most of features , which oracle provides</span></p>
<p><span style="color: #333399;">4 &#8211; MySql day by day updating with new facilities.</span></p>
<p><span style="color: #333399;">5 &#8211; Good for small application.</span></p>
<p><span style="color: #333399;">6 &#8211; easy to learn and to become master.</span></p>
<p><span style="color: #333399;">7 &#8211; MySql has a good power these days.</span></p>
<p><span style="color: #333399;">even though MySql having so many advantages, Oracle is best database ever in Software development.</span></p>
<p><strong>What are the limitations of <a href="#">mysql</a> in Comparison of <a href="#">Oracle</a>?</strong></p>
<ul class="unIndentedList">
<li> <span style="color: #333399;">Mysql supports six different types of tables, four of which do not support transactions (MyISAM, MERGE, ISAM, and HEAP)</span></li>
<li><span style="color: #333399;"> MySQL only supports one index type</span></li>
<li><span style="color: #333399;"> Unlike Oracle, MySQL date data types can store invalid dates, do not support time zones, and the precision of time values is limited to one second.</span></li>
</ul>
<p><strong>How many drivers in <a href="javascript:void(0)">MYSQL</a>?</strong></p>
<p><span style="color: #333399;">There are eleven drivers in MYSQL .Six of them from MySQL AB and five by MYSQL Communities. They are1.PHP Driver2.ODBC Driver3.JDBC Driver4.ado.net5.mxj6.CAPI1PHP DRIVER2.PERL DRIVER3.PYTHON DRIVER4.RUBY DRIVER5.C++ WRAPPER</span></p>
<p><strong>How are triggers created in MySQL?</strong></p>
<p><span style="color: #333399;">CREATE TRIGGER `tgr_name` AFTER UPDATE ON `addresses` FOR EACH ROW begin</span></p>
<p><span style="color: #333399;">update products set countryName = new.countryName where products.shippingAddressId = old.id;</span></p>
<p><span style="color: #333399;">end;</span><span id="more-94"></span></p>
<p><strong>Use of triggers in MySQL:</strong></p>
<p><span style="color: #333399;">Triggers are programmable events that react to queries and reside directly on the database server. Triggers can be executed before or after INSERT, UPDATE or DELETE statements.</span></p>
<p><span style="color: #333399;"><strong>Ref:</strong> <a href="http://www.digitalpropulsion.org/Programming/Triggers_in_MySQL_5_0">http://www.digitalpropulsion.org/Programming/Triggers_in_MySQL_5_0</a></span></p>
<p><span style="color: #000000;"><strong>What are the data types available in MySQL?</strong></span></p>
<p><span style="color: #333399;">DATA TYPES in mysql </span></p>
<p><span style="color: #333399;"><strong>varchar </strong>=&gt; A variable section from 0 to 255 characters long.</span></p>
<p><span style="color: #333399;"><strong>tinyint</strong> =&gt; A string with a maximum length of 255 characters.</span></p>
<p><span style="color: #333399;"><strong>text</strong> =&gt; A string with a maximum length of 65535 characters.</span></p>
<p><span style="color: #333399;"><strong>date</strong> =&gt; YYYY-MM-DD.</span></p>
<p><span style="color: #333399;"><strong>smallint</strong> <strong>mediumint</strong> <strong>int</strong> =&gt;      -2147483648 to 2147483647 normal 0 to 4294967295 UNSIGNED.</span></p>
<p><span style="color: #333399;"><strong>bigint</strong> =&gt;      -9223372036854775808 to 9223372036854775807 normal 0 to 18446744073709551615 UNSIGNED.</span></p>
<p><span style="color: #333399;"><strong>float</strong> =&gt; A small number with a floating decimal point.</span></p>
<p><span style="color: #333399;"><strong>double</strong> =&gt; A large number with a floating decimal point.</span></p>
<p><span style="color: #333399;"><strong>decimal</strong> =&gt; A DOUBLE stored as a string , allowing for a fixed decimal point.</span></p>
<p><span style="color: #333399;"><strong>datetime</strong> =&gt; YYYY-MM-DD HH:MM:SS. timestamp =&gt; YYYYMMDDHHMMSS.</span></p>
<p><span style="color: #333399;"><strong>time</strong> =&gt;       HH:MM:SS. year</span></p>
<p><span style="color: #333399;"><strong>char</strong> =&gt; CHAR( ) A fixed section from 0 to 255 characters long.</span></p>
<p><span style="color: #333399;"><strong>tinyblob tinytext</strong></span></p>
<p><span style="color: #333399;"><strong>blob</strong> =&gt; A string with a maximum length of 65535 characters.BLOB stands for Binary Large OBject.</span></p>
<p><span style="color: #333399;"><strong>mediumblob</strong> =&gt; A string with a maximum length of 16777215 characters.</span></p>
<p><span style="color: #333399;"><strong>longblob</strong> =&gt; A string with a maximum length of 4294967295 characters.</span></p>
<p><span style="color: #333399;"><strong>longtext</strong> <strong>enum</strong> =&gt; Short for ENUMERATION which means that each column may have one of a specified possible values.</span></p>
<p><span style="color: #333399;"><strong>set</strong> =&gt; Similar to ENUM except each column may have more than one of the specified possible values. bool binary varbinary</span></p>
<p><strong>How is sub queries handled in MySQL?</strong></p>
<p><span style="color: #333399;">Sub queries in MySQL handled nested way, You can see the example and understand yourself -</span></p>
<p><span style="color: #333399;">SELECT name, headofstate, population FROM Country WHERE population=(SELECT MAX(population) FROM Country);</span></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%2F25%2Fimportant-mysql-questions-and-answers%2F&amp;submitHeadline=Important+MySQL+Questions+and+Answers&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%2F25%2Fimportant-mysql-questions-and-answers%2F&amp;title=Important+MySQL+Questions+and+Answers" 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%2F25%2Fimportant-mysql-questions-and-answers%2F&amp;title=Important+MySQL+Questions+and+Answers" 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%2F25%2Fimportant-mysql-questions-and-answers%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%2F25%2Fimportant-mysql-questions-and-answers%2F&amp;title=Important+MySQL+Questions+and+Answers" 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%2F25%2Fimportant-mysql-questions-and-answers%2F&amp;bm_description=Important+MySQL+Questions+and+Answers" 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%2F25%2Fimportant-mysql-questions-and-answers%2F&amp;T=Important+MySQL+Questions+and+Answers" 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%2F25%2Fimportant-mysql-questions-and-answers%2F&amp;title=Important+MySQL+Questions+and+Answers" 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%2F25%2Fimportant-mysql-questions-and-answers%2F&amp;title=Important+MySQL+Questions+and+Answers" 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%2F25%2Fimportant-mysql-questions-and-answers%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%2F25%2Fimportant-mysql-questions-and-answers%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+Important+MySQL+Questions+and+Answers+@+http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F12%2F25%2Fimportant-mysql-questions-and-answers%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%2F25%2Fimportant-mysql-questions-and-answers%2F&amp;t=Important+MySQL+Questions+and+Answers" 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/25/important-mysql-questions-and-answers/feed/</wfw:commentRss>
		<slash:comments>3</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>Playing with author feature in Wordpress and author plug-in list</title>
		<link>http://www.pacecode.com/blog/2008/10/19/playing-with-author-feature-in-wordpress-and-author-plug-in-list/</link>
		<comments>http://www.pacecode.com/blog/2008/10/19/playing-with-author-feature-in-wordpress-and-author-plug-in-list/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 12:14:50 +0000</pubDate>
		<dc:creator>Raja MM</dc:creator>
				<category><![CDATA[php scripts]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress author]]></category>
		<category><![CDATA[wordpress author biography]]></category>
		<category><![CDATA[wordpress author feature]]></category>
		<category><![CDATA[wordpress author functions]]></category>
		<category><![CDATA[wordpress scripting tips]]></category>

		<guid isPermaLink="false">http://www.pacecode.com/blog/?p=68</guid>
		<description><![CDATA[If you have a wordpress blog with one or more author, then it  is most important to list author details in the wordpress post pages. The followings  functions will help you list out author details such as

the_author
the_author_description
the_author_login
the_author_firstname
the_author_lastname
the_author_nickname
the_author_ID
the_author_email
the_author_url
the_author_link (Version 2.1)
the_author_aim
the_author_yim
the_author_posts
the_author_posts_link
wp_list_authors

Okay, will discuss in detail below,
the_author 
Description:  it displays  Author&#8217;s &#8216;Public&#8217; Name
Syntax: &#60;?php [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a wordpress blog with one or more author, then it  is most important to list author details in the wordpress post pages. The followings  functions will help you list out author details such as</p>
<ul>
<li>the_author</li>
<li>the_author_description</li>
<li>the_author_login</li>
<li>the_author_firstname</li>
<li>the_author_lastname</li>
<li>the_author_nickname</li>
<li>the_author_ID</li>
<li>the_author_email</li>
<li>the_author_url</li>
<li>the_author_link (Version 2.1)</li>
<li>the_author_aim</li>
<li>the_author_yim</li>
<li>the_author_posts</li>
<li>the_author_posts_link</li>
<li>wp_list_authors</li>
</ul>
<p>Okay, will discuss in detail below,</p>
<h2><strong>the_author </strong></h2>
<p><strong>Description</strong>:  it displays  Author&#8217;s &#8216;Public&#8217; Name</p>
<p><strong>Syntax</strong>: &lt;?php the_author(); ?&gt;</p>
<pre><strong>Example</strong>: &lt;p&gt; this post was written by &lt;?php the_author(); ?&gt;&lt;/p&gt;</pre>
<p>
<hr /></p>
<h2><strong>the_author_description</strong></h2>
<p><strong>Description:</strong> Displays the contents of the about yourself  field in an author&#8217;s profile (Administration &gt; Profile &gt; Your Profile).  About yourself is a block of text often used to publicly describe the user and  can be quite long. This tag must be used within The Loop.</p>
<p><strong>Syntax:</strong> &lt;?php  the_author_description(); ?&gt;</p>
<pre><strong>Example:</strong> &lt;p&gt;Cindy biography: &lt;?php the_author_description(); ?&gt;&lt;/p&gt;</pre>
<p>
<hr /></p>
<h2><strong>the_author_login</strong></h2>
<p><strong>Description:</strong> This tag displays the login name of the author  of a post. The login is also referred to as the Username an author uses to gain  access to a Wordpress blog. This tag must be used within The Loop</p>
<p><strong>Note:</strong> It&#8217;s  usually not a good idea to provide login information publicly. But it can be  used for some other  purposes</p>
<p><strong>Syntax:</strong> &lt;?php  the_author_login(); ?&gt;</p>
<pre><strong>Example:</strong> &lt;p&gt;Author username: &lt;?php the_author_login(); ?&gt;&lt;/p&gt;</pre>
<p>
<hr /></p>
<h2><strong>The_author_firstname,  the_author_</strong> <strong>lastname, the_author_</strong> <strong>nickname</strong></h2>
<p><strong>Description</strong>:  The following tags display the name for the  author of a post. The First Name field is set in the user&#8217;s profile  (Administration &gt; Profile &gt; Your Profile). This tag must be used within  The Loop.</p>
<p><strong>Syntax</strong>: &lt;?php the_author_firstname(); ?&gt;,  &lt;?php the_author_nickname(); ?&gt;, &lt;?php the_author_lastname(); ?&gt;</p>
<pre><strong>Example</strong>: &lt;p&gt;This post was written by &lt;?php the_author_firstname(); ?&gt;&lt;/p&gt;</pre>
<p>
<hr /></p>
<h2><strong>the_author_ID</strong></h2>
<p><strong>Description</strong>:  Displays the unique numeric user ID for the  author of a post; the ID is assigned by Wordpress when a user account is  created. This tag must be used within The Loop.</p>
<p><strong>Syntax</strong>: &lt;?php  the_author_ID(); ?&gt;</p>
<pre><strong>Example</strong>: &lt;a href="/blog/index.php?author=&lt;?php the_author_ID(); ?&gt;"&gt;View all</pre>
<pre>posts by &lt;?php the_author_nickname(); ?&gt;&lt;/a&gt;</pre>
<p>
<hr /></p>
<h2><strong>the_author_email</strong></h2>
<p><strong>Description</strong>:  This tag displays the email address for the  author of a post. The E-mail field is set in the user&#8217;s profile (Administration  &gt; Profile &gt; Your Profile). This function must be used within The Loop.</p>
<p>Note that the address  is <strong>not</strong> encoded or protected in any way from harvesting by spambots</p>
<p><strong>Syntax</strong>: &lt;?php  the_author_email(); ?&gt;</p>
<pre><strong>Example</strong>: &lt;a href="mailto:&lt;?php the_author_email(); ?&gt;"&gt;Contact the author&lt;/a&gt;</pre>
<pre><strong>Secure your author’s email:</strong></pre>
<pre>This example partially 'obfuscates' address by using the internal function antispambot()
to encode portions in HTML character entities (these are read correctly by your browser).
Note the example uses get_the_author_email() function, because the_author_email()
echoes the address before antispambot() can act upon it.</pre>
<pre>Eg: &lt;a href="mailto:&lt;?php echo antispambot(get_the_author_email()); ?&gt;"&gt;email</pre>
<pre> author&lt;/a&gt;</pre>
<p>
<hr /></p>
<h2><strong>the_author_url</strong></h2>
<p><strong>Description</strong>:  This tag displays the URL to the Website for  the author of a post. The Website field is set in the user&#8217;s profile  (Administration &gt; Profile &gt; Your Profile). This tag must be used within  The Loop.</p>
<p><strong>Syntax</strong>: &lt;?php  the_author_url(); ?&gt;</p>
<pre><strong>Example</strong>: &lt;p&gt;Author's web site:</pre>
<pre>&lt;a href="&lt;?php the_author_url(); ?&gt;"&gt;&lt;?php the_author_url(); ?&gt;&lt;/a&gt;&lt;/p&gt;</pre>
<pre><strong> </strong></pre>
<p>
<hr /></p>
<h2><strong>the_author_aim</strong></h2>
<p><strong>Description</strong>:  This tag displays the AOL Instant Messenger  screenname for the author of a post. The AIM field is set in the user&#8217;s profile  (Administration &gt; Profile &gt; Your Profile). This tag must be used within  The Loop.</p>
<p><strong>Syntax</strong>: &lt;?php  the_author_aim(); ?&gt;</p>
<pre><strong>Example</strong>: &lt;p&gt;Contact me on AOL Instant Messenger: &lt;?php the_author_aim(); ?&gt;&lt;/p&gt;</pre>
<p>
<hr /></p>
<h2><strong>the_author_yim</strong></h2>
<p><strong>Description</strong>: This  tag displays the Yahoo IM ID for the author of a post. The Yahoo IM field is  set in the user&#8217;s profile (Administration &gt; Profile &gt; Your Profile). This  tag must be used within The Loop.</p>
<p><strong>Syntax</strong>: &lt;?php  the_author_yim(); ?&gt;</p>
<pre><strong>Example</strong>: &lt;p&gt;Contact me on Yahoo Messenger: &lt;?php the_author_yim(); ?&gt;&lt;/p&gt;</pre>
<p>
<hr /></p>
<h2><strong>the_author_posts</strong></h2>
<p><strong>Description</strong>:  Displays the total number of posts an author  has published. Drafts and private posts aren&#8217;t counted. This tag must be used  within The Loop.</p>
<p><strong>Syntax</strong>: &lt;?php  the_author_posts(); ?&gt;</p>
<pre><strong>Example</strong>: &lt;p&gt;&lt;?php the_author(); ?&gt; has blogged &lt;?php the_author_posts(); ?&gt;</pre>
<pre>posts&lt;/p&gt;</pre>
<p>
<hr /></p>
<h2><strong>the_author_posts_link</strong></h2>
<p><strong>Description</strong>:  Displays a link to all posts by an author. The  link text is the user&#8217;s Display name publicly as field. The results of clicking  on the presented link will be controlled by the Template Hierarchy of Author  Templates. This tag must be used within The Loop.</p>
<p><strong>Syntax</strong>: &lt;?php  the_author_posts_link(); ?&gt;</p>
<pre><strong>Example</strong>: &lt;p&gt;Other posts by &lt;?php the_author_posts_link(); ?&gt;&lt;/p&gt;</pre>
<p>
<hr /></p>
<h2><strong>wp_list_authors</strong></h2>
<p><strong>Description</strong>:  Displays a list of the blog&#8217;s authors (users),  and if the user has authored any posts, the author name is displayed as a link  to their posts. Optionally this tag displays each author&#8217;s post count and RSS  feed link.</p>
<p><strong>Syntax</strong>: &lt;?php  wp_list_authors(&#8216;arguments&#8217;); ?&gt;</p>
<pre><strong>Example</strong>: &lt;?php $defaults = array(</pre>
<pre>          'optioncount' =&gt; false,</pre>
<pre>          'exclude_admin' =&gt; true,</pre>
<pre>          'show_fullname' =&gt; false,</pre>
<pre>          'hide_empty' =&gt; true,</pre>
<pre>          'feed' =&gt; ,</pre>
<pre>          'feed_image' =&gt;  ); ?&gt;</pre>
<pre>By default, the usage shows:</pre>
<pre>    * Does not display the count of the number of posts</pre>
<pre>    * Excludes the 'admin' author from the list</pre>
<pre>    * Does not display the full name (first and last) but displays the author nickname</pre>
<pre>    * Excludes users with no posts</pre>
<pre>    * No author feed text is displayed</pre>
<pre>    * No author feed image is displayed</pre>
<pre><strong>&lt;?php  wp_list_authors('show_fullname=1&amp;optioncount=1'); ?&gt;
</strong></pre>
<p>
<hr /></p>
<h2>Author image in every post &#8211; Plug in:</h2>
<p><strong>Description: </strong></p>
<div>Display image (if present) and/or name for the author of a post, or for all authors on the blog.</div>
<p><strong>for more info and downloads</strong>:http://coffee2code.com/wp-plugins/author-images/</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%2F19%2Fplaying-with-author-feature-in-wordpress-and-author-plug-in-list%2F&amp;submitHeadline=Playing+with+author+feature+in+Wordpress+and+author+plug-in+list&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%2F19%2Fplaying-with-author-feature-in-wordpress-and-author-plug-in-list%2F&amp;title=Playing+with+author+feature+in+Wordpress+and+author+plug-in+list" 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%2F19%2Fplaying-with-author-feature-in-wordpress-and-author-plug-in-list%2F&amp;title=Playing+with+author+feature+in+Wordpress+and+author+plug-in+list" 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%2F19%2Fplaying-with-author-feature-in-wordpress-and-author-plug-in-list%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%2F19%2Fplaying-with-author-feature-in-wordpress-and-author-plug-in-list%2F&amp;title=Playing+with+author+feature+in+Wordpress+and+author+plug-in+list" 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%2F19%2Fplaying-with-author-feature-in-wordpress-and-author-plug-in-list%2F&amp;bm_description=Playing+with+author+feature+in+Wordpress+and+author+plug-in+list" 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%2F19%2Fplaying-with-author-feature-in-wordpress-and-author-plug-in-list%2F&amp;T=Playing+with+author+feature+in+Wordpress+and+author+plug-in+list" 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%2F19%2Fplaying-with-author-feature-in-wordpress-and-author-plug-in-list%2F&amp;title=Playing+with+author+feature+in+Wordpress+and+author+plug-in+list" 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%2F19%2Fplaying-with-author-feature-in-wordpress-and-author-plug-in-list%2F&amp;title=Playing+with+author+feature+in+Wordpress+and+author+plug-in+list" 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%2F19%2Fplaying-with-author-feature-in-wordpress-and-author-plug-in-list%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%2F19%2Fplaying-with-author-feature-in-wordpress-and-author-plug-in-list%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+Playing+with+author+feature+in+Wordpress+and+author+plug-in+list+@+http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F10%2F19%2Fplaying-with-author-feature-in-wordpress-and-author-plug-in-list%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%2F19%2Fplaying-with-author-feature-in-wordpress-and-author-plug-in-list%2F&amp;t=Playing+with+author+feature+in+Wordpress+and+author+plug-in+list" 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/19/playing-with-author-feature-in-wordpress-and-author-plug-in-list/feed/</wfw:commentRss>
		<slash:comments>0</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>
		<item>
		<title>VIRTUEMART, OSCOMMERCE AND CRE-LOADED COMPARISON AND REVIEWS.</title>
		<link>http://www.pacecode.com/blog/2008/09/29/virtuemart-oscommerce-and-cre-loaded-comparison-and-reviews/</link>
		<comments>http://www.pacecode.com/blog/2008/09/29/virtuemart-oscommerce-and-cre-loaded-comparison-and-reviews/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 19:18:02 +0000</pubDate>
		<dc:creator>Raja MM</dc:creator>
				<category><![CDATA[creloaded]]></category>
		<category><![CDATA[oscommerce]]></category>
		<category><![CDATA[virtuemart]]></category>
		<category><![CDATA[comparison between oscommerce - virtuemart and cre loaded]]></category>
		<category><![CDATA[comparison chart oscommerce - virtuemart - cre loaded]]></category>
		<category><![CDATA[shopping cart software comparision]]></category>
		<category><![CDATA[shopping cart software comparision chart]]></category>

		<guid isPermaLink="false">http://www.pacecode.com/blog/?p=45</guid>
		<description><![CDATA[The following are percept by me, when I go through the net for comparison of shopping cart.
A website with selling products is having good content, and a content  site that is indexed can very easily leverage its traffic and sell  products. The open source carts and CMS are somewhat related and there  [...]]]></description>
			<content:encoded><![CDATA[<p><strong>The following are percept by me, when I go through the net for comparison of shopping cart.</strong></p>
<p>A website with selling products is having good content, and a content  site that is indexed can very easily leverage its traffic and sell  products. The open source carts and CMS are somewhat related and there  is a way to take the core OSCommerce shopping cart functionality and  put it into the admin of a CMS.</p>
<p>Virtuemart is a branded version of this attempt. If you look at the  admin of Virtuemart it would look like a Joomla/Mambo admin but you  would see a new menu option which opens up a OSCommerce shopping cart  functionality.</p>
<p>In short if you have Virtuemart then you have OSCommerce. If you  like OSCommerce you are better off with CRE Loaded or Zen Cart  (especially if your osCom does not have Easy Populate, Sale Maker,  Cross Sell, Specials, Featured Products, HTML editors, etc). However,  if you have good content and want to sell Virtuemart is a great option  for you.</p>
<p><strong>The best open source system depends on what you want to do and how you want to do it.</strong></p>
<p>I have listed features of Virtuemart, OSCommerce and CRE-loaded</p>
<h2><strong>Virtuemart</strong></h2>
<p><strong>In short:</strong></p>
<p>Virtuemart is great option when the sites’ having rich contents with  small and medium range shopping cart sites and also it is open source.</p>
<p>The followings are the some of feature of Virtuemart,</p>
<p><strong>GENERAL FEATURES:</strong></p>
<ul>
<li>capable of using Secure Sockets Layer (https)  Encryption (128-bit)</li>
<li>flexible Tax Models</li>
<li>Model 1: Ship To Address-based Tax Calculation</li>
<li>Model 2: Store Address-based Tax Calculation</li>
<li>Model 3: EU Mode (Store Owner based Tax  Calculation when Customer comes from an EU Country)</li>
<li>Shoppers can manage their User Accounts  (registration required)</li>
<li>Shipping Address Management (Customers can enter  their own Shipping Addresses)</li>
<li>Order History: Shopper can view all their  previous Orders (and Order Details)</li>
<li>Order Confirmation Mail (customizable!) is sent  to Shopper and Store Owner</li>
<li>Multiple Currencies (you can allow Customers to  change the Currency and buy using an alternative Currency)</li>
<li>Multiple Languages.</li>
</ul>
<p><strong>PRODUCT BASED FEATURES:</strong></p>
<ul>
<li>Powerful Web-Administration Interface  (JavaScript-powered)</li>
<li>Manages an unlimited Number of Products and  Categories</li>
<li>Can be used as a Shop or just as an  Online-Catalog (you can even turn off Price Display)</li>
<li>quick Search for Products, Categories and  Manufacturers; filter by features or discounted Products</li>
<li>Product Ratings &amp; Testimonials (moderated or  auto-published)</li>
<li>feature specific Products by setting them  &#8220;on special&#8221;</li>
<li>Product Availability: show how fast a Customer  can expect delivery</li>
<li>Handles downloadable Products (virtual Goods)</li>
<li>&#8220;Product is back in  Stock&#8221;-Notification for subscribed Customers.</li>
</ul>
<p><strong>ADMIN SIDE FEATURES</strong></p>
<ul>
<li>multiple Images and Files (like Spec Sheets and  Flyers) per Product</li>
<li>Product Attributes (like Size or Color) can be  added to Product</li>
<li>Product Types for Classification (like  &#8220;Car&#8221;, &#8220;Motorbike&#8221; or &#8220;Music Album&#8221;)</li>
<li>Shopper Groups for Customers (allows different  Price Levels and Payment Options),</li>
<li>multiple Prices per Product (Quantity-based  and/or Shopper Group-based Prices)</li>
<li>flexible Price Display (number &amp; currency  formatting; including or excluding tax)</li>
<li>On-the-Fly Price Conversion between different  Currencies using Live Rates from the ECB or other banks</li>
<li>Shop Statistics / Control Panel with a Summary  of new Customers, new Orders&#8230;.</li>
<li>Stock Level Control for Products and Item</li>
<li>Order Management with Order History, Customer  Notification and Order Edit Functionality</li>
<li>basic Reporting Feature: sold Items,  monthly/yearly Revenue</li>
<li>Order Status Management</li>
<li>manage different Currencies, Countries &amp;  States</li>
</ul>
<p><strong>PAYMENT MODULES</strong></p>
<ul>
<li>capable of live Credit Card Processing</li>
<li>pre-defined Payment Gateways like  authorize.net®, PayPal, 2Checkout, eWay, Worldpay, PayMate and NoChex</li>
<li>Extend your Shop with other Payment Modules  using the Payment Module API!</li>
<li>Shipping Modules</li>
<li>flexible Shipping Carriers and Rates  Configuration</li>
<li>Live-Shipping Rates using Shipping Modules (e.g.  InterShipper, UPS, USPS, FedEx or Canada Post; Modules can use the Shipping  Rate API).</li>
<li>Extend your Shop with other Shipping Modules  using the Shipping Module API!</li>
</ul>
<h2><strong><span class="style5">OSCOMMERCE</span></strong><strong></strong></h2>
<div><strong>In-short:</strong>OSCommerce is great option for small and medium range shopping carts. It doesn’t come up with CMS.</p>
<p>osCommerce is a free, open source online shop software. The default  installation includes a large number of features that you can easily  enable and configure. You can easily install osCommerce on your website  with the help of the Fantastico auto-installer.</p>
<p>With osCommerce shopping cart you can add multiple products on your  site, organize them in categories, set discounts and special  promotions. osCommerce allows you to set your prices in different  currencies and accept all popular payment methods: PayPal, credit  cards, cheques. osCommerce has a built-in shipping and tax  functionalities.</p></div>
<p><strong>PRODUCT DISPLAY</strong></p>
<ul>
<li>Unlimited categories</li>
<li>Unlimited products</li>
<li>Unlimited category nesting</li>
<li>Buy-Now button option</li>
<li>Products search</li>
<li>Manufacturer information</li>
<li>List by Manufacturer</li>
<li>Product Options</li>
<li>Unlimited product options (i.e. color, size)</li>
<li>Unlimited product options attributes (i.e. red,  blue, green)</li>
<li>Options effect price</li>
<li>Product Data Stored</li>
<li>Name, price and description</li>
<li>Product image</li>
<li>Weight (for shipping calculations)</li>
<li>Date available</li>
<li>Model Number (for easier order fulfillment)</li>
<li>Inventory counter</li>
<li>Image upload tool for each product</li>
<li>In stock or out of stock setting</li>
<li>Automatically allows for additional languages.</li>
</ul>
<p><strong>SHOPPING CART </strong></p>
<ul>
<li>Temporary (not logged on) and permanent (logged  on) shopping carts</li>
<li>Auto tax calculation</li>
<li>Remove products</li>
<li>Edit quantity of products in cart</li>
<li>See options and option prices</li>
</ul>
<p><strong>Order Process</strong></p>
<ul>
<li>
<ol>
<li>Suitable for large shopping cart  functionalities. (Paid version is best)</li>
<li>Comes CMS Features</li>
<li>Affiliate program features</li>
</ol>
<ul>
<li>Checkout procedure is clear</li>
<li>Customer registers when placing order</li>
<li>Repeat customers need only login to place orders</li>
<li>Secure transactions with SSL</li>
<li>Choice of shipping options</li>
<li>Choice of payment options</li>
</ul>
<ul>
<li>Automatic E-mail notifications for new  registration and each order placed</li>
<li>Customer is notified of customer center</li>
</ul>
<ul>
<li>Edit contact info</li>
<li>Customer address books (other shipping  destinations)</li>
<li>Order history</li>
<li>Order status</li>
<li>Email newsletter subscription status (can easily  subscribe and unsubscribe)</li>
</ul>
<ul>
<li>View all customers registered</li>
<li>Email specific, all or subscribed customers</li>
<li>Edit customer information</li>
</ul>
<ul>
<li>Temporarily set special price</li>
<li>Can be percentage or number</li>
<li>Does not effect actual price data</li>
<li>Special price is shown next to actual price</li>
<li>Specials are highlighted through out the site</li>
</ul>
<ul>
<li>Product reviews by site members</li>
<li>Bestseller lists automatically calculated</li>
<li>Display what other customers have brought  (relating to the current product displayed)</li>
<li>Send to a friend</li>
</ul>
<ul>
<li>New design for user-friendliness</li>
<li>Backup tool</li>
<li>Statistics for products and customers</li>
<li>Add/Edit/Remove</li>
</ul>
<ul>
<li>Tax zones, classes, and rates</li>
<li>Configuration parameters in database for remote  editing</li>
<li>Not tied together with the catalog module (admin  module can be installed on another server)</li>
</ul>
<ul>
<li>CRE Loaded Standard à $95</li>
<li>CRE Loaded Professional à $295</li>
<li>CRE Loaded Professional B2B à$350</li>
</ul>
</li>
<p><strong>Order Confirmation</strong></p>
<p><strong> Customer Account (what the customer sees)</strong></p>
<p><strong>Customer Management (what you see)</strong></p>
<p><strong> Most shopping carts do not address marketing. OSCommerce brings high end logic to the entire shopping experience.<br />
</strong><br />
<strong>Specials</strong></p>
<p><strong> Customer Interaction</strong></p>
<p><strong> Administrative Functionality</strong></p>
<p>o    categories</p>
<p>o    products</p>
<p>o    manufacturers</p>
<p>o    customers</p>
<p>o    reviews</p>
<p><strong>Configuration</strong></p>
<p><strong>Set most aspects of store information</strong></p>
<p>o    Store name</p>
<p>o    Email address</p>
<p>o    Location</p>
<p>o    and other settings can be easily viewed and edited</p>
<p><strong> Modules</strong></p>
<p><strong>Multiple payments modules:</strong></p>
<p>o    PayPal</p>
<p>o    Credit Card</p>
<p>o    C.O.D</p>
<p><strong>Multiple shipping modules</strong></p>
<p>o    USPS</p>
<p>o    FedEx</p>
<p>o    UPS</p>
<p>o    Flat Rate</p>
<p>o    Custom Price Table</p>
<h2><strong>CRE-LOADED</strong></h2>
<p><strong>In short:</strong></p>
<p>CRELoaded 6 &#8211; a fork of osCommerce version 2.2 MS2 &#8211; is a feature-rich  ecommerce solution for new and existing store owner, and web  professionals. With CREloaded the you will be able to upload product  images and add text, and thus to create the storefront of your online  shop. Orders and inventory are easy to manage with the shopping cart,  credit card payments are processed through PayPal or Authorize.net. It  is possible to set up special pricing, and to determine shipping costs.  CRE Loaded also offers plenty of different templates to customize the  look of the online store in order to offer a unique, easily  identifiable, and fully branded shopping experience to the customer.</p>
<p><strong>Price:</strong></p>
<h2>Brief:</h2>
<p><strong>CRE Loaded Standard:</strong></p>
<p>CRE Loaded Standard is a scalable shopping cart for Ecommerce sites  developed primarily for the SOHO (small office, home office) store  owner who wants to add transactional capabilities to an existing  website. You can organize, manage and ship your products, and you have  the the flexibility you need to run a successful online business. It  includes shipping, payment, marketing, security, design, and admin  features, as well as customer and product management tools.  Subscriptions are available in 1 year and 3 year options.</p>
<p><strong>CRE Loaded Professional:</strong></p>
<p>CRE Loaded Professional is a complete ecommerce application with  shopping cart functionality and content management developed for the  serious web entrepreneur. It comes complete with a content management  system which allows you to create standard web pages within your store  and manage, organize, and search content on a website. It includes  shipping, payment, marketing, sales, design, and admin features, as  well as customer and product management tools. Subscriptions are  available in 1 year and 3 year options.</p>
<p><strong>CRE Loaded Professional B2B:</strong></p>
<p>CRE Loaded Professional B2B is a secure and scalable ecommerce  application with shopping cart functionality for wholesalers and store  owners who would like to display different information for separate  customer groups. It includes shipping, payment, marketing, security,  design, and admin features, as well as customer and product management  tools.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</ul>
<!-- 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%2F09%2F29%2Fvirtuemart-oscommerce-and-cre-loaded-comparison-and-reviews%2F&amp;submitHeadline=VIRTUEMART%2C+OSCOMMERCE+AND+CRE-LOADED+COMPARISON+AND+REVIEWS.&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%2F09%2F29%2Fvirtuemart-oscommerce-and-cre-loaded-comparison-and-reviews%2F&amp;title=VIRTUEMART%2C+OSCOMMERCE+AND+CRE-LOADED+COMPARISON+AND+REVIEWS." 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%2F09%2F29%2Fvirtuemart-oscommerce-and-cre-loaded-comparison-and-reviews%2F&amp;title=VIRTUEMART%2C+OSCOMMERCE+AND+CRE-LOADED+COMPARISON+AND+REVIEWS." 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%2F09%2F29%2Fvirtuemart-oscommerce-and-cre-loaded-comparison-and-reviews%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%2F09%2F29%2Fvirtuemart-oscommerce-and-cre-loaded-comparison-and-reviews%2F&amp;title=VIRTUEMART%2C+OSCOMMERCE+AND+CRE-LOADED+COMPARISON+AND+REVIEWS." 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%2F09%2F29%2Fvirtuemart-oscommerce-and-cre-loaded-comparison-and-reviews%2F&amp;bm_description=VIRTUEMART%2C+OSCOMMERCE+AND+CRE-LOADED+COMPARISON+AND+REVIEWS." 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%2F09%2F29%2Fvirtuemart-oscommerce-and-cre-loaded-comparison-and-reviews%2F&amp;T=VIRTUEMART%2C+OSCOMMERCE+AND+CRE-LOADED+COMPARISON+AND+REVIEWS." 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%2F09%2F29%2Fvirtuemart-oscommerce-and-cre-loaded-comparison-and-reviews%2F&amp;title=VIRTUEMART%2C+OSCOMMERCE+AND+CRE-LOADED+COMPARISON+AND+REVIEWS." 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%2F09%2F29%2Fvirtuemart-oscommerce-and-cre-loaded-comparison-and-reviews%2F&amp;title=VIRTUEMART%2C+OSCOMMERCE+AND+CRE-LOADED+COMPARISON+AND+REVIEWS." 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%2F09%2F29%2Fvirtuemart-oscommerce-and-cre-loaded-comparison-and-reviews%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%2F09%2F29%2Fvirtuemart-oscommerce-and-cre-loaded-comparison-and-reviews%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+VIRTUEMART%2C+OSCOMMERCE+AND+CRE-LOADED+COMPARISON+AND+REVIEWS.+@+http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F09%2F29%2Fvirtuemart-oscommerce-and-cre-loaded-comparison-and-reviews%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%2F09%2F29%2Fvirtuemart-oscommerce-and-cre-loaded-comparison-and-reviews%2F&amp;t=VIRTUEMART%2C+OSCOMMERCE+AND+CRE-LOADED+COMPARISON+AND+REVIEWS." 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/09/29/virtuemart-oscommerce-and-cre-loaded-comparison-and-reviews/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ADDING ADDITIONAL IMAGES IN THE PRODUCT DETAILS PAGES -Virtuemart tips</title>
		<link>http://www.pacecode.com/blog/2008/09/24/36/</link>
		<comments>http://www.pacecode.com/blog/2008/09/24/36/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 18:26:46 +0000</pubDate>
		<dc:creator>Raja MM</dc:creator>
				<category><![CDATA[joomla]]></category>
		<category><![CDATA[php developers]]></category>
		<category><![CDATA[php scripts]]></category>
		<category><![CDATA[virtuemart]]></category>
		<category><![CDATA[adding more images product details]]></category>
		<category><![CDATA[additional image in virtuemart product details page]]></category>
		<category><![CDATA[additonal image in virtuemart]]></category>
		<category><![CDATA[joomla component tips]]></category>
		<category><![CDATA[joomla virtuemart]]></category>
		<category><![CDATA[learn virtuemart at simple steps]]></category>
		<category><![CDATA[pace code tips]]></category>
		<category><![CDATA[virtuemart freelancer]]></category>
		<category><![CDATA[virtuemart in simple steps]]></category>
		<category><![CDATA[virtuemart media tutorials]]></category>
		<category><![CDATA[virtuemart tips and tutorials]]></category>

		<guid isPermaLink="false">http://www.pacecode.com/blog/?p=36</guid>
		<description><![CDATA[If you are new to the virtue mart shopping cart software, the following steps will help you to add additional product images in Product details page.
Assumptions:
You are using,

 Joomla 1.5 or Joomla 1.0.x
 Virtue Mart 1.1.0 stable.

Steps to add additional images in Product details page:

 Go  to  virtue mart  admin panel
 Choose “choose extended layout” [...]]]></description>
			<content:encoded><![CDATA[<h3><span style="color: #008000;">If you are new to the virtue mart shopping cart software, the following steps will help you to add additional product images in Product details page.</span></h3>
<p><span style="color: #008000;"><strong>Assumptions:</strong></span><br />
<strong>You are using,</strong></p>
<ul>
<li> Joomla 1.5 or Joomla 1.0.x</li>
<li> Virtue Mart 1.1.0 stable.</li>
</ul>
<p><strong>Steps to add additional images in Product details page:</strong></p>
<ol>
<li> Go  to  virtue mart  admin panel</li>
<li> Choose “choose extended layout” &lt;helps easy navigation&gt;</li>
<li> List out your products.</li>
<li> Click on media button. A new popup will be opened.</li>
<li> Click the new button to add additional images</li>
<li> Choose additional image s as option, give appropriate height and width for the image</li>
<li> Click on save button. That’s all</li>
</ol>
<p><span style="color: #ff0000;">I  am not sure about, it will work for lower version of virtue mart also. <strong>Please check and gimme a feed back to this post.</strong></span></p>
<h3><span style="color: #008000;">The following pictures help you for easy understanding.</span></h3>
<p style="text-align: center;"><a href="http://img252.imageshack.us/img252/5393/96303502hm7.jpg"><img class="aligncenter" style="border: 0pt none;" src="http://img252.imageshack.us/img252/5393/96303502hm7.th.jpg" border="0" alt="ImageShack" width="150" height="100" /></a></p>
<p style="text-align: center;"><a href="http://img401.imageshack.us/my.php?image=33755863in6.png"><img src="http://img401.imageshack.us/img401/3189/33755863in6.th.png" border="0" alt="ImageShack" /></a></p>
<p style="text-align: center;"><a href="http://img262.imageshack.us/img262/3530/44779627bp8.jpg"><img src="http://img262.imageshack.us/img262/3530/44779627bp8.th.jpg" border="0" alt="ImageShack" /></a></p>
<p style="text-align: center;"><a href="http://img262.imageshack.us/my.php?image=21892749ys4.png"><img src="http://img262.imageshack.us/img262/3910/21892749ys4.th.png" border="0" alt="ImageShack" /></a></p>
<p style="text-align: center;"><a href="http://img262.imageshack.us/my.php?image=43552668ex0.jpg"><img src="http://img262.imageshack.us/img262/7594/43552668ex0.th.jpg" border="0" alt="ImageShack" /></a></p>
<p style="text-align: center;"><a href="http://img262.imageshack.us/my.php?image=10331432sk2.png"><img src="http://img262.imageshack.us/img262/7963/10331432sk2.th.png" border="0" alt="ImageShack" /></a></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%2F09%2F24%2F36%2F&amp;submitHeadline=ADDING+ADDITIONAL+IMAGES+IN+THE+PRODUCT+DETAILS+PAGES+-Virtuemart+tips&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%2F09%2F24%2F36%2F&amp;title=ADDING+ADDITIONAL+IMAGES+IN+THE+PRODUCT+DETAILS+PAGES+-Virtuemart+tips" 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%2F09%2F24%2F36%2F&amp;title=ADDING+ADDITIONAL+IMAGES+IN+THE+PRODUCT+DETAILS+PAGES+-Virtuemart+tips" 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%2F09%2F24%2F36%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%2F09%2F24%2F36%2F&amp;title=ADDING+ADDITIONAL+IMAGES+IN+THE+PRODUCT+DETAILS+PAGES+-Virtuemart+tips" 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%2F09%2F24%2F36%2F&amp;bm_description=ADDING+ADDITIONAL+IMAGES+IN+THE+PRODUCT+DETAILS+PAGES+-Virtuemart+tips" 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%2F09%2F24%2F36%2F&amp;T=ADDING+ADDITIONAL+IMAGES+IN+THE+PRODUCT+DETAILS+PAGES+-Virtuemart+tips" 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%2F09%2F24%2F36%2F&amp;title=ADDING+ADDITIONAL+IMAGES+IN+THE+PRODUCT+DETAILS+PAGES+-Virtuemart+tips" 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%2F09%2F24%2F36%2F&amp;title=ADDING+ADDITIONAL+IMAGES+IN+THE+PRODUCT+DETAILS+PAGES+-Virtuemart+tips" 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%2F09%2F24%2F36%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%2F09%2F24%2F36%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+ADDING+ADDITIONAL+IMAGES+IN+THE+PRODUCT+DETAILS+PAGES+-Virtuemart+tips+@+http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F09%2F24%2F36%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%2F09%2F24%2F36%2F&amp;t=ADDING+ADDITIONAL+IMAGES+IN+THE+PRODUCT+DETAILS+PAGES+-Virtuemart+tips" 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/09/24/36/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Customizing the Read More link with Wordpress</title>
		<link>http://www.pacecode.com/blog/2008/09/23/customizing-the-read-more-link-with-wordpress/</link>
		<comments>http://www.pacecode.com/blog/2008/09/23/customizing-the-read-more-link-with-wordpress/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 17:29:58 +0000</pubDate>
		<dc:creator>Raja MM</dc:creator>
				<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[blogging tips]]></category>
		<category><![CDATA[wordpress codex]]></category>
		<category><![CDATA[wordpress cutomization]]></category>
		<category><![CDATA[wordpress freelancers]]></category>
		<category><![CDATA[wordpress latest tips]]></category>
		<category><![CDATA[wordpress programmer]]></category>
		<category><![CDATA[wordpress readmore link]]></category>
		<category><![CDATA[wordpress scripting tips]]></category>
		<category><![CDATA[wordpress theme developer]]></category>

		<guid isPermaLink="false">http://www.pacecode.com/blog/?p=19</guid>
		<description><![CDATA[If you have set your WordPress site to display post excerpts on the front or home page, you will want visitors to click on the title or a link to encourage them to continue reading your post or article, right? WordPress makes this technique easy, and customizable.
Here is the steps:

Go to wordpress admin panel &#8211;&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>If you have set your WordPress site to display post excerpts on the front or home page, you will want visitors to click on the title or a link to encourage them to continue reading your post or article, right? WordPress makes this technique easy, and customizable.</p>
<p>Here is the steps:</p>
<ul>
<li>Go to wordpress admin panel &#8211;&gt; Design tab &#8211;&gt; Theme Editor.</li>
<li>Select Main Index template (index.php) to edit it</li>
<li>Find the line  &#8220;&lt;?php the_content(&#8216;Read the rest of this entry &amp;raquo;&#8217;); ?&gt;&#8221;</li>
<li>And replace it with the following code.</li>
</ul>
<p>&lt;?php</p>
<p>$content = get_the_content($more_link_text, $stripteaser, $more_file);<br />
if(strlen($content)&gt;500) // chanage 500 as per your needs<br />
{<br />
$part_msg=substr($content, 0, 500);// chanage 500 as per your needs<br />
echo &#8216;&lt;p&gt;&#8217;.$part_msg.&#8217;&#8230; &#8216;;<br />
?&gt;<br />
&lt;br /&gt;&lt;br /&gt;<br />
&lt;a href=&#8221;&lt;? comments_link(); ?&gt;&#8221;&gt;Read More&#8230;&lt;/a&gt;&lt;/div&gt;<br />
&lt;?php<br />
echo &#8216;&lt;/p&gt;&#8217;;<br />
}<br />
else<br />
{<br />
echo &#8216;&lt;p&gt;&#8217;.$content.&#8217;&lt;/p&gt;&lt;/div&gt;&#8217;;<br />
}</p>
<p>?&gt;</p>
<p>Where &#8220;500&#8243; represents number of characters that you want to show.</p>
<p>If you cannot able to make the above changes with the wordpress theme editor, use your ftp.</p>
<p>Here is the template directory</p>
<p>/public_html/blog/wp-content/themes</p>
<p>or</p>
<p>/www/blog/wp-content/themes</p>
<p>where blog is the directory where i installed my wordpress</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%2F09%2F23%2Fcustomizing-the-read-more-link-with-wordpress%2F&amp;submitHeadline=Customizing+the+Read+More+link+with+Wordpress&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%2F09%2F23%2Fcustomizing-the-read-more-link-with-wordpress%2F&amp;title=Customizing+the+Read+More+link+with+Wordpress" 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%2F09%2F23%2Fcustomizing-the-read-more-link-with-wordpress%2F&amp;title=Customizing+the+Read+More+link+with+Wordpress" 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%2F09%2F23%2Fcustomizing-the-read-more-link-with-wordpress%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%2F09%2F23%2Fcustomizing-the-read-more-link-with-wordpress%2F&amp;title=Customizing+the+Read+More+link+with+Wordpress" 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%2F09%2F23%2Fcustomizing-the-read-more-link-with-wordpress%2F&amp;bm_description=Customizing+the+Read+More+link+with+Wordpress" 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%2F09%2F23%2Fcustomizing-the-read-more-link-with-wordpress%2F&amp;T=Customizing+the+Read+More+link+with+Wordpress" 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%2F09%2F23%2Fcustomizing-the-read-more-link-with-wordpress%2F&amp;title=Customizing+the+Read+More+link+with+Wordpress" 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%2F09%2F23%2Fcustomizing-the-read-more-link-with-wordpress%2F&amp;title=Customizing+the+Read+More+link+with+Wordpress" 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%2F09%2F23%2Fcustomizing-the-read-more-link-with-wordpress%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%2F09%2F23%2Fcustomizing-the-read-more-link-with-wordpress%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+Customizing+the+Read+More+link+with+Wordpress+@+http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F09%2F23%2Fcustomizing-the-read-more-link-with-wordpress%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%2F09%2F23%2Fcustomizing-the-read-more-link-with-wordpress%2F&amp;t=Customizing+the+Read+More+link+with+Wordpress" 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/09/23/customizing-the-read-more-link-with-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
