<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>HTML Remix</title>
	
	<link>http://www.htmlremix.com</link>
	<description>Don't copy code.. Remix it !</description>
	<lastBuildDate>Thu, 12 Jan 2012 14:15:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/htmlremix" /><feedburner:info uri="htmlremix" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>htmlremix</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Google Chrome prerendering and how developer can get ready</title>
		<link>http://feedproxy.google.com/~r/htmlremix/~3/CDy2bNipdx4/google-chrome-prerendering-and-how-developer-can-get-ready</link>
		<comments>http://www.htmlremix.com/google/google-chrome-prerendering-and-how-developer-can-get-ready#comments</comments>
		<pubDate>Wed, 11 Jan 2012 17:43:54 +0000</pubDate>
		<dc:creator>Remiz</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[Google chrome]]></category>
		<category><![CDATA[page speed]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://www.htmlremix.com/?p=960</guid>
		<description><![CDATA[Web developer's precautions to Google Chrome Prerendering to get the best out of it. Give better experience to visitors with less cost for hosting. ]]></description>
			<content:encoded><![CDATA[<p>Last year, Google announced of <a href="http://www.chromium.org/developers/design-documents/prerender">Chrome Prerendering</a>, that is a feature added to Chrome to improve user-visible page load times. Chrome will load the page even if the user is not clicked on it. So that when user actually clicks the link, use feels like it loads faster.</p>
<p><a href="http://www.htmlremix.com/wp-content/uploads/2012/01/speed.jpg"><img onError="javascript: wp_404_images_fix = window.wp_404_images_fix || function(){}; wp_404_images_fix(this);"  src="http://www.htmlremix.com/wp-content/uploads/2012/01/speed.jpg" alt="" title="speed" width="600" height="275" class="alignnone size-full wp-image-966" /></a><br />
Now, Google has added it in the <a href="http://chrome.blogspot.com/2012/01/speed-and-security.html">stable release of Chrome</a>, which will be downloaded masses. Now, as developers, how can we utilize this wisely and still save bandwidth.</p>
<p>First, we need to tell Chrome which links to prerender. For this, you just need to add this line on your HEAD tag. </p>
<pre class="qoate-code">
&lt;link rel="prerender" href="http://example.org/nextpage.html" /&gt;
</pre>
<p>Here is a <a href="http://www.htmlremix.com/projects/preloader-meta-wordpress-plugin">WordPress plugin</a> which does this out of the box for you.</p>
<h4>Negative effects if you enable Prerendering</h4>
<p>No questions, its so cool for the visitors to get pages load faster. But it eats up their bandwidth uselessly unless they want to click on another link.<br />
Now whats bad for the developer / site owner ?</p>
<ol>
<li>It loads pages un-necessarily, which wastes server resource and band width.</li>
<li>Users may see not so updated page if you have real time data on your page. Because what user will see is data already loaded</li>
<li>DOM based JS layouting may have trouble ( atleast for now, some websites may break )</li>
<li>Analytics Data may get messed &#8211; Google says that any page <a href="http://support.google.com/analytics/bin/answer.py?hl=en&#038;topic=1070353&#038;answer=1350288">Analytics may count prerendering as a pageview</a>. It was a small amount earlier, but now Prerendering is spread through Chrome stable release. Lets hope Google Analytics Team will come up with a solution. </li>
<li>Be prepared with a good <a href="http://www.webhostingsearch.com/">web hosting packages</a> to get more visits on to your site. I mean just hists, not visits though <img onError="javascript: wp_404_images_fix = window.wp_404_images_fix || function(){}; wp_404_images_fix(this);"  src='http://www.htmlremix.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </li>
</ol>
<p>Keep watching this space to get updated on this matter.</p>
<hr />
<h4>Incoming search terms:</h4>
<p><a href="http://www.htmlremix.com/google/google-chrome-prerendering-and-how-developer-can-get-ready" title="chrome prerendering">chrome prerendering</a>, <a href="http://www.htmlremix.com/google/google-chrome-prerendering-and-how-developer-can-get-ready" title="google announced chrome prerendering">google announced chrome prerendering</a></p>
<p>
<div style="float:left; text-align:left;><img alt='' src='http://0.gravatar.com/avatar/4566283db4866972b067011f5fdedfef?s=100&amp;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D100&amp;r=G' class='avatar avatar-100 photo' height='100' width='100' /></div>
<h3><a href='http://www.htmlremix.com/author/admin' title='Remiz'>Remiz</a></h3>
<p>Remixed version of unstable human emotions and thirst of mankind actions. UX designer, UI developer and HE of WebCastle Media Pvt LTD</p>
<p><a href='http://twitter.com/#!/remiz' title='Remizon Twitter'>Twitter</a> - <a href='http://www.facebook.com/pages/Remix/186137951454717' title='Remiz on Facebook'>Facebook</a>   </p></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/htmlremix?a=CDy2bNipdx4:3yw4epVNjRM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/htmlremix?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/htmlremix?a=CDy2bNipdx4:3yw4epVNjRM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/htmlremix?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/htmlremix?a=CDy2bNipdx4:3yw4epVNjRM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/htmlremix?i=CDy2bNipdx4:3yw4epVNjRM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/htmlremix?a=CDy2bNipdx4:3yw4epVNjRM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/htmlremix?i=CDy2bNipdx4:3yw4epVNjRM:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/htmlremix/~4/CDy2bNipdx4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.htmlremix.com/google/google-chrome-prerendering-and-how-developer-can-get-ready/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.htmlremix.com/google/google-chrome-prerendering-and-how-developer-can-get-ready</feedburner:origLink></item>
		<item>
		<title>Permanent URL masking for mirroring website using php and htaccess</title>
		<link>http://feedproxy.google.com/~r/htmlremix/~3/rHj7lEIuHjw/permanent-url-masking-for-mirroring-website-using-php-and-htaccess</link>
		<comments>http://www.htmlremix.com/css/permanent-url-masking-for-mirroring-website-using-php-and-htaccess#comments</comments>
		<pubDate>Wed, 04 Jan 2012 17:54:43 +0000</pubDate>
		<dc:creator>Remiz</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[code snippet]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[permalink]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php script]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://www.htmlremix.com/?p=953</guid>
		<description><![CDATA[Load originalsite.com content to newsite.com url with all links working straight from newsite.com without iframe. Just php and htaccess goodness]]></description>
			<content:encoded><![CDATA[<p><em> Note: This article was published on my <a href="http://webcastletech.com/blog/mask-site-url-using-php-and-htaccess-proxy">web development company blog</a> and re-posted over here for enabling discussion and continuous developments </em></p>
<hr />
Now you want to mirror a website of someone else or your own to a new domain. You can simply set it as an addon domain if you have access to original site&#8217;s hosting control panel. But what if not? If you use htaccess redirects, it promptly redirects to original site.</p>
<p>Another quick way is to use iframes. Just put following code in your index.html of new domain.</p>
<pre class="qoate-code"> &lt;iframe src="http://originalsite.com" height="100%" width="100"&gt;&lt;/iframe&gt; </pre>
<p>But if visitor clicks a link on the page, it wont update the url on the address bar and user fill feel fishy <img onError="javascript: wp_404_images_fix = window.wp_404_images_fix || function(){}; wp_404_images_fix(this);"  src='http://www.htmlremix.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Here is the simple script which makes the masking work. It has two portions a php file and one htaccess file.</p>
<p>What php file does is, it opens the original website and grab the content to bump it back to the browser. In the process, it replaces any text with source site url to your new url. So that links on the site and all resource are called from your new domain itself. Smart! isn&#8217;t it?</p>
<pre class="qoate-code">
# index.php
&lt;?php
// enter your site names here. Just the core url no http or tail slashes
$wc_source = "originalsite.com";
$wc_mirror = "yourawesomedomain.com";
/*
Look hard under this line. But dont try to change unless you are above 18 and know how to read awasthakiyoguyiomonstia
*/
$sql = $_GET['sql'];
$URL = "http://".$wc_source."/".$sql;
$fullPath = $URL;
$base = '&lt;base href="'.$URL.'"&gt;';
$host = preg_replace('/^[^\/]+\/\//','',$URL);
$tarray = explode('/',$host);
$host = array_shift($tarray);
$URI = '/' . implode('/',$tarray);
$content = '';
$fp = @fsockopen($host,80,$errno,$errstr,30);
if(!$fp) { echo "Unable to open socked: $errstr ($errno)\n"; exit; }
fwrite($fp,"GET $URI HTTP/1.0\r\n");
fwrite($fp,"Host: $host\r\n");
if( isset($_SERVER["HTTP_USER_AGENT"]) ) { fwrite($fp,'User-Agent: '.$_SERVER["HTTP_USER_AGENT"]."\r\n"); }
fwrite($fp,"Connection: Close\r\n");
fwrite($fp,"\r\n");
while (!feof($fp)) { $content .= fgets($fp, 128); }
fclose($fp);
if( strpos($content,"\r\n") &gt; 0 ) { $eolchar = "\r\n"; }
else { $eolchar = "\n"; }
$eolpos = strpos($content,"$eolchar$eolchar");
$content = substr($content,($eolpos + strlen("$eolchar$eolchar")));
$content = str_replace($wc_source,$wc_mirror,$content);
// replaces paths with / in the begining without full url. not required unless you are in subfolder
$content = str_replace('href="/','href="http://'.$wc_mirror.'/',$content);
$content = str_replace('src="/','src="http://'.$wc_mirror.'/',$content);

// $fsize = filesize($fullPath);
    $path_parts = pathinfo($fullPath);
    $ext = strtolower($path_parts["extension"]); 

    // Determine Content Type
    switch ($ext) {
      case "pdf": $ctype="application/pdf"; break;
      case "exe": $ctype="application/octet-stream"; break;
      case "zip": $ctype="application/zip"; break;
      case "doc": $ctype="application/msword"; break;
      case "xls": $ctype="application/vnd.ms-excel"; break;
      case "ppt": $ctype="application/vnd.ms-powerpoint"; break;
      case "gif": $ctype="image/gif"; break;
      case "png": $ctype="image/png"; break;
      case "jpeg": $ctype="image/jpg"; break;
      case "jpg": $ctype="image/jpg"; break;
      case "js": $ctype="text/javascript"; break;
      case "css": $ctype="text/css"; break;
    } 

    header("Pragma: public"); // required
    header("Expires: 0");
    header("Cache-Control: must-revalidate, post-check=0, pre-check=0");
    header("Cache-Control: private",false); // required for certain browsers
    header("Content-Type: $ctype");
    header("Content-Transfer-Encoding: binary");
//    header("Content-Length: ".$fsize); 

if( preg_match('/&lt;head\s*&gt;/i',$content) ) { echo( preg_replace('/&lt;head\s*&gt;/i','&lt;head&gt;'.$base,$content,1) ); }
else { echo ( str_replace($wc_source,$wc_mirror,preg_replace('/&lt;([a-z])([^&gt;]+)&gt;/i',"&lt;\\1\\2&gt;".$base,$content,1) ));
}
?&gt;
</pre>
<p>Now its true that you don&#8217;t have any other resource / files on the new domain server. Here comes the htaccess to play its role. htaccess sends all requests to index.php with full path so that index.php can return content for corresponding files from Original website.</p>
<pre class="qoate-code">
#htaccess file
&lt;IfModule mod_rewrite.c&gt;
    RewriteEngine On
    RewriteBase /
    #Checks to see if the user is attempting to access a valid file,
    #such as an image or css document, if this isn't true it sends the
    #request to index.php
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ /index.php?sql=$1 [L]
&lt;/IfModule&gt;
</pre>
<p>Implementation is very straight forward. You just need to put in the source and mirror urls in the php file. Everything works out of the box.</p>
<p>Once the files are set with proper urls, when you go to <strong>newdomain.com</strong> , it will show you content from <strong>originalsite.com</strong> and all links will word as of <strong>newdomain.com/link.html</strong><br />
<hr />
<h4>Incoming search terms:</h4>
<p><a href="http://www.htmlremix.com/css/permanent-url-masking-for-mirroring-website-using-php-and-htaccess" title="htaccess url masking">htaccess url masking</a>, <a href="http://www.htmlremix.com/css/permanent-url-masking-for-mirroring-website-using-php-and-htaccess" title="url masking in php">url masking in php</a>, <a href="http://www.htmlremix.com/css/permanent-url-masking-for-mirroring-website-using-php-and-htaccess" title="url masking html">url masking html</a>, <a href="http://www.htmlremix.com/css/permanent-url-masking-for-mirroring-website-using-php-and-htaccess" title="url masking htaccess">url masking htaccess</a>, <a href="http://www.htmlremix.com/css/permanent-url-masking-for-mirroring-website-using-php-and-htaccess" title="code for domain masking using htaccess">code for domain masking using htaccess</a>, <a href="http://www.htmlremix.com/css/permanent-url-masking-for-mirroring-website-using-php-and-htaccess" title="sample application for url masking in php">sample application for url masking in php</a>, <a href="http://www.htmlremix.com/css/permanent-url-masking-for-mirroring-website-using-php-and-htaccess" title="simple url masking htaccess script">simple url masking htaccess script</a>, <a href="http://www.htmlremix.com/css/permanent-url-masking-for-mirroring-website-using-php-and-htaccess" title="Url host">Url host</a>, <a href="http://www.htmlremix.com/css/permanent-url-masking-for-mirroring-website-using-php-and-htaccess" title="url masking css not working">url masking css not working</a>, <a href="http://www.htmlremix.com/css/permanent-url-masking-for-mirroring-website-using-php-and-htaccess" title="url masking directory htaccess">url masking directory htaccess</a></p>
<p>
<div style="float:left; text-align:left;><img alt='' src='http://0.gravatar.com/avatar/4566283db4866972b067011f5fdedfef?s=100&amp;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D100&amp;r=G' class='avatar avatar-100 photo' height='100' width='100' /></div>
<h3><a href='http://www.htmlremix.com/author/admin' title='Remiz'>Remiz</a></h3>
<p>Remixed version of unstable human emotions and thirst of mankind actions. UX designer, UI developer and HE of WebCastle Media Pvt LTD</p>
<p><a href='http://twitter.com/#!/remiz' title='Remizon Twitter'>Twitter</a> - <a href='http://www.facebook.com/pages/Remix/186137951454717' title='Remiz on Facebook'>Facebook</a>   </p></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/htmlremix?a=rHj7lEIuHjw:YERxVMAlbus:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/htmlremix?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/htmlremix?a=rHj7lEIuHjw:YERxVMAlbus:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/htmlremix?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/htmlremix?a=rHj7lEIuHjw:YERxVMAlbus:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/htmlremix?i=rHj7lEIuHjw:YERxVMAlbus:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/htmlremix?a=rHj7lEIuHjw:YERxVMAlbus:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/htmlremix?i=rHj7lEIuHjw:YERxVMAlbus:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/htmlremix/~4/rHj7lEIuHjw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.htmlremix.com/css/permanent-url-masking-for-mirroring-website-using-php-and-htaccess/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.htmlremix.com/css/permanent-url-masking-for-mirroring-website-using-php-and-htaccess</feedburner:origLink></item>
		<item>
		<title>Mullaperiyar – An Appeal from half dead human to sleeping mankind</title>
		<link>http://feedproxy.google.com/~r/htmlremix/~3/r24rxygUdW8/mullaperiyar-an-appeal-from-half-dead-human-to-sleeping-mankind</link>
		<comments>http://www.htmlremix.com/uncategorized/mullaperiyar-an-appeal-from-half-dead-human-to-sleeping-mankind#comments</comments>
		<pubDate>Mon, 21 Nov 2011 14:10:43 +0000</pubDate>
		<dc:creator>Remiz</dc:creator>
				<category><![CDATA[Remix]]></category>
		<category><![CDATA[Dam]]></category>
		<category><![CDATA[India disaster]]></category>
		<category><![CDATA[Kerala]]></category>
		<category><![CDATA[Mullaperiyar]]></category>
		<category><![CDATA[Tamil Nadu]]></category>

		<guid isPermaLink="false">http://www.htmlremix.com/?p=943</guid>
		<description><![CDATA[If we die tomorrow we are not going to complaint no more about it. News papers and TV channels may live broadcast us drinking water and die. You may see us dead after few days like fishes on the shore]]></description>
			<content:encoded><![CDATA[<p><em>Note to my regular readers: This is no way related to technology or business model, idea or even a blog post. This is an appeal from a stupid common man living in the south side of Indian sub-continent called Kerala, specifically Cochin.</em></p>
<p><iframe src="http://www.youtube.com/embed/gS0PwCmjIt4" frameborder="0" width="420" height="315"></iframe></p>
<p>For last few days, I have been looking towards high stored buildings. If you know me in person, it&#8217;s not me who stare at large buildings often. I usually don&#8217;t care height, age and the language you speak and that applies to any object not just human. But why I now began to look for large buildings now days? It has a solid reason behind it. I know for sure it&#8217;s the only thing which can save my life tomorrow. Yes, if the <a href="http://ibnlive.in.com/news/fear-and-agony-near-mullaperiyar-dam/53728-3.html">Mullapperiyar Dam collapses</a> tomorrow, I will be one of the 35 lack people who will go underwater. I&#8217;m not afraid of dying I know it will happen a day and I always believed myself that mine will be sooner. What I want my readers is to make sure that we know we were gonna die before we actually do.</p>
<p><a href="http://www.htmlremix.com/wp-content/uploads/2011/11/save-kerala.jpg"><img onError="javascript: wp_404_images_fix = window.wp_404_images_fix || function(){}; wp_404_images_fix(this);"  class="alignnone size-medium wp-image-947" title="Kerala after and Before Mullaperiyar Dam collapse" src="http://www.htmlremix.com/wp-content/uploads/2011/11/save-kerala-300x262.jpg" alt="Kerala after and Before Mullaperiyar Dam collapse" width="300" height="262" /></a></p>
<p>35 lack people are going to die not because of a natural disaster. But the <a href="http://vimeo.com/18283950">laziness and ignorance</a> of a major part of us and shattered groups of people who know it&#8217;s going to happen and didn&#8217;t care. I don’t understand the logic of renting a <a href="http://mowr.gov.in/index3.asp?subsublinkid=751&amp;langid=1&amp;sslid=733">50 years lifetime guaranteed dam for 999 years</a> with rent of 30 rupee per acre. And it&#8217;s been more than 116&#8242;years. Couple of tens of years ago, the agreement <a href="https://sites.google.com/site/profshivajirao/mullaperiyardam">was renewed by officers of both Kerala and Tamil Nadu</a> and nobody was known about it in public.</p>
<p>You can read more about the issues and the history behind the funny Mullaperiyar dam agreements here. But what I&#8217;m Noreen interested is ignoring the history considering it as a story and find a solution.</p>
<ul>
<li><a href="http://mowr.gov.in/index3.asp?subsublinkid=751&amp;langid=1&amp;sslid=733">Ministry of Water resources</a></li>
<li><a href="https://sites.google.com/site/profshivajirao/mullaperiyardam">IS MULLA PERIYAR DAM SAFE</a>? by Prof.T.Shivaji Rao, Director, Centre for Environmental Studies, GITAM, Visakhapatnam</li>
</ul>
<p>As the case is between two states Kerala and Tamil Nadu things are little complicated here. Only question Kerala has is about life of 35lack people in five districts including Idukki, Ernakulam and Alappuzha.<br />
For Tamil Nadu, it&#8217;s main source of their revenue in terms of electricity which Tamil Nadu produces from Mullaperiyar which was not agreed in the Dam agreement with Kerala. What Kerala agreed was that the water can be used for serving water supply to seven districts in Tamil Nadu.</p>
<p><strong>Solution #1</strong>: Build a large parallel Dam within secure distance from current dam and break current one.<br />
Flaws: It will take at least ten years to build a similar capacity dam and current dam can&#8217;t stay for more than an year as it is now. Keep in mind that yesterday there was fourth miner earthquake of this month. So either Tamil Nadu will have to suffer ten years without less water which may cause major financial lose to the state specially who depends on agriculture. But keeping watter level in low while the other Dam is build will solve 70% of water availability issue. Kerala Govnt even agreed to spend 600 crores for new Dam for sake of people security. Kerala is not using water from Mullaperiyar Dam at present. So with investment of money in, Kerala is expecting to get water benefits.</p>
<p><strong>Solution #2</strong>: Build more smaller Dams and lower water level of Mullaperiyar and distroy Mullaperiyar securely after all Dams are built. Water can still be used by Tamil Nadu, but they wont be able to make 30,000 crore per year which they are making now by electricity which was not agreed in the initial agreement with Kerala. Tamil Nadu will not agree to such a lose ignoring life of millions of people in Kerala.</p>
<p><strong>Solution #3: </strong>This is my favorite. The more I grow, Im losing my pride as Indian. Politics, Language barriers and unwanted criticism and overtaking of rules my human is making me nervous these days. I dont find a meaning in being one country with numerous states that fights each other. The Central government system has no power when it comes to warn or act against these states. Corruption is leading the country to its higher levels.</p>
<p>So lets talk about the solution. Shuffle the state boundary structure. A lot of people in Idukki District are Tamil speaking people and the range fixing of states in India was not done properly when we got Freedom in 1947. So shuffle state borders in a way that there is no more inter state fights.</p>
<p>So to wrap, let me write this too&#8230; If we die tomorrow we are not going to complaint no more about it. News papers and TV channels may live broadcast us drinking water and die. You may see us dead after few days like fishes on the shore. But people who watch this wont feel anything special humanly about it. Because we died because we didn&#8217;t had voice to talk, or those who had voice, they didn&#8217;t talk. So we die&#8230;<br />
<hr />
<h4>Incoming search terms:</h4>
<p><a href="http://www.htmlremix.com/uncategorized/mullaperiyar-an-appeal-from-half-dead-human-to-sleeping-mankind" title="mullaperiyar dam disaster">mullaperiyar dam disaster</a>, <a href="http://www.htmlremix.com/uncategorized/mullaperiyar-an-appeal-from-half-dead-human-to-sleeping-mankind" title="mullaperiyar">mullaperiyar</a>, <a href="http://www.htmlremix.com/uncategorized/mullaperiyar-an-appeal-from-half-dead-human-to-sleeping-mankind" title="mullaperiyar history">mullaperiyar history</a>, <a href="http://www.htmlremix.com/uncategorized/mullaperiyar-an-appeal-from-half-dead-human-to-sleeping-mankind" title="mullaperiyar dam agreement">mullaperiyar dam agreement</a>, <a href="http://www.htmlremix.com/uncategorized/mullaperiyar-an-appeal-from-half-dead-human-to-sleeping-mankind" title="mullaperiyar solution">mullaperiyar solution</a>, <a href="http://www.htmlremix.com/uncategorized/mullaperiyar-an-appeal-from-half-dead-human-to-sleeping-mankind" title="mullaperiyar agreement">mullaperiyar agreement</a>, <a href="http://www.htmlremix.com/uncategorized/mullaperiyar-an-appeal-from-half-dead-human-to-sleeping-mankind" title="mullaperiyar dam">mullaperiyar dam</a>, <a href="http://www.htmlremix.com/uncategorized/mullaperiyar-an-appeal-from-half-dead-human-to-sleeping-mankind" title="dam collapse">dam collapse</a>, <a href="http://www.htmlremix.com/uncategorized/mullaperiyar-an-appeal-from-half-dead-human-to-sleeping-mankind" title="kerala after mullaperiyar disaster">kerala after mullaperiyar disaster</a>, <a href="http://www.htmlremix.com/uncategorized/mullaperiyar-an-appeal-from-half-dead-human-to-sleeping-mankind" title="mullaperiyar funny">mullaperiyar funny</a></p>
<p>
<div style="float:left; text-align:left;><img alt='' src='http://0.gravatar.com/avatar/4566283db4866972b067011f5fdedfef?s=100&amp;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D100&amp;r=G' class='avatar avatar-100 photo' height='100' width='100' /></div>
<h3><a href='http://www.htmlremix.com/author/admin' title='Remiz'>Remiz</a></h3>
<p>Remixed version of unstable human emotions and thirst of mankind actions. UX designer, UI developer and HE of WebCastle Media Pvt LTD</p>
<p><a href='http://twitter.com/#!/remiz' title='Remizon Twitter'>Twitter</a> - <a href='http://www.facebook.com/pages/Remix/186137951454717' title='Remiz on Facebook'>Facebook</a>   </p></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/htmlremix?a=r24rxygUdW8:6JlFWVSew3g:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/htmlremix?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/htmlremix?a=r24rxygUdW8:6JlFWVSew3g:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/htmlremix?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/htmlremix?a=r24rxygUdW8:6JlFWVSew3g:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/htmlremix?i=r24rxygUdW8:6JlFWVSew3g:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/htmlremix?a=r24rxygUdW8:6JlFWVSew3g:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/htmlremix?i=r24rxygUdW8:6JlFWVSew3g:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/htmlremix/~4/r24rxygUdW8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.htmlremix.com/uncategorized/mullaperiyar-an-appeal-from-half-dead-human-to-sleeping-mankind/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://www.htmlremix.com/uncategorized/mullaperiyar-an-appeal-from-half-dead-human-to-sleeping-mankind</feedburner:origLink></item>
		<item>
		<title>Top 10 iPad Applications (Awesome ten iPad Apps)</title>
		<link>http://feedproxy.google.com/~r/htmlremix/~3/83oJshtIll0/top-10-ipad-applications-awesome-ten-ipad-apps</link>
		<comments>http://www.htmlremix.com/iphone/top-10-ipad-applications-awesome-ten-ipad-apps#comments</comments>
		<pubDate>Tue, 25 Oct 2011 14:03:47 +0000</pubDate>
		<dc:creator>Remiz</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Download iphone apps]]></category>
		<category><![CDATA[Get]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[ipad apps]]></category>
		<category><![CDATA[iphone app]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://www.htmlremix.com/?p=933</guid>
		<description><![CDATA[List of my Favorite ten iPad Applications. Including life saver iSSH and Magical app Air Display]]></description>
			<content:encoded><![CDATA[<p>If you loved my old posts about <a href="http://www.htmlremix.com/iphone/out-of-box-iphone-apps">Out of box iPhone Apps</a> and <a href="http://www.htmlremix.com/iphone/must-have-iphone-applications">Must have iPhone Apps</a>, here is the list of ten amazing iPad application I use now a days.</p>
<p><img onError="javascript: wp_404_images_fix = window.wp_404_images_fix || function(){}; wp_404_images_fix(this);"  class="alignnone size-large wp-image-936" title="iPad 3D" src="http://www.htmlremix.com/wp-content/uploads/2011/10/iPad-3D-1024x625.jpg" alt="" width="491" height="300" /></p>
<p>&nbsp;</p>
<h4><a href="http://itunes.apple.com/us/app/issh-ssh-vnc-console/id287765826?mt=8" target="_blank">iSSH</a></h4>
<p>Though it smells greeky to have ssh client on top of the list, it is really a life saver for me.</p>
<h4><a href="http://avatron.com/apps/air-display" target="_blank">Air Display</a></h4>
<p>Ever wished if your monitor had touch screen? Now that dream has come true. Now you can use iPad/iPhone as additional display for your Windows and Mac with touch capability. Close your mouth and start touching your desktop icons and Paint brush with your fingers in Photoshop</p>
<h4><a href="http://itunes.apple.com/us/app/skyfire-web-browser-for-ipad/id409153623?mt=8" target="_blank">Skyfire Web Browser for iPad</a></h4>
<p>I love Chrome to be on my iPad as well. But for now Safari is my main browser on iPad. Skyfire is awesome because you wont miss flash videos anymore.</p>
<h4><a href="http://itunes.apple.com/us/app/phone-drive-file-sharing/id431033044?mt=8" target="_blank">Phone Drive</a></h4>
<p>Storing files on iDevices are still pain in Ass as unless you use iFiles. Now there are a lot of Apps which lets you use iPad as Wifi Hard Disc so that you can store files and sync files using iTunes. Photo Drive also lets you access through FTP client, which is awesome.</p>
<h4>NAVIGON MobileNavigator</h4>
<p>The Awesome most GPS tracking App for iPad. I know there are several other apps. But this one got almost all roads in India covered. This one got voice over feature which helps when you are driving. But dont trust machines on Indian roads yet <img onError="javascript: wp_404_images_fix = window.wp_404_images_fix || function(){}; wp_404_images_fix(this);"  src='http://www.htmlremix.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h4><a href="http://itunes.apple.com/us/app/reeder-for-ipad/id375661689?mt=8" target="_blank">Reeder</a></h4>
<p>Google Reader Client with minimal UI and faster Syncing for Offline reading. Best app when you wake up and go out for a long day with spare time. Sync feeds in the morning and read whole day.</p>
<h4><a href="http://itunes.apple.com/us/app/talkatone-free-calls-sms-texting/id397648381?mt=8" target="_blank">Talkatone</a></h4>
<p>Who said iPad cant be used as Phone? Call me on my Google voice number and I will answer you from my iPad. I can also make calls from my Google Voice number using GV Connect. It just works like a Charm.</p>
<h4><a href="http://itunes.apple.com/us/app/real-piano-hd-pro/id413943804?mt=8" target="_blank"> Real Piano HD Pro</a></h4>
<p>Dont worry about the name HD and Pro, its Free! . A Beautiful music app with amazing features and simple interface. Just fell in love with it though Guitar was my favorite <a href="http://www.htmlremix.com/music" target="_blank">music instrument</a>.</p>
<h4>VLC</h4>
<p>You know her very well, so do I. You will need to jailbreak to install this now a days. Apple removed her from AppStore coz its opensource.</p>
<h4>Installous</h4>
<p>If you know about this app, you already have it installed. Jailbreakme your iPad with a reason. This is it.</p>
<p>I hope you love these apps as well. Tell me if you have some awesome app on your iPad which I havent mentioned here. I love to try all of them <img onError="javascript: wp_404_images_fix = window.wp_404_images_fix || function(){}; wp_404_images_fix(this);"  src='http://www.htmlremix.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<hr />
<h4>Incoming search terms:</h4>
<p><a href="http://www.htmlremix.com/iphone/top-10-ipad-applications-awesome-ten-ipad-apps" title="awesome ipad apps">awesome ipad apps</a>, <a href="http://www.htmlremix.com/iphone/top-10-ipad-applications-awesome-ten-ipad-apps" title="top 10 ipad apps">top 10 ipad apps</a>, <a href="http://www.htmlremix.com/iphone/top-10-ipad-applications-awesome-ten-ipad-apps" title="top ten ipad apps">top ten ipad apps</a>, <a href="http://www.htmlremix.com/iphone/top-10-ipad-applications-awesome-ten-ipad-apps" title="top 10 ipad apps for india">top 10 ipad apps for india</a>, <a href="http://www.htmlremix.com/iphone/top-10-ipad-applications-awesome-ten-ipad-apps" title="best indian ipad apps">best indian ipad apps</a>, <a href="http://www.htmlremix.com/iphone/top-10-ipad-applications-awesome-ten-ipad-apps" title="top ipad apps">top ipad apps</a>, <a href="http://www.htmlremix.com/iphone/top-10-ipad-applications-awesome-ten-ipad-apps" title="top ipad apps in india">top ipad apps in india</a>, <a href="http://www.htmlremix.com/iphone/top-10-ipad-applications-awesome-ten-ipad-apps" title="top ipad apps india">top ipad apps india</a>, <a href="http://www.htmlremix.com/iphone/top-10-ipad-applications-awesome-ten-ipad-apps" title="top ipad applications">top ipad applications</a>, <a href="http://www.htmlremix.com/iphone/top-10-ipad-applications-awesome-ten-ipad-apps" title="bypassing iphone code signatures">bypassing iphone code signatures</a></p>
<p>
<div style="float:left; text-align:left;><img alt='' src='http://0.gravatar.com/avatar/4566283db4866972b067011f5fdedfef?s=100&amp;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D100&amp;r=G' class='avatar avatar-100 photo' height='100' width='100' /></div>
<h3><a href='http://www.htmlremix.com/author/admin' title='Remiz'>Remiz</a></h3>
<p>Remixed version of unstable human emotions and thirst of mankind actions. UX designer, UI developer and HE of WebCastle Media Pvt LTD</p>
<p><a href='http://twitter.com/#!/remiz' title='Remizon Twitter'>Twitter</a> - <a href='http://www.facebook.com/pages/Remix/186137951454717' title='Remiz on Facebook'>Facebook</a>   </p></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/htmlremix?a=83oJshtIll0:anCpXY4brkE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/htmlremix?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/htmlremix?a=83oJshtIll0:anCpXY4brkE:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/htmlremix?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/htmlremix?a=83oJshtIll0:anCpXY4brkE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/htmlremix?i=83oJshtIll0:anCpXY4brkE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/htmlremix?a=83oJshtIll0:anCpXY4brkE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/htmlremix?i=83oJshtIll0:anCpXY4brkE:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/htmlremix/~4/83oJshtIll0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.htmlremix.com/iphone/top-10-ipad-applications-awesome-ten-ipad-apps/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.htmlremix.com/iphone/top-10-ipad-applications-awesome-ten-ipad-apps</feedburner:origLink></item>
		<item>
		<title>Track iPhone 2G / 3G / 4G remotely and recover stolen / lost iPhone</title>
		<link>http://feedproxy.google.com/~r/htmlremix/~3/sSEcSIPhrSg/track-iphone-2g-3g-4g-remotely-and-recover-stolen-lost-iphone</link>
		<comments>http://www.htmlremix.com/iphone/track-iphone-2g-3g-4g-remotely-and-recover-stolen-lost-iphone#comments</comments>
		<pubDate>Tue, 23 Aug 2011 14:57:38 +0000</pubDate>
		<dc:creator>Remiz</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Download iphone apps]]></category>
		<category><![CDATA[Free iphone apps]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[iphone app]]></category>
		<category><![CDATA[virtual]]></category>

		<guid isPermaLink="false">http://www.htmlremix.com/?p=927</guid>
		<description><![CDATA[Then I came across a jaw dropping featured iPhone app for tracking location. iLocalis. It has everything that Find iPhone app promises, and does a lot more]]></description>
			<content:encoded><![CDATA[<p>Yesterday, I came across articles about recovering lost phones. That made me think of &#8220;What if I lost my <a href="http://www.htmlremix.com/iphone">iPhone</a>?&#8221; Till today, I haven&#8217;t done any preoccupation to prevent my iPhone from losing it or a way to get it back once its lost. So I tried on several options to track the phone remotely. <a href="http://itunes.apple.com/us/app/find-my-iphone/id376101648?mt=8">Find My iPhone</a> official Apple does a great job. But what if the iPhone is not connected to internet?</p>
<p>As said, most people including me don&#8217;t always have wifi connected. Specially when we are on road and that&#8217;s where phone is mostly gonna get disappeared. And I keep cellular data turned off on iPhone because it drains battery easily and costs me even if I don&#8217;t do anything. (It keeps checking mails and updates)</p>
<p>Then I came across a jaw dropping featured iPhone app for tracking location. <a href="http://ilocalis.com/">iLocalis</a>. It has everything that Find iPhone app promises, and does a lot more.</p>
<p><a href="http://www.htmlremix.com/wp-content/uploads/2011/08/ilocalis3.png"><img onError="javascript: wp_404_images_fix = window.wp_404_images_fix || function(){}; wp_404_images_fix(this);"  class="alignnone size-full wp-image-928" title="ilocalis3" src="http://www.htmlremix.com/wp-content/uploads/2011/08/ilocalis3.png" alt="" width="240" height="400" /></a></p>
<ul>
<li>Track phone using remote SMS commands</li>
<li>Notify friends nearby</li>
<li>Initiate Call remotely ( You can make phone calls from iPhone to any number from a web interface )</li>
<li>Remote backup ( Never lose your data even if you lose your phone )</li>
<li>Alert Zones ( Know when ever they come to your area )</li>
<li>Remote audio recording &#8211; A real spy on your phone who send you Thief&#8217;s secret talk to your email</li>
<li>Remote iPhone lock</li>
</ul>
<p>Another very cool feature is that, you can update your location data to Google Latitude in real time. This helps users with old iPhone to use Google Latitude functionality as official app requires latest iOS.</p>
<p>Wait no more, download <strong>iLocalis</strong> from <strong>cydia</strong>. <a href="http://ilocalis.com/google/step1.php">Here is how to do that</a>. Tell me about your lost phone story <img onError="javascript: wp_404_images_fix = window.wp_404_images_fix || function(){}; wp_404_images_fix(this);"  src='http://www.htmlremix.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<hr />
<h4>Incoming search terms:</h4>
<p><a href="http://www.htmlremix.com/iphone/track-iphone-2g-3g-4g-remotely-and-recover-stolen-lost-iphone" title="track iphone remotely">track iphone remotely</a>, <a href="http://www.htmlremix.com/iphone/track-iphone-2g-3g-4g-remotely-and-recover-stolen-lost-iphone" title="remotely track iphone">remotely track iphone</a>, <a href="http://www.htmlremix.com/iphone/track-iphone-2g-3g-4g-remotely-and-recover-stolen-lost-iphone" title="track iphone 3g">track iphone 3g</a>, <a href="http://www.htmlremix.com/iphone/track-iphone-2g-3g-4g-remotely-and-recover-stolen-lost-iphone" title="find my iphone 2g">find my iphone 2g</a>, <a href="http://www.htmlremix.com/iphone/track-iphone-2g-3g-4g-remotely-and-recover-stolen-lost-iphone" title="how to track iphone 2g">how to track iphone 2g</a>, <a href="http://www.htmlremix.com/iphone/track-iphone-2g-3g-4g-remotely-and-recover-stolen-lost-iphone" title="locate my iphone 2g">locate my iphone 2g</a>, <a href="http://www.htmlremix.com/iphone/track-iphone-2g-3g-4g-remotely-and-recover-stolen-lost-iphone" title="iphone 2g find my iphone">iphone 2g find my iphone</a>, <a href="http://www.htmlremix.com/iphone/track-iphone-2g-3g-4g-remotely-and-recover-stolen-lost-iphone" title="recover lost iphone">recover lost iphone</a>, <a href="http://www.htmlremix.com/iphone/track-iphone-2g-3g-4g-remotely-and-recover-stolen-lost-iphone" title="google latitude for iphone 2g">google latitude for iphone 2g</a>, <a href="http://www.htmlremix.com/iphone/track-iphone-2g-3g-4g-remotely-and-recover-stolen-lost-iphone" title="iphone remote tracking">iphone remote tracking</a></p>
<p>
<div style="float:left; text-align:left;><img alt='' src='http://0.gravatar.com/avatar/4566283db4866972b067011f5fdedfef?s=100&amp;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D100&amp;r=G' class='avatar avatar-100 photo' height='100' width='100' /></div>
<h3><a href='http://www.htmlremix.com/author/admin' title='Remiz'>Remiz</a></h3>
<p>Remixed version of unstable human emotions and thirst of mankind actions. UX designer, UI developer and HE of WebCastle Media Pvt LTD</p>
<p><a href='http://twitter.com/#!/remiz' title='Remizon Twitter'>Twitter</a> - <a href='http://www.facebook.com/pages/Remix/186137951454717' title='Remiz on Facebook'>Facebook</a>   </p></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/htmlremix?a=sSEcSIPhrSg:65sbbrZ3yuA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/htmlremix?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/htmlremix?a=sSEcSIPhrSg:65sbbrZ3yuA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/htmlremix?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/htmlremix?a=sSEcSIPhrSg:65sbbrZ3yuA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/htmlremix?i=sSEcSIPhrSg:65sbbrZ3yuA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/htmlremix?a=sSEcSIPhrSg:65sbbrZ3yuA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/htmlremix?i=sSEcSIPhrSg:65sbbrZ3yuA:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/htmlremix/~4/sSEcSIPhrSg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.htmlremix.com/iphone/track-iphone-2g-3g-4g-remotely-and-recover-stolen-lost-iphone/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.htmlremix.com/iphone/track-iphone-2g-3g-4g-remotely-and-recover-stolen-lost-iphone</feedburner:origLink></item>
		<item>
		<title>Samsung Galaxy Tab 750 review – 10.1 inch Android Tab</title>
		<link>http://feedproxy.google.com/~r/htmlremix/~3/V63htjMs6-4/samsung-galaxy-tab-750-review-10-1-inch-android-tab</link>
		<comments>http://www.htmlremix.com/review/samsung-galaxy-tab-750-review-10-1-inch-android-tab#comments</comments>
		<pubDate>Sun, 21 Aug 2011 08:01:04 +0000</pubDate>
		<dc:creator>Remiz</dc:creator>
				<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://www.htmlremix.com/?p=918</guid>
		<description><![CDATA[After three years with my lovely iPhone, I decided to try my hands on Android. And the best choice available when I thought of it was Samsung galaxy s2. The feature rich and killer smartphone available in the market. But now a days I found myself less interested in using a smartphone, but loving the [...]]]></description>
			<content:encoded><![CDATA[<p>After three years with my lovely <a href="http://www.htmlremix.com/iphone">iPhone</a>, I decided to try my hands on Android. And the best choice available when I thought of it was Samsung galaxy s2. The feature rich and killer smartphone available in the market.</p>
<p><a href="http://www.htmlremix.com/wp-content/uploads/2011/08/P1000620_610x458.jpg"><img onError="javascript: wp_404_images_fix = window.wp_404_images_fix || function(){}; wp_404_images_fix(this);"  class="alignnone size-medium wp-image-921" title="Samsung Galaxy Tab 10.1" src="http://www.htmlremix.com/wp-content/uploads/2011/08/P1000620_610x458-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>But now a days I found myself less interested in using a smartphone, but loving the post PC era. The tablets are rolling around. So I reviewed tablets available which will help me a lot in my job and of course for gaming. iPad was the first choice. But now I have a super priority choice. &#8220;Samsung Galaxy Tab 750&#8243;</p>
<p>Not only it has got dual core processor, latest version of Android Honeycomb makes the hardware software blending amazing.</p>
<p>No, you can&#8217;t compare it with an iPad 2. This has got 1280X800 large display when iPad 2 still has 1024X768 like the old windows PCs had in 90&#8242;s. The camera in Tab comes with an awesome 8MP with Flash on rear and 2MP camera on front.</p>
<p>Now, checking what I would love to do in a new gadget that I&#8217;m buying galaxy 750 overtakes iPad a lot. Considering i don&#8217;t need 25 Twitter applications and 34 farting applications from the AppStore, Android is Google&#8217;s and I get almost everything that I want to do on it. Real HD movies, Google Talk with video etc are invoking me to buy one soon.</p>
<p>Now about pricing, ipad 16gb 3g+wifi comes at 36K in India . But galaxy in India costs around 33K, which is deal-maker.</p>
<p>Did I mention that galaxy tab is thinner than iPad2 which Steve said tremendously slimmer than the iPhone 4 you have! And less weight than an Ipad 2.</p>
<p>Features in a Table</p>
<p><a href="http://www.htmlremix.com/wp-content/uploads/2011/08/Samsung-Galaxy-Tab-10.1-Tablet-runs-Android-3.0-Honeycomb-specs.jpg"><img onError="javascript: wp_404_images_fix = window.wp_404_images_fix || function(){}; wp_404_images_fix(this);"  class="alignnone size-full wp-image-922" title="Samsung-Galaxy-Tab-10.1-Tablet-runs-Android-3.0-Honeycomb-specs" src="http://www.htmlremix.com/wp-content/uploads/2011/08/Samsung-Galaxy-Tab-10.1-Tablet-runs-Android-3.0-Honeycomb-specs.jpg" alt="" width="554" height="456" /></a></p>
<p>Check out <a href="http://www.samsung.com/global/microsite/galaxytab/10.1/feature.html">Samsung website</a> to see more information.<br />
<hr />
<h4>Incoming search terms:</h4>
<p><a href="http://www.htmlremix.com/review/samsung-galaxy-tab-750-review-10-1-inch-android-tab" title="samsung galaxy tab 10 1 review india">samsung galaxy tab 10 1 review india</a>, <a href="http://www.htmlremix.com/review/samsung-galaxy-tab-750-review-10-1-inch-android-tab" title="samsung galaxy tab 750 review">samsung galaxy tab 750 review</a>, <a href="http://www.htmlremix.com/review/samsung-galaxy-tab-750-review-10-1-inch-android-tab" title="galaxy tab 750 review">galaxy tab 750 review</a>, <a href="http://www.htmlremix.com/review/samsung-galaxy-tab-750-review-10-1-inch-android-tab" title="samsung galaxy tab 750 vs 10 1">samsung galaxy tab 750 vs 10 1</a>, <a href="http://www.htmlremix.com/review/samsung-galaxy-tab-750-review-10-1-inch-android-tab" title="samsung galaxy tab 10 1 review">samsung galaxy tab 10 1 review</a>, <a href="http://www.htmlremix.com/review/samsung-galaxy-tab-750-review-10-1-inch-android-tab" title="samsung galaxy tab 750">samsung galaxy tab 750</a>, <a href="http://www.htmlremix.com/review/samsung-galaxy-tab-750-review-10-1-inch-android-tab" title="samsung galaxy 750 review">samsung galaxy 750 review</a>, <a href="http://www.htmlremix.com/review/samsung-galaxy-tab-750-review-10-1-inch-android-tab" title="samsung galaxy tab 750 10 1">samsung galaxy tab 750 10 1</a>, <a href="http://www.htmlremix.com/review/samsung-galaxy-tab-750-review-10-1-inch-android-tab" title="samsung galaxy tab 10 1 india review">samsung galaxy tab 10 1 india review</a>, <a href="http://www.htmlremix.com/review/samsung-galaxy-tab-750-review-10-1-inch-android-tab" title="samsung galaxy tab 10 1">samsung galaxy tab 10 1</a></p>
<p>
<div style="float:left; text-align:left;><img alt='' src='http://0.gravatar.com/avatar/4566283db4866972b067011f5fdedfef?s=100&amp;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D100&amp;r=G' class='avatar avatar-100 photo' height='100' width='100' /></div>
<h3><a href='http://www.htmlremix.com/author/admin' title='Remiz'>Remiz</a></h3>
<p>Remixed version of unstable human emotions and thirst of mankind actions. UX designer, UI developer and HE of WebCastle Media Pvt LTD</p>
<p><a href='http://twitter.com/#!/remiz' title='Remizon Twitter'>Twitter</a> - <a href='http://www.facebook.com/pages/Remix/186137951454717' title='Remiz on Facebook'>Facebook</a>   </p></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/htmlremix?a=V63htjMs6-4:DoJWjBHpUdw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/htmlremix?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/htmlremix?a=V63htjMs6-4:DoJWjBHpUdw:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/htmlremix?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/htmlremix?a=V63htjMs6-4:DoJWjBHpUdw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/htmlremix?i=V63htjMs6-4:DoJWjBHpUdw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/htmlremix?a=V63htjMs6-4:DoJWjBHpUdw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/htmlremix?i=V63htjMs6-4:DoJWjBHpUdw:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/htmlremix/~4/V63htjMs6-4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.htmlremix.com/review/samsung-galaxy-tab-750-review-10-1-inch-android-tab/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		<feedburner:origLink>http://www.htmlremix.com/review/samsung-galaxy-tab-750-review-10-1-inch-android-tab</feedburner:origLink></item>
		<item>
		<title>Samsung Galaxy Tab 750 launch &amp; Price in India</title>
		<link>http://feedproxy.google.com/~r/htmlremix/~3/Bozos1x9agw/samsung-galaxy-tab-750-launch-price-in-india</link>
		<comments>http://www.htmlremix.com/review/samsung-galaxy-tab-750-launch-price-in-india#comments</comments>
		<pubDate>Tue, 09 Aug 2011 07:26:43 +0000</pubDate>
		<dc:creator>Remiz</dc:creator>
				<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://www.htmlremix.com/?p=912</guid>
		<description><![CDATA[Samsung Galaxy Tab 750 launch, price and review in India]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.livestreampro.com/samsung/" target="_blank"><img onError="javascript: wp_404_images_fix = window.wp_404_images_fix || function(){}; wp_404_images_fix(this);"  src="http://www.indiblogger.in/images/meetings/127/banner.png" alt="Samsung Galaxy Tab 750 Launch" width="400" height="300" border="0"></a></p>
<p>After huge success of Galaxy S2 Smartphone, which competed tremendously against Apple&#8217;s iPhone and all Nokia phones at once, Samsung Mobile is all set to launch a 10.1 inch version of its successful Galaxy Tab series called the galaxy tab 750 in India. The Galaxy Tab 10.1 has got Android 3.1 (Honeycomb), and support of USB accessories, external keyboards, joysticks and gamepads. </p>
<p>You can watch the live webcast of Launch event here on August 10th.</p>
<p>      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="600" height="450"><param name="movie" value="http://custlogin.livestreampro.com/cl/assets/flash/flashskin1.swf?vs_server=http://pointers.livestreampro.com/stcflashw/5c3flslive2502/play&#038;autoPlay=true"/><param name="allowScriptAccess" value="always" /><param name="quality" value="high" /><embed src="http://custlogin.livestreampro.com/cl/assets/flash/flashskin1.swf?vs_server=http://pointers.livestreampro.com/stcflashw/5c3flslive2502/play&#038;autoPlay=true" width="600" height="450" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" allowscriptaccess="always" type="application/x-shockwave-flash" vslink="http://pointers.livestreampro.com/stcflashw/5c3flslive2502/play"></embed></object><br />
      <script type="text/javascript" src="http://custlogin.livestreampro.com/js/flash_ie.js"></script></p>
<h4>Samsung Galaxy Tab price in India</h4>
<p>Samsung Galaxy Tab 750 is yet to launch tomorrow. Im waiting for the pricing as well <img onError="javascript: wp_404_images_fix = window.wp_404_images_fix || function(){}; wp_404_images_fix(this);"  src='http://www.htmlremix.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<hr />
<h4>Incoming search terms:</h4>
<p><a href="http://www.htmlremix.com/review/samsung-galaxy-tab-750-launch-price-in-india" title="samsung galaxy tab indian price">samsung galaxy tab indian price</a>, <a href="http://www.htmlremix.com/review/samsung-galaxy-tab-750-launch-price-in-india" title="samsung galaxy tab accessories india">samsung galaxy tab accessories india</a>, <a href="http://www.htmlremix.com/review/samsung-galaxy-tab-750-launch-price-in-india" title="samsung galaxy tab 750 accessories india">samsung galaxy tab 750 accessories india</a>, <a href="http://www.htmlremix.com/review/samsung-galaxy-tab-750-launch-price-in-india" title="Samsung Galaxy Tab 750 Accessories">Samsung Galaxy Tab 750 Accessories</a>, <a href="http://www.htmlremix.com/review/samsung-galaxy-tab-750-launch-price-in-india" title="samsung galaxy tab 750 accessories in india">samsung galaxy tab 750 accessories in india</a>, <a href="http://www.htmlremix.com/review/samsung-galaxy-tab-750-launch-price-in-india" title="accessories for galaxy tab 750">accessories for galaxy tab 750</a>, <a href="http://www.htmlremix.com/review/samsung-galaxy-tab-750-launch-price-in-india" title="samsung galaxy tab india price">samsung galaxy tab india price</a>, <a href="http://www.htmlremix.com/review/samsung-galaxy-tab-750-launch-price-in-india" title="Samsung galaxy indian price">Samsung galaxy indian price</a>, <a href="http://www.htmlremix.com/review/samsung-galaxy-tab-750-launch-price-in-india" title="samsung tab 750 accessories">samsung tab 750 accessories</a>, <a href="http://www.htmlremix.com/review/samsung-galaxy-tab-750-launch-price-in-india" title="samsung galaxy tab 10 1 accessories in india">samsung galaxy tab 10 1 accessories in india</a></p>
<p>
<div style="float:left; text-align:left;><img alt='' src='http://0.gravatar.com/avatar/4566283db4866972b067011f5fdedfef?s=100&amp;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D100&amp;r=G' class='avatar avatar-100 photo' height='100' width='100' /></div>
<h3><a href='http://www.htmlremix.com/author/admin' title='Remiz'>Remiz</a></h3>
<p>Remixed version of unstable human emotions and thirst of mankind actions. UX designer, UI developer and HE of WebCastle Media Pvt LTD</p>
<p><a href='http://twitter.com/#!/remiz' title='Remizon Twitter'>Twitter</a> - <a href='http://www.facebook.com/pages/Remix/186137951454717' title='Remiz on Facebook'>Facebook</a>   </p></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/htmlremix?a=Bozos1x9agw:Q7TK-87PZPs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/htmlremix?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/htmlremix?a=Bozos1x9agw:Q7TK-87PZPs:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/htmlremix?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/htmlremix?a=Bozos1x9agw:Q7TK-87PZPs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/htmlremix?i=Bozos1x9agw:Q7TK-87PZPs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/htmlremix?a=Bozos1x9agw:Q7TK-87PZPs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/htmlremix?i=Bozos1x9agw:Q7TK-87PZPs:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/htmlremix/~4/Bozos1x9agw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.htmlremix.com/review/samsung-galaxy-tab-750-launch-price-in-india/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.htmlremix.com/review/samsung-galaxy-tab-750-launch-price-in-india</feedburner:origLink></item>
		<item>
		<title>Top Chrome Apps and Extensions I use</title>
		<link>http://feedproxy.google.com/~r/htmlremix/~3/N9xgtT4ntw8/top-chrome-apps-and-extensions-i-use</link>
		<comments>http://www.htmlremix.com/review/top-chrome-apps-and-extensions-i-use#comments</comments>
		<pubDate>Fri, 08 Jul 2011 10:23:26 +0000</pubDate>
		<dc:creator>Remiz</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.htmlremix.com/?p=896</guid>
		<description><![CDATA[List of best Google Chrome Apps and Extensions I use]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.htmlremix.com/wp-content/uploads/2011/07/google-chrome-os-new.png"><img onError="javascript: wp_404_images_fix = window.wp_404_images_fix || function(){}; wp_404_images_fix(this);"  src="http://www.htmlremix.com/wp-content/uploads/2011/07/google-chrome-os-new-300x225.png" alt="" title="Best Chrome Apps" width="300" height="225" class="size-medium wp-image-897" /></a></p>
<h4><a href="https://chrome.google.com/webstore/detail/alelhddbbhepgpmgidjdcjakblofbmce">Awesome Screenshot: Capture &amp; Annotate</a></h4>
<p>Capture the whole page or any portion, annotate it with rectangles, circles, arrows, lines and text, blur sensitive info, one-click upload to share. Support PNG and shortcuts. You can also tweet and Facebook share direct from this extension.</p>
<h4><a href="https://chrome.google.com/webstore/detail/mmoheajlpfaigefceljflpohdehkjbli">Blogger Dynamic Views (by Google) </a></h4>
<p>Blogger now provides five new dynamic views for public blogs.  These new views use the latest in web technology, including AJAX, HTML5 and CSS3, to deliver a host of benefits:</p>
<p>
Infinite scrolling: read more posts without having to reload or click to a second page<br />
New layouts: different views suited to different types of blogs<br />
Speed: download images as you view them, not all at once in advance<br />
Interactivity: there are now more ways to experience and engage with blog content </p>
<p>This extension notifies you if you&#8217;re on a Blogger blog and lets you quickly view the blog content in one of the new five dynamic views.  Simply click on the Blogger icon when it appears, select the view, and you&#8217;ll be redirected appropriately</p>
<h4>Boomerang for GMail</h4>
<p>Allows you to schedule messages to be sent or returned at a later date. This helps me to followup mails at times which I kept open but need to reply after two days and so. Also to send scheduled birthday wishes to friends and family <img onError="javascript: wp_404_images_fix = window.wp_404_images_fix || function(){}; wp_404_images_fix(this);"  src='http://www.htmlremix.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h4>Chrome SEO</h4>
<p>The Google Chrome SEO Extension. All the SEO Stats and Tools you need to make daily SEO easier. The MOST popular Chrome SEO Plugin!</p>
<h4><a href="https://chrome.google.com/webstore/detail/fjccknnhdnkbanjilpjddjhmkghmachn">Chrome Toolbox (by Google)</a></h4>
<p>A quick access tool that allows you to put your favorite browser commands in one drop down menu, save unsubmitted form data, magnify images, <strong>view videos in standalone windows</strong>, and define shortcuts to open all links in any bookmark folder.</p>
<p><strong>My favotire features in this Extension are: </strong><br />
1. Popout Video player or Flash from a page and keep it always on top. I love to watch YouTube videos while working on something else or chatting with my friends online.<br />
2. Scroll tabs: Mouse over on Tabs bar and scroll mouse to switch between tabs. Its a native Linux feature which I love most and now its in Chrome. As I am using Sidebar Tabs, its very handy to access all tabs instantly from a mouse scroll. But suddenly it stopped working for Sidebar Tabs. But works fine on Normal top tabs.<br />
3. Set any image as Wallpaper with single click. I love changing my wallpaper when ever I see a new Good picture.</p>
<h4><a href="https://chrome.google.com/webstore/detail/nnbmlagghjjcbdhgmkedmbmedengocbn">Docs PDF/PowerPoint Viewer (by Google)</a></h4>
<p>Other than all Document types and image formalts, this opens PSD files also in Google Docs. So you dont have to download and wait for Photoshop or Irfan view to open </p>
<h4>Easy Youtube Video Downloader</h4>
<p>Easiest method to download YouTube videos in FLV, MP3, 3GP, MP4, 720p and 1080p FULL-HD video qualities. This adds a DOWNLOAD button next to Share option in YouTube videos and does it always as asked to <img onError="javascript: wp_404_images_fix = window.wp_404_images_fix || function(){}; wp_404_images_fix(this);"  src='http://www.htmlremix.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h4><a href="https://chrome.google.com/webstore/detail/iblijlcdoidgdpfknkckljiocdbnlagk">goo.gl URL Shortener </a></h4>
<p>Shorten url with goo.gl, the Google URL shortener, and share with many different service!</p>
<h4><a href="https://chrome.google.com/webstore/detail/ookhcbgokankfmjafalglpofmolfopek">Google Calendar Checker (by Google)</a></h4>
<p>Quickly see the time until your next meeting from any of your calendars. Click on the button to be taken to your calendar. You know, a calendar always helps you to be up to date <img onError="javascript: wp_404_images_fix = window.wp_404_images_fix || function(){}; wp_404_images_fix(this);"  src='http://www.htmlremix.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h4><a href="https://chrome.google.com/webstore/detail/cenchpggpaphkhnpahhcdhanhkpndmge">Google Plus </a></h4>
<p>Go to Google+. Just a useless bookmark. I will uninstall this now <img onError="javascript: wp_404_images_fix = window.wp_404_images_fix || function(){}; wp_404_images_fix(this);"  src='http://www.htmlremix.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<h4><a href="https://chrome.google.com/webstore/detail/okanipcmceoeemlbjnmnbdibhgpbllgc">Google Quick Scroll</a></h4>
<p>Quick Scroll lets you jump directly to the relevant bits of a Google search result. You searched in Google, you opened the page. What the Hell? Its a long page and you cant see what your looking for? This leads you to the bite where you want.</p>
<h4><a href="https://chrome.google.com/webstore/detail/obhahfkkedakkpdfmjeakfginobldlai">Google Reader Snow Leopard </a></h4>
<p>Since I began to use an <a href="http://www.htmlremix.com/iphone">iPhone</a>, I love Apple. Oh not from that, I love Apple from childhood. But to eat them <img onError="javascript: wp_404_images_fix = window.wp_404_images_fix || function(){}; wp_404_images_fix(this);"  src='http://www.htmlremix.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h4><a href="https://chrome.google.com/webstore/detail/pjnfggphgdjblhfjaphkjhfpiiekbbej">Google Similar Pages beta (by Google)</a></h4>
<p>Discover webpages similar to the page you&#8217;re currently browsing.  Does a &#8220;related:SITENAME&#8221; search and shows top four results in a window where you can click and open. Helps a lot in my researchs.</p>
<h4><a href="">Google Voice (by Google)</a></h4>
<p>Google Voice Notification and quick access to Google voice keypad to dail.</p>
<h4><a href="http://www.handoffapp.com/">Handoff Extension</a></h4>
<p>Pushes current URL to iPhone. Helps me test sites on iPhone without typing URL in iPhone Safari. Also cool way to open an AppStore link in iPhone AppStore and download from phone.</p>
<h4><a href="https://chrome.google.com/webstore/detail/hihakjfhbmlmjdnnhegiciffjplmdhin">Rapportive </a></h4>
<p>Gives me alot more inforamtion about the Email Sender when I get a new mail in gMail.</p>
<h4><a href="https://chrome.google.com/webstore/detail/dajedkncpodkggklbegccjpmnglmnflm">Search by Image (by Google)</a></h4>
<p>Quick search for Similar images in Google image search from any website.</p>
<h4><a href="https://chrome.google.com/webstore/detail/eeecbbkpegiknjlkklkajceokkdgipbm">Super Mario Bros. Crossover</a></h4>
<p>Man I love this Game. If you are new to this, use the <a href="https://chrome.google.com/webstore/detail/ilcellbipoehgheiecfonfmjccknmggo">Hacked version</a>. It never gets Game over <img onError="javascript: wp_404_images_fix = window.wp_404_images_fix || function(){}; wp_404_images_fix(this);"  src='http://www.htmlremix.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  </p>
<h4><a href="http://www.tweetdeck.com/chrome">TweetDeck</a></h4>
<p>Dont have to login each time on twitter. This saves you data offline and I just love this over Twitter.com </p>
<h4><a href="https://chrome.google.com/webstore/detail/hhfkcobomkalfdlmkongnhnhahkmnaad">Voice Search</a></h4>
<p>Helps to Search by Voice. Yes, now you can ask to Google for anything. I mostly use to know how Good my English pronounciation is <img onError="javascript: wp_404_images_fix = window.wp_404_images_fix || function(){}; wp_404_images_fix(this);"  src='http://www.htmlremix.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h4><a href="https://chrome.google.com/webstore/detail/bfbameneiokkgbdmiekhjnmfkcnldhhm">Web Developer </a></h4>
<p>A lovely plugin saved a lot of my time when I was developing websites and using Firefox. Never used in Chrome though!</p>
<h4><a href="https://chrome.google.com/webstore/detail/ooommpejgihncljiommlficonnmlainb?hl=en-US">Yellowpages Kerala</a></h4>
<p>A cool tool to search for Business in Kerala. A <a href="http://webcastletech.com">WebCastle</a> product</p>
<h4>Some more</h4>
<p><a href="https://chrome.google.com/webstore/detail/aknpkdffaafgjchaibgeefbgmgeghloj?hl=en-US">Angry Birds</a> and  <a href="https://chrome.google.com/webstore/detail/emfdkkhlpncghihlfghfbpemdpdpoiig?hl=en-US">GrooveShark</a> and most used Apps alongwith <a href="https://chrome.google.com/webstore/detail/gaceoimemjcmchccbdgjemoandjgcbeg?hl=en-US">Web VNC</a>.</p>
<hr />
<h4>Incoming search terms:</h4>
<p><a href="http://www.htmlremix.com/review/top-chrome-apps-and-extensions-i-use" title="top chrome apps">top chrome apps</a>, <a href="http://www.htmlremix.com/review/top-chrome-apps-and-extensions-i-use" title="chrome always on top extension">chrome always on top extension</a>, <a href="http://www.htmlremix.com/review/top-chrome-apps-and-extensions-i-use" title="chrome always on top">chrome always on top</a>, <a href="http://www.htmlremix.com/review/top-chrome-apps-and-extensions-i-use" title="always on top chrome extension">always on top chrome extension</a>, <a href="http://www.htmlremix.com/review/top-chrome-apps-and-extensions-i-use" title="always on top chrome">always on top chrome</a>, <a href="http://www.htmlremix.com/review/top-chrome-apps-and-extensions-i-use" title="chrome extension always on top">chrome extension always on top</a>, <a href="http://www.htmlremix.com/review/top-chrome-apps-and-extensions-i-use" title="chrome always on top plugin">chrome always on top plugin</a>, <a href="http://www.htmlremix.com/review/top-chrome-apps-and-extensions-i-use" title="google chrome always on top extension">google chrome always on top extension</a>, <a href="http://www.htmlremix.com/review/top-chrome-apps-and-extensions-i-use" title="chrome tab always on top">chrome tab always on top</a>, <a href="http://www.htmlremix.com/review/top-chrome-apps-and-extensions-i-use" title="google chrome always on top app">google chrome always on top app</a></p>
<p>
<div style="float:left; text-align:left;><img alt='' src='http://0.gravatar.com/avatar/4566283db4866972b067011f5fdedfef?s=100&amp;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D100&amp;r=G' class='avatar avatar-100 photo' height='100' width='100' /></div>
<h3><a href='http://www.htmlremix.com/author/admin' title='Remiz'>Remiz</a></h3>
<p>Remixed version of unstable human emotions and thirst of mankind actions. UX designer, UI developer and HE of WebCastle Media Pvt LTD</p>
<p><a href='http://twitter.com/#!/remiz' title='Remizon Twitter'>Twitter</a> - <a href='http://www.facebook.com/pages/Remix/186137951454717' title='Remiz on Facebook'>Facebook</a>   </p></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/htmlremix?a=N9xgtT4ntw8:ZBDpKnE4Vz8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/htmlremix?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/htmlremix?a=N9xgtT4ntw8:ZBDpKnE4Vz8:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/htmlremix?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/htmlremix?a=N9xgtT4ntw8:ZBDpKnE4Vz8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/htmlremix?i=N9xgtT4ntw8:ZBDpKnE4Vz8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/htmlremix?a=N9xgtT4ntw8:ZBDpKnE4Vz8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/htmlremix?i=N9xgtT4ntw8:ZBDpKnE4Vz8:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/htmlremix/~4/N9xgtT4ntw8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.htmlremix.com/review/top-chrome-apps-and-extensions-i-use/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.htmlremix.com/review/top-chrome-apps-and-extensions-i-use</feedburner:origLink></item>
		<item>
		<title>World environment day 2011</title>
		<link>http://feedproxy.google.com/~r/htmlremix/~3/_klwDnYOiWQ/world-environment-day-2011</link>
		<comments>http://www.htmlremix.com/review/world-environment-day-2011#comments</comments>
		<pubDate>Sun, 05 Jun 2011 08:01:48 +0000</pubDate>
		<dc:creator>Remiz</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[green]]></category>
		<category><![CDATA[plaet]]></category>
		<category><![CDATA[World environment day]]></category>

		<guid isPermaLink="false">http://www.htmlremix.com/?p=885</guid>
		<description><![CDATA[Save the world for future generation is all we talk about. Yes, thats right we just talk. Now its time to do something.]]></description>
			<content:encoded><![CDATA[<p>Save the world for future generation is all we talk about. Yes, thats right we just talk. Now its time to do something. So here is my call. Follow the instruction in and include no print js in your website footer. This will block users from printing your content un-necessarily and hence save paper and trees.</p>
<p><a href="http://noprint.org"><img onError="javascript: wp_404_images_fix = window.wp_404_images_fix || function(){}; wp_404_images_fix(this);"  class="alignnone size-medium wp-image-886" title="noprint" src="http://www.htmlremix.com/wp-content/uploads/2011/06/noprint-300x196.jpg" alt="" width="300" height="196" /></a></p>
<p>Go to <a href="http://noprint.org">http://noprint.org</a> now. Fill the form <a href="https://spreadsheets.google.com/spreadsheet/embeddedform?formkey=dDd5dTFKT0pzLWJHZURNWDlhSmtzblE6MQ">over here</a> once you have added.<br />
<hr />
<h4>Incoming search terms:</h4>
<p><a href="http://www.htmlremix.com/review/world-environment-day-2011" title="ME BAN A DAR REMIX 3G">ME BAN A DAR REMIX 3G</a></p>
<p>
<div style="float:left; text-align:left;><img alt='' src='http://0.gravatar.com/avatar/4566283db4866972b067011f5fdedfef?s=100&amp;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D100&amp;r=G' class='avatar avatar-100 photo' height='100' width='100' /></div>
<h3><a href='http://www.htmlremix.com/author/admin' title='Remiz'>Remiz</a></h3>
<p>Remixed version of unstable human emotions and thirst of mankind actions. UX designer, UI developer and HE of WebCastle Media Pvt LTD</p>
<p><a href='http://twitter.com/#!/remiz' title='Remizon Twitter'>Twitter</a> - <a href='http://www.facebook.com/pages/Remix/186137951454717' title='Remiz on Facebook'>Facebook</a>   </p></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/htmlremix?a=_klwDnYOiWQ:v72T8rR9B1Y:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/htmlremix?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/htmlremix?a=_klwDnYOiWQ:v72T8rR9B1Y:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/htmlremix?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/htmlremix?a=_klwDnYOiWQ:v72T8rR9B1Y:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/htmlremix?i=_klwDnYOiWQ:v72T8rR9B1Y:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/htmlremix?a=_klwDnYOiWQ:v72T8rR9B1Y:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/htmlremix?i=_klwDnYOiWQ:v72T8rR9B1Y:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/htmlremix/~4/_klwDnYOiWQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.htmlremix.com/review/world-environment-day-2011/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.htmlremix.com/review/world-environment-day-2011</feedburner:origLink></item>
		<item>
		<title>Block Google and bots using htaccess and robots.txt</title>
		<link>http://feedproxy.google.com/~r/htmlremix/~3/XQxy2cO_Y0I/block-google-and-bots-using-htaccess-and-robots-txt</link>
		<comments>http://www.htmlremix.com/seo/block-google-and-bots-using-htaccess-and-robots-txt#comments</comments>
		<pubDate>Tue, 03 May 2011 05:28:53 +0000</pubDate>
		<dc:creator>Remiz</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[block google]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[protection]]></category>
		<category><![CDATA[robots.txt]]></category>
		<category><![CDATA[Webmaster]]></category>

		<guid isPermaLink="false">http://www.htmlremix.com/?p=877</guid>
		<description><![CDATA[Three ways to prevent your site being listed in SERPs.]]></description>
			<content:encoded><![CDATA[<p>It is as important as including your pages in SERP to prevent some pages from listing from SERPs. Specially when you are a web <a href="http://webcastletech.com/">development company</a> and want to demo your clients with site status on your demo server.</p>
<p><a href="http://www.htmlremix.com/wp-content/uploads/2011/05/google-block.jpg"><img onError="javascript: wp_404_images_fix = window.wp_404_images_fix || function(){}; wp_404_images_fix(this);"  class="alignnone size-medium wp-image-878" title="Block Google" src="http://www.htmlremix.com/wp-content/uploads/2011/05/google-block-300x211.jpg" alt="Block Google" width="300" height="211" /></a></p>
<h4>Solution 1 : Password protection</h4>
<p>Protecting site with htaccess password is the best way to block anyone else accessing the site. But that is not possible all the time when you have demo audience test.</p>
<h4>Solution 2 : Robots.txt</h4>
<p>Another Solution Google is providing is to use Robots.<span>txt</span> file to tell Bots not to crawl or list pages in results. But that&#8217;s not always a solution. Google’s <a href="http://www.youtube.com/watch?v=I2giR-WKUfY&amp;feature=related">Matt Cuts has confirmed</a> that Google may include pages from such sites if Google think is relevant.</p>
<blockquote>
<pre>User-agent: *
Disallow: /</pre>
</blockquote>
<h4>Solution 3 : Using .htaccess RewriteCond</h4>
<p>So the solution is to block Google and other similar bots from accessing your site. For that, put following code in your htaccess.</p>
<blockquote>
<pre>RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} AltaVista [OR]
RewriteCond %{HTTP_USER_AGENT} Googlebot [OR]
RewriteCond %{HTTP_USER_AGENT} msnbot [OR]
RewriteCond %{HTTP_USER_AGENT} Slurp
RewriteRule ^.*$ "http\:\/\/htmlremix\.com" [R=301,L]</pre>
</blockquote>
<p>Change URL in last line to your main site so that your site gets SEO ranking if someone linked in to your blocked site.<br />
Download this <a href="http://www.htmlremix.com/wp-content/uploads/2011/05/htaccess.txt">htaccess</a> block other common bot access<br />
<hr />
<h4>Incoming search terms:</h4>
<p><a href="http://www.htmlremix.com/seo/block-google-and-bots-using-htaccess-and-robots-txt" title="google">google</a>, <a href="http://www.htmlremix.com/seo/block-google-and-bots-using-htaccess-and-robots-txt" title="htaccess block google">htaccess block google</a>, <a href="http://www.htmlremix.com/seo/block-google-and-bots-using-htaccess-and-robots-txt" title="block google htaccess">block google htaccess</a>, <a href="http://www.htmlremix.com/seo/block-google-and-bots-using-htaccess-and-robots-txt" title="ht access block msnbot 2011">ht access block msnbot 2011</a>, <a href="http://www.htmlremix.com/seo/block-google-and-bots-using-htaccess-and-robots-txt" title="htaccess robots">htaccess robots</a>, <a href="http://www.htmlremix.com/seo/block-google-and-bots-using-htaccess-and-robots-txt" title="htaccess google bot">htaccess google bot</a>, <a href="http://www.htmlremix.com/seo/block-google-and-bots-using-htaccess-and-robots-txt" title="htaccess prevent google">htaccess prevent google</a>, <a href="http://www.htmlremix.com/seo/block-google-and-bots-using-htaccess-and-robots-txt" title="block google bot htaccess">block google bot htaccess</a>, <a href="http://www.htmlremix.com/seo/block-google-and-bots-using-htaccess-and-robots-txt" title="htaccess deny google">htaccess deny google</a>, <a href="http://www.htmlremix.com/seo/block-google-and-bots-using-htaccess-and-robots-txt" title="htaccess block robots">htaccess block robots</a></p>
<p>
<div style="float:left; text-align:left;><img alt='' src='http://0.gravatar.com/avatar/4566283db4866972b067011f5fdedfef?s=100&amp;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D100&amp;r=G' class='avatar avatar-100 photo' height='100' width='100' /></div>
<h3><a href='http://www.htmlremix.com/author/admin' title='Remiz'>Remiz</a></h3>
<p>Remixed version of unstable human emotions and thirst of mankind actions. UX designer, UI developer and HE of WebCastle Media Pvt LTD</p>
<p><a href='http://twitter.com/#!/remiz' title='Remizon Twitter'>Twitter</a> - <a href='http://www.facebook.com/pages/Remix/186137951454717' title='Remiz on Facebook'>Facebook</a>   </p></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/htmlremix?a=XQxy2cO_Y0I:WQObcm2h4kc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/htmlremix?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/htmlremix?a=XQxy2cO_Y0I:WQObcm2h4kc:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/htmlremix?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/htmlremix?a=XQxy2cO_Y0I:WQObcm2h4kc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/htmlremix?i=XQxy2cO_Y0I:WQObcm2h4kc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/htmlremix?a=XQxy2cO_Y0I:WQObcm2h4kc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/htmlremix?i=XQxy2cO_Y0I:WQObcm2h4kc:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/htmlremix/~4/XQxy2cO_Y0I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.htmlremix.com/seo/block-google-and-bots-using-htaccess-and-robots-txt/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.htmlremix.com/seo/block-google-and-bots-using-htaccess-and-robots-txt</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 1.928 seconds. --><!-- Cached page generated by WP-Super-Cache on 2012-02-22 00:09:59 -->

