<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pacecode Blog &#187; facebook javascript</title>
	<atom:link href="http://www.pacecode.com/blog/category/facebook-javascript/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>Part of page refresh with time delay using MockAJAX &#8211; Facebook Developers</title>
		<link>http://www.pacecode.com/blog/2008/09/21/part-of-page-refresh-with-time-delay-using-mockajax-facebook-developers/</link>
		<comments>http://www.pacecode.com/blog/2008/09/21/part-of-page-refresh-with-time-delay-using-mockajax-facebook-developers/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 16:51:15 +0000</pubDate>
		<dc:creator>Raja MM</dc:creator>
				<category><![CDATA[facebook javascript]]></category>
		<category><![CDATA[ajax page refresh]]></category>
		<category><![CDATA[facebook developer zone]]></category>
		<category><![CDATA[fbjs page refresh]]></category>
		<category><![CDATA[fbjs script]]></category>
		<category><![CDATA[java script page refresh]]></category>
		<category><![CDATA[javascript for facebook developers]]></category>
		<category><![CDATA[part of page refresh]]></category>

		<guid isPermaLink="false">http://www.pacecode.com/blog/?p=6</guid>
		<description><![CDATA[
A Simple script that make our application works great. Yes, The following FBJS &#8211; FaceBook JavaScript will help you for part of page refresh in the facebook applications.
Uses:
1) Helps to retrieve data from your server database without refreshing the page
2) It would be useful for cricket scores and other live datas.
Mock AJAX Script as follows,
&#60;script&#62;
&#60;!–
function [...]]]></description>
			<content:encoded><![CDATA[<div class="post-entry">
<p>A Simple script that make our application works great. Yes, The following FBJS &#8211; FaceBook JavaScript will help you for part of page refresh in the facebook applications.</p>
<p>Uses:</p>
<p>1) Helps to retrieve data from your server database without refreshing the page<br />
2) It would be useful for cricket scores and other live datas.</p>
<p>Mock AJAX Script as follows,</p>
<p>&lt;script&gt;</p>
<p>&lt;!–<br />
function partRefresh(){</p>
<p>var ajax = new Ajax();</p>
<p>ajax.responseType = Ajax.FBML;</p>
<p>ajax.ondone = function(data) {</p>
<p>document.getElementById(’partId’).setInnerFBML(data);</p>
<p>setTimeout(function() {partRefresh()},60000); // Making time delay</p>
<p>}<br />
ajax.post(&#8220;http://www.example.com/filename.php&#8221;);<br />
}<br />
//–&gt;<br />
&lt;/script&gt;</p>
<p>&lt;div id=&#8221;partId&#8221;&gt;&lt;/div&gt; // the output of filename.php is displayed here<br />
&lt;script&gt;<br />
partRefresh(); // Just calling the function on browser loads<br />
&lt;/script&gt;</p></div>
<!-- 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%2F21%2Fpart-of-page-refresh-with-time-delay-using-mockajax-facebook-developers%2F&amp;submitHeadline=Part+of+page+refresh+with+time+delay+using+MockAJAX+%26%238211%3B+Facebook+Developers&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%2F21%2Fpart-of-page-refresh-with-time-delay-using-mockajax-facebook-developers%2F&amp;title=Part+of+page+refresh+with+time+delay+using+MockAJAX+%26%238211%3B+Facebook+Developers" 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%2F21%2Fpart-of-page-refresh-with-time-delay-using-mockajax-facebook-developers%2F&amp;title=Part+of+page+refresh+with+time+delay+using+MockAJAX+%26%238211%3B+Facebook+Developers" 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%2F21%2Fpart-of-page-refresh-with-time-delay-using-mockajax-facebook-developers%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%2F21%2Fpart-of-page-refresh-with-time-delay-using-mockajax-facebook-developers%2F&amp;title=Part+of+page+refresh+with+time+delay+using+MockAJAX+%26%238211%3B+Facebook+Developers" 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%2F21%2Fpart-of-page-refresh-with-time-delay-using-mockajax-facebook-developers%2F&amp;bm_description=Part+of+page+refresh+with+time+delay+using+MockAJAX+%26%238211%3B+Facebook+Developers" 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%2F21%2Fpart-of-page-refresh-with-time-delay-using-mockajax-facebook-developers%2F&amp;T=Part+of+page+refresh+with+time+delay+using+MockAJAX+%26%238211%3B+Facebook+Developers" 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%2F21%2Fpart-of-page-refresh-with-time-delay-using-mockajax-facebook-developers%2F&amp;title=Part+of+page+refresh+with+time+delay+using+MockAJAX+%26%238211%3B+Facebook+Developers" 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%2F21%2Fpart-of-page-refresh-with-time-delay-using-mockajax-facebook-developers%2F&amp;title=Part+of+page+refresh+with+time+delay+using+MockAJAX+%26%238211%3B+Facebook+Developers" 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%2F21%2Fpart-of-page-refresh-with-time-delay-using-mockajax-facebook-developers%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%2F21%2Fpart-of-page-refresh-with-time-delay-using-mockajax-facebook-developers%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+Part+of+page+refresh+with+time+delay+using+MockAJAX+%26%238211%3B+Facebook+Developers+@+http%3A%2F%2Fwww.pacecode.com%2Fblog%2F2008%2F09%2F21%2Fpart-of-page-refresh-with-time-delay-using-mockajax-facebook-developers%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%2F21%2Fpart-of-page-refresh-with-time-delay-using-mockajax-facebook-developers%2F&amp;t=Part+of+page+refresh+with+time+delay+using+MockAJAX+%26%238211%3B+Facebook+Developers" 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/21/part-of-page-refresh-with-time-delay-using-mockajax-facebook-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
