<?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>TechWhiz &#187; Web Development</title>
	<atom:link href="http://www.techwhiz.in/category/web/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techwhiz.in</link>
	<description></description>
	<lastBuildDate>Mon, 26 Jul 2010 10:03:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>New features of WordPress 3.0</title>
		<link>http://www.techwhiz.in/new-features-of-wordpress-3-0/</link>
		<comments>http://www.techwhiz.in/new-features-of-wordpress-3-0/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 09:55:30 +0000</pubDate>
		<dc:creator>saurabh</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[wordpress 3.0]]></category>
		<category><![CDATA[wordpress 3.0 features]]></category>
		<category><![CDATA[wordpress upgrade]]></category>

		<guid isPermaLink="false">http://www.techwhiz.in/new-features-of-wordpress-3-0/</guid>
		<description><![CDATA[WordPress 3.0 has arrived now and has many new features than its predecessors. WordPress 3.0 can be downloaded from their website or you can upgrade your existing WordPress installation. The new release is also called “Thelonius” after a famous Jazz singer. Some of the new features include custom background, headers, menus and multi user support. [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">WordPress 3.0 has arrived now and has many new features than its predecessors. WordPress 3.0 can be downloaded from their website or you can upgrade your existing WordPress installation. The new release is also called “Thelonius” after a famous Jazz singer. Some of the new features include custom background, headers, menus and multi user support. And WordPress 3.0 lets you run multiple blogs under a single WordPress installation.</p>
<p align="justify">&#160;</p>
<p align="justify">
<div style="padding-bottom: 0px; padding-left: 0px; width: 584px; padding-right: 0px; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:d97db89d-af8f-4a16-9dfa-8fc772665aa4" class="wlWriterEditableSmartContent">
<div><embed src="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.21" type="application/x-shockwave-flash" width="584" height="328" wmode="transparent" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true" flashvars="guid=BQtfIEY1&amp;width=584&amp;height=328&amp;locksize=no&amp;dynamicseek=false&amp;qc_publisherId=p-18-mFEk4J448M" title="Introducing WordPress 3.0 &quot;Thelonious&quot;"></embed></div>
</div>
<div align="justify">&#160;</div>
<div align="justify"><em>* TechWhiz.in is proudly powered by WordPress 3.0</em></div>
<p align="justify">
<p align="justify">
<p> <font face="Tahoma"></font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techwhiz.in/new-features-of-wordpress-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display latest tweets on your website</title>
		<link>http://www.techwhiz.in/display-latest-tweets-on-your-website/</link>
		<comments>http://www.techwhiz.in/display-latest-tweets-on-your-website/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 02:48:32 +0000</pubDate>
		<dc:creator>saurabh</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[display tweets]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[twitter stream]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.techwhiz.in/web/web-development/display-latest-tweets-on-your-website-2/</guid>
		<description><![CDATA[Latest tweets can be displayed on websites by using JavaScript libraries and JSON. However, same can be done without JavaScript or JSON by using php based feed framework to fetch the latest tweet data from your public twitter stream. Download the zipped file. Open twitter.php in a text editor and change the twitter username. // [...]]]></description>
			<content:encoded><![CDATA[<p>Latest tweets can be displayed on websites by using JavaScript libraries and JSON. However, same can be done without JavaScript or JSON by using php based feed framework to fetch the latest tweet data from your public twitter stream.</p>
<ul>
<li>Download the <a href="http://www.techwhiz.in/repository/zip/twitter.zip" rel="nofollow" target="_blank">zipped file</a>. </li>
<li>Open twitter.php in a text editor and change the twitter username. </li>
</ul>
<blockquote><p>// twitter username      <br />$twitter_user=&quot;techwhiz09&quot;;       </p>
</blockquote>
<ul>
<li>Change the setting for the number of latest tweets to be fetched. It can fetch maximum 4 latest tweets from your public stream. </li>
</ul>
<blockquote><p>// number of latest tweets to be fetched (1 to 4)      <br />$tweets_num=4;</p>
</blockquote>
<ul>
<li>Upload the files on the server and point your browser to ‘twitter.php’<img style="border-right-width: 0px;float: none;border-top-width: 0px;border-bottom-width: 0px;margin-left: auto;border-left-width: 0px;margin-right: auto" border="0" alt="image" src="http://www.techwhiz.in/tw_uploads/2010/03/image.png" width="454" height="47" /> </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.techwhiz.in/display-latest-tweets-on-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Google Buzz to your wordpress blog</title>
		<link>http://www.techwhiz.in/add-google-buzz-on-your-wordpress-blog/</link>
		<comments>http://www.techwhiz.in/add-google-buzz-on-your-wordpress-blog/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 01:49:59 +0000</pubDate>
		<dc:creator>saurabh</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[buzz]]></category>
		<category><![CDATA[google buzz]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.techwhiz.in/web/web-development/add-google-buzz-on-your-wordpress-blog/</guid>
		<description><![CDATA[Google Buzz is a new social tool by Google. It is embedded with Gmail so you can receive buzz directly in your mailbox. I added the Google Buzz button on my blog yesterday and it was a cakewalk. Log-in to your blog and open the file in which you would like to integrate Google Buzz [...]]]></description>
			<content:encoded><![CDATA[<p>Google Buzz is a new social tool by Google. It is embedded with Gmail so you can receive buzz directly in your mailbox. I added the Google Buzz button on my blog yesterday and it was a cakewalk.</p>
<ul>
<li>Log-in to your blog and open the file in which you would like to integrate Google Buzz button (e.g. single.php) </li>
<li>Copy and paste the following code in the file. </li>
</ul>
<blockquote><p>&lt;a      <br />href=&quot;http://www.google.com/reader/link?url=&lt;?php the_permalink() ?&gt;&amp;title=&lt;?php the_title(); ?&gt;&amp;snippet=&lt;?php the_excerpt();?&gt;&amp;srcURL=http://www.techwhiz.in&amp;srcTitle=TechWhiz&quot; target=&quot;_blank&quot; rel=&quot;nofollow external&quot;&gt;&lt;img       <br />src=&quot;http://www.techwhiz.in/images/google-buzz.png&quot; alt=&quot;Google Buzz&quot; /&gt;&lt;img       <br />src=&quot;http://www.techwhiz.in/images/buzz.png&quot; alt=&quot;Google Buzz&quot; /&gt;&lt;/a&gt;</p>
</blockquote>
<ul>
<li>Download the following image files and upload it on your server (e.g. http://www.yourblog.com/images/).      <br /><img style="border-right-width: 0px; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" border="0" alt="google-buzz" src="http://www.techwhiz.in/tw_uploads/2010/02/googlebuzz.png" width="28" height="22" /><img style="border-right-width: 0px; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" border="0" alt="buzz" src="http://www.techwhiz.in/tw_uploads/2010/02/buzz.png" width="54" height="21" />&#160;&#160; </li>
<li>Make necessary changes in image tag in the above code. </li>
<li>Modify <em>‘srcTitle’ </em>in the above code and enter your blog name. </li>
<li>Save the file, Google Buzz will be added to your blog. </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.techwhiz.in/add-google-buzz-on-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Display delicious count on your wordpress blog</title>
		<link>http://www.techwhiz.in/display-delicious-count-on-your-wordpress-blog/</link>
		<comments>http://www.techwhiz.in/display-delicious-count-on-your-wordpress-blog/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 02:28:00 +0000</pubDate>
		<dc:creator>saurabh</dc:creator>
				<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[count]]></category>
		<category><![CDATA[delicious]]></category>
		<category><![CDATA[save]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.techwhiz.in/web-development/display-delicious-count-on-your-wordpress-blog/</guid>
		<description><![CDATA[Delicious is a very popular bookmarking website. After searching for number of websites, I found a plugin which counts the number of times the page has been saved in delicious.com. You can easily add the counter along with delicious share button on your blog powered by wordpress. Login to your blog Download the plugin (http://www.techwhiz.in/repository/zip/delicious_count.zip) [...]]]></description>
			<content:encoded><![CDATA[<p>Delicious is a very popular bookmarking website. After searching for number of websites, I found a plugin which counts the number of times the page has been saved in delicious.com. You can easily add the counter along with delicious share button on your blog powered by wordpress. </p>
<ul>
<li>Login to your blog </li>
<li>Download the plugin (<a title="Plugin for Delicious count" href="http://www.techwhiz.in/repository/zip/delicious_count.zip" target="_blank">http://www.techwhiz.in/repository/zip/delicious_count.zip</a>) </li>
<li>Install and activate the plugin </li>
<li>Open the file in which you would like to integrate delicous count button (e.g. single.php) </li>
<li>Copy and paste the following code in the file and save the file. </li>
</ul>
<blockquote><p>&lt;a href=&quot;http://delicious.com/save&quot; onclick=&quot;window.open(&#8216;http://delicious.com/save?v=5&amp;noui&amp;jump=close&amp;url=&#8217;+encodeURIComponent(&#8216;&lt;?php the_permalink() ?&gt;&#8217;)+&#8217;&amp;title=&#8217;+encodeURIComponent(&#8216;&lt;?php the_title() ?&gt;&#8217;),&#8217;delicious&#8217;, &#8216;toolbar=no,width=550,height=550&#8242;); return false;&quot;&gt;&lt;img src=&quot;images/delicious.png&quot; alt=&quot;Delicious&quot; /&gt;&lt;/a&gt;      <br />&lt;?php if(delicious_count()&gt;0) {echo delicious_count().&quot; saves&quot;;} ?&gt;</p>
</blockquote>
<ul>
<li>Download the image file (<a title="Delicious" href="http://www.techwhiz.in/repository/png/delicious.png" target="_blank">http://www.techwhiz.in/repository/png/delicious.png</a>) and save it on the server (take a note of the directory and make sure the image path is correctly configured in the above mentioned codes) </li>
<li>Sample of delicious count      <br /><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" border="0" alt="delicious_count" align="left" src="http://www.techwhiz.in/tw_uploads/2010/01/delicious_count.png" width="72" height="40" /> </li>
</ul>
<p><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techwhiz.in/display-delicious-count-on-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Add Facebook share button in wordpress blog</title>
		<link>http://www.techwhiz.in/add-facebook-share-button-in-wordpress-blog/</link>
		<comments>http://www.techwhiz.in/add-facebook-share-button-in-wordpress-blog/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 03:39:33 +0000</pubDate>
		<dc:creator>saurabh</dc:creator>
				<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[count]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[share button]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.techwhiz.in/web-development/add-facebook-share-button-in-wordpress-blog/</guid>
		<description><![CDATA[It is very easy to implement Facebook share button in blog powered by wordpress. Log-in to your blog and open the file in which you would like to integrate facebook share button (e.g. single.php) Copy and paste the following code in the file and save the file. &#60;a name=&#34;fb_share&#34; type=&#34;button_count&#34; share_url=&#34;&#60;?php the_permalink(); ?&#62;&#34;&#62;Share&#60;/a&#62; &#60;script src=&#34;http://static.ak.fbcdn.net/connect.php/js/FB.Loader&#34; [...]]]></description>
			<content:encoded><![CDATA[<p>It is very easy to implement Facebook share button in blog powered by wordpress. </p>
<ul>
<li>Log-in to your blog and open the file in which you would like to integrate facebook share button (e.g. single.php) </li>
<li>Copy and paste the following code in the file and save the file. </li>
</ul>
<blockquote><p>&lt;a name=&quot;fb_share&quot; type=&quot;button_count&quot; share_url=&quot;&lt;?php the_permalink(); ?&gt;&quot;&gt;Share&lt;/a&gt;      <br />&lt;script src=&quot;http://static.ak.fbcdn.net/connect.php/js/FB.Loader&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;       <br />&lt;script src=&quot;http://static.ak.fbcdn.net/connect.php/js/FB.Share&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;</p>
</blockquote>
<p><em><strong>type=”button_count”</strong></em> in the above can be modified to display different styles of the facebook share button.</p>
<table class="twTable101" border="0" cellspacing="0" cellpadding="0" width="400">
<tbody>
<tr>
<td valign="top" width="133">
<p align="center"><strong>Code</strong></p>
</td>
<td valign="top" width="133">
<p align="center"><strong>Style</strong></p>
</td>
<td valign="top" width="133">
<p align="center"><strong>Size (pixel)</strong></p>
</td>
</tr>
<tr>
<td valign="top" width="133">
<p align="center">box_count</p>
</td>
<td valign="top" width="133">
<p align="center"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" border="0" alt="facebook_share_button_1" src="http://www.techwhiz.in/tw_uploads/2010/01/image1.png" width="68" height="70" /></p>
</td>
<td valign="top" width="133">
<p align="center">57&#215;57</p>
</td>
</tr>
<tr>
<td valign="top" width="133">
<p align="center">button_count</p>
</td>
<td valign="top" width="133">
<p align="center"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" border="0" alt="facebook_share_button_2" src="http://www.techwhiz.in/tw_uploads/2010/01/image2.png" width="111" height="31" /></p>
</td>
<td valign="top" width="133">
<p align="center">96&#215;18</p>
</td>
</tr>
<tr>
<td valign="top" width="133">
<p align="center">button</p>
</td>
<td valign="top" width="133">
<p align="center"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" border="0" alt="facebook_share_button_3" src="http://www.techwhiz.in/tw_uploads/2010/01/image3.png" width="68" height="28" /> </p>
</td>
<td valign="top" width="133">
<p align="center">56&#215;18</p>
</td>
</tr>
<tr>
<td valign="top" width="133">
<p align="center">icon_link</p>
</td>
<td valign="top" width="133">
<p align="center"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" border="0" alt="facebook_share_button_4" src="http://www.techwhiz.in/tw_uploads/2010/01/image4.png" width="64" height="30" /> </p>
</td>
<td valign="top" width="133">
<p align="center">51&#215;15</p>
</td>
</tr>
<tr>
<td valign="top" width="133">
<p align="center">icon</p>
</td>
<td valign="top" width="133"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" border="0" alt="facebook_share_button_5" src="http://www.techwhiz.in/tw_uploads/2010/01/image5.png" width="23" height="23" /></td>
<td valign="top" width="133">
<p align="center">18&#215;15</p>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.techwhiz.in/add-facebook-share-button-in-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
