<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>DigiMantra &#187; Chrome</title>
	<atom:link href="http://www.digimantra.com/category/google/chrome-google/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digimantra.com</link>
	<description>Technology tips for all</description>
	<lastBuildDate>Fri, 16 Jul 2010 06:28:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<atom:link rel='hub' href='http://www.digimantra.com/?pushpress=hub'/>
		<item>
		<title>Google Chrome Frame powering Internet Explorer</title>
		<link>http://www.digimantra.com/google/chrome-google/google-chrome-frame-powering-internet-explorer/</link>
		<comments>http://www.digimantra.com/google/chrome-google/google-chrome-frame-powering-internet-explorer/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 19:28:21 +0000</pubDate>
		<dc:creator>Sachin Khosla</dc:creator>
				<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.digimantra.com/?p=1903</guid>
		<description><![CDATA[Google undoubtedly has been the biggest contributor to make web faster and reliable. Google code has introduced a plugin called ChromeFrame to add open web technologies and Google chrome&#8217;s v3 JavaScript engine to the Internet explorer 6,7 and 8. So it does not matter after how long Microsoft is going to add these features to [...]


Related posts:<ol><li><a href='http://www.digimantra.com/microsoft/internet-explorer-8-beta-launched-by-microsoft/' rel='bookmark' title='Permanent Link: Internet Explorer 8 beta launched by microsoft'>Internet Explorer 8 beta launched by microsoft</a></li>
<li><a href='http://www.digimantra.com/google/news-google-launch-operating-system-called-chrome/' rel='bookmark' title='Permanent Link: NEWS: Google to launch operating system called CHROME'>NEWS: Google to launch operating system called CHROME</a></li>
<li><a href='http://www.digimantra.com/google/google-chrome-change-default-download-location/' rel='bookmark' title='Permanent Link: Google Chrome : Change default download location'>Google Chrome : Change default download location</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Google undoubtedly has been the biggest contributor to make web faster and reliable. Google code has introduced a plugin called <a rel="nofollow" target="_blank" href="http://code.google.com/chrome/chromeframe/" target="_blank">ChromeFrame</a> to add open web technologies and Google chrome&#8217;s v3 JavaScript engine to the Internet explorer 6,7 and 8. So it does not matter after how long Microsoft is going to add these features to their legacy browsers as after installing Google&#8217;s ChromeFrame your web application becomes as responsive as it is in Firefox or other browsers.<a href="http://www.digimantra.com/blog/wp-content/uploads/2009/09/google-chrome.jpg"><img class="alignright size-full wp-image-1905" title="google-chrome" src="http://www.digimantra.com/blog/wp-content/uploads/2009/09/google-chrome.jpg" alt="google chrome Google Chrome Frame powering Internet Explorer" width="135" height="135" /></a></p>
<p>With the chromeframe plugin installed web developers will no longer have to wait for browsers to support the new features which they have not got already. Tags like canvas tag in html5 can also be used straight a way if your machine has chromeframe installed.The application in Internet Explorer becomes faster after installing chromeframe.</p>
<p><span style="color: #3366ff;"><strong>Getting Started with Google Chrome Frame</strong></span></p>
<p>All you need to do is type the following tag in top of your html page (inside the head section). When Google Chrome Frame plugin is present the tag is read by the browser and it switches to faster javascript engine. But when the plugin is not installed, the browser simply skips the line, as it does not understand what it is all about.</p>
<p>&nbsp;</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;chrome=1&quot;&gt;</pre></div></div>

<p>&nbsp;</p>
<p>You can control whether to start Google chrome frame or no. You also have the option to redirect user to download plugin before viewing the particular webpage. It is more like Adobe flash player needed for videos to play.So if you want such a redirect use the following code.(from <a rel="nofollow" target="_blank" href="http://code.google.com/chrome/chromeframe/developers_guide.html" target="_blank">code.google.com</a>)</p>
<p>&nbsp;</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;html&gt;
&lt;head&gt;
&lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;chrome=1&quot;&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;script type=&quot;text/javascript&quot; 
src=&quot;http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js&quot;&gt; &lt;/script&gt;
&nbsp;
&lt;div id=&quot;placeholder&quot;&gt;&lt;/div&gt;
&nbsp;
&lt;script&gt;
 CFInstall.check({
    node: &quot;placeholder&quot;,
    destination: &quot;http://www.waikiki.com&quot;
  });
&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;</pre></div></div>

<p>&nbsp;</p>
<p>But I would suggest you not to redirect user for now until your application is very crucial to run in Javascript and is facing speed interaction issues with Internet Explorer. But I personally feel that using gmail on Internet Explorer has become faster.</p>
<p><span style="color: #3366ff;"><strong>Critics</strong></span></p>
<p>Some believe that it is Google trying to monopolize by taking over Internet Explorer via Chrome Frame. Well it is matter of interpretation, some take it in negative sense and some take in positive. People who are using Internet Explorer all the time and hate its slow page rendering or response time can go forward and install it. It will help them enjoy Internet Explorer more nicely. Google Chrome Frame is just a plugin to make Internet Explorer better.</p>
<p>Stay Digified !!<br />
Sachin Khosla</p>


<p>Related posts:<ol><li><a href='http://www.digimantra.com/microsoft/internet-explorer-8-beta-launched-by-microsoft/' rel='bookmark' title='Permanent Link: Internet Explorer 8 beta launched by microsoft'>Internet Explorer 8 beta launched by microsoft</a></li>
<li><a href='http://www.digimantra.com/google/news-google-launch-operating-system-called-chrome/' rel='bookmark' title='Permanent Link: NEWS: Google to launch operating system called CHROME'>NEWS: Google to launch operating system called CHROME</a></li>
<li><a href='http://www.digimantra.com/google/google-chrome-change-default-download-location/' rel='bookmark' title='Permanent Link: Google Chrome : Change default download location'>Google Chrome : Change default download location</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.digimantra.com/google/chrome-google/google-chrome-frame-powering-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>NEWS: Google to launch operating system called CHROME</title>
		<link>http://www.digimantra.com/google/news-google-launch-operating-system-called-chrome/</link>
		<comments>http://www.digimantra.com/google/news-google-launch-operating-system-called-chrome/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 09:48:29 +0000</pubDate>
		<dc:creator>Sachin Khosla</dc:creator>
				<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[google.chrome]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.digimantra.com/?p=1126</guid>
		<description><![CDATA[Google has always taken world by surprises but have never seen such major announcements in this short period of time. Google unveiled google wave and then introduced new features in the Gmail. Yesterday it removed Beta from all of its lab applications and now they have Chrome as an Operating system. At the Google official [...]


Related posts:<ol><li><a href='http://www.digimantra.com/google/chrome-google/google-chrome-frame-powering-internet-explorer/' rel='bookmark' title='Permanent Link: Google Chrome Frame powering Internet Explorer'>Google Chrome Frame powering Internet Explorer</a></li>
<li><a href='http://www.digimantra.com/google/google-chrome-change-default-download-location/' rel='bookmark' title='Permanent Link: Google Chrome : Change default download location'>Google Chrome : Change default download location</a></li>
<li><a href='http://www.digimantra.com/technology/detect-chrome-using-php/' rel='bookmark' title='Permanent Link: Detect chrome using php'>Detect chrome using php</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Google has always taken world by surprises but have never seen such major announcements in this short period of time. Google unveiled google wave and then introduced new features in the Gmail. Yesterday it <a rel="nofollow" target="_blank" href="http://www.digimantra.com/google/google-products-grow-big-beta/" target="_blank">removed Beta from all of its lab applications</a> and now they have Chrome as an Operating system. At the <a href="http://googleblog.blogspot.com/2009/07/introducing-google-chrome-os.html" target="_blank">Google official blog</a> they announced that this OS is going to be named chrome and this is going to be Open Source. They launched Google chrome browser in the end of year 2008, which could not attract more  users but 30 million <img src='http://www.digimantra.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="NEWS: Google to launch operating system called CHROME" /> </p>
<p>Browser is something which we used inside the OS but we are here talking about the OS, which means other than Windows, MAC , Linux , Solaris etc we will have another known as <strong>Chrome</strong>. Google&#8217;s products are undoubtedly fast, reliable and free (most of them). So Google already has its market and the estimated target users set. Google said it right, when the Operating Systems were designed their base was put taking in context how to run an OS on a PC, but today we need operating systems, which should be web enabled and should specifically be designed taking in context that WEB is going to be its major component. A look at the perecentage of users from my various operating systems which visit <a href="http://www.digimantra.com/" target="_blank">Digimantra</a></p>
<div id="attachment_1131" class="wp-caption aligncenter" style="width: 597px"><a href="http://www.digimantra.com/blog/wp-content/uploads/2009/07/OS-visitors-digimantra.gif"><img class="size-full wp-image-1131" title="OS-visitors-digimantra" src="http://www.digimantra.com/blog/wp-content/uploads/2009/07/OS-visitors-digimantra.gif" alt="OS visitors digimantra NEWS: Google to launch operating system called CHROME" width="587" height="252" /></a><p class="wp-caption-text">Various OS percentage of visitors at Digimantra</p></div>
<p style="text-align: center;">
<p>In the first phase they are launching this for <strong>Netbooks </strong>and later this year i.e. 2009 they are going to release Notebooks which already have this Chrome OS bundled. They also plan to open-source the code, so t<a href="http://www.digimantra.com/blog/wp-content/uploads/2009/07/google-logo.gif"><img class="alignright size-full wp-image-1132" title="google-logo" src="http://www.digimantra.com/blog/wp-content/uploads/2009/07/google-logo.gif" alt="google logo NEWS: Google to launch operating system called CHROME" width="174" height="116" /></a>hat developers get hands on it. After mid 2010 the OS should be there in market for consumers, then harware giants like Dell, IBM, HP can think of making an OEM versions of it <img src='http://www.digimantra.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="NEWS: Google to launch operating system called CHROME" />  .</p>
<p>The operating system, Chrome, by google is going to be light, powerful, secure and Fast. I am sure about this light feature, because they are launching it through <strong>Netbooks</strong> and they claim this is going to be a natural extension of Google Chrome. Target is to boot the system up pretty faster, an example would be www.google.com loads faster comapred to other search engines, until others optimized or chopped of their search pages like google <img src='http://www.digimantra.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="NEWS: Google to launch operating system called CHROME" /> </p>
<p>Talking about platform independence and its the Core base of the operating system, Chrome, google has to say the following :</p>
<blockquote><p>Google Chrome OS will run on both x86 as well as ARM chips and we are working with multiple OEMs to bring a number of netbooks to market next year. The software architecture is simple — Google Chrome running within a new windowing system on top of a Linux kernel. For application developers, the web is the platform. All web-based applications will automatically work and new applications can be written using your favorite web technologies. And of course, these apps will run not only on Google Chrome OS, but on any standards-based browser on Windows, Mac and Linux thereby giving developers the largest user base of any platform.</p></blockquote>
<p>Google is going to change the way we start our laptops and browse internet. It would be pretty simple, fast and secure <img src='http://www.digimantra.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="NEWS: Google to launch operating system called CHROME" /> </p>
<p>Lets all from the open-source community join hands with Google and change the computer world.</p>
<p>Note : I am not going to remark anythere about Windows Vs Chrome, because this is a big comparison and a seperate post will suffice the readers <img src='http://www.digimantra.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="NEWS: Google to launch operating system called CHROME" /> </p>
<p>Stay Digified !!<br />
Sachin Khosla</p>


<p>Related posts:<ol><li><a href='http://www.digimantra.com/google/chrome-google/google-chrome-frame-powering-internet-explorer/' rel='bookmark' title='Permanent Link: Google Chrome Frame powering Internet Explorer'>Google Chrome Frame powering Internet Explorer</a></li>
<li><a href='http://www.digimantra.com/google/google-chrome-change-default-download-location/' rel='bookmark' title='Permanent Link: Google Chrome : Change default download location'>Google Chrome : Change default download location</a></li>
<li><a href='http://www.digimantra.com/technology/detect-chrome-using-php/' rel='bookmark' title='Permanent Link: Detect chrome using php'>Detect chrome using php</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.digimantra.com/google/news-google-launch-operating-system-called-chrome/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Detect chrome using php</title>
		<link>http://www.digimantra.com/technology/detect-chrome-using-php/</link>
		<comments>http://www.digimantra.com/technology/detect-chrome-using-php/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 04:48:41 +0000</pubDate>
		<dc:creator>Sachin Khosla</dc:creator>
				<category><![CDATA[Chrome]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://realin.co.in/?p=87</guid>
		<description><![CDATA[The other day i was coding arround and i found that i need to know if the user is using the new shiny browser chrome. So for that i wrote a small snippet and wanted to share with you guys. Here is how we do in php. function is_chrome&#40;&#41; &#123; return&#40;eregi&#40;&#34;chrome&#34;, $_SERVER&#91;'HTTP_USER_AGENT'&#93;&#41;&#41;; &#125; &#160; if&#40;is_chrome&#40;&#41;&#41; [...]


Related posts:<ol><li><a href='http://www.digimantra.com/technology/reflection-php5/' rel='bookmark' title='Permanent Link: Reflection API support now in PHP 5.1.3'>Reflection API support now in PHP 5.1.3</a></li>
<li><a href='http://www.digimantra.com/google/google-chrome-change-default-download-location/' rel='bookmark' title='Permanent Link: Google Chrome : Change default download location'>Google Chrome : Change default download location</a></li>
<li><a href='http://www.digimantra.com/tutorials/calculating-time-difference-in-php/' rel='bookmark' title='Permanent Link: calculating time difference in PHP'>calculating time difference in PHP</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.digimantra.com/blog/wp-content/uploads/2008/10/google-chrome.jpg"><img class="size-full wp-image-88 alignright" title="google-chrome" src="http://www.digimantra.com/blog/wp-content/uploads/2008/10/google-chrome.jpg" alt="google chrome Detect chrome using php" width="83" height="83" /></a></p>
<p>The other day i was coding arround and i found that i need to know if the user is using the new shiny browser chrome. So for that i wrote a small snippet and wanted to share with you guys. Here is how we do in php.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">function</span> is_chrome<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
<span style="color: #b1b100;">return</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">eregi</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;chrome&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$_SERVER</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'HTTP_USER_AGENT'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span>is_chrome<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
<span style="color: #666666; font-style: italic;">// do something if its chrome</span>
&nbsp;
<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'You are using Google Chrome Browser.'</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

<p>cheers !!<br />
Realin !</p>


<p>Related posts:<ol><li><a href='http://www.digimantra.com/technology/reflection-php5/' rel='bookmark' title='Permanent Link: Reflection API support now in PHP 5.1.3'>Reflection API support now in PHP 5.1.3</a></li>
<li><a href='http://www.digimantra.com/google/google-chrome-change-default-download-location/' rel='bookmark' title='Permanent Link: Google Chrome : Change default download location'>Google Chrome : Change default download location</a></li>
<li><a href='http://www.digimantra.com/tutorials/calculating-time-difference-in-php/' rel='bookmark' title='Permanent Link: calculating time difference in PHP'>calculating time difference in PHP</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.digimantra.com/technology/detect-chrome-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webkit released a faster Javascript Engine</title>
		<link>http://www.digimantra.com/google/webkit-released-a-faster-javascript-engine/</link>
		<comments>http://www.digimantra.com/google/webkit-released-a-faster-javascript-engine/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 17:43:56 +0000</pubDate>
		<dc:creator>Sachin Khosla</dc:creator>
				<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[browsers]]></category>

		<guid isPermaLink="false">http://realin.co.in/?p=30</guid>
		<description><![CDATA[Continuing to the browser&#8217;s war, after the pre-mature release of Google&#8217;s chrome WebKit announced its own much faster javascript engine. Chrome supported new V8 javascript engine. However, WebKit is an open source project which forms the basis of both Chrome and Apple&#8217;s Safari browser, has released the latest version of its own JavaScript engine, SquirrelFish [...]


Related posts:<ol><li><a href='http://www.digimantra.com/google/v8-an-open-source-javascript-engine/' rel='bookmark' title='Permanent Link: v8: an open source javascript Engine'>v8: an open source javascript Engine</a></li>
<li><a href='http://www.digimantra.com/google/chrome-google/google-chrome-frame-powering-internet-explorer/' rel='bookmark' title='Permanent Link: Google Chrome Frame powering Internet Explorer'>Google Chrome Frame powering Internet Explorer</a></li>
<li><a href='http://www.digimantra.com/google/google-app-engine/install-run-google-app-engine-linux/' rel='bookmark' title='Permanent Link: Install and run google app engine on linux'>Install and run google app engine on linux</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Continuing to the browser&#8217;s war, after the pre-mature release of Google&#8217;s chrome <a rel="nofollow" target="_blank" href="http://webkit.org/">WebKit</a> announced its own much faster javascript engine. Chrome supported new V8 javascript engine. However, WebKit is an open source project which forms the basis of both Chrome and Apple&#8217;s Safari browser, has <a rel="nofollow" target="_blank" href="http://webkit.org/blog/214/introducing-squirrelfish-extreme/">released</a> the latest version of its own JavaScript engine, SquirrelFish Extreme. Google replace this SquirrelFish engine with its all new V8 Javascript engine to utilize latest multicore processor technologies and its predecessors.</p>
<p><a href="http://www.digimantra.com/blog/wp-content/uploads/2008/09/webkit-icon.png"><img class="alignright size-full wp-image-31" title="webkit-icon" src="http://www.digimantra.com/blog/wp-content/uploads/2008/09/webkit-icon.png" alt="webkit icon Webkit released a faster Javascript Engine" width="215" height="174" /></a></p>
<p>Contrary to google&#8217;s belief to deliver high-speed browsing, some of the benchmark results proved that, google&#8217;s V8 Javascript Engine is slower than the one WebKit has. i used  <a rel="nofollow" target="_blank" href="http://www2.webkit.org/perf/sunspider-0.9/sunspider.html">SunSpider benchmark</a> to test the latest version of WebKit against Google&#8217;s Chrome. The results are quite impressive. WebKit with SquirrelFish Extreme finished the benchmark in 1235ms while Chrome needed 1598ms.</p>
<p>Can&#8217;t paste the result here though, but what i can perceive is that google has to work a lot harder if it wants to give some tough time to its competitors like Firefox and WebKit (the heart of all browsers).</p>
<p>Cheers!!</p>
<p>Realin !</p>


<p>Related posts:<ol><li><a href='http://www.digimantra.com/google/v8-an-open-source-javascript-engine/' rel='bookmark' title='Permanent Link: v8: an open source javascript Engine'>v8: an open source javascript Engine</a></li>
<li><a href='http://www.digimantra.com/google/chrome-google/google-chrome-frame-powering-internet-explorer/' rel='bookmark' title='Permanent Link: Google Chrome Frame powering Internet Explorer'>Google Chrome Frame powering Internet Explorer</a></li>
<li><a href='http://www.digimantra.com/google/google-app-engine/install-run-google-app-engine-linux/' rel='bookmark' title='Permanent Link: Install and run google app engine on linux'>Install and run google app engine on linux</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.digimantra.com/google/webkit-released-a-faster-javascript-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome : Change default download location</title>
		<link>http://www.digimantra.com/google/google-chrome-change-default-download-location/</link>
		<comments>http://www.digimantra.com/google/google-chrome-change-default-download-location/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 08:54:23 +0000</pubDate>
		<dc:creator>Sachin Khosla</dc:creator>
				<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://realin.co.in/?p=13</guid>
		<description><![CDATA[Well its again about google chrome, its the in thing these days mayne.. So sparyk !! you wanna change the default download location of the new light-weight but seems to be powerful browser chrome. well here you go.. 1. Open Google Chrome.(that sounded common, eh ?) 2. Click the wrench icon in the upper-right corner [...]


Related posts:<ol><li><a href='http://www.digimantra.com/google/chrome-google/google-chrome-frame-powering-internet-explorer/' rel='bookmark' title='Permanent Link: Google Chrome Frame powering Internet Explorer'>Google Chrome Frame powering Internet Explorer</a></li>
<li><a href='http://www.digimantra.com/google/search-gmail-google-reader-and-buzz-from-the-chrome-browser/' rel='bookmark' title='Permanent Link: Now search gmail, google reader and buzz from the chrome browser'>Now search gmail, google reader and buzz from the chrome browser</a></li>
<li><a href='http://www.digimantra.com/technology/detect-chrome-using-php/' rel='bookmark' title='Permanent Link: Detect chrome using php'>Detect chrome using php</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Well its again about <strong>google chrome</strong>, its the in thing these days mayne..</p>
<p>So sparyk !! you wanna change the default download location of the new light-weight but seems to be powerful browser chrome. well here you go..</p>
<p>1. Open Google Chrome.(that sounded common, eh ?)</p>
<p>2. Click the wrench icon in the upper-right corner of the toolbar and select <span style="font-weight: bold;">Options</span>.</p>
<p>3. Go to the <span style="font-weight: bold;">Minor Tweaks</span> tab.  In the <span style="font-weight: bold;">Download location</span> section, click the <span style="font-weight: bold;">Browse</span> button and locate the desired download directory. If you want to have more control over where each file is downloaded to, check the <span style="font-weight: bold;">Ask where to save each file before downloading</span> checkbox.</p>
<p>That should do the trick .</p>
<p>cheers !!</p>
<p>Realin !</p>


<p>Related posts:<ol><li><a href='http://www.digimantra.com/google/chrome-google/google-chrome-frame-powering-internet-explorer/' rel='bookmark' title='Permanent Link: Google Chrome Frame powering Internet Explorer'>Google Chrome Frame powering Internet Explorer</a></li>
<li><a href='http://www.digimantra.com/google/search-gmail-google-reader-and-buzz-from-the-chrome-browser/' rel='bookmark' title='Permanent Link: Now search gmail, google reader and buzz from the chrome browser'>Now search gmail, google reader and buzz from the chrome browser</a></li>
<li><a href='http://www.digimantra.com/technology/detect-chrome-using-php/' rel='bookmark' title='Permanent Link: Detect chrome using php'>Detect chrome using php</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.digimantra.com/google/google-chrome-change-default-download-location/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>v8: an open source javascript Engine</title>
		<link>http://www.digimantra.com/google/v8-an-open-source-javascript-engine/</link>
		<comments>http://www.digimantra.com/google/v8-an-open-source-javascript-engine/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 05:24:37 +0000</pubDate>
		<dc:creator>Sachin Khosla</dc:creator>
				<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Techie]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[javscript]]></category>

		<guid isPermaLink="false">http://realin.co.in/?p=8</guid>
		<description><![CDATA[hiya, v8 javascript engine lies at the heart of Google&#8217;s browser Chrome and claims to be reason for its faster processing of javascript code. Here is what wiki has to say for it The V8 JavaScript engine is an open source JavaScript engine developed by Google in Denmark and shipping with the Google Chrome browser. [...]


Related posts:<ol><li><a href='http://www.digimantra.com/google/webkit-released-a-faster-javascript-engine/' rel='bookmark' title='Permanent Link: Webkit released a faster Javascript Engine'>Webkit released a faster Javascript Engine</a></li>
<li><a href='http://www.digimantra.com/technology/javascript/glow-an-open-source-javascript-library-by-bbc/' rel='bookmark' title='Permanent Link: Glow an open source javascript library by BBC'>Glow an open source javascript library by BBC</a></li>
<li><a href='http://www.digimantra.com/technology/open-source-and-the-changing-trends-in-technology/' rel='bookmark' title='Permanent Link: Open source and the changing trends in technology'>Open source and the changing trends in technology</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>hiya,</p>
<p>v8 javascript engine lies at the heart of Google&#8217;s browser Chrome and claims to be reason for its faster processing of javascript code.</p>
<p>Here is what<strong> wiki</strong> has to say for it</p>
<blockquote><p>The V8 JavaScript engine is an open source JavaScript engine developed by Google in Denmark and shipping with the Google Chrome browser.</p>
<p>It increases performance by compiling JavaScript to native machine code before running it, rather than to a bytecode or interpreting it. Thus, JavaScript applications will run at the speed of a compiled binary.</p></blockquote>
<p style="text-align: center;"><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/hWhMKalEicY&#038;fs=1" width="425" height="344"><param name="movie" value="http://www.youtube.com/v/hWhMKalEicY&#038;fs=1" /><param name="FlashVars" value="playerMode=embedded"/><param name="wmode" value="transparent"/></object></p>
<p style="text-align: left;">
<p style="text-align: left;">Share more if you got ..</p>
<p style="text-align: left;">cheers !!</p>
<p style="text-align: left;">Realin !</p>


<p>Related posts:<ol><li><a href='http://www.digimantra.com/google/webkit-released-a-faster-javascript-engine/' rel='bookmark' title='Permanent Link: Webkit released a faster Javascript Engine'>Webkit released a faster Javascript Engine</a></li>
<li><a href='http://www.digimantra.com/technology/javascript/glow-an-open-source-javascript-library-by-bbc/' rel='bookmark' title='Permanent Link: Glow an open source javascript library by BBC'>Glow an open source javascript library by BBC</a></li>
<li><a href='http://www.digimantra.com/technology/open-source-and-the-changing-trends-in-technology/' rel='bookmark' title='Permanent Link: Open source and the changing trends in technology'>Open source and the changing trends in technology</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.digimantra.com/google/v8-an-open-source-javascript-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
