<?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>Techie Zone &#187; Random</title>
	<atom:link href="http://techiezone.in/category/random/feed/" rel="self" type="application/rss+xml" />
	<link>http://techiezone.in</link>
	<description>Life is all about Computer, Internet, Gadgets and Fun</description>
	<lastBuildDate>Mon, 24 Aug 2009 19:11:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to make money online</title>
		<link>http://techiezone.in/random/how-to-make-money-online/</link>
		<comments>http://techiezone.in/random/how-to-make-money-online/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 09:02:47 +0000</pubDate>
		<dc:creator>Ajay M</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[earn online]]></category>
		<category><![CDATA[make money]]></category>

		<guid isPermaLink="false">http://blog.techiezone.in/?p=774</guid>
		<description><![CDATA[Internet has opened up many avenues to earn a decent income online. Earning money online can be a very daunting task if you are a beginner and can be a cake walk if you are a professional Internet user. This method of money making has a lot of advantages over the traditional method of doing [...]]]></description>
			<content:encoded><![CDATA[<p><a  class="highslide thickbox no_icon" onclick="return vz.expand(this)" href="http://blog.techiezone.in/wp-content/uploads/2009/03/make-money-online.png" rel="gallery-774" title="make-money-online"><img class="size-full wp-image-775 alignleft" title="make-money-online" src="http://blog.techiezone.in/wp-content/uploads/2009/03/make-money-online.png" alt="make-money-online" width="248" height="239" /></a>Internet has opened up many avenues to earn a decent income online. Earning money online can be a very daunting task if you are a beginner and can be a cake walk if you are a professional Internet user. This method of money making has a lot of advantages over the traditional method of doing a full time  or a part time job or doing some sorts of business. Firstly Making Money Online makes you your own BOSS, You have the comfort of working from home and work at any time of the day, you need minimum of investment and it offers a very good return. Most of the people who have never had any luck with earning online are tempted to earn huge amount and they often get cheated by so called Internet mafias. So there journey of making money online dies even before they start. Hence it is very much essential to have a solid understanding of the process of earning online.</p>
<p><a  title="Make money at home" href="http://moneymakerinfo.blogspot.com" target="_blank"><strong></strong></a><strong><a  title="Make money at home" href="http://moneymakerinfo.blogspot.com" target="_blank">Make money at home</a></strong><strong> </strong>helps you in giving a good start to your endeavor in making money online. It covers the minute of the things in an elaborate way to facilitate easier understanding to beginners. <strong>Alan</strong> has explored various money making sources like google adsense, ebay, amazon, affiliate marketing, review writing, video and photo uploading, guest blogging, widgets designing and many such topics. It definitely helps to clear many doubts arising in our mind while we are just stepping out into this online money making domain.</p>
<p>In the coming days I will cover various money making tips on this website and I will also answer queries of all those looking to make a fortune out of Internet.</p>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.in/random/how-to-make-money-online/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Brush Up your database skills with DataBase Guide</title>
		<link>http://techiezone.in/tutorials/brush-up-your-database-skills-with-database-guide/</link>
		<comments>http://techiezone.in/tutorials/brush-up-your-database-skills-with-database-guide/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 07:28:36 +0000</pubDate>
		<dc:creator>Ajay M</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[JDBC]]></category>
		<category><![CDATA[ODBC]]></category>

		<guid isPermaLink="false">http://blog.techiezone.in/?p=770</guid>
		<description><![CDATA[First of all let me tell you what exactly is a database. A database is a collection of information (data) arranged in a sequential manner for enabling easy retrieval, updation and manipulation in one or other ways. The datas are generally arranged in rows and columns in a tabular form. A simple database can have [...]]]></description>
			<content:encoded><![CDATA[<p>First of all let me tell you what exactly is a database. A database is a collection of information (data) arranged in a sequential manner for enabling easy retrieval, updation and manipulation in one or other ways. The datas are generally arranged in rows and columns in a tabular form. A simple database can have 2 columns with several rows or can span upto thousands of rows and multiple columns in case of a complex database like Flight reservation database of an airline.</p>
<p><a  class="highslide thickbox no_icon" onclick="return vz.expand(this)" href="http://blog.techiezone.in/wp-content/uploads/2009/03/database_detail.jpg" rel="gallery-770" title="database_detail"><img class="size-full wp-image-771 aligncenter" title="database_detail" src="http://blog.techiezone.in/wp-content/uploads/2009/03/database_detail.jpg" alt="database_detail" width="412" height="400" /></a>We come across databases in many form in our day to day life in offline as well as online world. As Internet is growing rapidly and many of the service provider are trying hard to provide their services to be rendered from the comfort of your home from your desktop or laptop, most of the web applications have been developed and the core of these application is database. Say for example you access your bank account details from Internet, where do you think these account details are saved? Yes they are saved in a database and when you enter the account number and password then the data relevant to your account is pulled up from the database and shown to you. There are various types of Database Management Systems available like Oracle, DB2, SQL server, My SQL etc.</p>
<p>The web applications are primarily developed on either Java or ASP.Net programming language. And their are specific methods like JDBC and ODBC to be used to let your programs (web applications) connect to the database and retrieve the appropriate information despite the type of database. All the database management system above understand a single language called SQL or structured Query Language.</p>
<p>While dealing with database driven applications it is very important to know about SQL and JDBC or ODBC depending upon the programming language you are using for the application development.</p>
<p>So <strong><a  href="http://www.databaseguides.com/what-is-sql-or-structured-query-language" target="_blank">what is SQL</a></strong>? SQL stands for Structure Query Language, a common programming language used to manipulate information in the database. Using different SQL queries data can be added to a databse or deleted from it and we can retrieve and show data depending upon our requirement using these SQL statements. Example of the simplest SQL query is</p>
<blockquote><p>SELECT * from table_name</p></blockquote>
<p>This will retrieve all data within a table.</p>
<p>Now let me give you a brief of <a  title="What is JDBC" href="http://www.databaseguides.com/what-is-jdbc-or-java-database-connectivity" target="_blank"><strong>What is JDBC</strong></a>. It stands for Java database Connectivity and it is the standard Application programming Interface that allows Java programs to talk to the Database Management System. As <span>JDBC</span> is a standard specification, a Java program that uses the <span>JDBC</span> <span>API</span> can connect to any database management system for which there is <span>a JDBC</span> driver.</p>
<p><strong><a  title="What is ODBC" href="http://www.databaseguides.com/what-is-odbc-or-open-data-base-connectivity" target="_blank">What is ODBC</a></strong>? ODBC stands for Open Database Connectivity and it is an interface to access database like Microsoft Access, Excel and dBase, DB2 etc through Call level Interface specification of the SQL access group. In the perspective of the end-user, ODBC is the best way of accessing information stored in another database without the need of understanding how it is done. In the perspective of the programmer, ODBC is a code that can make programming easy enough so it can access other databases in other software.</p>
<p>For ready reference on all database related knowledge you can visit <a  title="Database guides" href="http://www.databaseguides.com" target="_blank">Database Guides</a></p>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.in/tutorials/brush-up-your-database-skills-with-database-guide/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Why the Internet is like a Penis</title>
		<link>http://techiezone.in/random/why-the-internet-is-like-a-penis/</link>
		<comments>http://techiezone.in/random/why-the-internet-is-like-a-penis/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 00:24:52 +0000</pubDate>
		<dc:creator>Ajay M</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://blog.techiezone.in/?p=736</guid>
		<description><![CDATA[I received this as a forwarded e-mail from a friend and I thought of posting it here. It gives a nice comparison between Penis and Internet.
Disclaimer: This is not my personal creation so I am not responsible for any offense.
&#62;&#62; It can be up or down. It&#8217;s more fun when it&#8217;s up, but it makes [...]]]></description>
			<content:encoded><![CDATA[<p>I received this as a forwarded e-mail from a friend and I thought of posting it here. It gives a nice comparison between Penis and Internet.</p>
<p><strong>Disclaimer: </strong>This is not my personal creation so I am not responsible for any offense.</p>
<p>&gt;&gt; It can be up or down. It&#8217;s more fun when it&#8217;s up, but it makes it hard to get any real work done.<br />
&gt;&gt; In the long-distant past, its only purpose was to transmit information considered vital to the survival of the species. Some people still think that&#8217;s the only thing it should be used for, but most folks today use it for fun most of the time.<br />
&gt;&gt; It has no conscience and no memory. Left to its own devices, it will just do the same damn dumb things it did before.<br />
&gt;&gt; It provides a way to interact with other people. Some people take this interaction very seriously, others treat it as a lark. Sometimes it&#8217;s hard to tell what kind of person you&#8217;re dealing with until it&#8217;s too late.<br />
&gt;&gt; If you don&#8217;t apply the appropriate protective measures, it can spread viruses.<br />
&gt;&gt; It has no brain of its own. Instead, it uses yours. If you use it too much, you&#8217;ll find it becomes more and more difficult to think coherently.<br />
&gt;&gt; We attach an importance to it that is far greater than its actual size and influence warrant.<br />
&gt;&gt; If you&#8217;re not careful what you do with it, it can get you in big trouble.<br />
&gt;&gt; It has its own agenda. Somehow, no matter how good your intentions, it will warp your behavior. Later you may ask yourself &#8220;why on earth did I do that?&#8221;<br />
&gt;&gt; Some folks have it, some don&#8217;t.<br />
&gt;&gt; Those who have it would be devastated if it were ever cut off. They think that those who don&#8217;t have it are somehow inferior. They think it gives them power. They are wrong.<br />
&gt;&gt; Those who don&#8217;t have it may agree that it&#8217;s a nifty toy, but think it&#8217;s not worth the fuss that those who do have it make about it. Still, many of those who don&#8217;t have it would like to try it.<br />
&gt;&gt; Once you&#8217;ve started playing with it, it&#8217;s hard to stop. Some people would just play with it all day if they didn&#8217;t have work to do.</p>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.in/random/why-the-internet-is-like-a-penis/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>10 most popular Posts of the year 2008</title>
		<link>http://techiezone.in/random/10-most-popular-posts-of-the-year-2008/</link>
		<comments>http://techiezone.in/random/10-most-popular-posts-of-the-year-2008/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 16:37:29 +0000</pubDate>
		<dc:creator>Ajay M</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[best post]]></category>

		<guid isPermaLink="false">http://blog.techiezone.in/?p=475</guid>
		<description><![CDATA[As we are going to bid adieu to the year 2008, I decided to highlight some of the most popular articles from Techie Zone. I would like to wind up this year by highlighting what my readers liked most on this blog in the last year. So here goes a quick recap.
1. How to: Postpone [...]]]></description>
			<content:encoded><![CDATA[<p>As we are going to bid adieu to the year 2008, I decided to highlight some of the most popular articles from Techie Zone. I would like to wind up this year by highlighting what my readers liked most on this blog in the last year. So here goes a quick recap.</p>
<p><strong>1. <a  href="http://blog.techiezone.in/2007/11/how-to-postpone-vista-activation-for-a-year/">How to: Postpone Vista activation for a year</a></strong></p>
<p>In vista the activation technique was modified and a cumbersome technology called Volume Licensing 2.0 which required to set up a “Key Management Service” (KMS). But it places a heavy burden to Corporate hence Microsoft developers invented a registry key (”skiprearm”) that helps to corporate IT administrators to reduce this burden. Brian Livingstone of windowssecrets has demonstrated this simple registry hack by exploiting the skiprearm and a simple command to extend the Vista Activation requirement to almost a year.</p>
<p><strong>2. <a  href="http://blog.techiezone.in/2007/11/how-to-use-vista-screen-saver-in-windows-xp/">How to use Vista screen Saver in Windows XP</a></strong></p>
<p>re you bored with the traditional built-in screen saver of Windows XP and you want to have the same stylish looking Vista screen saver in your XP box. Yes now you can use the Vista screen saver in to bring life to your XP desktop.The most popular Vista screen savers are Bubbles, Aurora, Mystify and Ribbons. So here I have provided these 4 screen savers for Vista. Just take a look of the Bubbles and Aurora screen saver.</p>
<p><strong>3. <a  href="http://blog.techiezone.in/2007/11/install-windows-media-player-without-wga/">Install Windows Media Player without WGA</a></strong></p>
<p>WGA does not permit you to install media player 11 in Windows XP if your copy of XP has not been validated. If you still want to install WMP11, there are workaround ways to bypass and disable the WGA validation check during setup installation process.</p>
<p><strong>4. <a  href="http://blog.techiezone.in/2007/12/how-to-permanently-get-rid-of-wga-validation/">How to permanently get rid of WGA validation</a></strong></p>
<p>Microsoft released the Windows Genuine Advantage program for combatting piracy, but rather then serving the purpose it has become a headache for people who are using the genuine version of Windows XP and obviously to all non-genuine Windows XP users.</p>
<p><strong>5. <a  href="http://blog.techiezone.in/2008/02/enable-dreamscene-feature-in-windows-xp/">Enable DreamScene feature in Windows XP</a></strong></p>
<p>I always want to play with my Windows XP ( I am also using Vista Ultimate as dual boot) and like to exploit different features. When I started using Windows Vista Ultimate, I was spelbound to see the DreamScene feature of Vista Ultimate. Suddenly an idea came into my mind why not have this Ultimate feature in Windows XP and here I will guide you how to perform this simple tricks in Windows XP.</p>
<p><strong>6. <a  href="http://blog.techiezone.in/2008/10/amazing-holes-in-the-earth/">Amazing Holes in the earth</a></strong></p>
<p>You can say it nature’s fury or a human blunder in search for nature’s wealth. These collection of holes on our earth’s surface are not only huge but amazing. Most of these holes are diamond mines like Kimberly mines, Diavik mines etc. It reminds us of how tiny we are when we compare ourselves to these holes.</p>
<p><strong>7. <a  href="http://blog.techiezone.in/2007/11/10-best-hoax-e-mails-of-all-time/">10 best hoax e-mails of all time</a></strong></p>
<p>Should it read 10 BEST or 10 WORST hoax e-mail of all time??If you have an e-mail account then you must be familiar with emails like Bill Gates sharing his fortune, Microsoft’s lottery promotion, Some one in Nigeria requesting you to be a partner to transfer massive amount of money to his account and many more.</p>
<p><strong>8. <a  href="http://blog.techiezone.in/2007/11/unseen-pages-of-google/">Unseen Pages of Google</a></strong></p>
<p>Google has definitely created a niche for them. It is a rare incident that a web surfer has not heard about Google. This is the major search engine that has eveolved out of a PHD project. Pages and products like Doodles, Google Blog, Google Store, Google Docs and Google Labs are well known to every body.</p>
<p><strong>9. <a  href="http://blog.techiezone.in/2008/02/show-current-music-track-in-google-talk-in-vista/">Show Current Music track in Google talk in Vista</a></strong></p>
<p>When I posted about Google Talk Not displaying the Current Music Track as Status message in this blog long back, I saw people asking about the trick to make it show in Windows Vista. I suggested them a few trick but none of them worked to my knowledge. It is until today when I decided to set my status in Google Talk as the music playing in media Player (Cause I wanted to impress someone)</p>
<p><strong>10. <a  href="http://blog.techiezone.in/2008/01/hidden-filesfolders-do-not-show-in-windows-explorer/">Hidden Files/Folders do not show in Windows Explorer</a></strong></p>
<p>Last week one of my client came to me with his laptop saying his laptop is running extremely slow. When I started the laptop, it took 10-15 minutes to get the Desktop. I was shocked; the laptop having a DUAL CORE processor with 1.5 GB of RAM is taking that much time to start up.</p>
<p>Finally wish all of you a great year ahead.<br />
<span style="color: #00ffff;"><strong>Happy New Year 2009</strong></span></p>
<p style="text-align: center;"><a  href="http://picsster.com/share-6A39_495B35D0.html"><img class="aligncenter" style="border: 0pt none;" src="http://picsster.com/image-6A39_495B35D0.gif" border="0" alt="" width="276" height="158" /><br />
</a><a  href="http://picsster.com"><span style="font-size: x-small;">Free image hosting</span></a></p>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.in/random/10-most-popular-posts-of-the-year-2008/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Amazing Holes in the earth</title>
		<link>http://techiezone.in/random/amazing-holes-in-the-earth/</link>
		<comments>http://techiezone.in/random/amazing-holes-in-the-earth/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 10:48:08 +0000</pubDate>
		<dc:creator>Ajay M</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[amazing facts]]></category>
		<category><![CDATA[Strange things]]></category>

		<guid isPermaLink="false">http://blog.techiezone.in/?p=345</guid>
		<description><![CDATA[You can say it nature&#8217;s fury or a human blunder in search for nature&#8217;s wealth. These collection of holes on our earth&#8217;s surface are not only huge but amazing. Most of these holes are diamond mines like Kimberly mines, Diavik mines etc. It reminds us of how tiny we are when we compare ourselves to [...]]]></description>
			<content:encoded><![CDATA[<p>You can say it nature&#8217;s fury or a human blunder in search for nature&#8217;s wealth. These collection of holes on our earth&#8217;s surface are not only huge but amazing. Most of these holes are diamond mines like Kimberly mines, Diavik mines etc. It reminds us of how tiny we are when we compare ourselves to these holes.</p>
<p><strong>Sinkhole in Guatemala</strong></p>
<p>This sinkhole occurred in early 2007 in Guatemala . The hole swallowed a dozen homes and killed at least 3 people. It is reported to be 330 foot deep (100 meter).</p>
<p><a  href="http://blog.techiezone.in/wp-content/uploads/skink-hole.jpg" class="thickbox no_icon" rel="gallery-345" title="skink-hole"><img class="size-medium wp-image-356 alignnone" title="skink-hole" src="http://blog.techiezone.in/wp-content/uploads/skink-hole-300x197.jpg" alt="" width="210" height="138" /></a></p>
<p><strong>Udachnaya Pipe, Russia</strong></p>
<p><a  href="http://blog.techiezone.in/wp-content/uploads/800px-udachnaya-pipe.jpg" class="thickbox no_icon" rel="gallery-345" title="800px-udachnaya-pipe"><img class="size-medium wp-image-347 alignleft" title="800px-udachnaya-pipe" src="http://blog.techiezone.in/wp-content/uploads/800px-udachnaya-pipe-300x225.jpg" alt="" width="210" height="158" /></a></p>
<p>It is a diamond mine in Russia and was discovered in 1955. It s almost 600 meters deep and the open mining in this pit will be ceased in 2010 in favor of underground mining.</p>
<p><strong>Mirny Diamond Mine Siberia</strong></p>
<p><a  href="http://blog.techiezone.in/wp-content/uploads/mirny-diamond-mine.jpg" class="thickbox no_icon" rel="gallery-345" title=""><img class="alignleft" src="http://blog.techiezone.in/wp-content/uploads/mirny-diamond-mine-300x225.jpg" alt="" width="189" height="142" /></a></p>
<p>I&#8217;m pretty sure most people have seen this one. It&#8217;s an absolute beast and holds the title of largest open diamond mines in the world. At 525 meters deep, with a top diameter of 1200 meters, there&#8217;s even a no-fly zone above the hole due to a few helicopters having been sucked in.</p>
<p><strong>Great Blue Hole, Belize</strong></p>
<p><a  href="http://blog.techiezone.in/wp-content/uploads/great-blue-hole.jpg" class="thickbox no_icon" rel="gallery-345" title="great-blue-hole"><img class="size-medium wp-image-350 alignleft" title="great-blue-hole" src="http://blog.techiezone.in/wp-content/uploads/great-blue-hole-300x231.jpg" alt="" width="210" height="162" /></a></p>
<p>The Great Blue Hole is a large underwater sinkhole off of the coast of Belize. It lies near the center of Lighthouse Reef, a small atoll 45 miles from the mainland and Belize City. The hole is circular in shape, over 1,000 feet across and 400 feet deep. It was formed as a limestone cave system during the last ice age when sea levels were much lower. As the ocean began to rise again the caves flooded, and the roof collapsed.</p>
<p><strong>Monticello Dam, California</strong></p>
<p><a  href="http://blog.techiezone.in/wp-content/uploads/monticello-dam1.jpg" class="thickbox no_icon" rel="gallery-345" title="monticello-dam1"><img class="size-medium wp-image-355 alignright" title="monticello-dam1" src="http://blog.techiezone.in/wp-content/uploads/monticello-dam1-300x225.jpg" alt="" width="210" height="158" /></a></p>
<p><a  href="http://blog.techiezone.in/wp-content/uploads/monticello-dam.jpg" class="thickbox no_icon" rel="gallery-345" title="monticello-dam"><img class="size-medium wp-image-354 alignleft" title="monticello-dam" src="http://blog.techiezone.in/wp-content/uploads/monticello-dam-300x225.jpg" alt="" width="210" height="158" /></a>The Monticello Dam is a dam in Napa County, California, United States most noted for its large circular spillway. The Monticello Dam’s spillway is</p>
<p>otherwise (and affectionately) known as The Glory Hole. The glory hole is located about 200 feet from the dam. Water spills over its lip when the lake reaches 1,602,000 acre-feet. The funnel’s largest diameter is 72 feet and narrows to about 28 feet. It is designed to handle a maximum of 362,000 gallons of water per second, which occurs when the lake level rises to 15.5 feet above the level of the funnel.</p>
<p><strong>Bingham Canyon Mine, Utah</strong></p>
<p><a  href="http://blog.techiezone.in/wp-content/uploads/bingham-banyon.jpg" class="thickbox no_icon" rel="gallery-345" title="bingham-banyon"><img class="size-medium wp-image-348 alignleft" title="bingham-banyon" src="http://blog.techiezone.in/wp-content/uploads/bingham-banyon-300x212.jpg" alt="" width="210" height="148" /></a></p>
<p>The Bingham Canyon Mine is an open-pit mining operation extracting a large porphyry copper deposit southwest of Salt Lake City, Utah, USA, in the Oquirrh Mountains. The mine is 0.75 mile (1.2 km) deep, 2.5 miles (4 km) wide and covers 1,900 acres. It is the world’s largest manmade excavation.It was designated a National Historic Landmark in 1966 under the name Bingham Canyon Open Pit Copper Mine.</p>
<p><strong>Kimberley Diamond Mine, South Africa</strong></p>
<p><a  href="http://blog.techiezone.in/wp-content/uploads/kimberly-mine.jpg" class="thickbox no_icon" rel="gallery-345" title="kimberly-mine"><img class="size-medium wp-image-352 alignright" title="kimberly-mine" src="http://blog.techiezone.in/wp-content/uploads/kimberly-mine-300x225.jpg" alt="" width="210" height="158" /></a></p>
<p><a  href="http://blog.techiezone.in/wp-content/uploads/800px-big-hole-kimberley.jpg" class="thickbox no_icon" rel="gallery-345" title="800px-big-hole-kimberley"><img class="size-medium wp-image-346 alignleft" title="800px-big-hole-kimberley" src="http://blog.techiezone.in/wp-content/uploads/800px-big-hole-kimberley-300x225.jpg" alt="" width="210" height="158" /></a>The Kimberley Diamond Mine (also known as the Big Hole) holds the (disputed) title of being the largest hand-dug hole in the world. From 1866 to 1914 50,000 miners dug the hole with picks and shovels, yielding 2,722 kg of diamonds. Attempts are being made to have it registered as a world heritage site.</p>
<p><strong>Diavik Mine, Canada</strong></p>
<p><a  href="http://blog.techiezone.in/wp-content/uploads/diavik-mine.jpg" class="thickbox no_icon" rel="gallery-345" title="diavik-mine"><img class="size-medium wp-image-349 alignright" title="diavik-mine" src="http://blog.techiezone.in/wp-content/uploads/diavik-mine-300x199.jpg" alt="" width="210" height="139" /></a></p>
<p>The Diavik Diamond Mine is a diamond mine in the North Slave Region of the Northwest Territories, Canada, about 300 kilometres north of Yellowknife. It has become an important part of the regional economy, employing 700, grossing C$100 million in sales, and producing 8 million carats or about 1,600 kg (3,500 lb) of diamonds annually. The area was surveyed in 1992 and construction began in 2001, with production commencing in January 2003.</p>
<address> </address>
<address> </address>
<address> </address>
<address> </address>
<address> </address>
<address> </address>
<address> </address>
<address> </address>
<address> </address>
<address> </address>
<address> </address>
<address>Source: <a  href="http://en.wikipedia.org/"><em>Wikipedia</em></a><br />
</address>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.in/random/amazing-holes-in-the-earth/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Why samsung Instinct is better than Apple iPhone</title>
		<link>http://techiezone.in/random/why-samsung-instinct-is-better-than-apple-iphone/</link>
		<comments>http://techiezone.in/random/why-samsung-instinct-is-better-than-apple-iphone/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 20:55:17 +0000</pubDate>
		<dc:creator>Ajay M</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[instinct]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[moble]]></category>

		<guid isPermaLink="false">http://blog.techiezone.in/?p=324</guid>
		<description><![CDATA[Apple has finally saw a tough competitor against it&#8217;s much popular and much hyped PDA phone iPhone and the competitor is the Instinct phone from samsung stable. when iPhone was released with much fanfare like any other new Apple product everybody were thinking that it is the best and most sleek phone and will conquer [...]]]></description>
			<content:encoded><![CDATA[<p>Apple has finally saw a tough competitor against it&#8217;s much popular and much hyped PDA phone iPhone and the competitor is the Instinct phone from samsung stable. when iPhone was released with much fanfare like any other new Apple product everybody were thinking that it is the best and most sleek phone and will conquer the market unanimously. But the recent launch of Instinct the Phone has proved everything wrong. There are a host of features in Instinct to become everyone&#8217;s lovey dovey gadgets.</p>
<p>Let&#8217;s have a look on the features to compare why Samsung&#8217;s Instinct is much better than Apple&#8217;s iPhone.</p>
<p style="text-align: center;"><a  href="http://blog.techiezone.in/wp-content/uploads/instinct-n-iphone.jpg" class="thickbox no_icon" rel="gallery-324" title="instinct-n-iphone"><img class="aligncenter size-medium wp-image-331" title="instinct-n-iphone" src="http://blog.techiezone.in/wp-content/uploads/instinct-n-iphone-300x258.jpg" alt="" width="300" height="258" /></a></p>
<p><strong>Technical specification of Instinct:</strong></p>
<ul>
<li>CDMA EV-DO Rev A network support</li>
<li>Measures 4.57 x 2.17 x 0.49 inches and weighs 4.4 oz</li>
<li>3.1 inch TFT LCD display with a resolution of 240 x 432. Also features haptic touch screen</li>
<li>2 megapixel digital camera</li>
<li>Video recording and streaming with support for H.264 and MPEG4</li>
<li>Support for MP3, AAC, AAC+m, MIDI, QCP, and WMA</li>
<li>Bluetooth 2.0 with stereo Bluetooth profile support</li>
<li>WAP 2.0, XHTML, HTML, WML, WMLS capable browser</li>
<p><!--adsense#right--></p>
<li>PictBridge support</li>
<li>Phonebook</li>
<li>2 GB microSD memory card</li>
<li>USB Charging Cable</li>
<li>Two standard 1,000 mAh Lithium Ion Batteries</li>
<li>Each battery support 5.75 hours of talk time</li>
</ul>
<p><strong>And just look about the specification of iPhone:</strong></p>
<ul class="square">
<li>UMTS/HSDPA (850, 1900, 2100 MHz)</li>
<li>GSM/EDGE (850, 900, 1800, 1900 MHz)</li>
<li>Wi-Fi (802.11b/g)</li>
<li>Bluetooth 2.0 + EDR</li>
<li>Measures 4.5 x 2.4 x 0.48 inches and weighs 4.7 oz</li>
<li>3.5-inch (diagonal) widescreen Multi-Touch display</li>
<li>Audio formats supported: AAC, Protected AAC, MP3, MP3 VBR, Audible (formats 2, 3, and 4), Apple Lossless, AIFF, and WAV</li>
<li>Built-in rechargeable lithium-ion battery</li>
<li>Supports upto 5 hours of talk time.</li>
</ul>
<p><span style="color: #339966;">iPhone has a larger 3G network: No, infact the 3G capability of iPhone is lesser then Instinct:</span></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="320" height="240" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="id" value="container" /><param name="base" value="http://instinctthephone.com/share/" /><param name="menu" value="false" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="bgcolor" value="#000000" /><param name="src" value="http://instinctthephone.com/share/player.swf?dl=network" /><embed id="container" type="application/x-shockwave-flash" width="320" height="240" src="http://instinctthephone.com/share/player.swf?dl=network" bgcolor="#000000" scale="noscale" quality="high" menu="false" base="http://instinctthephone.com/share/"></embed></object></p>
<p><span style="color: #993300;">iphone 3G has become much cheaper just $199 so I must grab it. Wait&#8230;You have not checked the price of Instinct, at $129.99 it is much more affordable with a loads of more benefits.</span></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="320" height="240" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="id" value="container" /><param name="base" value="http://instinctthephone.com/share/" /><param name="menu" value="false" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="bgcolor" value="#000000" /><param name="src" value="http://instinctthephone.com/share/player.swf?dl=side_by_side" /><embed id="container" type="application/x-shockwave-flash" width="320" height="240" src="http://instinctthephone.com/share/player.swf?dl=side_by_side" bgcolor="#000000" scale="noscale" quality="high" menu="false" base="http://instinctthephone.com/share/"></embed></object></p>
<p><span style="color: #ff6600;">But iPhone has an assisted GPS feature which will help me in nagigation. Are you a fool, did you check the GPS feature in instinct? It has  voice guided GPS navigation system.</span></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="320" height="240" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="id" value="container" /><param name="base" value="http://instinctthephone.com/share/" /><param name="menu" value="false" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="bgcolor" value="#000000" /><param name="src" value="http://instinctthephone.com/share/player.swf?dl=gps_081908" /><embed id="container" type="application/x-shockwave-flash" width="320" height="240" src="http://instinctthephone.com/share/player.swf?dl=gps_081908" bgcolor="#000000" scale="noscale" quality="high" menu="false" base="http://instinctthephone.com/share/"></embed></object></p>
<p><span style="color: #008000;">Speech to action is another feature which is not present in iPhone but a part of Instinct.</span></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="320" height="240" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="id" value="container" /><param name="base" value="http://instinctthephone.com/share/" /><param name="menu" value="false" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="bgcolor" value="#000000" /><param name="src" value="http://instinctthephone.com/share/player.swf?dl=speech_to_action" /><embed id="container" type="application/x-shockwave-flash" width="320" height="240" src="http://instinctthephone.com/share/player.swf?dl=speech_to_action" bgcolor="#000000" scale="noscale" quality="high" menu="false" base="http://instinctthephone.com/share/"></embed></object></p>
<p><span style="color: #993366;">If you are thinking that you can watch LiveTV with your much uber iPhone then give it a second thought, it will not cherish your desire. But yes Instinct can.</span></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="320" height="240" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="id" value="container" /><param name="base" value="http://instinctthephone.com/share/" /><param name="menu" value="false" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="bgcolor" value="#000000" /><param name="src" value="http://instinctthephone.com/share/player.swf?dl=vs_live_tv" /><embed id="container" type="application/x-shockwave-flash" width="320" height="240" src="http://instinctthephone.com/share/player.swf?dl=vs_live_tv" bgcolor="#000000" scale="noscale" quality="high" menu="false" base="http://instinctthephone.com/share/"></embed></object></p>
<p><span style="color: #003366;">Though both the sleek gadgets have a 2.0MP camera, Instinct can shoot video but iPhone cannnot.</span><br />
<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='320' height='240' id='container' align=''><param name=movie value='http://instinctthephone.com/share/player.swf?dl=vs_shoot_video'><param name='base' value='http://instinctthephone.com/share/' /><param name=menu value='false'><param name=quality value='high'><param name=scale value='noscale'><param name=bgcolor value='#000000'><embed src='http://instinctthephone.com/share/player.swf?dl=vs_shoot_video' menu=false quality=high scale=noscale bgcolor='#000000'  width='320' height='240' name='container' align='' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed></object></p>
<p>Now you decide whether you would go for an Instinct or for much hyped iPhone. The only thing what I liked about iPhone is the look and the sleek design.</p>
<p><strong>Bottom Line:</strong> Samsung has injected a lot of feature in Instinct but they forgot to look nto the design aspect of the phone else they could have done definitely a more appealing design.</p>
<pre>Source: <a  href="http://www.instinctthephone.com" target="_blank">Instinct the phone</a></pre>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.in/random/why-samsung-instinct-is-better-than-apple-iphone/feed/</wfw:commentRss>
		<slash:comments>46</slash:comments>
		</item>
		<item>
		<title>Some Amazing ways to photograph the moon</title>
		<link>http://techiezone.in/random/some-amazing-ways-to-photograph-the-moon/</link>
		<comments>http://techiezone.in/random/some-amazing-ways-to-photograph-the-moon/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 01:30:42 +0000</pubDate>
		<dc:creator>Ajay M</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[amazing]]></category>
		<category><![CDATA[camera]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[pictures]]></category>

		<guid isPermaLink="false">http://blog.techiezone.in/?p=297</guid>
		<description><![CDATA[When I saw these photographs I just said WOW&#8230;.I am not sure whether these are photoshopped version of the images or real photographs but whatever it be it is the creativity at it&#8217;s best. I received these pictures as an email from a friend of mine and could not myself from posting these images in [...]]]></description>
			<content:encoded><![CDATA[<p>When I saw these photographs I just said WOW&#8230;.I am not sure whether these are photoshopped version of the images or real photographs but whatever it be it is the creativity at it&#8217;s best. I received these pictures as an email from a friend of mine and could not myself from posting these images in the blog. If these actaul photographs then the owner of the photographs has all the rights and credits of these pictures. I am alos cluless about the original source of these pictures and owners. So hoping that these are open source images I think I am free to post it here.</p>

<a  href="http://techiezone.in/random/some-amazing-ways-to-photograph-the-moon/attachment/att00020/" title="att00020"><img width="150" height="150" src="http://blog.techiezone.in/wp-content/uploads/att00020-150x150.jpg" class="attachment-thumbnail" alt="" title="att00020" /></a>
<a  href="http://techiezone.in/random/some-amazing-ways-to-photograph-the-moon/attachment/att00019/" title="att00019"><img width="150" height="150" src="http://blog.techiezone.in/wp-content/uploads/att00019-150x150.jpg" class="attachment-thumbnail" alt="" title="att00019" /></a>
<a  href="http://techiezone.in/random/some-amazing-ways-to-photograph-the-moon/attachment/att00018/" title="att00018"><img width="150" height="150" src="http://blog.techiezone.in/wp-content/uploads/att00018-150x150.jpg" class="attachment-thumbnail" alt="" title="att00018" /></a>
<a  href="http://techiezone.in/random/some-amazing-ways-to-photograph-the-moon/attachment/att00017/" title="att00017"><img width="150" height="150" src="http://blog.techiezone.in/wp-content/uploads/att00017-150x150.jpg" class="attachment-thumbnail" alt="" title="att00017" /></a>
<a  href="http://techiezone.in/random/some-amazing-ways-to-photograph-the-moon/attachment/att00016/" title="att00016"><img width="150" height="150" src="http://blog.techiezone.in/wp-content/uploads/att00016-150x150.jpg" class="attachment-thumbnail" alt="" title="att00016" /></a>
<a  href="http://techiezone.in/random/some-amazing-ways-to-photograph-the-moon/attachment/att00015/" title="att00015"><img width="150" height="150" src="http://blog.techiezone.in/wp-content/uploads/att00015-150x150.jpg" class="attachment-thumbnail" alt="" title="att00015" /></a>
<a  href="http://techiezone.in/random/some-amazing-ways-to-photograph-the-moon/attachment/att00014/" title="att00014"><img width="150" height="150" src="http://blog.techiezone.in/wp-content/uploads/att00014-150x150.jpg" class="attachment-thumbnail" alt="" title="att00014" /></a>
<a  href="http://techiezone.in/random/some-amazing-ways-to-photograph-the-moon/attachment/att00013/" title="att00013"><img width="150" height="150" src="http://blog.techiezone.in/wp-content/uploads/att00013-150x150.jpg" class="attachment-thumbnail" alt="" title="att00013" /></a>
<a  href="http://techiezone.in/random/some-amazing-ways-to-photograph-the-moon/attachment/att00012/" title="att00012"><img width="150" height="150" src="http://blog.techiezone.in/wp-content/uploads/att00012-150x150.jpg" class="attachment-thumbnail" alt="" title="att00012" /></a>
<a  href="http://techiezone.in/random/some-amazing-ways-to-photograph-the-moon/attachment/att00011/" title="att00011"><img width="150" height="150" src="http://blog.techiezone.in/wp-content/uploads/att00011-150x150.jpg" class="attachment-thumbnail" alt="" title="att00011" /></a>
<a  href="http://techiezone.in/random/some-amazing-ways-to-photograph-the-moon/attachment/att00010/" title="att00010"><img width="150" height="150" src="http://blog.techiezone.in/wp-content/uploads/att00010-150x150.jpg" class="attachment-thumbnail" alt="" title="att00010" /></a>
<a  href="http://techiezone.in/random/some-amazing-ways-to-photograph-the-moon/attachment/att00009/" title="att00009"><img width="150" height="150" src="http://blog.techiezone.in/wp-content/uploads/att00009-150x150.jpg" class="attachment-thumbnail" alt="" title="att00009" /></a>
<a  href="http://techiezone.in/random/some-amazing-ways-to-photograph-the-moon/attachment/att00008/" title="att00008"><img width="150" height="150" src="http://blog.techiezone.in/wp-content/uploads/att00008-150x150.jpg" class="attachment-thumbnail" alt="" title="att00008" /></a>
<a  href="http://techiezone.in/random/some-amazing-ways-to-photograph-the-moon/attachment/att00007/" title="att00007"><img width="150" height="150" src="http://blog.techiezone.in/wp-content/uploads/att00007-150x150.jpg" class="attachment-thumbnail" alt="" title="att00007" /></a>
<a  href="http://techiezone.in/random/some-amazing-ways-to-photograph-the-moon/attachment/att00006/" title="att00006"><img width="150" height="150" src="http://blog.techiezone.in/wp-content/uploads/att00006-150x150.jpg" class="attachment-thumbnail" alt="" title="att00006" /></a>
<a  href="http://techiezone.in/random/some-amazing-ways-to-photograph-the-moon/attachment/att00005/" title="att00005"><img width="150" height="150" src="http://blog.techiezone.in/wp-content/uploads/att00005-150x150.jpg" class="attachment-thumbnail" alt="" title="att00005" /></a>
<a  href="http://techiezone.in/random/some-amazing-ways-to-photograph-the-moon/attachment/att00004/" title="att00004"><img width="150" height="150" src="http://blog.techiezone.in/wp-content/uploads/att00004-150x150.jpg" class="attachment-thumbnail" alt="" title="att00004" /></a>
<a  href="http://techiezone.in/random/some-amazing-ways-to-photograph-the-moon/attachment/att00003/" title="att00003"><img width="150" height="150" src="http://blog.techiezone.in/wp-content/uploads/att00003-150x150.jpg" class="attachment-thumbnail" alt="" title="att00003" /></a>
<a  href="http://techiezone.in/random/some-amazing-ways-to-photograph-the-moon/attachment/att00002/" title="att00002"><img width="150" height="150" src="http://blog.techiezone.in/wp-content/uploads/att00002-150x150.jpg" class="attachment-thumbnail" alt="" title="att00002" /></a>
<a  href="http://techiezone.in/random/some-amazing-ways-to-photograph-the-moon/attachment/att00001/" title="att00001"><img width="150" height="150" src="http://blog.techiezone.in/wp-content/uploads/att00001-150x150.jpg" class="attachment-thumbnail" alt="" title="att00001" /></a>

]]></content:encoded>
			<wfw:commentRss>http://techiezone.in/random/some-amazing-ways-to-photograph-the-moon/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>After Mojave, Vista advertisement featuring Bill gates</title>
		<link>http://techiezone.in/random/after-mojave-vista-advertisement-featuring-bill-gates/</link>
		<comments>http://techiezone.in/random/after-mojave-vista-advertisement-featuring-bill-gates/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 17:41:01 +0000</pubDate>
		<dc:creator>Ajay M</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[ads]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://blog.techiezone.in/?p=286</guid>
		<description><![CDATA[Microsoft decided to give another boost to make Vista popular by launching another million dollar ad campaign featuring Bill Gates and Jerry Seinfeld. Microsoft still claims that Mojave Experiment is successful in letting the customer trust the efficiency of Vista but it is still under scanner how much Mojave experiment was successful. Now what does [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft decided to give another boost to make Vista popular by launching another million dollar ad campaign featuring Bill Gates and Jerry Seinfeld. Microsoft still claims that <a  href="http://www.mojaveexperiment.com/" target="_blank">Mojave Experiment</a> is successful in letting the customer trust the efficiency of Vista but it is still under scanner how much Mojave experiment was successful. Now what does Microsoft wants to prove by launching this million dollar advertisement featuring 2 old guys talking in a shoe store? Grow up Microsoft.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/afR5J7eskno&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/afR5J7eskno&amp;hl=en&amp;fs=1" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.in/random/after-mojave-vista-advertisement-featuring-bill-gates/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Most popular post from techiezone</title>
		<link>http://techiezone.in/random/most-popular-post-from-techiezone/</link>
		<comments>http://techiezone.in/random/most-popular-post-from-techiezone/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 16:44:03 +0000</pubDate>
		<dc:creator>Ajay M</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[blogging tips]]></category>
		<category><![CDATA[Tips and tricks]]></category>

		<guid isPermaLink="false">http://blog.techiezone.in/?p=261</guid>
		<description><![CDATA[It&#8217;s almost a year since this blog was re-incarnated. And in this period though I promised myslef that I will atleast have 2 posts in a week, I was not able to keep my promise as I am stuck with many other projects and my full time work gives me very less time to concentrate [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s almost a year since this blog was re-incarnated. And in this period though I promised myslef that I will atleast have 2 posts in a week, I was not able to keep my promise as I am stuck with many other projects and my full time work gives me very less time to concentrate on other things. So in a couple of months less than a  year I could write only 70 posts. But now I am more determined to frequently update the blog. I was just looking at all my previous posts and I saw many good posts are buried with time, So I decided to bring the 10 best post from Techie Zone. here are they:</p>
<p><strong><a  href="http://blog.techiezone.in/2007/11/how-to-postpone-vista-activation-for-a-year/" target="_blank">How to: Postpone Vista activation for a year</a></strong></p>
<p>With the release of Windows XP in 2001 Microsoft implemented a technology called Microsoft Product Activation (MPA). According to Microsoft this was developed to combat&#8230;.</p>
<p><a  href="http://blog.techiezone.in/2007/11/how-to-use-vista-screen-saver-in-windows-xp/" target="_blank"><strong>How to use Vista screen Saver in Windows XP</strong></a></p>
<p>Are you bored with the traditional built-in screen saver of Windows XP and you want to have the same stylish looking Vista screen saver in&#8230;</p>
<p><a  href="http://blog.techiezone.in/2007/11/unseen-pages-of-google/" target="_blank"><strong>Unseen Pages of Google</strong></a></p>
<p>Google has definitely created a niche for them. It is a rare incident that a web surfer has not heard about Google. This is the&#8230;</p>
<p><a  href="http://blog.techiezone.in/2007/11/install-windows-media-player-without-wga/" target="_blank"><strong>Install Windows Media Player without WGA</strong></a></p>
<p>If you still still want to install WMP11, there are workaround ways to bypass and disable the WGA validation check during setup installation process&#8230;.</p>
<p><a  href="http://blog.techiezone.in/2007/11/10-best-hoax-e-mails-of-all-time/" target="_blank"><strong>10 best hoax e-mails of all time</strong></a><!--adsense#right--></p>
<p>Should it read 10 BEST or 10 WORST hoax e-mail of all time??If you have an e-mail account then you must be familiar with emails&#8230;</p>
<p><a  href="http://blog.techiezone.in/2007/11/google-talk-not-displaying-the-current-music-track-as-status-message/" target="_blank"><strong>Google Talk Not displaying the Current Music Track as Status message</strong></a></p>
<p>Google Talk has a very good feature of setting your status message to the currently playing music file in Window Media Player. Usually when I&#8230;</p>
<p><a  href="http://blog.techiezone.in/2007/12/how-to-permanently-get-rid-of-wga-validation/" target="_blank"><strong>How to permanently get rid of WGA validation</strong></a></p>
<p>Microsoft released the Windows Genuine Advantage program for combatting piracy, but rather then serving the purpose it has become a headache for people who are&#8230;</p>
<p><a  href="http://blog.techiezone.in/2007/12/10-things-a-blogger-must-do/" target="_blank"><strong>10 things a Blogger must do</strong></a></p>
<p>A blogger is a person who writes or maintains a weblog. So can we call any body who writes a blog as a Blogger? Any&#8230;.<br />
<a  href="http://blog.techiezone.in/2008/01/hidden-filesfolders-do-not-show-in-windows-explorer/" target="_blank"><br />
<strong>Hidden Files/Folders do not show in Windows Explorer</strong></a></p>
<p>Last week one of my client came to me with his laptop saying his laptop is running extremely slow. When I started the laptop, it&#8230;</p>
<p><strong><a  href="http://blog.techiezone.in/2008/06/how-to-quickly-shutdown-windows-vista-and-xp/" target="_blank">How to quickly shutdown Windows Vista and XP</a></strong></p>
<p>Have you ever wondered why the damn computer becomes standstill when you tell it to shutdown? Some people has noticed that Vista takes as long&#8230;</p>
<p><a href="How to download from Internet using Torrents" target="_blank"><strong>How to download from Internet using Torrents</strong></a></p>
<p>I have been asked this question many times “How can I download movies or TV shows or Games or any software from Internet?” Though this</p>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.in/random/most-popular-post-from-techiezone/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>HP Smart Deals: Free Downloads and exceptional offers for HP Customers</title>
		<link>http://techiezone.in/random/hp-smart-deals-free-downloads-and-exceptional-offers-for-hp-customers/</link>
		<comments>http://techiezone.in/random/hp-smart-deals-free-downloads-and-exceptional-offers-for-hp-customers/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 18:42:19 +0000</pubDate>
		<dc:creator>Ajay M</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[freebies]]></category>
		<category><![CDATA[offers]]></category>

		<guid isPermaLink="false">http://blog.techiezone.in/?p=243</guid>
		<description><![CDATA[With the back to school season in United States, Hewlett Packard has come up with Hp Smart Deals for its customers by which HP has tied up with many companies and offering many free downlaods and softwares and unbelievable prices. Though of sharing this information with my readers.
The goodies on offer are Smart Draw, Migo [...]]]></description>
			<content:encoded><![CDATA[<p>With the back to school season in United States, Hewlett Packard has come up with Hp Smart Deals for its customers by which HP has tied up with many companies and offering many free downlaods and softwares and unbelievable prices. Though of sharing this information with my readers.</p>
<p>The goodies on offer are Smart Draw, Migo sync, Hp games, Corel Draw, Vonage, Quick book and many other exciting software and goodies. Here is the link to access <a  href="http://h71036.www7.hp.com/hho/cache/567628-0-0-225-121.html?jumpid=ex_r602_go/deals1/kimipgcon/4Q07bettybrochure/ipgbounty/OfficeJetBrochure" target="_blank"><strong>HP Smart Deals</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.in/random/hp-smart-deals-free-downloads-and-exceptional-offers-for-hp-customers/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
