The Chrome Extensions site went live yesterday. Iit’s pretty cool to see that Google has got a place now where extensions are all under on roof.
The extensions site is located here. You need to download the Chrome Beta browser to get extensions if you don’t already have it
Download Google Chrome :
To download Chrome dev follow [...]
Continue Reading
360cities is a cool website which develops panoramas for Google Earth. Here they have shown all their work on a map. Just click on any panorama to view it.
Share/Save
Continue Reading
I was working on a page and wanted to make sure that this page is not opened in an iframe.
Here is some piece of javascript code which helps you to detect this.
var inFrame= (window.location != window.parent.location) ? true : false;
If inFrame is true you can redirect user or throw some alert.
Share/Save
Continue Reading
When you paste the following into the address bar of your browser when on google.com and hit return, you should find yourself as new participant of Google’s latest and more all-encompassing prototype test – the one with a new logo, buttons, and always-visible left-hand pane in results.
javascript:void(document.cookie=”PREF=ID=20b6e4c2f44943bb:U=4bf292d46faad806:TM=1249677602:LM=1257919388:S=odm0Ys-53ZueXfZG;path=/; domain=.google.com”);
If things work out and you reload Google, [...]
