<?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</title>
	<atom:link href="http://www.techwhiz.in/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techwhiz.in</link>
	<description></description>
	<lastBuildDate>Fri, 05 Mar 2010 02:53:30 +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>Display latest tweets on your website</title>
		<link>http://www.techwhiz.in/web/web-development/display-latest-tweets-on-your-website/</link>
		<comments>http://www.techwhiz.in/web/web-development/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. 

// twitter [...]]]></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/web/web-development/display-latest-tweets-on-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resize Partition in Windows 7</title>
		<link>http://www.techwhiz.in/windows/windows-7/resize-partition-in-windows-7-3/</link>
		<comments>http://www.techwhiz.in/windows/windows-7/resize-partition-in-windows-7-3/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 03:04:40 +0000</pubDate>
		<dc:creator>saurabh</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[hard disk]]></category>
		<category><![CDATA[partition]]></category>
		<category><![CDATA[resize partition]]></category>

		<guid isPermaLink="false">http://www.techwhiz.in/windows/windows-7/resize-partition-in-windows-7-3/</guid>
		<description><![CDATA[Windows 7 operating system is an upgrade to Windows Vista, hence most of the features of Windows 7&#160; are similar to Windows Vista. Resizing partition in Windows 7 is as simple as it was in Windows Vista.&#160; There is no need to install any third party applications to resize the partition. The required tool is [...]]]></description>
			<content:encoded><![CDATA[<p>Windows 7 operating system is an upgrade to Windows Vista, hence most of the features of Windows 7&#160; are similar to Windows Vista. Resizing partition in Windows 7 is as simple as it was in Windows Vista.&#160; There is no need to install any third party applications to resize the partition. The required tool is an inbuilt application in Windows Vista and Windows 7.</p>
<p><strong>Preparatory Steps</strong></p>
<ul>
<li>Goto ‘Control Panel’ from the ‘Start’ menu.</li>
<li>Enter ‘Partition’ in the search bar and press enter.</li>
<li>Click on ‘Create and format hard disk partitions’ under ‘Administrative Tools’. It will pop up ‘Disk Management’ window on the screen</li>
</ul>
<p><strong>Shrink Volume </strong></p>
<ul>
<li>Right click on the desired drive and select ‘Shrink Volume’. It will inform you about the maximum size of the hard disk that can be shrunk. If you have been using the computer for long time, defragmenting the hard disk is recommended prior to the resizing operation.</li>
<li>Enter the amount of space to be shrunk.</li>
<li>Once it is done, you can find some unallocated space. </li>
</ul>
<p><strong>Create New Volume from Unallocated Space</strong></p>
<ul>
<li>Right click on ‘Unallocated’ and select ‘New Simple Volume’.</li>
<li>You will be taken to ‘New Simple Volume Wizard’ window.</li>
<li>Enter volume size and click next to continue.</li>
<li>Select file system type as ‘NTFS’ and follow the onscreen guidelines to create and format a new partition</li>
</ul>
<p>Click here to read my post “<a href="http://www.techwhiz.in/windows-vista/partition-hardisk-in-windows-vista/">Partition Hard Disk in Windows Vista</a>”.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techwhiz.in/windows/windows-7/resize-partition-in-windows-7-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pencil Printer</title>
		<link>http://www.techwhiz.in/news/pencil-printer/</link>
		<comments>http://www.techwhiz.in/news/pencil-printer/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 11:29:12 +0000</pubDate>
		<dc:creator>saurabh</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[pencil]]></category>
		<category><![CDATA[pencil printer]]></category>
		<category><![CDATA[print]]></category>

		<guid isPermaLink="false">http://www.techwhiz.in/news/pencil-printer/</guid>
		<description><![CDATA[When was the last time you used a pencil to write something? Ever thought of erasing text from a printout? Pencil Printer prints using pencil and can erase the text also. It is a concept product designed by Yanko Design. Pencil Printer is an awesome showcase of brain’s creativity. The concept of printing using pencil [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">When was the last time you used a pencil to write something? Ever thought of erasing text from a printout? Pencil Printer prints using pencil and can erase the text also. It is a concept product designed by Yanko Design. Pencil Printer is an awesome showcase of brain’s creativity. The concept of printing using pencil instead of ink is in itself amazing.</p>
<p> <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/02/image7.png" width="609" height="326" /> <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/02/image8.png" width="609" height="458" /> <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/02/image9.png" width="609" height="458" /> <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/02/image10.png" width="609" height="418" /> <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/02/image11.png" width="609" height="458" /> </p>
<p align="justify">Image source: <a title="http://www.yankodesign.com/2010/02/23/pencil-printer-part-two/" href="http://www.yankodesign.com/2010/02/23/pencil-printer-part-two/" rel="nofollow" target="_blank">http://www.yankodesign.com/2010/02/23/pencil-printer-part-two/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techwhiz.in/news/pencil-printer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Share files with your friends</title>
		<link>http://www.techwhiz.in/web/web-tools/share-files-with-your-friends/</link>
		<comments>http://www.techwhiz.in/web/web-tools/share-files-with-your-friends/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 10:48:21 +0000</pubDate>
		<dc:creator>saurabh</dc:creator>
				<category><![CDATA[Apps & Services]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[file sharing]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[share files]]></category>

		<guid isPermaLink="false">http://www.techwhiz.in/web/web-tools/share-files-with-your-friends/</guid>
		<description><![CDATA[File sharing was never as easy for me as it is with dropbox.com. Previously I uploaded the files on my ftp server and send the links to my friends by email. Sometimes I uploaded the file on public sharing websites like rapidshare.com. However, the privacy of such files were questionable as most of the servers [...]]]></description>
			<content:encoded><![CDATA[<p align="justify"><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;margin-left: 0px;border-left-width: 0px;margin-right: 0px" border="0" alt="image" align="left" src="http://www.techwhiz.in/tw_uploads/2010/02/image6.png" width="244" height="77" />File sharing was never as easy for me as it is with dropbox.com. Previously I uploaded the files on my ftp server and send the links to my friends by email. Sometimes I uploaded the file on public sharing websites like rapidshare.com. However, the privacy of such files were questionable as most of the servers were in public domain and there was nothing I could do to limit access to my files. Sometimes I had to break the files into pieces and send them as email attachments to ensure privacy is protected. I also used box.net and file sharing services of Microsoft, but there was nothing much for a free user. However dropbox.com provides free file sharing services upto 2 GB. Once you have installed the software from dropbox.com and you can drag and drop your files to the dropbox just as you would do with your files on local system. And you can access the files from anywhere and can control which files or folders to share. Sync services are also provided and is very useful when accessing files from different computers. One of the best features is the recent events tab which shows you and your friends latest activities on your dropbox and the list can be subscribed via RSS feed. This feature is especially important when your team is working on some project and there is a need to share files amongst the team.</p>
<p align="justify"><strong>Highlights</strong> </p>
<ul>
<li>
<div align="justify">Free 2GB space </div>
</li>
<li>
<div align="justify">Managed file/folder sharing </div>
</li>
<li>
<div align="justify">Sync possible with multiple computers </div>
</li>
<li>
<div align="justify">Drag and drop file to your dropbox </div>
</li>
<li>
<div align="justify">Subscribe to RSS feed of recent activity on your dropbox </div>
</li>
</ul>
<p align="justify">
<p align="justify"><strong>How to use?</strong></p>
<ul>
<li>
<div align="justify">Download software from <a title="https://www.dropbox.com/install" href="https://www.dropbox.com/install" rel="nofollow" target="_blank">https://www.dropbox.com/install</a> and install on your computer</div>
</li>
<li>
<div align="justify">Run the software and create your login when prompted to do</div>
</li>
<li>
<div align="justify">To manage file/folder sharing visit <a href="http://www.dropbox.com" rel="nofollow" target="_blank">www.dropbox.com</a></div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.techwhiz.in/web/web-tools/share-files-with-your-friends/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Airtel launches mobile app store</title>
		<link>http://www.techwhiz.in/news/airtel-launches-mobile-app-store/</link>
		<comments>http://www.techwhiz.in/news/airtel-launches-mobile-app-store/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 01:26:59 +0000</pubDate>
		<dc:creator>saurabh</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[airtel]]></category>
		<category><![CDATA[app central]]></category>
		<category><![CDATA[app store]]></category>
		<category><![CDATA[mobile apps]]></category>

		<guid isPermaLink="false">http://www.techwhiz.in/news/airtel-launches-mobile-app-store/</guid>
		<description><![CDATA[ 
Airtel launched a comprehensive store of mobile applications &#8211; Airtel App Central. App Central has&#160; more than 1250s mobile applications with around 20-25% catering to regional or local customers. The cost of the mobile application will be automatically added to the bill for postpaid customers and for prepaid customers it will be deducted from [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-bottom: 0px;border-left: 0px;margin-left: 0px;border-top: 0px;margin-right: 0px;border-right: 0px" border="0" alt="image" align="left" src="http://www.techwhiz.in/tw_uploads/2010/02/image5.png" width="244" height="98" /> </p>
<p>Airtel launched a comprehensive store of mobile applications &#8211; Airtel App Central. App Central has&#160; more than 1250s mobile applications with around 20-25% catering to regional or local customers. The cost of the mobile application will be automatically added to the bill for postpaid customers and for prepaid customers it will be deducted from the available balance. Visit Airtel Live from your mobile phone or SMS app to 54321(toll free) to access App Central. </p>
<p>For more info visit <a title="http://www.airtel.in/apps/" href="http://www.airtel.in/apps/" rel="nofollow" target="_blank">http://www.airtel.in/apps/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techwhiz.in/news/airtel-launches-mobile-app-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
