Personal Blog of Ricky Mills; Web Developer, PHP Programmer and Mobile Application Developer
Header

Well the rest of the blogging world covered this within 2 seconds of it being accidentally announced by Google. Personally I wanted time to think about and read the speculation about this exciting news.

If you’ve not yet read Google’s blog post announcing their own Web Browser, click here. Now, I’ve read that many people are not liking this. Sure there’s umpteen browsers out there, do we need another one? Yes, actually we do.

The Google browser is not about Google getting into bigger markets. Its not about power, money or popularity. Its about filling a void which currently no other company has even looked at, let alone attempted to fill.

The new browser promises “Multi-Threading” which allows processes to be managed, much like they are in Activity Monitor (OS X) and Task Manager (Windows). For instance, you can quit processes for javascript, or audio, movies, etc exclusively, allowing the rest of the web-page to function as usual.

This is a browser for cloud computing. Like it or lump it, cloud computing exists, sure its a fancy term for something thats always been around, but thats just how it works.

I’ll post a follow up review once the browser gets released later today. (I’ll be trying to get it running under WINE or Crossover on OS X first ;) )

The uses of OpenID

August 3rd, 2008 | Posted by Rick in Cloud Computing | Internet | PHP | WordPress - (0 Comments)

As the entire computing world continues to move further and further onto Internet based applications, many have tried to come up with a way to allow all these fantastic applications to be used as one, much like your computers user account.

OpenID is the only project that seems to have succeeded at taking a step into providing an online identity. If you’ve not used OpenID before, it basically allows you to have 1 account to use across thousands of websites.

I’ve now integrated OpenID support into RickyMills.com through the use of a great wordpress plugin by Will Norris. Additionally, I created my own OpenID realm so I can login with “RickyMills.com”! This was possible through the use of a great little PHP script called phpMyID. I recommend it to anyone wanting to create an OpenID based on their own website address!

Anyone interested in OpenID should take a look at http://www.openid.net for all the details!