<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>CoOLBizZ !</title>
	
	<link>http://coolbizz.com</link>
	<description>the more you the more you get</description>
	<lastBuildDate>Fri, 30 Mar 2012 14:12:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Coolbizz" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="coolbizz" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">Coolbizz</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Set Pen drive Bootable for Linux [via Commands]</title>
		<link>http://coolbizz.com/set-pen-drive-bootable-for-linux-via-commands</link>
		<comments>http://coolbizz.com/set-pen-drive-bootable-for-linux-via-commands#comments</comments>
		<pubDate>Fri, 30 Mar 2012 14:12:12 +0000</pubDate>
		<dc:creator>Vedank</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://coolbizz.com/?p=1437</guid>
		<description><![CDATA[1. Create a partition in Pen Drive (at least 3.5 &#8211; 4 GB) 2. Must Ensure partition is of Type FAT (if not change it to FAT) 3. Replug the pendrive and check the name of Ur Partition in Pen Drive by # fdisk -l Eg. it may give /dev/sdb1 4. Format this partition ( [...]]]></description>
			<content:encoded><![CDATA[<p>1. Create a partition in Pen Drive (at least 3.5 &#8211; 4 GB)</p>
<p>2. Must Ensure partition is of Type FAT (if not change it to FAT)</p>
<p>3. Replug the pendrive and check the name of Ur Partition in Pen Drive by<br />
# fdisk -l</p>
<p>Eg. it may give /dev/sdb1</p>
<p>4. Format this partition ( /dev/sdb1 ) by :-<br />
# mkdosfs /dev/sdb1</p>
<p>5. Mount this partition to /mnt directory<br />
# mount /dev/sdb1 /mnt</p>
<p>6. Copy ur RedHat/Fedora Bootable DVD into /mnt directory</p>
<p>7. Go into /mnt directory<br />
# cd /mnt<br />
You will get complete DVD content into it, check by:-<br />
# ls<br />
8. Copy /mnt/isolinux folder into /mnt folder<br />
# cp -v /mnt/isolinux/* /mnt<br />
and remove some file from /mnt folder</p>
<p># rm /mnt/boot.cat /mnt/isolinux.bin /mnt/TRANS.TBL<br />
and rename one file in /mnt folder</p>
<p># mv /mnt/isolinux.cfg /mnt/syslinux.cfg<br />
and copy initrd.img image from DVD to /mnt from<br />
/images/pxeboot/initrd.img -&gt;(this is in DVD) to /mnt</p>
<p>9. Now eject or umount ur pen drive<br />
# umount /dev/sdb1</p>
<p>10. Install &#8220;syslinux&#8221; software or rpm, to create bootable pendrive<br />
# yum install syslinux</p>
<p>or (if yum is not configure, install manually by graphical- double click on software through DVD -&gt; (Packages folder in DVD))<br />
11. Finally, create boot loader or make bootable, ur pen drive<br />
# syslinux /dev/sdb1</p>
<p>12. Again mount<br />
# mount /dev/sdb1 /mnt</p>
<p>13. Install Grub</p>
<p>Type the following command to install GRUB on the USB device:<br />
# grub-install &#8211;root-directory=/mnt /dev/sdb</p>
<p>Create grub.conf:<br />
# cd /mnt<br />
# mkdir -p boot/grub</p>
<p>Edit the grub.conf file<br />
by<br />
# vim grub.conf</p>
<p>default=0<br />
timeout=50<br />
root (hd1,0)<br />
title RedhAt Linux<br />
kernel /vmlinuz<br />
initrd /initrd.img</p>
<p>save the above file</p>
<p>Finally, unmount the USB pen drive, enter:<br />
# umount /dev/sdb1</p>
<p>Your USB pen is ready and should be bootable from the USB device. This can be used to install Fedora or CentOS or RHEL.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://coolbizz.com/set-pen-drive-bootable-for-linux-via-commands/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install windows 7/XP/2000 from pendrive</title>
		<link>http://coolbizz.com/install-windows-from-pendrive</link>
		<comments>http://coolbizz.com/install-windows-from-pendrive#comments</comments>
		<pubDate>Fri, 11 Nov 2011 19:15:24 +0000</pubDate>
		<dc:creator>Vedank</dc:creator>
				<category><![CDATA[Windows Tips and Tricks]]></category>

		<guid isPermaLink="false">http://coolbizz.com/?p=1187</guid>
		<description><![CDATA[Many of  the users ask the question that how can we install windows from pendrive. Many laptops doesn&#8217;t have CD/DVD support. So I am giving the better solution, you have to first make a pendrive bootable, for that you have to either make it bootable manually or you can use any bootable making software. i.e [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Many of  the users ask the question that how can we install windows from pendrive. Many laptops doesn&#8217;t have CD/DVD support. So I am giving the better solution, you have to first make a pendrive bootable, for that you have to either make it bootable manually or you can use any bootable making software. i.e &#8220;Win Setup beta 6.0&#8243; or &#8220;Win to flash&#8221;</p>
<p style="text-align: justify;">I am going to you the demonstration of making a Bootable windows pendrive via &#8220;Win to Flash&#8221;</p>
<p style="text-align: justify;">Step 1. Mount the Windows 7/XP/2000 image  to a virtual drive by using <a href="http://arainia.com/software/gizmo/overview.php?nID=4" target="_blank">Gizmo tool</a> or Daemon tool.</p>
<p style="text-align: justify;">Step 2. Install <a href="http://arainia.com/software/gizmo/overview.php?nID=4" target="_blank">gizmo</a> and and mount the iso image file of Windows which you want to install to any of your selected virtual drive.</p>
<p style="text-align: justify;">Step 3. Now Download WintoFlash from <a href="http://wintoflash.findmysoft.com/"><span style="color: #0066cc;">http://wintoflash.findmysoft.com/</span></a></p>
<p style="text-align: justify;">Step 4. Open application</p>
<p style="text-align: justify;">Step 5. Click on Advance Button and select the transfer mode you want to select. Suppose if you want to transfer Windows 7 into pendrive then select option &#8220;<strong>Transfer Windows Vista/2008/7/8 Setup to USB</strong>&#8220;</p>
<p style="text-align: justify;"><a href="http://coolbizz.com/wp-content/uploads/2011/11/wintoflash1.jpg"><img class="aligncenter size-medium wp-image-1193" title="WintoFlash" src="http://coolbizz.com/wp-content/uploads/2011/11/wintoflash1-300x181.jpg" alt="" width="300" height="181" /></a></p>
<p style="text-align: justify;">Step 6. Click Run and give the path of the mounted virtual drive you created with gizmo. Suppose if you mount the Windows iso file to virtual drive H: then in the source select H: drive. In the destination, you want to select your pendrive for installation.</p>
<p style="text-align: justify;">Step 7. Go to Run and wait until the process completed.</p>
<p style="text-align: justify;">Step 8. Now you are now ready to install your Windows with pendrive.! <img src='http://coolbizz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://coolbizz.com/install-windows-from-pendrive/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Run Commands without saving into history [LINUX]</title>
		<link>http://coolbizz.com/run-commands-without-saving-into-history-linux</link>
		<comments>http://coolbizz.com/run-commands-without-saving-into-history-linux#comments</comments>
		<pubDate>Fri, 04 Nov 2011 13:24:44 +0000</pubDate>
		<dc:creator>Vedank</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://coolbizz.com/?p=1169</guid>
		<description><![CDATA[Hello guys ! Do you know, how can we execute the command on a bash shell without saving into the history! If you want to do some work on your own computer or logged on to the others pc, you want to hide the things what you have done so far, just modify simple settings [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://coolbizz.com/wp-content/uploads/2011/11/bash.png"><img class="alignleft size-full wp-image-1179" title="bash" src="http://coolbizz.com/wp-content/uploads/2011/11/bash.png" alt="Bash Shell" width="128" height="128" /></a>Hello guys ! Do you know, how can we execute the command on a bash shell without saving into the history! If you want to do some work on your own computer or logged on to the others pc, you want to hide the things what you have done so far, just modify simple settings before the starting of your work.</p>
<p style="text-align: justify;">Here are the Steps :</p>
<p style="text-align: justify;">Steps1.  While working on a shell, just check the value of  HISTCONTROL variable by echo $HISTCONTROl, if it is not set to &#8220;ignorespaces&#8221;,then set HISTCONTROL=ignorespaces</p>
<ul style="text-align: justify;">
<li><strong>user@Desktop# date</strong><br />
Wed Nov 2 14:41:11 IST 2011</li>
<li><strong>user@Desktop# touch coolbizz</strong></li>
</ul>
<ul style="text-align: justify;">
<li><strong>user@Desktop# history</strong><br />
1  date<br />
2  touch coolbizz<br />
3  history</li>
</ul>
<ul style="text-align: justify;">
<li><strong>user@Desktop#</strong> <strong>echo $HISTCONTROL</strong> [Press ENTER]</li>
<li><strong>user@Desktop# HISTCONTROL=ignorespaces</strong> [Press ENTER]</li>
</ul>
<div style="text-align: justify;">Steps2. Now if you want to execute the command without saving into the history, then give space before the command.</div>
<div>
<ul style="text-align: justify;">
<li><strong>user@Desktop#</strong> [SPACE] <strong>date</strong>[Press ENTER]<br />
Wed Nov 2  14: 52:10 IST 2011</li>
</ul>
<ul style="text-align: justify;">
<li><strong>user@Desktop#</strong>[SPACE]<strong>history</strong>[Press Enter]<br />
1  date<br />
2  touch coolbizz<br />
3  history</li>
</ul>
<div style="text-align: justify;">now you are done!</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://coolbizz.com/run-commands-without-saving-into-history-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Feel your Facebook on your Desktop by Fliptoast</title>
		<link>http://coolbizz.com/feel-your-facebook-on-your-desktop-by-fliptoast</link>
		<comments>http://coolbizz.com/feel-your-facebook-on-your-desktop-by-fliptoast#comments</comments>
		<pubDate>Tue, 01 Nov 2011 17:49:45 +0000</pubDate>
		<dc:creator>Vedank</dc:creator>
				<category><![CDATA[Awesome Tricks]]></category>

		<guid isPermaLink="false">http://coolbizz.com/?p=1156</guid>
		<description><![CDATA[About Facebook, we already know that how it becomes popular day by day as it reaches its 700,000,000 users across the world. If you are the fan of Facebook, can&#8217;t live without friends and you have to do some other important work, Don&#8217;t worry you can feel your facebook even on the windows desktop no matters [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">About Facebook, we already know that how it becomes popular day by day as it reaches its <strong>700,000,000</strong> users across the world. If you are the fan of Facebook, can&#8217;t live without friends and you have to do some other important work, Don&#8217;t worry you can feel your facebook even on the windows desktop no matters what are you doing.!</p>
<p> So it has now much easier to stay connected with friends by installing an app &#8220;Fliptoast&#8221;.<br />
.</p>
<p>HIGHLIGHTING  FEATURES:</p>
<ul>
<li>Everything you love about Facebook in a compact desktop app.</li>
</ul>
<ul>
<li>Take care of all your daily tasks while staying connected to Facebook®.</li>
</ul>
<ul>
<li>Instant interaction with your Facebook® friends.</li>
</ul>
<ul>
<li>Drag-n-drop feature that makes uploading pictures easy and fun.</li>
</ul>
<ul>
<li>It&#8217;s completely Free! No hidden costs! Download <a href="http://www.fliptoast.com/" target="_blank">FlipToast</a> today!</li>
</ul>
<div><a href="http://coolbizz.com/wp-content/uploads/2011/11/fliptoast006.jpg"><img class="aligncenter size-full wp-image-1162" title="fliptoast006" src="http://coolbizz.com/wp-content/uploads/2011/11/fliptoast006.jpg" alt="" width="410" height="150" /></a></div>
<div>.</div>
<div>Try and feel your friends around you <img src='http://coolbizz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </div>
<div>.</div>
]]></content:encoded>
			<wfw:commentRss>http://coolbizz.com/feel-your-facebook-on-your-desktop-by-fliptoast/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Transfer Your Files across Cloud services</title>
		<link>http://coolbizz.com/transfer-your-files-across-cloud-services</link>
		<comments>http://coolbizz.com/transfer-your-files-across-cloud-services#comments</comments>
		<pubDate>Sun, 23 Oct 2011 19:35:11 +0000</pubDate>
		<dc:creator>Vedank</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://coolbizz.com/?p=1142</guid>
		<description><![CDATA[As you all know the importance of keeping the files/data online. Cloud services like Google Docs, Dropbox,Box etc are providing such services to manage your files online. Its works in a similar way as a pocket dictionary. Anytime and anywhere you can access from. But it is difficult to manage these files/data simultaneous who have [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">As you all know the importance of keeping the files/data online. Cloud services like Google Docs, Dropbox,Box etc are providing such services to manage your files online. Its works in a similar way as a pocket dictionary. Anytime and anywhere you can access from. But it is difficult to manage these files/data simultaneous who have many accounts on these different cloud services. Suppose you have stored bulk of data in Google Docs and some others one is on Dropbox and want to transfer files from one to another is a messy task. First you have to download the files  and upload it to another service is a tidious task. Keeping  in mind , Otixo solves these problem ! They bring a single App from where you can access all your online files and most important thing is that even you can transfer your files without downloading..</p>
<p style="text-align: justify;">Otixo supports FTP so it can also be used to directly transfer files from any FTP server to Google Docs or Amazon S3 without having to write complicated scripts.</p>
<p style="text-align: justify;">Features:</p>
<ul style="text-align: justify;">
<li>Connect your favourite cloud services</li>
<li>Find any of your files</li>
<li>Use them from just one place</li>
</ul>
<div style="text-align: justify;">Wanna Try ?? Just sign Up for free. They don&#8217;t offer any charge for this. Otixo provides a centralised Web App from where you access the files from different online storage cloud services.</div>
<div style="text-align: justify;">.</div>
<p><span class="Apple-style-span" style="font-size: 20px;"><strong><a href="http://coolbizz.com/wp-content/uploads/2011/10/Transfer_cloud_files.png"><img class="size-medium wp-image-1143 aligncenter" title="Transfer_cloud_files" src="http://coolbizz.com/wp-content/uploads/2011/10/Transfer_cloud_files-300x158.png" alt="" width="300" height="158" /></a><br />
</strong></span></p>
]]></content:encoded>
			<wfw:commentRss>http://coolbizz.com/transfer-your-files-across-cloud-services/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The End of the Genius Man!</title>
		<link>http://coolbizz.com/the-end-of-the-genius-man</link>
		<comments>http://coolbizz.com/the-end-of-the-genius-man#comments</comments>
		<pubDate>Thu, 13 Oct 2011 18:01:15 +0000</pubDate>
		<dc:creator>Vedank</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://coolbizz.com/?p=1136</guid>
		<description><![CDATA[Its been hard to hear about a Genius man &#8221; Denis Allaister Ritche(September 9, 1941 – October 8, 2011) is no more between us..! He was an American scientist best known as a creator of C Language (1972)and  for having influence on other programming languages, and operating systems such as Multics and Unix. This year is worst year in my life. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Its been hard to hear about a Genius man &#8221; Denis Allaister Ritche(September 9, 1941 – October 8, 2011) is no more between us..! He was an American scientist best known as a creator of C Language (1972)and  for having influence on other programming languages, and operating systems such as Multics and Unix.</p>
<p style="text-align: justify;"><a href="http://coolbizz.com/wp-content/uploads/2011/10/Denis-Ritche.jpg"><img class="alignright size-full wp-image-1137" title="Denis-Ritche" src="http://coolbizz.com/wp-content/uploads/2011/10/Denis-Ritche.jpg" alt="" width="158" height="182" /></a>This year is worst year in my life. First Steve Jobs(Ex-CEO of APPLE) goes then this great man. May his soul Rest In Peace.</p>
<p style="text-align: justify;">Many programming languages are influenced by the C Language. Through UNIX , It is possible to develop MINIX and then Linux by Linus Tolwards.</p>
<p style="text-align: justify;">Ritchie(Age 70) was born in Bronxville(9 September,1941), New York and died in New Jersey on 8th October,2011. We don&#8217;t know where he goes but always we remember whenever someone works on the computer.</p>
]]></content:encoded>
			<wfw:commentRss>http://coolbizz.com/the-end-of-the-genius-man/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to download Youtube Videos</title>
		<link>http://coolbizz.com/how-to-download-youtube-videos</link>
		<comments>http://coolbizz.com/how-to-download-youtube-videos#comments</comments>
		<pubDate>Thu, 08 Sep 2011 10:51:45 +0000</pubDate>
		<dc:creator>Vedank</dc:creator>
				<category><![CDATA[Awesome Tricks]]></category>

		<guid isPermaLink="false">http://coolbizz.com/?p=1131</guid>
		<description><![CDATA[Here is the easy tutorial for downloading videos from youtube.You can use this technique to download videos from other website also. &#8220;This thing can easily be done though real player&#8221; Step1) Go to real player website Click &#160; Step2) Click on download for free. ( Recommedation: Download Basic Player only.) &#160; Step3) Download it and [...]]]></description>
			<content:encoded><![CDATA[<p>Here is the easy tutorial for downloading videos from youtube.You can use this technique to download videos from other website also.</p>
<p>&#8220;This thing can easily be done though real player&#8221;</p>
<p>Step1) Go to real player website</p>
<p><a href="http://in.real.com/?mode=rp" target="_blank">Click</a></p>
<p>&nbsp;</p>
<p>Step2) Click on download for free. ( Recommedation: Download Basic Player only.)</p>
<p>&nbsp;</p>
<p>Step3) Download it and install using recommended setting.</p>
<p>&nbsp;</p>
<p>Step4) Visit Adobe Flash website and download flash plugin.</p>
<p>&nbsp;</p>
<p>Step5) Close and start the browser. Go to Youtube. Play any video and bring your mouse pointer on that video. Just above it you will see a small line &#8221; download this video&#8221; click this  tab and that&#8217;s it. Your video will be downloaded very easily.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://coolbizz.com/how-to-download-youtube-videos/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>TATA PIXEL</title>
		<link>http://coolbizz.com/tata-pixel</link>
		<comments>http://coolbizz.com/tata-pixel#comments</comments>
		<pubDate>Thu, 08 Sep 2011 06:43:56 +0000</pubDate>
		<dc:creator>Vedank</dc:creator>
				<category><![CDATA[Fantastic Tehnologies]]></category>

		<guid isPermaLink="false">http://coolbizz.com/?p=1125</guid>
		<description><![CDATA[Tata Motors, is in the process of making a new concept car which will be blended with latest new technology i.e. Zero Turn Drive. This new concept car is specially designed for EUROPPE.It was displayed in the Geneva Motor Show. &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; Zero Turn is the latest technology [...]]]></description>
			<content:encoded><![CDATA[<p>Tata Motors, is in the process of making a new concept car which will be blended with latest new technology i.e. Zero Turn Drive. This new concept car is specially designed for EUROPPE.It was displayed in the Geneva Motor Show.</p>
<p><a href="http://coolbizz.com/wp-content/uploads/2011/09/tata-pixel.jpg"><img class="alignleft size-medium wp-image-1126" title="tata pixel" src="http://coolbizz.com/wp-content/uploads/2011/09/tata-pixel-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Zero Turn is the latest technology which will enable the driver to park the car in a very small space.Check the video</p>
<p>&nbsp;</p>
<p><object width="500" height="306"><param name="movie" value="http://www.youtube.com/v/dZyVWZuSftI?version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/dZyVWZuSftI?version=3" type="application/x-shockwave-flash" width="500" height="306" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://coolbizz.com/tata-pixel/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Whats Free Now !! Free kaa maal</title>
		<link>http://coolbizz.com/whats-free-now-free-kaa-maal</link>
		<comments>http://coolbizz.com/whats-free-now-free-kaa-maal#comments</comments>
		<pubDate>Mon, 15 Aug 2011 17:25:37 +0000</pubDate>
		<dc:creator>Vedank</dc:creator>
				<category><![CDATA[CHECK THIS OUT...]]></category>

		<guid isPermaLink="false">http://coolbizz.com/?p=1121</guid>
		<description><![CDATA[Have you shocked ? Whats this Free kaa Maal ? Yes you can get or avail various offers and prices just for free. You don&#8217;t need to revolve throughout the internet. All just you need to open up this website and you have some special offers and prices in front of you. You can pick [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://coolbizz.com/wp-content/uploads/2011/08/freekaamaal.jpg"><img class="alignleft size-full wp-image-1122" title="FreeKaaMaal" src="http://coolbizz.com/wp-content/uploads/2011/08/freekaamaal.jpg" alt="" width="212" height="168" /></a>Have you shocked ? Whats this Free kaa Maal ? Yes you can get or avail various offers and prices just for free. You don&#8217;t need to revolve throughout the internet. All just you need to open up this website and you have some special offers and prices in front of you. You can pick up this opportunity whatever you like.</p>
<p style="text-align: justify;">All the special offers-Free video Calling,Free Samples of Products,Free recharge etc.<br />
I have used some of this offers and shared to my facebook wall,twitter.</p>
<p style="text-align: justify;">There are some contest going on. In the Contest section you will find and win products and offers,vouchers after winning these contest.</p>
<p style="text-align: justify;"><span style="text-decoration: underline;">As Per Website</span></p>
<p style="text-align: justify;">
<blockquote>
<p style="text-align: justify;">&#8220;FreeKaaMaal is a daily blog that features most legitimate freebies ranging from free samples of newly launched products to latest softwares along with freebies we publish information about online contests, cool websites, tips and tricks and downloads that make you more productive.Internet is a fun place and there are plenty of things that people can get for free and that&#8217;s why we at FreeKaaMaal bring you the best free stuff from the world of internet. The aim of FreeKaaMaal is to guide you through the web and tell you about latest free stuff,hot and cool websites ,software giveaways and all kinds of &#8220;How To&#8221; tips that you have never heard of. &#8220;</p>
</blockquote>
<p style="text-align: justify;">
<p style="text-align: justify;">In the end, i would like to give rating.Hmm Lemme guess how much could i rate this site. It just depends upon you ,how much you like but in my view i will give 8 out of 10.</p>
<p style="text-align: justify;">So those who thinks wasting money is no sense, then avail all these best offers and prizes you find from freekaamaal.</p>
<p style="text-align: justify;">Website Link -&gt;</p>
<p style="text-align: justify;"><a href="http://freekaamaal.com" target="_blank">FreeKaaMaal</a></p>
<p style="text-align: justify;">Hope you Enjoy !</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://coolbizz.com/whats-free-now-free-kaa-maal/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ACCESS FACEBOOK WITHOUT INTERNET</title>
		<link>http://coolbizz.com/access-facebook-without-internet</link>
		<comments>http://coolbizz.com/access-facebook-without-internet#comments</comments>
		<pubDate>Sat, 23 Jul 2011 12:59:46 +0000</pubDate>
		<dc:creator>Vedank</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://coolbizz.com/?p=1112</guid>
		<description><![CDATA[It gonna be a big relief for all the Facebook addicts: Recently , Airtel has launched a service by which anyone can access Facebook even without internet connection.Airtel is going to take nominal charges ,which will be Rs1/- daily. Users can update the status,reply to messages and can see the updates. Everything will be in textual format. Easy steps for accessing [...]]]></description>
			<content:encoded><![CDATA[<p>It gonna be a big relief for all the Facebook addicts: Recently , Airtel has launched a service by which anyone can access Facebook even without internet connection.Airtel is going to take nominal charges ,which will be Rs1/- daily. Users can update the status,reply to messages and can see the updates. Everything will be in textual format.</p>
<p>Easy steps for accessing the internet:</p>
<p>&nbsp;</p>
<p><strong>1. Press *325# and call it.</strong></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>2. Than you will see the welcome screen of the service,enter the login details and sign in.</p>
<p>&nbsp;</p>
<p><a href="http://coolbizz.com/wp-content/uploads/2011/07/AIRTEL-Facebook-USSDN-Fonetwish-Free-Facebook-11.jpg"><img class="aligncenter size-medium wp-image-1114" title="AIRTEL-Facebook-USSDN-Fonetwish-Free-Facebook-1" src="http://coolbizz.com/wp-content/uploads/2011/07/AIRTEL-Facebook-USSDN-Fonetwish-Free-Facebook-11-180x300.jpg" alt="" width="180" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>3.It will take you to the next screen:</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="http://coolbizz.com/wp-content/uploads/2011/07/FACEBOOK.jpg"><img class="aligncenter size-medium wp-image-1115" title="FACEBOOK image" src="http://coolbizz.com/wp-content/uploads/2011/07/FACEBOOK-200x300.jpg" alt="" width="200" height="300" /></a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://coolbizz.com/access-facebook-without-internet/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

