<?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; browser</title>
	<atom:link href="http://popple3.com/tag/browser/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; browser</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>Moblin v2.0 Beta Review</title>
		<link>http://popple3.com/2009/05/24/moblin-v20-beta-review/</link>
		<comments>http://popple3.com/2009/05/24/moblin-v20-beta-review/#comments</comments>
		<pubDate>Sun, 24 May 2009 13:12:08 +0000</pubDate>
		<dc:creator>Daniel Brierton</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[Moblin]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[OS]]></category>

		<guid isPermaLink="false">http://danielbrierton.ie/?p=467</guid>
		<description><![CDATA[The other day, I downloaded and created a LiveUSB installer for Moblin v2.0 Beta, because after seeing the preview video (below), I was just blown away by the interface, and planned on installing it onto my Aspire One. In mine, and many other&#8217;s opinions, it&#8217;s the first properly designed OS for netbooks. However, after trying [...]]]></description>
			<content:encoded><![CDATA[<p>The other day, I downloaded and created a LiveUSB installer for <a href="http://moblin.org/downloads" target="_blank">Moblin v2.0 Beta</a>, because after seeing the preview video (below), I was just blown away by the interface, and planned on installing it onto my Aspire One. In mine, and many other&#8217;s opinions, it&#8217;s the first properly designed OS for netbooks. However, after trying out the LiveUSB, I quickly changed my mind about Moblin.</p>
<p>Yes, it still had the beautiful and fluid interface, but it was as buggy as hell. I always jump straight into betas when I see them, but this is by far the most buggy beta I&#8217;ve ever seen, and some things just didn&#8217;t make sense. You can add your Twitter account, and update your status from within the OS&#8217;s status tab. However that&#8217;s all it did, just allow you to update your status. It would have made sense to show your Twitter stream below it, but no. That was on the m_zone tab, basically a dashboard. There was just one problem. There was 8 boxes each containing a seemingly random (although prioritising replies) tweet, or a link to a song from your linked Last.fm account. The rest of the dashboard was nice though. Recent/most viewed web pages, and your agenda and tasks from you calendar.</p>
<p>So, that I could have gotten over. After all, I usually just use Twitter&#8217;s web interface. So it didn&#8217;t help that the web browser was horrible and buggy. Like, it&#8217;s a tabbed browser, but you can&#8217;t right click and open in new tab. Now that I think about it, I never tried Ctrl-Click, but that&#8217;s besides the point. The browser is built on Firefox, but rendering can often take a long time, and I couldn&#8217;t manage to download Flash Player. I also tried using the package manager and terminal to install it, but both failed, so I couldn&#8217;t test out flash in the browser.</p>
<p>And my last gripe (although this is most likely something they&#8217;re working on) is the built in IM. It only supports Jabber, Google Talk and some other service I can&#8217;t remember, so again I couldn&#8217;t really test this as I use Windows Live Messenger.</p>
<p>It may seem like I&#8217;ve been just bashing this OS based purely on a beta version, but I consider this more constructive criticism and definitely see potential. I do love the interface in general. Here&#8217;s hoping they combat the problems mentioned above, as well as any other bugs and launch a viable competitor to Ubuntu Netbook Remix and plain ol&#8217; XP.</p>
<p>Here&#8217;s the preview video:<br />
<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/vsCpIeLLoT8&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/vsCpIeLLoT8&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://popple3.com/2009/05/24/moblin-v20-beta-review/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>
