Tagged: Javascript

What does “Google Chrome”  mean to developers 13

What does “Google Chrome” mean to developers

Yet another browser to code for? I guess it will obey ECMA-262 rev3 so don’t worry too much about incompatibilities as of now. Lets see the positive side Its an open source, you get to participate and allows you to write plug-ins Each tab is a separate process.so the effect of one tab...

For UrbanDictionary Fans 3

For UrbanDictionary Fans

Here is the scriplet which you can use to lookup a word on urbandictionary. To use pull the scriptlet onto your URL bar. If you select a word on the page and click the scriptlet takes you the word defnition directly or it will prompt for the word to lookup. Urban Dict lookup...

Conversation with Alessandro – CTO of Lightstreamer 0

Conversation with Alessandro – CTO of Lightstreamer

On the fourth day of Developer Summit myself and Veetrag spent some time with Alessandro CTO of Lightstreamer. We talked about comet architecture and its application in various fields. Comment is sometimes referred as reverse AJAX and is a set of technologies used to push the live data from server to http clients....

Chat with Greg Murray on Jmaki, ajax, comet etc 0

Chat with Greg Murray on Jmaki, ajax, comet etc

Myself and Veetrag caught up with Greg Murray sipping his coffee at Developers Summit. As usual we started talking and in between I realized, we could as well record it. Hence the start is abrupt and volume is low. Greg Murray is an AJAX architect at Sun. He is known for his contributions...

Simple mash of Twitter and Google Maps 3

Simple mash of Twitter and Google Maps

Got inspired by Twittervision mapping your tweets on Google Map. They don’t have a widget to put the map on your blog. Nevertheless I wouldn’t have used their widgets as they slow down the site. I hacked a piece of code in php/js to achieve the same on my site. Geo microformat L:lat,lan...

How to close main browser window with out getting warning message 6

How to close main browser window with out getting warning message

When you try to close the main browser window using the close [ window.close(); ] method. You get the confirmation prompt The Web page you are viewing is trying to close the window. Do you want to close the window? This warnning message appears only if you are trying to close the main...