Tag Archives: JavaScript

Chrome Extension APIs For contentSettings

Google Chrome has recently added a new set of APIs to control Content Settings. This will allow developers to create Chrome extensions to control content settings like cookies, JavaScript, Plug-ins etc. Continue reading

Use Bookmarklets in Opera Mini

If you use Opera Mini (or any other mobile browser which supports JavaScript), you can use bookmarklets to perform several tasks easily. Bookmarklets are usually small JavaScript programs, which can be fired in browsers to perform actions like modifying page content, sending page data to web services etc. Continue reading

JavaScript Patterns by Stoyan Stefanov – Take Your JavaScript Skills to the Next Level

If you have the basic understanding of JavaScript, and you want to take your skills to the next level, the JavaScript Patterns by Stoyan Stefanov is an excellent tutorial for you. Continue reading

Agent 008 Ball – HTML5 Game

Agent 008 Ball is an online pool game. It is not an ordinary flash-based game, and uses HTML5 to render the game elements. The Agent 008 Ball has been developed by Pixel Lab. Continue reading

Firefox 3.6.12 Fixes A Critical Security Issue

Mozilla has quickly released Firefox 3.6.12, which fixes a critical security issue. Users will be automatically prompted to update Firefox soon. Continue reading

Kraken – A New Browser Benchmark From Mozilla

Mozilla has announced a new JavaScript benchmark, which will focus on realistic workloads and forward-looking applications. This new browser benchmark, Kraken, is better in terms of reflecting realistic workloads for pushing the edge of browser performance forward, says Mozilla developer Rob Sayre. Continue reading

Mozilla’s New JavaScript Engine, JägerMonkey, Makes Firefox Four Times Faster!

Mozilla developers are working on a new JavaScript optimizer for Firefox based browsers. This new JIT compiler, JägerMonkey, is now available for the testing and will be integrated to Firefox soon to replace current optimizer, TraceMonkey. Continue reading

Embed Tweets On Web pages Easily

Here is a trick to embed individual twitter updates on webpages, blogs and forums. This requires JavaScript, and is better than posting screenshots of tweets. Continue reading

Google Chrome To Get Full Greasemonkey Support

You will be able to execute almost all userscripts in Chrome very soon. Chrome will install these scripts as extension. Continue reading

How To Use Greasemonkey Scripts in Opera?

Opera Browser supports some greasemonkey scripts, hence you can run those scripts in Opera too. Google chrome also supports userscripts. Although, all gm functions are not supported in these browsers. Continue reading