<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
>

<channel>
	<title>Daniel Brierton &#187; Google</title>
	<atom:link href="http://popple3.com/tag/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://popple3.com</link>
	<description>Miaow</description>
	<lastBuildDate>Thu, 17 Dec 2009 23:53:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<!-- podcast_generator="Blubrry PowerPress/1.0.9" mode="advanced" entry="normal" -->
	<itunes:summary>Miaow</itunes:summary>
	<itunes:author>Daniel Brierton</itunes:author>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://popple3.com/wp-content/plugins/powerpress/itunes_default.jpg" />
	<itunes:subtitle>Miaow</itunes:subtitle>
	<image>
		<title>Daniel Brierton &#187; Google</title>
		<url>http://popple3.com/wp-content/plugins/powerpress/rss_default.jpg</url>
		<link>http://popple3.com</link>
	</image>
		<item>
		<title>How to get the blue title bar in Chromium for Mac</title>
		<link>http://popple3.com/2009/12/17/how-to-get-the-blue-title-bar-in-chromium-for-mac/</link>
		<comments>http://popple3.com/2009/12/17/how-to-get-the-blue-title-bar-in-chromium-for-mac/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 23:53:59 +0000</pubDate>
		<dc:creator>Daniel Brierton</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[Chromium]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://danielbrierton.ie/?p=639</guid>
		<description><![CDATA[#code { width: 500px; overflow: auto; font-family: monospace; margin: 20px 0; white-space: pre; background: #eee; color: #000; } I just installed the latest build of Chromium on my MacBook because I wanted to use some of the new extensions available recently, but when I ran it, it had a blue title bar, like on Windows [...]]]></description>
			<content:encoded><![CDATA[<style>
#code {
width: 500px;
overflow: auto;
font-family: monospace;
margin: 20px 0;
white-space: pre;
background: #eee;
color: #000;
}
</style>
<p>I just installed the latest build of Chromium on my MacBook because I wanted to use some of the new extensions available recently, but when I ran it, it had a blue title bar, like on Windows XP and Linux. I didn&#8217;t think too much of it, backed up the Chromium profile folder, and copied over my Chrome profile, and Chromium went back to grey.</p>
<p>After poking around and comparing the two Preference files, I figured out what was causing Chromium to go blue, there was an extension listed in the file, which the theme entry lower down referenced.</p>
<p><strong>I did this using build 34868, and I cannot guarantee this will work for others, it just happened to work for me. If you do it wrong, or it doesn&#8217;t work, and it messes up your Chromium profile, I accept no responsibility. Backup the Default folder just in case this happens.</strong></p>
<ul>
<li>Close Chromium, then go to &#8216;~/Library/Application Support/Chromium/Default/&#8217;</li>
<li>Backup the Extensions folder and the Preferences file. If you make a mistake in the Preferences file, it deletes all the Extensions for some reason&#8230;</li>
<li>Open up &#8216;Preferences&#8217; in TextEdit (or whatever plain text editor you want to use).</li>
<li>Find where it says &#8216;&#8221;settings&#8221;: {&#8216;, it should be after &#8216;autoupdate&#8217; under &#8216;extensions&#8217;</li>
<li>Add in the following before &#8216;&#8221;settings&#8221;: {&#8216;:
<div id="code">      &#8220;theme&#8221;: {<br />
         &#8220;colors&#8221;: {<br />
            &#8220;null&#8221;: [ 0, 0, 0 ]<br />
         },<br />
         &#8220;id&#8221;: &#8220;hkacjpbfdknhflllbcmjibkdeoafencn&#8221;,<br />
         &#8220;pack&#8221;: &#8220;nopath&#8221;<br />
      },</div>
<p>
and the following after:<br />
</p>
<div id="code">         &#8220;hkacjpbfdknhflllbcmjibkdeoafencn&#8221;: {<br />
            &#8220;location&#8221;: 1,<br />
            &#8220;manifest&#8221;: {<br />
               &#8220;key&#8221;: &#8220;MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCycmVJSXAf57FMqFmmTdmQtbvhYHx7850dYFcU9zyPMGgbpqDJ4PG8zFv3vqiVIwEkxoSCK/JbVdGUyenu5H4F8/e4+18rAjCMZffYEkXLme1ZkuirdhUD9KNobP+Y8wBUpQRsOEg8vpThjQaOovEI/u2AlSh9ckwDRKphqqwMNwIDAQAB&#8221;,<br />
               &#8220;name&#8221;: &#8220;Default&#8221;,<br />
               &#8220;theme&#8221;: {<br />
                  &#8220;colors&#8221;: {<br />
                     &#8220;null&#8221;: [ 0, 0, 0 ]<br />
                  },<br />
                  &#8220;images&#8221;: {<br />
                     &#8220;null&#8221;: &#8220;notused.png&#8221;<br />
                  }<br />
               },<br />
               &#8220;version&#8221;: &#8220;1.1&#8243;<br />
            },<br />
            &#8220;path&#8221;: &#8220;hkacjpbfdknhflllbcmjibkdeoafencn/1.1&#8243;,<br />
            &#8220;state&#8221;: 1<br />
         },
</div>
<p>
so it&#8217;s like:<br />
</p>
<div id="code">      &#8220;theme&#8221;: {<br />
         &#8220;colors&#8221;: {<br />
            &#8220;null&#8221;: [ 0, 0, 0 ]<br />
         },<br />
         &#8220;id&#8221;: &#8220;hkacjpbfdknhflllbcmjibkdeoafencn&#8221;,<br />
         &#8220;pack&#8221;: &#8220;nopath&#8221;<br />
      },<br />
      &#8220;settings&#8221;: {<br />
         &#8220;hkacjpbfdknhflllbcmjibkdeoafencn&#8221;: {<br />
            &#8220;location&#8221;: 1,<br />
            &#8220;manifest&#8221;: {<br />
               &#8220;key&#8221;: &#8220;MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCycmVJSXAf57FMqFmmTdmQtbvhYHx7850dYFcU9zyPMGgbpqDJ4PG8zFv3vqiVIwEkxoSCK/JbVdGUyenu5H4F8/e4+18rAjCMZffYEkXLme1ZkuirdhUD9KNobP+Y8wBUpQRsOEg8vpThjQaOovEI/u2AlSh9ckwDRKphqqwMNwIDAQAB&#8221;,<br />
               &#8220;name&#8221;: &#8220;Default&#8221;,<br />
               &#8220;theme&#8221;: {<br />
                  &#8220;colors&#8221;: {<br />
                     &#8220;null&#8221;: [ 0, 0, 0 ]<br />
                  },<br />
                  &#8220;images&#8221;: {<br />
                     &#8220;null&#8221;: &#8220;notused.png&#8221;<br />
                  }<br />
               },<br />
               &#8220;version&#8221;: &#8220;1.1&#8243;<br />
            },<br />
            &#8220;path&#8221;: &#8220;hkacjpbfdknhflllbcmjibkdeoafencn/1.1&#8243;,<br />
            &#8220;state&#8221;: 1<br />
         },</div>
</li>
<li>Save and open Chromium and hopefully you&#8217;ll have a blue title bar.</li>
</ul>
<p>A lot of work for something so simple really&#8230; I wonder is there a theme available that&#8217;ll do this for you&#8230; <img src='http://popple3.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://popple3.com/2009/12/17/how-to-get-the-blue-title-bar-in-chromium-for-mac/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My Dream of a Perfect Cloud OS</title>
		<link>http://popple3.com/2009/01/30/my-dream-of-a-perfect-cloud-os/</link>
		<comments>http://popple3.com/2009/01/30/my-dream-of-a-perfect-cloud-os/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 00:17:16 +0000</pubDate>
		<dc:creator>Daniel Brierton</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Cloud OS]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">/?p=388</guid>
		<description><![CDATA[With the recent unearthing of an image on Google&#8217;s server, along with the less recent mention of Google Web Drive in Picasa for Mac, I&#8217;ve begun to think of exactly what I would want from a Cloud OS. I&#8217;ve always liked the idea of Windows Live SkyDrive and DropBox, but they just don&#8217;t get it [...]]]></description>
			<content:encoded><![CDATA[<p>With <a href="http://lifehacker.com/5139689/more-hints-that-googles-long+awaited-web-drive-is-on-its-way">the recent unearthing of an image on Google&#8217;s server</a>, along with the less recent <a href="http://lifehacker.com/5134959/google-web-drive-on-its-way">mention of Google Web Drive in Picasa for Mac</a>, I&#8217;ve begun to think of exactly what I would want from a Cloud OS.</p>
<p><span id="more-388"></span></p>
<p>I&#8217;ve always liked the idea of <a href="http://skydrive.live.com"> Windows Live SkyDrive</a> and <a href="http://www.getdropbox.com/">DropBox</a>, but they just don&#8217;t get it 100% right (although DropBox is pretty nice).</p>
<p>I&#8217;m a heavy user of Google services and there are so many ways online storage can tap into each of these services. When I go into SkyDrive to access a Word document or PowerPoint presentation, I would expect it to give me an option to open it in <a href="http://www.officelive.com/">Office Live</a>, but it doesn&#8217;t, it just downloads it. DropBox suffers from this too, but it&#8217;s acceptable as they don&#8217;t have their own solution. Another gripe with SkyDrive is the lack of a desktop application for managing your online storage. There are third party alternatives, but they lack in speed and are quite buggy. DropBox&#8217;s application is seamless brilliance. Just simply manipulate files in a folder just like you normally would and they automatically sync.</p>
<p>But where both these services lack, I think Google can fix. They have a wide infrastructure of hardware and software services, such as Picasa Web Albums, Google Docs, GMail, YouTube and Blogger. Google Web Drive could integrate these services (in particular Picasa Web Albums and Docs), and provide a single place to share files, pictures and documents, or keep them private for personal use. Imagine you upload a video to Web Drive so you can access it later at another computer. And then later you want to put it on YouTube, so you just right click, then click publish to YouTube, fill out a form, and no second upload. The same could be done for pictures. Saving files from GMail to Web Drive could be a single click away.</p>
<p>Of course Google could go and create the best interface and integration with their other services, but if they neglect desktop software, they will have problems. DropBox is great because of it&#8217;s software, not it&#8217;s web interface. In fact a portable application that can be installed on a memory stick would be very handy. I really hope Google can pull something special out of the bag with this, and I&#8217;ll definitely be keeping an eye out for it.</p>
]]></content:encoded>
			<wfw:commentRss>http://popple3.com/2009/01/30/my-dream-of-a-perfect-cloud-os/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Facebook Connect vs. Friend Connect</title>
		<link>http://popple3.com/2008/12/06/facebook-connect-vs-friend-connect/</link>
		<comments>http://popple3.com/2008/12/06/facebook-connect-vs-friend-connect/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 17:55:48 +0000</pubDate>
		<dc:creator>Daniel Brierton</dc:creator>
				<category><![CDATA[Randomness]]></category>
		<category><![CDATA[Connect]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[identity]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://popple3.com/?p=264</guid>
		<description><![CDATA[Yesterday, both Facebook and Google launched their universal login platforms, Facebook Connect, and Friend Connect. As you can see to the right, Popple3.com is already Facebook Connect enabled. You can click the connect button to login right now. For a brief period I had Friend Connect in the sidebar too, but it just seemed pointless [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, both Facebook and Google launched their universal login platforms, Facebook Connect, and Friend Connect. As you can see to the right, Popple3.com is already Facebook Connect enabled. You can click the connect button to login right now.</p>
<p>For a brief period I had Friend Connect in the sidebar too, but it just seemed pointless to me really. I couldn&#8217;t use it to create local WordPress accounts to authorize comments. I would have to replace the WordPress comments with Friend Connect comments, making Facebook Connect AND Popple3.com accounts pointless. Maybe I missed something, but really Friend Connect seems like Disqus with a slightly more social aspect to it.</p>
<p>Based on the last paragraph I think it&#8217;s quite obvious which is the better platform in my opinion &#8211; Facebook Connect. It allows for full integration with any website, it&#8217;s all down to the developer. It&#8217;s a bit harder to set up, due to there being PHP involved, but still, totally worth the effort. It also posts actions to your Facebook feed if you choose to do so. I hope that sites all over the internet implement this in some way. Facebook will be launching a WordPress plugin soon, but until then you can still use (the not so great) <a href="http://sociable.es" target="_blank">Sociable.es</a> plugin. With some editing, you can get a good proper functioning Facebook integration, as you can see right here.</p>
]]></content:encoded>
			<wfw:commentRss>http://popple3.com/2008/12/06/facebook-connect-vs-friend-connect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome manages to wow, but is also lacking</title>
		<link>http://popple3.com/2008/09/03/google-chrome-manages-to-wow-but-is-also-lacking/</link>
		<comments>http://popple3.com/2008/09/03/google-chrome-manages-to-wow-but-is-also-lacking/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 14:21:02 +0000</pubDate>
		<dc:creator>Daniel Brierton</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://popple3.com/?p=145</guid>
		<description><![CDATA[So, I&#8217;ve had time now to mess about with Google Chrome, Google&#8217;s new web browser based on WebKit, and I have to say I&#8217;m quite impressed. Google have addressed most ends of what people really want from their browser, but have also missed out on a few important features. The first think you will definitely [...]]]></description>
			<content:encoded><![CDATA[<p>So, I&#8217;ve had time now to mess about with Google Chrome, Google&#8217;s new web browser based on WebKit, and I have to say I&#8217;m quite impressed. Google have addressed most ends of what people really want from their browser, but have also missed out on a few important features.</p>
<p><span id="more-145"></span></p>
<p>The first think you will definitely notice is how fast Google Chrome starts up. I would usually be waiting a few seconds for Firefox, even if it had no add-ons, but Google Chrome is as quick as Notepad or MS Paint, which is quite a feat. It&#8217;s instant.<br />
It can easily import your preferences, bookmarks and history from other browsers on your computer, which is something you expect from browsers these days. The speed at which it runs is amazing. No matter how many windows and tabs you open up, everything runs as smooth as just one. This is due to their new approach of giving each tab and windows their own process. That way if a webpage crashes, only that tab will crash leaving the rest of your browsing unharmed. I thought this would mean that more CPU and memory would be used, but I was wrong. When I compared Chrome&#8217;s resource usage with 2 tabs (Google Reader and my site), the total was less than Firefox with the classic Google homepage, nothing else. You can view each tabs resource usage in Chrome&#8217;s own task manager, even allowing you to kill all flash processes, but leave the webpage working perfectly, or close tabs using far too much CPU or memory.</p>
<p>The interface is pretty. It&#8217;s clean and far from cluttered. The tabs appear in the title bar, then there&#8217;s an address bar, and bookmarks bar. That&#8217;s all. It leaves much more room for displaying the webpage. The status bar only shows when it&#8217;s needed, and only takes the width it needs.</p>
<p>Downloads are shown in a box at the bottom of the window. This feature still needs tweaking though, as the downloads will only appear on the tab/window that the download was initiated. There is a downloads tab that you can open, but it just isn&#8217;t enough. Another fault with the download manager is the lack of percentage indicator. It shows the total size of the file, what has downloaded, and the speed it goes at. The downloads have a ring around the file icon, which indicates the amount downloaded, but it&#8217;s just not enough.<br />
Arranging tabs and windows is effort less. Just drag them around the way you want them. Pull a tab out of the windows to create a new window.</p>
<p>Security and compatibility is something Google are touting as a big thing. Google already stores URLs of phishing sites, site that are known to host viruses, or any other security concern. Google Chrome utilizes this to protect the user even more, by bringing this list out of the Google search page and into the browser. Google also have access to a massive infrastructure to test Chrome&#8217;s compatibility with websites all over the world. They advertise a 99% compatibility, which is huge for a brand new, still in beta, browser. Chrome also includes an &#8220;Incognito tab&#8221; which allows users to browse whatever they want, without leaving any trace behind. Perfect for ordering gifts for other users of the computer, or certain other things (use your imagination).</p>
<p>Chrome still has a few other flaws though. It doesn&#8217;t have a way to effectively organize bookmarks, downloads and history. There is no way to remove from the list of downloads, or even get rid of the list altogether as far as I can see, and history only lets you delete entire days, and not individual entries. Nor does it have a way to change order from time to anything else, however a search box partially makes up for this.</p>
<p>In conclusion, Google Chrome shows lots of potential. Considering this is the very first beta release, Google have done a great job. I can&#8217;t wait to see the finished browser, and how it stacks up against it&#8217;s rivals. It&#8217;s definitely worth the download now. I&#8217;m using it as my default browser now after being a Firefox (and for a while Flock) user for many many years. Only time will tell if it grows old and I return to Firefox (like I did with Flock).</p>
<p>You can download Google Chrome Beta now from <a href="http://www.google.com/chrome" target="_blank">http://www.google.com/chrome</a></p>
]]></content:encoded>
			<wfw:commentRss>http://popple3.com/2008/09/03/google-chrome-manages-to-wow-but-is-also-lacking/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google preparing for world domination; Own web browser</title>
		<link>http://popple3.com/2008/09/02/google-preparing-for-world-domination-own-web-browser/</link>
		<comments>http://popple3.com/2008/09/02/google-preparing-for-world-domination-own-web-browser/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 09:26:49 +0000</pubDate>
		<dc:creator>Daniel Brierton</dc:creator>
				<category><![CDATA[Randomness]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[world domination]]></category>

		<guid isPermaLink="false">http://popple3.com/?p=140</guid>
		<description><![CDATA[Google have unvieled that they are working on a new web browser based on WebKit. The first images appeared yesterday, when Google sent out cartoons (yes, cartoons) to promote the new browser. The new browser, called Google Chrome, is built on WebKit, which came as a shock to many as Google have such a tight [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://popple3.com/wp-content/uploads/2008/09/chrome1.jpg"><img src="http://popple3.com/wp-content/uploads/2008/09/chrome1.jpg" alt="" title="Google Chrome" width="500" height="408" class="aligncenter size-full wp-image-142" /></a></p>
<p>Google have unvieled that they are working on a new web browser based on WebKit. The first images appeared yesterday, when Google sent out cartoons (yes, cartoons) to promote the new browser.</p>
<p>The new browser, called Google Chrome, is built on WebKit, which came as a shock to many as Google have such a tight relationship with Mozilla, and have invested large amounts of money into their Firefox browser. Google have decided however, not to use an open source JavaScript engine, but instead built their own from the ground up, dubbed V8.</p>
<p><span id="more-140"></span></p>
<p>The design of Chrome is quite unique and I have to say I like it. However, good looks and a few extra features aren&#8217;t gonna tear me away from Firefox. But if it includes a similar add-ons system to Firefox, then it may pose a challenge to me.</p>
<p>One feature I like is that the tabs each get their own process. Yes, this will increase CPU and memory usage, but it also makes it more stable. If a particular website causes the browser to crash, only that one tab will actually crash, leaving the rest of your tabs intact. I&#8217;ve had a problem with Google Reader causing Firefox to crash, causing up to 30 tabs (yes that is a tad bit too much) to crash in the process. Sure there&#8217;s session recovery, but it&#8217;s still an annoyance.</p>
<p>Overall, it looks nice, but may possibly be lacking in features. Most features are already implemented into Firefox natively, or through add-ons, but it may be something to keep an eye on.</p>
<p>Rumoured for release tomorrow, I&#8217;ll post a full review as soon as I get my hands on it.</p>
]]></content:encoded>
			<wfw:commentRss>http://popple3.com/2008/09/02/google-preparing-for-world-domination-own-web-browser/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
