javascript
Mozilla Firefox and Jetpack
by Adriano Tornatore on feb.01, 2010, under Developers, javascript
A new type of “Browser Customization” tool started to be a real developing tool for addons in Mozilla Firefox.
Mozilla Labs released the version 0.7 of Jetpack!I will not explain how to use and how to install it (you could even watch video tutorial on the website) but i will show a little example of it.
Once you installed Jetpack, a special tab (about:jetpack) will appear with several tabs: a smart description, a list of installed Jetpack addons, a developing window, tutorial with some demos, memory usage monitor and api tutorial. In tutorial tab there are examples about scripting under this API but not all are working..
Anyway, there is a script that is checking every minute how many unread mails you have in your gmail account and it shows an icon on your mozilla status bar. I edited it a little bit and now it will show a toast notification if new mails arrived. Here the code:
How to Extend a TextBox to use Google Maps
by flotruglio on gen.09, 2010, under C#, Developers, javascript
Do you need to store latitude/longitude coordinates of an address, or show a little input to choose a point in Google Maps? Here is a little solution to this problem: extend the TextBox to interact with Google Maps!
read my full post at http://www.codeproject.com/KB/custom-controls/gmapinput.aspx