About
I'm Nobu, a web developer living in Mountain View, CA. Feel free to comment on any posts. I'm also tweeting on twitter.
Archives
-
add-on amazon rds applescript cocoa css firefox gmail javascript jquery mac mamp mashup mongo mysql oauth Open Tab-History In New Tab pear php skype social SweetCatcher twitter vim
WP Cumulus Flash tag cloud by Roy Tanck and Luke Morton requires Flash Player 9 or better.
-
Recent Posts
-
Blog under the Creative Commons Attribution 3.0 License
Monthly Archives: February 2009
Additional information: How to build a Firefox extension
Mozilla pins (wallpaper) on Flickr – Photo Sharing!
This entry inspired me.
How to build a Firefox extension (lifehacker.com)
I use Mac OSX 10.5 and Firefox 3.0.5.
Set up your development environment
ref:
https://developer.mozilla.org/en/Setting_up_extension_development_environment
Small script for starting firefox.
% cat ~/bin/firefox-debug.sh
#!/bin/sh
/Applications/Firefox.app/Contents/MacOS/firefox-bin -no-remote -P dev
I created a new profile “dev” for development.
I mainly use 2 add-ons.
DOM Inspector
Event Spy
Event Spy catch the events like [...]
Firefox add-on: “Open Tab-History In New Tab” released in sandbox
Open Tab-History In New Tab :: Firefox Add-ons
This add-on is designed to allow a user to open a link from the back button drop-down menu in a new tab.
To do this the user clicks the back-forward-dropmarker button or just right clicks the back/forward button to bring up that tab’s history. By right clicking the desired [...]
Back up Gmail Starred with fetchmail and procmail