Karun AB

My e-home for dev work.

Sunday, September 7, 2008

Browser Tryouts: Google Chrome

Google Chrome: The Next Gen Open Source Web Browser

Google Chrome: The Next Gen Open Source Web Browser

Having heard all the rage about Google Chrome, I decided to try it out this Friday morning before leaving for college. What’s this I see? An online install? Of course it doesn’t mean much to people who have connections which can download the 7.3MB installer in a few seconds but for others, its a bit more arduous. Here’s a direct download link to the Google Chrome installer for others like me who have connections which are as slow as if not slower than broadbad ;) To download the full Google Chrome Installer (7.3 MB) click here.

Chrome is Google’s Next Generation browser and I must say, it does feel good :) (This post is being written in Chrome :P). It did take some time to load up the page but I suspect that’s because of the page not being cached yet and that Chrome doesn’t seem to have Google Gears. O.o I distinctly remember reading that Chrome has the Gears engine in the Chrome Web Comic but when I tried enabling Turbo in the Wordpress panel for Chrome it said that I didn’t have Gears installed. So it sent me to the Gears webpage which said my browser wasn’t supported. :P Seems like I’m not the only one who noticed ;)

Like most other Google products, Chrome has a simplistic yet powerful UI which puts UX above everything. Its technical specs are pretty impressive too. The process isolation for tabs, sandboxing them for extra security and omnibox are things that almost every experienced internet user would want. Moving from Firefox to Chrome would be easy considering that all the shortcuts remain the same :P Ctrl+J opens the downloads window in Chrome, Ctrl+T for tabs (pretty standard), Ctrl+Shift+T for opening recently closed tabs etc. If you don’t already know about memory fragmentation and how Google Chrome deals with it, you should read Page 6-7 of the Google Chrome Web Comic.

You can right click any web page in Chrome and click “Inspect Element” and this would take you to the page source. Viewing page source in a browser was never so awesome. Chrome highlights and formats the code beautifully but I can’t get it to search through the source for some reason. Also the resources tab allows you to “put the blame where it rightfully belongs” when it comes to memory leaks ;) But the Firefox addons development community is huge and the 3 addons that are going to keep me using Firefox are delicious bookmarks synchronisation (for access to bookmarks across multiple computers), FlashBlock and the almighty AdBlock! :) Also, having individual processes for each tab is a neat thing when it comes to functionality but for someone like me who lives half his life in the processes tab of Windows Task Manager, seeing all those chrome.exe processes does get a tad bit annoying :)

Chrome is an excellent start and I’d say, with a few tweaks and changes its going to be a great browser. I’ll just wait a few builds (or at least till I have ports of AdBlock and del.icio.us bookmark syncing) and then use Chrome a bit more regularly.

PS: Why do I have the feeling that the age of the browser war threads on forums across the intarwebs are back? :P

Update: Oh I knew this would happen!

posted by Karun at 1:58 pm 

category: Review
tags:

Monday, October 29, 2007

Command Line e-mailing

Ever wanted to send a quick email but then though, “nah.. cba to open my inbox right now”?

Now you can send emails via command line! It doesn’t have to be installed though you could do so if you please. I give you Blat!

Here is a simple example from the documentation:

@echo off
:::::::::::::: Lets set some variables ::::::::::::::
set eMail=tim@blat.tld
set subj=-s “Test Blat”
set server=-server localhost
set x=-x “X-Header-Test: Can Blat do it? Yes it Can!”
set debug=-debug -log blat.log -timestamp
::::::::::::::::: Now we run Blat! :::::::::::::::::
blat %0 -to %eMail% -f %eMail% %subj% %server% %debug% %x%

posted by Karun at 2:10 pm 

category: Review
tags:

Wednesday, December 27, 2006

The Vista Experience

I’m on Windows Vista Ultimate right now and here is what I feel. Its a really good OS since it performs quite well if you have a good box like mine (good being an understatement to most). But the problem is its extremely freakishly irritating rights system. I haven’t really looked around that much but I hate it when i have to confirm every rename 3 times. One for some permissions system and one whether I should allow this action by an “Unauthorized user” I hope they have a setting saying “Allow the administrator to do what he wants” because this is getting out of hand ¬¬.

Oh yes, the backup option in the disc backed up my Adobe settings but not my mIRC settings meaning I’m script-less :( All those weeks of work developing scripts to make my mIRC perfectly suited to my needs for nothing! I have to do it all from scratch. That’s the thing I’m most pissed at.

Despite all that, its an OS that I would like to use if MS doesn’t screw it up with its monthly changes in WGA type systems.

Update:

Veteran Microsoft reporter Paul Thurrott agreed, contending at the time that the implementation of UAC in Vista build 5342 is a “sad, sad joke” given the number of dialog boxes that one must wade through to do simple tasks. However, Thurrott appears to have retracted those comments, claiming in his Windows Vista Beta 2 review, that UAC had been “completely overhauled” and is “less annoying,” although he acknowledges that Microsoft is “still struggling to find a balance between security and annoyance.”

Looks like I’m not alone ;) Thank you Wikipedia!

posted by Karun at 12:12 am 

category: Review
tags:

All information on this site is © 2006 - 2008 of Karun AB.
Hamsters ran 19 miles to bring this page to you in 0.896 seconds.