<?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>IPRobot.net &#187; Internet</title>
	<atom:link href="http://www.iprobot.net/category/internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iprobot.net</link>
	<description>Technology, Reviews, Tutorials, Make Money Online, Linux Tutorials</description>
	<lastBuildDate>Wed, 21 Sep 2011 10:06:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Basics of Networking</title>
		<link>http://www.iprobot.net/internet/basics-of-networking-2/</link>
		<comments>http://www.iprobot.net/internet/basics-of-networking-2/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 09:26:15 +0000</pubDate>
		<dc:creator>Awang Apandy</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.iprobot.net/?p=133</guid>
		<description><![CDATA[IP ADDRESS (Internet Protocol) Definition:  A numerical value that been assigned to a device/computer/node in order for it to join/participate/communicate in a network. IP address only has a valid combination of number 0 &#8211; 255 (which consist of 256 digits &#8230; <a href="http://www.iprobot.net/internet/basics-of-networking-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>IP ADDRESS (Internet Protocol)</strong></p>
<p>Definition:  A numerical value that been assigned to a device/computer/node in order for it to join/participate/communicate in a network. IP address only has a valid combination of number 0 &#8211; 255 (which consist of 256 digits as 0 is also counted)</p>
<p>IP address must be unique in each device/computer/node and cannot have a duplicate in the same network. IP address usually is represented in dotted-decimal notation for example 112.243.137.100</p>
<p>IP address is divided into 2 purposes; one is for external (normal use) and internal (private network, localhost). The internal IP is only usable within the Local Area Network (LAN). It will not pass through the modem/router and people from outside the network normally won’t be able to connect/enter to your device through the usage of private IP. But by using Virtual Private Network (VPN), you are able to connect in between different private networks.<br />
<span id="more-133"></span><br />
The example of Private Network IP:</p>
<p>1)      10.0.0.0 &#8211; 10.255.255.255</p>
<p>2)      172.16.0.0 &#8211; 172.31.255.255</p>
<p>3)      192.168.0.0 &#8211; 192.168.255.255</p>
<p>Localhost is the standard hostname given to an IP address of a loopback network interface. For example by typing http://localhost, it will redirect to the http server located inside your own server (if applicable). The localhost IP is 127.0.0.0 &#8211; 127.255.255.255</p>
<p>There are current 2 types of IP address that being used:</p>
<p>1)      IPv4 &#8211; a 32 bit address which currently been widely used and nearing exhaustion</p>
<p>2)      IPv6 &#8211;  recently introduced to replace the IPv4 which uses 128 bit addresses</p>
<p>IP address has several different Class from A – E:</p>
<p>Class A = 0.0.0.0 &#8211; 127.255.255.255</p>
<p>Class B = 128.0.0.0 &#8211; 191.255.255.255</p>
<p>Class C = 192.0.0.0 &#8211; 223.255.255.255</p>
<p>Class D = 224.0.0.0 &#8211; 239.255.255.255*</p>
<p>Class E = 240.0.0.0 &#8211; 255.255.255.255*</p>
<p>*Please note that both Class D and E IP are not usable / not suitable for normal networking</p>
<p><strong>SUBNETWORK</strong></p>
<p>Definition: A logical form of division / segmentation of the IP address. It helps to determine the IP address location in a large network.</p>
<p>For performance and security reason, IP address usually is segmented / divided into various configurations which are called Subnet Mask.</p>
<p>Subnet Mask usually show how many IP range that attached to that particular configuration. It also acts as a validation for IP address whether it belongs to the network or not. Below is the most common subnet mask used for a normal full block of 256 IP address:</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="160" valign="top">Mask</td>
<td width="160" valign="top">Available Subnet</td>
<td width="160" valign="top">Available Host Per Subnet</td>
<td width="160" valign="top">Total Usable Host</td>
</tr>
<tr>
<td width="160" valign="top">255.255.255.0</td>
<td width="160" valign="top">1</td>
<td width="160" valign="top">254</td>
<td width="160" valign="top">254</td>
</tr>
<tr>
<td width="160" valign="top">255.255.255.128</td>
<td width="160" valign="top">2</td>
<td width="160" valign="top">126</td>
<td width="160" valign="top">252</td>
</tr>
<tr>
<td width="160" valign="top">255.255.255.192</td>
<td width="160" valign="top">4</td>
<td width="160" valign="top">62</td>
<td width="160" valign="top">248</td>
</tr>
<tr>
<td width="160" valign="top">255.255.255.224</td>
<td width="160" valign="top">8</td>
<td width="160" valign="top">30</td>
<td width="160" valign="top">240</td>
</tr>
<tr>
<td width="160" valign="top">255.255.255.240</td>
<td width="160" valign="top">16</td>
<td width="160" valign="top">14</td>
<td width="160" valign="top">224</td>
</tr>
<tr>
<td width="160" valign="top">255.255.255.248</td>
<td width="160" valign="top">32</td>
<td width="160" valign="top">6</td>
<td width="160" valign="top">192</td>
</tr>
<tr>
<td width="160" valign="top">255.255.255.252</td>
<td width="160" valign="top">64</td>
<td width="160" valign="top">2</td>
<td width="160" valign="top">128</td>
</tr>
<tr>
<td width="160" valign="top">255.255.255.254</td>
<td width="160" valign="top">128</td>
<td width="160" valign="top">2</td>
<td width="160" valign="top">256</td>
</tr>
</tbody>
</table>
<p><strong>CLASSLESS INTER-DOMAIN ROUTING (CIDR)</strong></p>
<p>Definition: A methodology to describe the allocation of the IP address in a network. It was created to replace the old Class A, B, and C routing scheme which helps to manage the IP exhaustion problem. It is also a conversion from the Subnet Mask.</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="112" valign="top">CIDR</td>
<td width="142" valign="top">Mask</td>
<td width="130" valign="top">Available Subnet</td>
<td width="130" valign="top">Available Host Per Subnet</td>
<td width="125" valign="top">Total Usable Host</td>
</tr>
<tr>
<td width="112" valign="top">/24</td>
<td width="142" valign="top">255.255.255.0</td>
<td width="130" valign="top">1</td>
<td width="130" valign="top">254</td>
<td width="125" valign="top">254</td>
</tr>
<tr>
<td width="112" valign="top">/25</td>
<td width="142" valign="top">255.255.255.128</td>
<td width="130" valign="top">2</td>
<td width="130" valign="top">126</td>
<td width="125" valign="top">252</td>
</tr>
<tr>
<td width="112" valign="top">/26</td>
<td width="142" valign="top">255.255.255.192</td>
<td width="130" valign="top">4</td>
<td width="130" valign="top">62</td>
<td width="125" valign="top">248</td>
</tr>
<tr>
<td width="112" valign="top">/27</td>
<td width="142" valign="top">255.255.255.224</td>
<td width="130" valign="top">8</td>
<td width="130" valign="top">30</td>
<td width="125" valign="top">240</td>
</tr>
<tr>
<td width="112" valign="top">/28</td>
<td width="142" valign="top">255.255.255.240</td>
<td width="130" valign="top">16</td>
<td width="130" valign="top">14</td>
<td width="125" valign="top">224</td>
</tr>
<tr>
<td width="112" valign="top">/29</td>
<td width="142" valign="top">255.255.255.248</td>
<td width="130" valign="top">32</td>
<td width="130" valign="top">6</td>
<td width="125" valign="top">192</td>
</tr>
<tr>
<td width="112" valign="top">/30</td>
<td width="142" valign="top">255.255.255.252</td>
<td width="130" valign="top">64</td>
<td width="130" valign="top">2</td>
<td width="125" valign="top">128</td>
</tr>
<tr>
<td width="112" valign="top">/31</td>
<td width="142" valign="top">255.255.255.254</td>
<td width="130" valign="top">128</td>
<td width="130" valign="top">1</td>
<td width="125" valign="top">256</td>
</tr>
<tr>
<td width="112" valign="top">/32</td>
<td width="142" valign="top">255.255.255.255</td>
<td width="130" valign="top">-</td>
<td width="130" valign="top">-</td>
<td width="125" valign="top">1</td>
</tr>
</tbody>
</table>
<p><strong>GATEWAY</strong></p>
<p>Definition:  A node stands in between for the IP address to pass through to another network. The IP address gateway functions exactly the same manner.</p>
<p>Gateway also can be use as a firewall or proxy to monitor and filter your incoming and outgoing packets.</p>
<p>Usually gateway will be the node to route your packet request to reach its destination. This will be involving a few gateways on each network depending on how far your destination is.</p>
<p><strong>DOMAIN NAME SYSTEM (DNS)</strong></p>
<p>Definition: Allows computer and routers to identify each other efficiently on the network.</p>
<p>It helps to route, convert and translate hostname into IP address. This is because human is prone to using domain name to get anywhere but in the meanwhile the computer only recognize the IP address.</p>
<p>So DNS helps to convert the domain name typed by the human into IP address for the computer to read. Then it will send the packets that contain the IP address throughout the gateway until it reach its destination.</p>
<p><strong>MEDIA ACCESS CONTROL (MAC) ADDRESS</strong></p>
<p>Definition: is a unique identifier inside the network interface card for identification purposes in a network.</p>
<p>It was originally set by the network interface card&#8217;s manufacturer for their manufacturing number hence MAC address is unique in every network card. MAC address is not being use to set a normal network connection. It is only will be used inside the OSI layer. An example of how a MAC address looks like 00:E0:81:BA:E6:4A</p>
<p><strong>A SUBNET OF IP ADDRESS</strong></p>
<p><strong> </strong></p>
<p>If you got a block of IPs from the service provider, first you need to understand how the IPs is assigned inside the block (unless they have specified earlier for your convenience).</p>
<p>Each of the IP address subnet will contain Network ID (Identification purposes), Broadcast (broadcasting the IP throughout the network), and a Gateway. Below is an example of a 122.117.163.96/29 physical distribution:</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="122" valign="top">IP</td>
<td width="143" valign="top">Definition</td>
</tr>
<tr>
<td width="122" valign="top">122.117.163.96</td>
<td width="143" valign="top">Network ID</td>
</tr>
<tr>
<td width="122" valign="top">122.117.163.97</td>
<td width="143" valign="top">Gateway</td>
</tr>
<tr>
<td width="122" valign="top">122.117.163.98</td>
<td width="143" valign="top"></td>
</tr>
<tr>
<td width="122" valign="top">122.117.163.99</td>
<td width="143" valign="top"></td>
</tr>
<tr>
<td width="122" valign="top">122.117.163.100</td>
<td width="143" valign="top"></td>
</tr>
<tr>
<td width="122" valign="top">122.117.163.101</td>
<td width="143" valign="top"></td>
</tr>
<tr>
<td width="122" valign="top">122.117.163.102</td>
<td width="143" valign="top"></td>
</tr>
<tr>
<td width="122" valign="top">122.117.163.103</td>
<td width="143" valign="top">Broadcast</td>
</tr>
</tbody>
</table>
<p>In the table above, it will show that the only usable IP will be only starting from 122.117.163.98 – 102. The same configuration will apply no matter how big or small the IP subnet your are getting from the service provider.</p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong>ASSIGNING IP ADDRESS</strong></p>
<p>When installing a new server, normally an IP address needs to be set in order for the server to be connected to the network. The most important information that needs to be prepared when getting the server connected to the network is:</p>
<p>1)      IP address &#8211; identify your server on the network</p>
<p>2)      Subnet mask &#8211; verify the IP address grouping</p>
<p>3)      IP gateway &#8211; provides the entry to the network</p>
<p>4)      DNS &#8211; resolves domain/host name to IP address</p>
<p>As been mentioned earlier, all these components have its own function and how they relate to each other to make the server connected to the network. Failure to provide or wrong set of configuration, the server won’t be able to connect to the network.</p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.iprobot.net/internet/basics-of-networking-2/&amp;title=Basics of Networking' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.iprobot.net/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us]'  /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.iprobot.net/internet/basics-of-networking-2/&amp;title=Basics of Networking' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.iprobot.net/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg]'  /></a> <a href='http://reddit.com/submit?url=http://www.iprobot.net/internet/basics-of-networking-2/&amp;title=Basics of Networking' title='Reddit' onclick='target="_blank";' rel='nofollow'><img src='http://www.iprobot.net/wp-content/plugins/bookmarkify/reddit.png' style='width:16px; height:16px;' alt='[Reddit]'  /></a> <a href='http://slashdot.org/bookmark.pl?url=http://www.iprobot.net/internet/basics-of-networking-2/&amp;title=Basics of Networking' title='Slashdot It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.iprobot.net/wp-content/plugins/bookmarkify/slashdot.png' style='width:16px; height:16px;' alt='[Slashdot]'  /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.iprobot.net/internet/basics-of-networking-2/&amp;title=Basics of Networking' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.iprobot.net/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon]'  /></a> <a href='http://technorati.com/faves?add=http://www.iprobot.net/internet/basics-of-networking-2/' title='Add to my Technorati Favorites' onclick='target="_blank";' rel='nofollow'><img src='http://www.iprobot.net/wp-content/plugins/bookmarkify/technorati.png' style='width:16px; height:16px;' alt='[Technorati]'  /></a> <a href='https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://www.iprobot.net/internet/basics-of-networking-2/&amp;title=Basics of Networking' title='Save to Windows Live' onclick='target="_blank";' rel='nofollow'><img src='http://www.iprobot.net/wp-content/plugins/bookmarkify/windowslive.png' style='width:16px; height:16px;' alt='[Windows Live]'  /></a> <a href='http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://www.iprobot.net/internet/basics-of-networking-2/&amp;t=Basics of Networking' title='Save to Yahoo! Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.iprobot.net/wp-content/plugins/bookmarkify/yahoo.png' style='width:16px; height:16px;' alt='[Yahoo!]'  /></a> </div></div>]]></content:encoded>
			<wfw:commentRss>http://www.iprobot.net/internet/basics-of-networking-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix Your Streamyx Problem Today by Using TMnet Proxy</title>
		<link>http://www.iprobot.net/internet/fix-your-streamyx-problem-today-by-using-tmnet-proxy/</link>
		<comments>http://www.iprobot.net/internet/fix-your-streamyx-problem-today-by-using-tmnet-proxy/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 18:59:28 +0000</pubDate>
		<dc:creator>DJS</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.iprobot.net/?p=35</guid>
		<description><![CDATA[Guys, if you having packet loss problem now with streamyx, you can use these proxies. Usable proxy list: 219.93.178.162:3128 updated: 26/04/2010 Firefox setting: Tools -&#62;Options-&#62;Advance-&#62;Network-&#62;Settings Internet Explorer Setting: Tools -&#62; Internet Options -&#62; Connections -&#62; Lan Settings Notes: If you &#8230; <a href="http://www.iprobot.net/internet/fix-your-streamyx-problem-today-by-using-tmnet-proxy/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Guys, if you having packet loss problem now with streamyx, you can use these proxies.<br />
<span style="text-decoration: line-through;"><br />
</span><strong> </strong></p>
<p><strong>Usable proxy list:<br />
</strong>219.93.178.162:3128</p>
<p><em>updated: 26/04/2010</em></p>
<p><strong>Firefox setting:</strong></p>
<p>Tools -&gt;Options-&gt;Advance-&gt;Network-&gt;Settings</p>
<p><img class="alignnone size-full wp-image-36" title="proxy" src="http://www.iprobot.net/wp-content/uploads/2009/02/proxy.jpg" alt="proxy" width="450" height="451" /></p>
<p><strong>Internet Explorer Setting:</strong></p>
<p>Tools -&gt; Internet Options -&gt; Connections -&gt; Lan Settings</p>
<p><a href="http://www.iprobot.net/wp-content/uploads/2009/02/ie-proxy.jpg"><img class="alignnone size-thumbnail wp-image-46" title="ie-proxy" src="http://www.iprobot.net/wp-content/uploads/2009/02/ie-proxy-150x150.jpg" alt="ie-proxy" width="150" height="150" /></a></p>
<p>Notes: If you happen to get error message while surfing the net using this proxy, which means this proxy is no longer usable.</p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.iprobot.net/internet/fix-your-streamyx-problem-today-by-using-tmnet-proxy/&amp;title=Fix Your Streamyx Problem Today by Using TMnet Proxy' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.iprobot.net/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us]'  /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.iprobot.net/internet/fix-your-streamyx-problem-today-by-using-tmnet-proxy/&amp;title=Fix Your Streamyx Problem Today by Using TMnet Proxy' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.iprobot.net/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg]'  /></a> <a href='http://reddit.com/submit?url=http://www.iprobot.net/internet/fix-your-streamyx-problem-today-by-using-tmnet-proxy/&amp;title=Fix Your Streamyx Problem Today by Using TMnet Proxy' title='Reddit' onclick='target="_blank";' rel='nofollow'><img src='http://www.iprobot.net/wp-content/plugins/bookmarkify/reddit.png' style='width:16px; height:16px;' alt='[Reddit]'  /></a> <a href='http://slashdot.org/bookmark.pl?url=http://www.iprobot.net/internet/fix-your-streamyx-problem-today-by-using-tmnet-proxy/&amp;title=Fix Your Streamyx Problem Today by Using TMnet Proxy' title='Slashdot It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.iprobot.net/wp-content/plugins/bookmarkify/slashdot.png' style='width:16px; height:16px;' alt='[Slashdot]'  /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.iprobot.net/internet/fix-your-streamyx-problem-today-by-using-tmnet-proxy/&amp;title=Fix Your Streamyx Problem Today by Using TMnet Proxy' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.iprobot.net/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon]'  /></a> <a href='http://technorati.com/faves?add=http://www.iprobot.net/internet/fix-your-streamyx-problem-today-by-using-tmnet-proxy/' title='Add to my Technorati Favorites' onclick='target="_blank";' rel='nofollow'><img src='http://www.iprobot.net/wp-content/plugins/bookmarkify/technorati.png' style='width:16px; height:16px;' alt='[Technorati]'  /></a> <a href='https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://www.iprobot.net/internet/fix-your-streamyx-problem-today-by-using-tmnet-proxy/&amp;title=Fix Your Streamyx Problem Today by Using TMnet Proxy' title='Save to Windows Live' onclick='target="_blank";' rel='nofollow'><img src='http://www.iprobot.net/wp-content/plugins/bookmarkify/windowslive.png' style='width:16px; height:16px;' alt='[Windows Live]'  /></a> <a href='http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://www.iprobot.net/internet/fix-your-streamyx-problem-today-by-using-tmnet-proxy/&amp;t=Fix Your Streamyx Problem Today by Using TMnet Proxy' title='Save to Yahoo! Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.iprobot.net/wp-content/plugins/bookmarkify/yahoo.png' style='width:16px; height:16px;' alt='[Yahoo!]'  /></a> </div></div>]]></content:encoded>
			<wfw:commentRss>http://www.iprobot.net/internet/fix-your-streamyx-problem-today-by-using-tmnet-proxy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Opera v9.60  Released</title>
		<link>http://www.iprobot.net/internet/opera-v960-released/</link>
		<comments>http://www.iprobot.net/internet/opera-v960-released/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 03:35:45 +0000</pubDate>
		<dc:creator>DJS</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.iprobot.net/?p=32</guid>
		<description><![CDATA[The most full-featured Internet power tool on the market, Opera includes pop-up blocking, tabbed browsing, integrated searches, and advanced functions like Opera&#8217;s groundbreaking E-mail program, RSS Newsfeeds and IRC chat. And because we know that our users have different needs, &#8230; <a href="http://www.iprobot.net/internet/opera-v960-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The most full-featured Internet power tool on the market, Opera includes pop-up blocking, tabbed browsing, integrated searches, and advanced functions like Opera&#8217;s groundbreaking E-mail program, RSS Newsfeeds and IRC chat. And because we know that our users have different needs, you can customize the look and content of your Opera browser with a few clicks of the mouse.</p>
<p>Download: <a href="http://www.opera.com/download/" target="_blank">Opera v9.60</a></p>
<p><span id="more-32"></span></p>
<h2>Release Notes</h2>
<p>Opera 9.6 is a recommended security and stability upgrade. See the <a href="http://www.opera.com/docs/changelogs/windows/960/#sec">Security</a> section.</p>
<p>A separate changelog listing <a href="http://www.opera.com/docs/changelogs/windows/960/sincebeta1.dml">changes since Opera 9.6 Beta 1</a> is available.</p>
<h2>New and improved features in Opera 9.6</h2>
<h3>Opera Link</h3>
<p>Custom search engines and typed history (typed history is only the history you explicitly type or select from the address bar) are now joining bookmarks, notes, personal bar and Speed Dial in Opera Link.</p>
<h3>Opera Mail</h3>
<h4>Feed Preview</h4>
<p>Now you can preview an RSS/Atom feed before subscribing.</p>
<h4>Follow/Ignore threads and contacts</h4>
<p>Follow and Ignore are new features for users that receive numerous messages. It makes it easier to dismiss unimportant messages and easier to recognise important messages.</p>
<ul>
<li>Activate this feature by selecting Follow/Ignore in the email context menu (or click the message subject header), then select either Follow Thread or Ignore Thread.</li>
<li>Also, you can click the names in the From or To headers to enable the following or ignoring of contacts.</li>
</ul>
<h4>Go To Thread</h4>
<p>You can now also use &#8220;Go to thread&#8221; which means that you can view only the messages from that thread. This is useful for those that employ flat view.</p>
<h4>Low Bandwidth Mode</h4>
<p>Low Bandwidth Mode is a setting on mail accounts that makes Opera Mail use as little bandwidth as possible.</p>
<ul>
<li>For <strong>IMAP</strong> (Internet Message Access Protocol): Opera will only synchronise new messages and it will not fetch message attachments unless requested</li>
<li>For <strong>POP</strong> (Post Office Protocol): Opera will not fetch more than the first 100 lines of a message unless requested</li>
</ul>
<h3>Opera Scroll Marker</h3>
<p>The new Opera Scroll Marker makes it easier to continue reading when you scroll through a Web page. At the end of the page it will indicate the previous position of the bottom of the screen so you can easily see where to continue reading.</p>
<p>Enable Opera Scroll Marker in the Preferences dialog box. Navigate to <strong>Tools &gt; Preferences &gt; Advanced &gt; Browsing &gt; Show scroll marker (check box)</strong>.</p>
<ul>
<li>Check the box to enable Opera Scroll Marker</li>
<li>Leave the box unchecked (default) to keep it disabled</li>
</ul>
<p>Using the opera:config Preferences Editor <a href="opera:config#UserPrefs%7CEnableScrollMarker">opera:config#UserPrefs|EnableScrollMarker</a>, you can also set Opera Scroll Marker to show every time you scroll less than a full page down or up. The options in the drop-down menu are:</p>
<ul>
<li><strong>0</strong> — off</li>
<li><strong>1</strong> — show when reaching the bottom or top of the page</li>
<li><strong>2</strong> — always show when scrolling</li>
</ul>
<h2>Changes since Opera 9.52</h2>
<h3>User Interface</h3>
<ul>
<li>Opera now remembers the bookmark panel position after restart</li>
<li>Added a setting <a href="opera:config#UserPrefs%7CShowBookmarksInAddressfieldAutocompletion">opera:config#UserPrefs|ShowBookmarksInAddressfieldAutocompletion</a> to prevent bookmarks from showing in the Address field auto-completion drop-down</li>
<li>When setting <a href="opera:config#TransferWindow%7CKeepEntriesDays">opera:config#TransferWindow|KeepEntriesDays</a> to 0, Opera now removes the transfer history when restarting</li>
<li>Sites using HTTP Auth are now saved in typed history</li>
<li>Opera now stops loading pages with iframes when closing the page or pressing stop</li>
<li>Page encoding in site preferences can now be reset to automatic</li>
<li>Browsing Intranet sites now works after changing proxies in a running session</li>
<li>Improvements to Opera Link include the synchronization of search engines and typed history</li>
<li>Changed the default global history to 1000</li>
<li>Added a new default speedial.ini</li>
<li>Fixed sorting by progress in Transfers</li>
<li>Fixed copying of multiple entries from the history manager</li>
<li>Fixed a bug that could cause notes to be lost when using certain characters</li>
<li>Fixed dataloss situation when note folders had more than one line in their name</li>
<li>Fixed spurious highlighting when using the space character in inline find</li>
<li>Fixed an issue that would prevent links in frames from being opened by the keyboard</li>
</ul>
<h3>Mail, News, Chat</h3>
<ul>
<li>Added popular Chinese providers in mailproviders.xml</li>
<li>Made all top-level access points (except All Messages) selectable</li>
<li>Now copes better with broken POP servers that send empty UIDLs</li>
<li>The &#8220;Large font&#8221; setting is now respected for subjects</li>
<li>Cache files from feeds no longer show up in Transfers</li>
<li>Feeds are now detected even when served as text/html</li>
<li>Fixed the synchronization of removed labels for IMAP accounts</li>
<li>Fixed an issue where the signatures wouldn&#8217;t change if the default account signature ended with a space</li>
<li>Fixed an issue where sent message bodies could disappear under certain circumstances</li>
<li>Fixed DCC transfers in IRC</li>
</ul>
<h3>Display and Scripting</h3>
<ul>
<li>Improved Acid3 support: The <code>document</code> property has been removed from <code>iframe</code> objects for compatibility with Gecko, WebKit, and the Acid3 test</li>
<li>Added support for the <a href="http://developer.mozilla.org/En/Core_JavaScript_1.5_Reference:Global_Objects:Function:caller"><code>caller</code> property on functions</a>: http://developer.mozilla.org/En/Core_JavaScript_1.5_Reference:Global_Objects:Function:caller</li>
<li>Special characters are now displayed properly in the Address bar drop-down</li>
<li>Opera Dragonfly element highlighting no longer stays on the page after closing the developer tools window</li>
<li>Script focused elements are no longer highlighted</li>
<li>Fixed saving of SVG when right clicking</li>
<li>Fixed an issue where custom search engines would not get a favicon</li>
</ul>
<h3 id="sec">Security</h3>
<ul>
<li>Verisign and Comodo are now formally EV-enabled: see <a href="http://my.opera.com/rootstore/blog/2008/09/12/verisign-and-comodo-formally-ev-enabled">Yngve&#8217;s blog post</a></li>
<li>Fixed an issue where specially crafted addresses could execute arbitrary code, as reported by Chris of Matasano Security; see our <a href="http://www.opera.com/support/search/view/901/">advisory</a></li>
<li>Java applets can no longer be used to read sensitive information, as reported by Nate McFeters; see our <a href="http://www.opera.com/support/search/view/902/">advisory</a></li>
</ul>
<h3>Miscellaneous</h3>
<ul>
<li>Added the Opera Core version (currently &#8220;Presto/2.1.1&#8243;) to the User Agent header</li>
<li>Improved performance with large wand.dat files</li>
<li>Fixed Fast Forward on Google search results pages</li>
</ul>
<h3>Windows-specific changes</h3>
<ul>
<li>Fixed a bug where network paths that start with \\ would not work, which in particular caused issues with sent mail when storing profiles on network drives</li>
<li>Fixed installation problems on Windows NT 4.0</li>
</ul>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.iprobot.net/internet/opera-v960-released/&amp;title=Opera v9.60  Released' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.iprobot.net/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us]'  /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.iprobot.net/internet/opera-v960-released/&amp;title=Opera v9.60  Released' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.iprobot.net/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg]'  /></a> <a href='http://reddit.com/submit?url=http://www.iprobot.net/internet/opera-v960-released/&amp;title=Opera v9.60  Released' title='Reddit' onclick='target="_blank";' rel='nofollow'><img src='http://www.iprobot.net/wp-content/plugins/bookmarkify/reddit.png' style='width:16px; height:16px;' alt='[Reddit]'  /></a> <a href='http://slashdot.org/bookmark.pl?url=http://www.iprobot.net/internet/opera-v960-released/&amp;title=Opera v9.60  Released' title='Slashdot It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.iprobot.net/wp-content/plugins/bookmarkify/slashdot.png' style='width:16px; height:16px;' alt='[Slashdot]'  /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.iprobot.net/internet/opera-v960-released/&amp;title=Opera v9.60  Released' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.iprobot.net/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon]'  /></a> <a href='http://technorati.com/faves?add=http://www.iprobot.net/internet/opera-v960-released/' title='Add to my Technorati Favorites' onclick='target="_blank";' rel='nofollow'><img src='http://www.iprobot.net/wp-content/plugins/bookmarkify/technorati.png' style='width:16px; height:16px;' alt='[Technorati]'  /></a> <a href='https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://www.iprobot.net/internet/opera-v960-released/&amp;title=Opera v9.60  Released' title='Save to Windows Live' onclick='target="_blank";' rel='nofollow'><img src='http://www.iprobot.net/wp-content/plugins/bookmarkify/windowslive.png' style='width:16px; height:16px;' alt='[Windows Live]'  /></a> <a href='http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://www.iprobot.net/internet/opera-v960-released/&amp;t=Opera v9.60  Released' title='Save to Yahoo! Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.iprobot.net/wp-content/plugins/bookmarkify/yahoo.png' style='width:16px; height:16px;' alt='[Yahoo!]'  /></a> </div></div>]]></content:encoded>
			<wfw:commentRss>http://www.iprobot.net/internet/opera-v960-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Search For MP3 In Google</title>
		<link>http://www.iprobot.net/internet/how-to-search-for-mp3-in-google/</link>
		<comments>http://www.iprobot.net/internet/how-to-search-for-mp3-in-google/#comments</comments>
		<pubDate>Thu, 04 Oct 2007 10:25:35 +0000</pubDate>
		<dc:creator>DJS</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.iprobot.net/internet/how-to-search-for-mp3-in-google/</guid>
		<description><![CDATA[Google is the big brother of all search engines. If something is uploaded into the Internet, sooner or later it will be crawled and indexed by the Google bot. This is inevitable unless there are preventive measures taken to ensure &#8230; <a href="http://www.iprobot.net/internet/how-to-search-for-mp3-in-google/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Google is the big brother of all search engines. If something is uploaded into the Internet, sooner or later it will be crawled and indexed by the Google bot. This is inevitable unless there are preventive measures taken to ensure the content is not accessible to the Google bot.</p>
<p>Although sharing some types of MP3 files is considered illegal, there are still people who have uploaded them. We can always use Google to search for these MP3 files, provided you know the complex codes that are required. I stumbled upon two websites that enables us to easily search for MP3 files on the Internet.</p>
<p><strong>Website #1: <a href="http://www.download-browser.info/google_mp3_search_.html" target="_blank" rel="nofollow">Download browser</a></strong><br />
There are four steps that you need to follow in this instruction. Just follow them and you should be fine.</p>
<p><strong>Website #2: <a href="http://g2p.org/" target="_blank" rel="nofollow">GP2</a></strong><br />
This is an easier alternative. You can search for other items apart from songs using this website.</p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.iprobot.net/internet/how-to-search-for-mp3-in-google/&amp;title=How To Search For MP3 In Google' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.iprobot.net/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us]'  /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.iprobot.net/internet/how-to-search-for-mp3-in-google/&amp;title=How To Search For MP3 In Google' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.iprobot.net/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg]'  /></a> <a href='http://reddit.com/submit?url=http://www.iprobot.net/internet/how-to-search-for-mp3-in-google/&amp;title=How To Search For MP3 In Google' title='Reddit' onclick='target="_blank";' rel='nofollow'><img src='http://www.iprobot.net/wp-content/plugins/bookmarkify/reddit.png' style='width:16px; height:16px;' alt='[Reddit]'  /></a> <a href='http://slashdot.org/bookmark.pl?url=http://www.iprobot.net/internet/how-to-search-for-mp3-in-google/&amp;title=How To Search For MP3 In Google' title='Slashdot It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.iprobot.net/wp-content/plugins/bookmarkify/slashdot.png' style='width:16px; height:16px;' alt='[Slashdot]'  /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.iprobot.net/internet/how-to-search-for-mp3-in-google/&amp;title=How To Search For MP3 In Google' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.iprobot.net/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon]'  /></a> <a href='http://technorati.com/faves?add=http://www.iprobot.net/internet/how-to-search-for-mp3-in-google/' title='Add to my Technorati Favorites' onclick='target="_blank";' rel='nofollow'><img src='http://www.iprobot.net/wp-content/plugins/bookmarkify/technorati.png' style='width:16px; height:16px;' alt='[Technorati]'  /></a> <a href='https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://www.iprobot.net/internet/how-to-search-for-mp3-in-google/&amp;title=How To Search For MP3 In Google' title='Save to Windows Live' onclick='target="_blank";' rel='nofollow'><img src='http://www.iprobot.net/wp-content/plugins/bookmarkify/windowslive.png' style='width:16px; height:16px;' alt='[Windows Live]'  /></a> <a href='http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://www.iprobot.net/internet/how-to-search-for-mp3-in-google/&amp;t=How To Search For MP3 In Google' title='Save to Yahoo! Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.iprobot.net/wp-content/plugins/bookmarkify/yahoo.png' style='width:16px; height:16px;' alt='[Yahoo!]'  /></a> </div></div>]]></content:encoded>
			<wfw:commentRss>http://www.iprobot.net/internet/how-to-search-for-mp3-in-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yahoo! Search now with predictive input</title>
		<link>http://www.iprobot.net/internet/yahoo-search-now-with-predictive-input/</link>
		<comments>http://www.iprobot.net/internet/yahoo-search-now-with-predictive-input/#comments</comments>
		<pubDate>Thu, 04 Oct 2007 10:24:04 +0000</pubDate>
		<dc:creator>DJS</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.iprobot.net/internet/yahoo-search-now-with-predictive-input/</guid>
		<description><![CDATA[Yahoo! Search today announced Search Assist, the most advanced assistance technology available on the Web, and the integration of audio, video and photos directly into the search results to help make Web search effortless for consumers. The new Yahoo! Search &#8230; <a href="http://www.iprobot.net/internet/yahoo-search-now-with-predictive-input/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yahoo! Search today announced Search Assist, the most advanced assistance technology available on the Web, and the integration of audio, video and photos directly into the search results to help make Web search effortless for consumers. The new Yahoo! Search was designed to better understand user intent and get consumers to the results they are looking for in one search.</p>
<p align="justify"> Recent research conducted by Harris Interactive on behalf of Yahoo! on the state of the Web shows that consumers are suffering from &#8220;Web search fatigue.&#8221; The study revealed that while 99 percent of online adults use a search engine to find information on the Internet, a mere 15 percent of them find what they&#8217;re looking for with their first search, with most needing to conduct three to four searches.</p>
<p align="justify"> &#8220;The new Yahoo! Search is focused on getting consumers the most relevant information as well as providing the best user experience. We know that consumers want a complete answer, not a bunch of links, and the changes we&#8217;ve made are focused on getting people to the best answer &#8212; whether it be a Web link, photo, video or music clip &#8212; in one search,&#8221; said Vish Makhijani, general manager and senior vice president of Yahoo! Search.</p>
<p align="justify"> Only available from Yahoo!, Search Assist goes beyond basic search &#8220;suggestions&#8221; and gives consumers real-time query suggestions as well as related topics and concepts, which is especially valuable when a person is searching on an unfamiliar topic.</p>
<p align="justify"> Yahoo! Search Assist is there for consumers when they need it and is out of their way when they don&#8217;t. Yahoo! Search Assist senses when a consumer needs help with their search and opens a drop down menu of suggestions and related concepts (see diagram 1) that enables further exploration around their search topic.</p>
<p align="justify">&nbsp;</p>
<p align="justify"> In addition to the new Search Assist feature, Yahoo! Search has also introduced multimedia integration including video, audio and photos (see diagram 2) directly into the search results, allowing consumers to get their answer &#8212; whether it&#8217;s a Web link, photo, video or music clip &#8212; without leaving the page.</p>
<p align="justify">&nbsp;</p>
<p align="justify"> As part of the new Yahoo! Search, consumers will also see new Yahoo! Search Shortcuts, with the most useful information found on the Web and contributed by other online users. The new shortcuts were designed to help consumers save time when searching for popular categories such as events, music, movies, travel, sports, health, shopping, businesses and restaurants (see diagram 3). Yahoo! Search Shortcuts integrate ratings and reviews, photos, official websites and other useful information, giving consumers a complete answer for their search.</p>
<p align="justify">&nbsp;</p>
<p align="justify"> The new Yahoo! Search features are available immediately at yahoo.com in the United States, and Yahoo! Search Assist will also be available in the near future in the United Kingdom.</p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.iprobot.net/internet/yahoo-search-now-with-predictive-input/&amp;title=Yahoo! Search now with predictive input' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.iprobot.net/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us]'  /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.iprobot.net/internet/yahoo-search-now-with-predictive-input/&amp;title=Yahoo! Search now with predictive input' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.iprobot.net/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg]'  /></a> <a href='http://reddit.com/submit?url=http://www.iprobot.net/internet/yahoo-search-now-with-predictive-input/&amp;title=Yahoo! Search now with predictive input' title='Reddit' onclick='target="_blank";' rel='nofollow'><img src='http://www.iprobot.net/wp-content/plugins/bookmarkify/reddit.png' style='width:16px; height:16px;' alt='[Reddit]'  /></a> <a href='http://slashdot.org/bookmark.pl?url=http://www.iprobot.net/internet/yahoo-search-now-with-predictive-input/&amp;title=Yahoo! Search now with predictive input' title='Slashdot It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.iprobot.net/wp-content/plugins/bookmarkify/slashdot.png' style='width:16px; height:16px;' alt='[Slashdot]'  /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.iprobot.net/internet/yahoo-search-now-with-predictive-input/&amp;title=Yahoo! Search now with predictive input' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.iprobot.net/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon]'  /></a> <a href='http://technorati.com/faves?add=http://www.iprobot.net/internet/yahoo-search-now-with-predictive-input/' title='Add to my Technorati Favorites' onclick='target="_blank";' rel='nofollow'><img src='http://www.iprobot.net/wp-content/plugins/bookmarkify/technorati.png' style='width:16px; height:16px;' alt='[Technorati]'  /></a> <a href='https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://www.iprobot.net/internet/yahoo-search-now-with-predictive-input/&amp;title=Yahoo! Search now with predictive input' title='Save to Windows Live' onclick='target="_blank";' rel='nofollow'><img src='http://www.iprobot.net/wp-content/plugins/bookmarkify/windowslive.png' style='width:16px; height:16px;' alt='[Windows Live]'  /></a> <a href='http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://www.iprobot.net/internet/yahoo-search-now-with-predictive-input/&amp;t=Yahoo! Search now with predictive input' title='Save to Yahoo! Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.iprobot.net/wp-content/plugins/bookmarkify/yahoo.png' style='width:16px; height:16px;' alt='[Yahoo!]'  /></a> </div></div>]]></content:encoded>
			<wfw:commentRss>http://www.iprobot.net/internet/yahoo-search-now-with-predictive-input/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

