Google Chrome

Recently, Google Chrome steal all the headlines from the media, making the internet browser challenge hike, you can actually see all the related article everywhere. Review, tips & tricks and vulnerabilities of google chrome have been strongly discuss.

Now, I will sum up everything about Google chrome here. And let you guys to have the final say whether google chrome is good or bad. I will not discuss details here as alot of people's have already done that, hence, I'll provides short point and links, you may refer to the link if you would like to find out more.

Here we go.

Features:


  • Support multiple processes, instead of single or multi-thread, each tab has it own memory and global data structures.

    • processes rendering in seperate tab





Tips:

Vulnerabilities (Version 0.2.149.27):

  • Buffer overflow

    • Description: Problem caused due to a boundary error when handling the "SaveAs" Function. On saving a malicious page with an overly long title ( tag in HTML), the program causes a stack-based overflow and makes it possible for attackers to execute arbitrary code."

    • To know more, visit http://www.itwire.com/




Problem fixed:

  • URLs containing ":%" which could cause Chrome to crash.


Pros:

  • Opensource

  • Better stability by running multi process architecture. 1 tab goes down will not affect the whole browser

  • Better memory allocation as each tab has it own memory. Any tab goes memory fat, we can just eliminate it

  • Built in Java virtual machine

  • Built-in DOM inspector

  • Compiled javascript

  • Incognito mode

  • Excellent introduction and explanation you can find from a comic book added by google.


Cons:

  • It's still in beta test, you can expect alot of bugs and vulnerabities

  • no supporting plugin like firefox at the moment

  • Chrome offers only day-by-day history.

  • no linux support, YET!


Overall, I think Google chrome is a decent browser with high performance and stability. It's worth the try. So, what's your say about Google chrome?

Tuesday, September 9, 2008 | posted in , | 0 comments [ More ]

Google Chrome, new open source browser

Yes, a new web browser from google. Information from google blog, beta version of Google Chrome will be lauching tomorrow.

To find out more about this new open source browser, Google Chrome, google has added a comic book explaining Google Chrome.

Source: http://googleblog.blogspot.com/

Tuesday, September 2, 2008 | posted in , | 2 comments [ More ]

Top 5 IT Jokes

My Top 5 IT jokes

1) sudo joke

sudo



2) Software Development Lifecycle / Project Management (Eventhough is just a joke, yet it is so true! Even big company surfer from bad management or finding difficulty to understand the client needs)

IT Jokes 2

3) Right/Write click
Tech Support:  "I need you to right-click on the Open Desktop."
Customer:  "Ok."
Tech Support:  "Did you get a pop-up menu?"
Customer:  "No."
Tech Support:  "Ok. Right click again. Do you see a pop-up menu?"
Customer  "No."
Tech Support:  "Ok, sir. Can you tell me what you have done up until this point?"
Customer:  "Sure, you told me to write 'click' and I wrote 'click'."

4) IT Geeks
Two IT guys were chatting in a pub after work.
Alpha:  "Guess what, mate," says the first IT guy, "yesterday, I met this gorgeous blonde girl in a bar."
Beta:  "What did you do?" says the other IT guy.

Alpha:  "Well, I invited her over to my place, we had a couple of drinks, we got into the mood and then she suddenly asked me to make her feel special"
Beta:  "You're kidding me!" says the second IT guy.

Alpha:  "I then I lifted her and put her on my desk next to my new laptop."
Beta:  "Really? You got a new laptop? What configuration?"

Alpha:  "It's a 1 GB RAM and mobile internet connectivity card and 180GB HARDDISK..Wi-Fi...."

............ x!@xZ

5) ID ten T error
I was having trouble with my computer. So I called Richard , the 11 year old next door, whose bedroom looks like Mission Control, to come over. Richard clicked a couple of buttons and solved the problem.

As he was walking away, I called after him, "So, what was wrong?"

"It was an ID ten T error," he replied.

I didn't want to appear stupid, but nonetheless inquired, "An, ID ten T error? What's that ... uh ... in case I need to fix it again?"

Richard grinned ... "Haven't you ever heard of an ID ten T error before?"

"No," I replied.

"Write it down," he said, "and I think you'll figure it out."

So I wrote down: I D 1 0 T .....

I used to like Richard.

For more webcomic jokes, http://xkcd.com

| posted in , | 1 comments [ More ]

Nikon D90

nikon d90



A long awaited successor to the Nikon D80 (one of the most successful DSLRs), the Nikon D90 has finally released on September 2008.

We have been hearing alot of rumours about the D90 specs before the D90 actually launch. Now, we can find the actual specs from their official website http://imaging.nikon.com/products/imaging/lineup/digitalcamera/slr/d90/index.htm

Those who own the Nikon D80, may want to compare the specs and features from http://www.dpreview.com/previews/nikond90/ to see the differences. to see the differences between D80 and D90 .

To learn more about D90 and accessories, http://www.kenrockwell.com/nikon/d90.htm

:-) Another gadget added to my shopping list.

source: http://imaging.nikon.com/products/imaging/lineup/digitalcamera/slr/d90/

Create a Favicon for you website

If you are my loyal reader's, you should noticed I have just added a favicon to my blog. You can see a favicon beside your browser's URL box, tab and bookmark when browsing my blog.

Ok wait, what is favicon?

Favicon is a small icon associated with a website. Here's a screenshot of my blog favicon (aka favorites icon).

[red circle area are the favicon]

Favicon in browser url box

favicon url bar

Favicon in tab

favicon in tab

To create your own favicon:

Steps

1) Find a favicon creator like:
- http://www.chami.com/html-kit/services/favicon/
- http://www.favicon.co.uk/

Simply upload your image and it will generate favicon for you.


2) Once you have generate the favicon.ico, upload favicon.ico to your webroot (http://www.example.com)



3) Paste the following code inside your website html header.
<head>
<link rel="shortcut icon" href="favicon.ico">
</head>

4) Now, open your page. The new icon should be displayed in your browser's URL box and/or tab.

5) To test the favicon after updating your web page, the Favicon Validator can check the favicon files and tags on your website.
http://www.html-kit.com/favicon/validator/

favicon validator


favicon validator 6) Done



To create a favicon in wordpress, you can refer the following link
http://codex.wordpress.org/favicon.ico

| posted in , | 0 comments [ More ]