<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>A Player on the Field of CSE</title>
	<atom:link href="http://nuhil.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://nuhil.wordpress.com</link>
	<description>welcome to Nuhil's world</description>
	<lastBuildDate>Mon, 18 May 2009 22:38:59 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='nuhil.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/3e558ae18b1bb3ea08720f408f17e4e7?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>A Player on the Field of CSE</title>
		<link>http://nuhil.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://nuhil.wordpress.com/osd.xml" title="A Player on the Field of CSE" />
		<item>
		<title>A Simple PHP Multi Uploader with rand() and time()</title>
		<link>http://nuhil.wordpress.com/2009/05/17/a-simple-php-multi-uploader-with-rand-and-time/</link>
		<comments>http://nuhil.wordpress.com/2009/05/17/a-simple-php-multi-uploader-with-rand-and-time/#comments</comments>
		<pubDate>Sun, 17 May 2009 12:51:43 +0000</pubDate>
		<dc:creator>nuhil</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips for the New]]></category>

		<guid isPermaLink="false">http://nuhil.wordpress.com/?p=214</guid>
		<description><![CDATA[I think this would be the simplest file multi uploader to an specific location. It uses copy() for the upload method and add a random number based on time to avoid replacement of the files including same file name.
This is the approach:
The form for uploading:
&#60;table width=&#8221;500&#8243; border=&#8221;0&#8243; align=&#8221;center&#8221; cellpadding=&#8221;0&#8243; cellspacing=&#8221;1&#8243; bgcolor=&#8221;#CCCCCC&#8221;&#62;
&#60;tr&#62;
&#60;form action=&#8221;multiple_upload_ac.php&#8221; method=&#8221;post&#8221; enctype=&#8221;multipart/form-data&#8221; name=&#8221;form1&#8243; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nuhil.wordpress.com&blog=2933637&post=214&subd=nuhil&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I think this would be the simplest file multi uploader to an specific location. It uses copy() for the upload method and add a random number based on time to avoid replacement of the files including same file name.</p>
<p><strong><span style="color:#339966;">This is the approach:</span></strong></p>
<p><span style="color:#993300;">The form for uploading:</span></p>
<p><span style="color:#808080;">&lt;table width=&#8221;500&#8243; border=&#8221;0&#8243; align=&#8221;center&#8221; cellpadding=&#8221;0&#8243; cellspacing=&#8221;1&#8243; bgcolor=&#8221;#CCCCCC&#8221;&gt;<br />
&lt;tr&gt;<br />
&lt;form action=&#8221;multiple_upload_ac.php&#8221; method=&#8221;post&#8221; enctype=&#8221;multipart/form-data&#8221; name=&#8221;form1&#8243; id=&#8221;form1&#8243;&gt;<br />
&lt;td&gt;<br />
&lt;table width=&#8221;100%&#8221; border=&#8221;0&#8243; cellpadding=&#8221;3&#8243; cellspacing=&#8221;1&#8243; bgcolor=&#8221;#FFFFFF&#8221;&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;&lt;strong&gt;multiple Files Upload &lt;/strong&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;Select file<br />
&lt;input name=&#8221;ufile[]&#8221; type=&#8221;file&#8221; id=&#8221;ufile[]&#8221; size=&#8221;50&#8243; /&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;Select file<br />
&lt;input name=&#8221;ufile[]&#8221; type=&#8221;file&#8221; id=&#8221;ufile[]&#8221; size=&#8221;50&#8243; /&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;Select file<br />
&lt;input name=&#8221;ufile[]&#8221; type=&#8221;file&#8221; id=&#8221;ufile[]&#8221; size=&#8221;50&#8243; /&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td align=&#8221;center&#8221;&gt;&lt;input type=&#8221;submit&#8221; name=&#8221;Submit&#8221; value=&#8221;Upload&#8221; /&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;<br />
&lt;/td&gt;<br />
&lt;/form&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;</span><span style="color:#808080;"><img class="size-full wp-image-215 alignnone" title="multi" src="../files/2009/05/multi.gif" alt="multi" width="520" height="219" /></span></p>
<p><span style="color:#993300;">The processor file:</span></p>
<p><span style="color:#808080;">&lt;?php<br />
//set where you want to store files<br />
//in this example we keep file in folder upload<br />
//for example upload file name cartoon.gif . $path will be upload/cartoon.gif</span><span style="color:#808080;">//&#8221;upload&#8221; folder should exist aleady</span></p>
<p><span style="color:#808080;">$path1a= &#8220;upload/&#8221;.$_FILES['ufile'][0];<br />
$path2a= &#8220;upload/&#8221;.$_FILES['ufile'][1];<br />
$path3a= &#8220;upload/&#8221;.$_FILES['ufile'][2];</span></p>
<p><span style="color:#808080;">//srand( microtime() * 1000000);<br />
$num1 = rand(1,1000);<br />
$num2 = rand(1000,2000);<br />
$num3 = rand(2000,3000);<br />
//echo(&#8220;Random Number:&#8221;.$num.&#8221;&lt;br/&gt;&#8221;);</span><br />
<span style="color:#808080;">$path1=$path1a.time().$num1.&#8217;_&#8217;.basename($_FILES['ufile']['name'][0]);</span></p>
<p><span style="color:#808080;">//add a random name with the base name<br />
$path2=$path2a.time().$num2.&#8217;_&#8217;.basename($_FILES['ufile']['name'][1]);<br />
$path3=$path3a.time().$num3.&#8217;_&#8217;.basename($_FILES['ufile']['name'][2]);</span></p>
<p><span style="color:#808080;">//copy file to where you want to store file<br />
copy($_FILES['ufile']['tmp_name'][0], $path1);<br />
copy($_FILES['ufile']['tmp_name'][1], $path2);<br />
copy($_FILES['ufile']['tmp_name'][2], $path3);</span></p>
<p><span style="color:#808080;">//$_FILES['ufile']['name'] = file name<br />
//$_FILES['ufile']['size'] = file size<br />
//$_FILES['ufile']['type'] = type of file<br />
echo &#8220;File Name :&#8221;.$_FILES['ufile']['name'][0].&#8221;&lt;BR/&gt;&#8221;;<br />
echo &#8220;File Size :&#8221;.$_FILES['ufile']['size'][0].&#8221;&lt;BR/&gt;&#8221;;<br />
echo &#8220;File Type :&#8221;.$_FILES['ufile']['type'][0].&#8221;&lt;BR/&gt;&#8221;;<br />
echo &#8220;&lt;img src=\&#8221;$path1\&#8221; width=\&#8221;150\&#8221; height=\&#8221;150\&#8221;&gt;&#8221;;<br />
echo &#8220;&lt;P&gt;&#8221;;</span></p>
<p><span style="color:#808080;">echo &#8220;File Name :&#8221;.$_FILES['ufile']['name'][1].&#8221;&lt;BR/&gt;&#8221;;<br />
echo &#8220;File Size :&#8221;.$_FILES['ufile']['size'][1].&#8221;&lt;BR/&gt;&#8221;;<br />
echo &#8220;File Type :&#8221;.$_FILES['ufile']['type'][1].&#8221;&lt;BR/&gt;&#8221;;<br />
echo &#8220;&lt;img src=\&#8221;$path2\&#8221; width=\&#8221;150\&#8221; height=\&#8221;150\&#8221;&gt;&#8221;;<br />
echo &#8220;&lt;P&gt;&#8221;;</span></p>
<p><span style="color:#808080;">echo &#8220;File Name :&#8221;.$_FILES['ufile']['name'][2].&#8221;&lt;BR/&gt;&#8221;;<br />
echo &#8220;File Size :&#8221;.$_FILES['ufile']['size'][2].&#8221;&lt;BR/&gt;&#8221;;<br />
echo &#8220;File Type :&#8221;.$_FILES['ufile']['type'][2].&#8221;&lt;BR/&gt;&#8221;;<br />
echo &#8220;&lt;img src=\&#8221;$path3\&#8221; width=\&#8221;150\&#8221; height=\&#8221;150\&#8221;&gt;&#8221;;</span></p>
<p><span style="color:#808080;">///////////////////////////////////////////////////////</span></p>
<p><span style="color:#808080;">// Use this code to display the error or success.</span></p>
<p><span style="color:#808080;">$filesize1=$_FILES['ufile']['size'][0];<br />
$filesize2=$_FILES['ufile']['size'][1];<br />
$filesize3=$_FILES['ufile']['size'][2];</span></p>
<p><span style="color:#808080;">if($filesize1 &amp;&amp; $filesize2 &amp;&amp; $filesize3 != 0)<br />
{<br />
echo &#8220;We have recieved your files&#8221;;<br />
}</span></p>
<p><span style="color:#808080;">else {<br />
echo &#8220;ERROR&#8230;..&#8221;;<br />
}</span></p>
<p><span style="color:#808080;">//////////////////////////////////////////////</span></p>
<p><span style="color:#808080;">// What files that have a problem? (if found)</span></p>
<p><span style="color:#808080;">if($filesize1==0) {<br />
echo &#8220;There&#8217;re something error in your first file&#8221;;<br />
echo &#8220;&lt;BR /&gt;&#8221;;<br />
}</span></p>
<p><span style="color:#808080;">if($filesize2==0) {<br />
echo &#8220;There&#8217;re something error in your second file&#8221;;<br />
echo &#8220;&lt;BR /&gt;&#8221;;<br />
}</span></p>
<p><span style="color:#808080;">if($filesize3==0) {<br />
echo &#8220;There&#8217;re something error in your third file&#8221;;<br />
echo &#8220;&lt;BR /&gt;&#8221;;<br />
}</span></p>
<p><span style="color:#808080;">?&gt;</span></p>
Posted in PHP, Tips for the New  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nuhil.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nuhil.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nuhil.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nuhil.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nuhil.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nuhil.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nuhil.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nuhil.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nuhil.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nuhil.wordpress.com/214/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nuhil.wordpress.com&blog=2933637&post=214&subd=nuhil&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nuhil.wordpress.com/2009/05/17/a-simple-php-multi-uploader-with-rand-and-time/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92e3245ffa93cfb5ff9e0da6bd31cb3b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nuhil</media:title>
		</media:content>

		<media:content url="../files/2009/05/multi.gif" medium="image">
			<media:title type="html">multi</media:title>
		</media:content>
	</item>
		<item>
		<title>My Recent Getafreelancer Projects</title>
		<link>http://nuhil.wordpress.com/2009/04/22/my-recent-getafreelancer-projects/</link>
		<comments>http://nuhil.wordpress.com/2009/04/22/my-recent-getafreelancer-projects/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 21:29:45 +0000</pubDate>
		<dc:creator>nuhil</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://nuhil.wordpress.com/?p=203</guid>
		<description><![CDATA[Recently i have done 2 projects on Get a Freelancer from which one is a complete but so simple website of a vaccination program and other was to create 5 simple HTML-CSS templates.
 This is the Vaccination Site. I completed this project in two days and got paid $250.

And below those 5 templates for which [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nuhil.wordpress.com&blog=2933637&post=203&subd=nuhil&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Recently i have done 2 projects on Get a Freelancer from which one is a complete but so simple website of a vaccination program and other was to create 5 simple HTML-CSS templates.</p>
<p><a href="http://8.17.81.176/vaccine/"><img class="alignleft size-full wp-image-204" title="vaccine" src="http://nuhil.files.wordpress.com/2009/04/vaccine.jpg?w=300&#038;h=200" alt="vaccine" width="300" height="200" /></a> This is the Vaccination Site. I completed this project in two days and got paid $250.<br />
<a href="http://8.17.81.176/kays/"><img class="alignleft size-full wp-image-205" title="ka" src="http://nuhil.files.wordpress.com/2009/04/ka.jpg?w=300&#038;h=200" alt="ka" width="300" height="200" /></a></p>
<p>And below those 5 templates for which i got paid $80<br />
<a href="http://8.17.81.176/cfx/"><img class="alignleft size-full wp-image-205" title="ka" src="http://nuhil.files.wordpress.com/2009/04/cfx.jpg?w=300&#038;h=200" alt="ka" width="300" height="200" /></a><br />
<a href="http://8.17.81.176/atoro/"><img class="alignleft size-full wp-image-205" title="ka" src="http://nuhil.files.wordpress.com/2009/04/ato.jpg?w=300&#038;h=200" alt="ka" width="300" height="200" /></a><br />
<a href="http://8.17.81.176/finuk/"><img class="alignleft size-full wp-image-205" title="ka" src="http://nuhil.files.wordpress.com/2009/04/fin.jpg?w=300&#038;h=200" alt="ka" width="300" height="200" /></a><br />
<a href="http://8.17.81.176/jenkins/"><img class="alignleft size-full wp-image-205" title="ka" src="http://nuhil.files.wordpress.com/2009/04/jen.jpg?w=300&#038;h=200" alt="ka" width="300" height="200" /></a></p>
Posted in PHP  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nuhil.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nuhil.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nuhil.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nuhil.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nuhil.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nuhil.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nuhil.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nuhil.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nuhil.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nuhil.wordpress.com/203/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nuhil.wordpress.com&blog=2933637&post=203&subd=nuhil&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nuhil.wordpress.com/2009/04/22/my-recent-getafreelancer-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92e3245ffa93cfb5ff9e0da6bd31cb3b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nuhil</media:title>
		</media:content>

		<media:content url="http://nuhil.files.wordpress.com/2009/04/vaccine.jpg" medium="image">
			<media:title type="html">vaccine</media:title>
		</media:content>

		<media:content url="http://nuhil.files.wordpress.com/2009/04/ka.jpg" medium="image">
			<media:title type="html">ka</media:title>
		</media:content>

		<media:content url="http://nuhil.files.wordpress.com/2009/04/cfx.jpg" medium="image">
			<media:title type="html">ka</media:title>
		</media:content>

		<media:content url="http://nuhil.files.wordpress.com/2009/04/ato.jpg" medium="image">
			<media:title type="html">ka</media:title>
		</media:content>

		<media:content url="http://nuhil.files.wordpress.com/2009/04/fin.jpg" medium="image">
			<media:title type="html">ka</media:title>
		</media:content>

		<media:content url="http://nuhil.files.wordpress.com/2009/04/jen.jpg" medium="image">
			<media:title type="html">ka</media:title>
		</media:content>
	</item>
		<item>
		<title>My First WordPress Theme!</title>
		<link>http://nuhil.wordpress.com/2008/11/24/my-first-wordpress-theme/</link>
		<comments>http://nuhil.wordpress.com/2008/11/24/my-first-wordpress-theme/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 21:29:13 +0000</pubDate>
		<dc:creator>nuhil</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://nuhil.wordpress.com/?p=144</guid>
		<description><![CDATA[Yesterday i made a wordpress theme which is my first work in theme based works. The theme is 100% widgets supported. It is two columns based and has fixed width. I named it RedHat because i used a redhat logo and Black+Red color in major in that theme.
You can see this theme in work.
Click the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nuhil.wordpress.com&blog=2933637&post=144&subd=nuhil&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Yesterday i made a wordpress theme which is my first work in theme based works. The theme is 100% widgets supported. It is two columns based and has fixed width. I named it RedHat because i used a redhat logo and Black+Red color in major in that theme.<br />
You can see this theme in work.<br />
Click the screenshot below.<a href="http://nuhil.coolpage.biz/wordpress/"><img class="aligncenter size-full wp-image-145" title="screenshot" src="http://nuhil.files.wordpress.com/2008/11/screenshot.jpg?w=300&#038;h=220" alt="screenshot" width="300" height="220" /></a></p>
<p>Please don&#8217;t forget to comment about my silly job.</p>
Posted in PHP, Wordpress  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nuhil.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nuhil.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nuhil.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nuhil.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nuhil.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nuhil.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nuhil.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nuhil.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nuhil.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nuhil.wordpress.com/144/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nuhil.wordpress.com&blog=2933637&post=144&subd=nuhil&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nuhil.wordpress.com/2008/11/24/my-first-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92e3245ffa93cfb5ff9e0da6bd31cb3b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nuhil</media:title>
		</media:content>

		<media:content url="http://nuhil.files.wordpress.com/2008/11/screenshot.jpg" medium="image">
			<media:title type="html">screenshot</media:title>
		</media:content>
	</item>
		<item>
		<title>Download YouTube Video by FireFox 3.X!</title>
		<link>http://nuhil.wordpress.com/2008/11/15/download-youtube-video-by-firefox-3x/</link>
		<comments>http://nuhil.wordpress.com/2008/11/15/download-youtube-video-by-firefox-3x/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 05:45:29 +0000</pubDate>
		<dc:creator>nuhil</dc:creator>
				<category><![CDATA[Tips for the New]]></category>

		<guid isPermaLink="false">http://nuhil.wordpress.com/?p=131</guid>
		<description><![CDATA[The most easiest way to Download YouTube video and same from other embeded video sharing site is using Firefox AddOnns. Simply install the AddOnns Fast Video Download 1.6.x in your current FireFox by clicking tools-&#62;Add-ons-&#62;Get Add-ons. Then select a video from YouTube site to view in the browser and when it is finished buffering one [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nuhil.wordpress.com&blog=2933637&post=131&subd=nuhil&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The most easiest way to Download YouTube video and same from other embeded video sharing site is using <strong>Firefox AddOnns</strong>. Simply install the AddOnns <strong>Fast Video Download 1.6.x</strong> in your current FireFox by clicking <strong>tools-&gt;Add-ons-&gt;Get Add-ons</strong>. Then select a video from YouTube site<a href="http://nuhil.files.wordpress.com/2008/11/tube.gif"><img class="aligncenter size-full wp-image-133" title="tube" src="http://nuhil.files.wordpress.com/2008/11/tube.gif?w=470&#038;h=341" alt="tube" width="470" height="341" /></a> to view in the browser and when it is finished buffering one time then click the bottom right corner of the browser button named fast video download. It will save the video in <strong>*.flv</strong> format. VLC, JetAudio, or any flv player can play the downloaded video.</p>
Posted in Tips for the New  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nuhil.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nuhil.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nuhil.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nuhil.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nuhil.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nuhil.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nuhil.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nuhil.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nuhil.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nuhil.wordpress.com/131/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nuhil.wordpress.com&blog=2933637&post=131&subd=nuhil&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nuhil.wordpress.com/2008/11/15/download-youtube-video-by-firefox-3x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92e3245ffa93cfb5ff9e0da6bd31cb3b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nuhil</media:title>
		</media:content>

		<media:content url="http://nuhil.files.wordpress.com/2008/11/tube.gif" medium="image">
			<media:title type="html">tube</media:title>
		</media:content>
	</item>
		<item>
		<title>Another Facebook Application!</title>
		<link>http://nuhil.wordpress.com/2008/11/15/another-facebook-application/</link>
		<comments>http://nuhil.wordpress.com/2008/11/15/another-facebook-application/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 19:08:17 +0000</pubDate>
		<dc:creator>nuhil</dc:creator>
		
		<guid isPermaLink="false">http://nuhil.wordpress.com/?p=128</guid>
		<description><![CDATA[
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nuhil.wordpress.com&blog=2933637&post=128&subd=nuhil&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:center;"><a href="http://apps.facebook.com/ruetgroups/" target="_blank"><img class="size-full wp-image-123 aligncenter" title="head" src="http://nuhil.files.wordpress.com/2008/11/head.gif?w=500&#038;h=80" alt="head" width="500" height="80" /></a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nuhil.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nuhil.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nuhil.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nuhil.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nuhil.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nuhil.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nuhil.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nuhil.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nuhil.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nuhil.wordpress.com/128/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nuhil.wordpress.com&blog=2933637&post=128&subd=nuhil&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nuhil.wordpress.com/2008/11/15/another-facebook-application/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92e3245ffa93cfb5ff9e0da6bd31cb3b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nuhil</media:title>
		</media:content>

		<media:content url="http://nuhil.files.wordpress.com/2008/11/head.gif" medium="image">
			<media:title type="html">head</media:title>
		</media:content>
	</item>
		<item>
		<title>Recover Your Crashed Windows in Previous Status ! (5 min Required)</title>
		<link>http://nuhil.wordpress.com/2008/10/19/recover-your-crashed-windows-in-previous-status-5-min-required/</link>
		<comments>http://nuhil.wordpress.com/2008/10/19/recover-your-crashed-windows-in-previous-status-5-min-required/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 17:47:49 +0000</pubDate>
		<dc:creator>nuhil</dc:creator>
		
		<guid isPermaLink="false">http://nuhil.wordpress.com/?p=97</guid>
		<description><![CDATA[Imagine that you have installed your all necessary softwares and applications. After some days the windows is not booting because of file missing or harddisk error. Then what you do? Simply install a new Windows OS from a CD. But&#8230; All installed applications have gone! Then you again install your all applications working hard for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nuhil.wordpress.com&blog=2933637&post=97&subd=nuhil&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Imagine that you have installed your all necessary softwares and applications. After some days the windows is not booting because of file missing or harddisk error. Then what you do? Simply install a new Windows OS from a CD. But&#8230; All installed applications have gone! Then you again install your all applications working hard for 1 or 2 hours. </p>
<p><strong><span style="color:#3366ff;">Here is Solution!</span></strong></p>
<p><strong>DriveImage </strong>is software which can make image of your system drive or other drive or total harddisk. You should create an image of your drive at present status or good status. Then write the image to a CD or a removeable disk. Then when you are facing the problem of booting OS. Then insert the disk into CDROM and boot from it. Now simply restore the image again in your crashed system drive.</p>
<p>You will get back your windows OS in previous status (in which status you have create the image).</p>
<p>You can download this software from:<a href="http://www.drive-image.com/Drive_Image_Download.shtml"> Here </a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nuhil.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nuhil.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nuhil.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nuhil.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nuhil.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nuhil.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nuhil.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nuhil.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nuhil.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nuhil.wordpress.com/97/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nuhil.wordpress.com&blog=2933637&post=97&subd=nuhil&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nuhil.wordpress.com/2008/10/19/recover-your-crashed-windows-in-previous-status-5-min-required/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92e3245ffa93cfb5ff9e0da6bd31cb3b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nuhil</media:title>
		</media:content>
	</item>
		<item>
		<title>My New PDA!</title>
		<link>http://nuhil.wordpress.com/2008/10/19/my-new-pda/</link>
		<comments>http://nuhil.wordpress.com/2008/10/19/my-new-pda/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 18:30:23 +0000</pubDate>
		<dc:creator>nuhil</dc:creator>
		
		<guid isPermaLink="false">http://nuhil.wordpress.com/?p=93</guid>
		<description><![CDATA[Recently i&#8217;ve got a device which was my dream one time. This is a Palm branded Treo650 PDA which is operated by Palm OS 5.0. It is a device beyond a mobile. It can install both Palm Application and Java Application. Its Nice at all.
 
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nuhil.wordpress.com&blog=2933637&post=93&subd=nuhil&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:center;"><a href="http://nuhil.files.wordpress.com/2008/10/treo650-front-back.jpg"><img class="aligncenter size-full wp-image-95" title="treo650-front-back" src="http://nuhil.files.wordpress.com/2008/10/treo650-front-back.jpg?w=350&#038;h=229" alt="" width="350" height="229" /></a>Recently i&#8217;ve got a device which was my dream one time. This is a Palm branded Treo650 PDA which is operated by Palm OS 5.0. It is a device beyond a mobile. It can install both Palm Application and Java Application. Its Nice at all.</p>
<p style="text-align:center;"> </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nuhil.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nuhil.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nuhil.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nuhil.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nuhil.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nuhil.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nuhil.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nuhil.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nuhil.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nuhil.wordpress.com/93/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nuhil.wordpress.com&blog=2933637&post=93&subd=nuhil&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nuhil.wordpress.com/2008/10/19/my-new-pda/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92e3245ffa93cfb5ff9e0da6bd31cb3b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nuhil</media:title>
		</media:content>

		<media:content url="http://nuhil.files.wordpress.com/2008/10/treo650-front-back.jpg" medium="image">
			<media:title type="html">treo650-front-back</media:title>
		</media:content>
	</item>
		<item>
		<title>Authentication Module with E-mail &amp; Image Verification!</title>
		<link>http://nuhil.wordpress.com/2008/08/01/authentication-module-with-e-mail-image-verification/</link>
		<comments>http://nuhil.wordpress.com/2008/08/01/authentication-module-with-e-mail-image-verification/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 11:29:00 +0000</pubDate>
		<dc:creator>nuhil</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://nuhil.wordpress.com/?p=85</guid>
		<description><![CDATA[I&#8217;ve built an authentication system which can be used as secured module in a registration form or in a suggestion box where there are probability of insertion of data by a robot script. By using the image verification fact no auto generated script can fill up a form. Other wise there is an e-mail verification [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nuhil.wordpress.com&blog=2933637&post=85&subd=nuhil&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;ve built an authentication system which can be used as secured module in a registration form or in a suggestion box where there are probability of insertion of data by a robot script. By using the image verification fact no auto generated script can fill up a form. Other wise there is an e-mail verification fact by which the man who fill up the form giving his e-mail address should check up his inbox for the mail sent by the form.<br />
The e-mail is sent with a link on which by clicking it executes a script for neccessary update in the database.</p>
<p style="text-align:center;"><img class="size-full wp-image-89  aligncenter" src="http://nuhil.files.wordpress.com/2008/08/auth.gif?w=480&#038;h=202" alt="" width="480" height="202" /><br />
In this module when a user fill up the form then in database every data is inserted and in a filled named active &#8216;0&#8242; is inserted. When the user clicks on the link sent to him by e-mail. It then executes another script page which then updates the value of active field into &#8216;1&#8242;.<br />
Then you can verify a user by examining the value of his active field in database that ensures that he clicked on th link.<br />
This can be used as module in any Webapp.</p>
<p><strong><span style="color:#339966;">See the example:</span></strong> <a href="http://nuhil.coolpage.biz/authentication/regi.php" target="_blank">Register</a> <a href="http://nuhil.coolpage.biz/login.php" target="_blank">Login</a><a href="http://nuhil.files.wordpress.com/2008/08/auth.gif"></a><a href="http://nuhil.files.wordpress.com/2008/08/auth.jpg"></a></p>
<p>You can download the source code from the ShareBox left of side of my site. named <span style="color:#ff0000;">Auth.zip</span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nuhil.wordpress.com/85/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nuhil.wordpress.com/85/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nuhil.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nuhil.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nuhil.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nuhil.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nuhil.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nuhil.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nuhil.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nuhil.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nuhil.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nuhil.wordpress.com/85/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nuhil.wordpress.com&blog=2933637&post=85&subd=nuhil&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nuhil.wordpress.com/2008/08/01/authentication-module-with-e-mail-image-verification/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92e3245ffa93cfb5ff9e0da6bd31cb3b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nuhil</media:title>
		</media:content>

		<media:content url="http://nuhil.files.wordpress.com/2008/08/auth.gif" medium="image" />
	</item>
		<item>
		<title>My 5th Semester Project!</title>
		<link>http://nuhil.wordpress.com/2008/07/29/my-5th-semester-project/</link>
		<comments>http://nuhil.wordpress.com/2008/07/29/my-5th-semester-project/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 08:16:17 +0000</pubDate>
		<dc:creator>nuhil</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://nuhil.wordpress.com/?p=81</guid>
		<description><![CDATA[I have launched my 5th semester project on the web for testing and further feedback. I was directed to make a web app for a garments shop. There are two types of use. Administrator can upload a product by specific privilege and customer can see required product or all product by searching with requirements. They [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nuhil.wordpress.com&blog=2933637&post=81&subd=nuhil&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have launched my 5th semester project on the web for testing and further feedback. I was directed to make a web app for a garments shop. There are two types of use. Administrator can upload a product by specific privilege and customer can see required product or all product by searching with requirements. They also can by the product.</p>
<p>The address: <a title="My Project" href="http://nuhil.coolpage.biz/project/" target="_blank">My project </a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nuhil.wordpress.com/81/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nuhil.wordpress.com/81/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nuhil.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nuhil.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nuhil.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nuhil.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nuhil.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nuhil.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nuhil.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nuhil.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nuhil.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nuhil.wordpress.com/81/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nuhil.wordpress.com&blog=2933637&post=81&subd=nuhil&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nuhil.wordpress.com/2008/07/29/my-5th-semester-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92e3245ffa93cfb5ff9e0da6bd31cb3b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nuhil</media:title>
		</media:content>
	</item>
		<item>
		<title>2012: The Year The Internet Ends!</title>
		<link>http://nuhil.wordpress.com/2008/06/04/2012-the-year-the-internet-ends/</link>
		<comments>http://nuhil.wordpress.com/2008/06/04/2012-the-year-the-internet-ends/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 19:31:02 +0000</pubDate>
		<dc:creator>nuhil</dc:creator>
		
		<guid isPermaLink="false">http://nuhil.wordpress.com/?p=79</guid>
		<description><![CDATA[Every significant Internet provider around the globe is currently in talks with access and content providers to transform the internet into a television-like medium: no more freedom, you pay for a small commercial package of sites you can visit and you&#8217;ll have to pay for seperate subscriptions for every site that&#8217;s not in the package.
Almost [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nuhil.wordpress.com&blog=2933637&post=79&subd=nuhil&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Every significant Internet provider around the globe is currently in talks with access and content providers to transform the <strong>internet into a television-like medium</strong>: <span style="color:#ff6600;"><strong>no more freedom</strong></span>, you pay for a small commercial package of sites you can visit and you&#8217;ll have to pay for seperate subscriptions for every site that&#8217;s not in the package.</p>
<p>Almost all smaller websites/services will disappear over time and multinationals who are used to using big budgets to brute force their content into every media outlet will finally be able to approach the internet in the same way.</p>
<p><strong>This well-known illustration of why we need net neutrality turns out to be very close to the truth:</strong></p>
<p><span style="color:#ff6600;"><strong>What can we do?</strong></span><span id="more-79"></span><br />
Internet providers have realized that the only way to not lose massive amounts of customers over this is to make sure there are no alternatives, that&#8217;s why all major Internet providers are currently making agreements and planning to switch simultaneously somewhere in the year 2012. This is currently all going on under very strict NDA&#8217;s (Non-Disclosure Agreements) because the last thing they want is the masses speaking out against it.</p>
<p>We were able to uncover this information because we have been well-known net neutrality activists for longer than a year now and over time have we&#8217;ve gotten in contact with many high-profile industry insiders. We will continue our activism and the I Power website serves as a platform for joining forces, sharing ideas and spreading awareness.</p>
<p>It&#8217;s our responsibility to spread the word, use any sort of political or media contacts you may know. The more awareness there is, the more impossible it&#8217;ll be for Internet providers to make this switch. Let&#8217;s make sure that by 2012, ISP&#8217;s won&#8217;t even dare think about doing anything that goes against the principles of net neutrality.</p>
<p><span style="color:#ff6600;"><strong> More info&#8230;</strong></span><br />
Net neutrality has been a much debated issue for several years now and there have been many lawsuits in cases where an Internet provider blocked access to a certain competitor&#8217;s site or simply crippled download speeds on services that they felt were using up too much of their bandwidth. But this new information that has now been confirmed by inside sources from major ISP&#8217;s and content providers gives us a far bleaker vision of what the future of Internet freedom will look like if we don&#8217;t take action in every way we can.</p>
<p>Why is this happening? The entire media and marketing industry is losing its grip on the upcoming generations of Internet-minded consumers. Statistics show that traditional media is losing popularity as the Internet continues to grow drastically every year. And the Internet is a completely different place: consumers aren&#8217;t passive any more and advertisements don&#8217;t have the same psychological effect they normally have on television. Internet users are very active and focused: they only go to the sites and services they want, and with an infinite amount of alternatives, users simply switch to something else if one service becomes too commercialized with annoying advertisements.With this in mind, it&#8217;s no surprise that the past 6 years the industry has secretly been planning a &#8216;take-over&#8217; to secure the Internet as a purely commercial playground.</p>
<p><span style="color:#ff6600;"><strong> Spread The Word</strong></span><br />
But there is hope&#8230; More and more people are becoming aware of the importance of net neutrality and now that we have uncovered what the industries have been plotting, it&#8217;s not just about big corporations forming shady agreements, it&#8217;s about what they will say to their users who will demand an explanation from their providers on what will happen to their access in 2012. As long as there are alternatives, we can pressure those providers who admit to being against net neutrality and favor those who take a stand and choose to give their users their freedom even after 2012. We can keep pushing for net neutrality laws and we can start spreading awareness on a massive scale to make sure that ISP&#8217;s think twice before signing anything that&#8217;ll go against the freedom that made the Internet into the important open medium that it is today.</p>
<p>It&#8217;s our responsibility, spread the word and use any sort of political or media contacts you may know. Let&#8217;s make sure that by 2012, ISP&#8217;s won&#8217;t even dare think about doing anything that goes against the principles of net neutrality.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nuhil.wordpress.com/79/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nuhil.wordpress.com/79/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nuhil.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nuhil.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nuhil.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nuhil.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nuhil.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nuhil.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nuhil.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nuhil.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nuhil.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nuhil.wordpress.com/79/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nuhil.wordpress.com&blog=2933637&post=79&subd=nuhil&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nuhil.wordpress.com/2008/06/04/2012-the-year-the-internet-ends/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92e3245ffa93cfb5ff9e0da6bd31cb3b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nuhil</media:title>
		</media:content>
	</item>
	</channel>
</rss>