Archive for the ‘Technology’ Category

Another list of Firefox Extensions

Sunday, December 28th, 2008

This is another list of firefox extensions,

Removed:

  • filter.g: was no longer maintained, and ad block plus has a subscription mechanism.
  • greasemonkey, and stylish: were no longer used by me.



Current list:

  • Adblock Plus

    Ads were yesterday!
  • Better Gmail 2

    Enhances Gmail with a compilation of useful features written by Greasemonkey user script developers. All scripts copyright their original authors. Click on the script homepage in the Help tab for more information.
  • Canadian English Dictionary

    Canadian English (en-CA) spellchecking dictionary
  • Delicious Bookmarks

    Access your bookmarks wherever you go and keep them organized no matter how many you have.
  • Download Statusbar

    View and manage downloads from a tidy statusbar
  • Extension List Dumper

    Dumps a list of the installed extensions.
  • Fast Dial

    Visual Bookmarking
  • FaviconizeTab

    The width of the specified tab becomes small up to the size of favicon.
  • Firebug

    Web Development Evolved.
  • Google Gears

    These are the gears that power the tubes! :-)
  • RetailMeNot

    Automatic notification of when coupon codes are available for the current site.
  • Tab Mix Plus

    Tab browsing with an added boost.
  • Tiny Menu

    Replace the standard menu bar with a tiny menu popup.
  • Web Developer

    Adds a menu and a toolbar with various web developer tools.

My current extension list for firefox 3.0.1

Wednesday, September 17th, 2008

Encryption idea

Thursday, October 11th, 2007

A few months ago, I saw this method of jumbling words to make words all weird.

“Hree is an exmlape”

Windows Vista timesync problem

Thursday, October 11th, 2007

Add “pool.ntp.org” to the server list solved my problem.

The quick explanation is that the other servers on the list, are being hammered by millions of other window machines.

ajax form submits problem

Tuesday, May 8th, 2007

yesterday was a few hours of frustration.

Make sure your your <form> tag is within the same <td> cell element.  Otherwise it’s not XML compliant.

You can have the form outside the <table> — but not between it, and a <td> element.

Got RSS?

Saturday, March 3rd, 2007

Yes, RSS is old news. Everyone and their dog has an rss feed. Okay, maybe not.

However, here’s a super easy way to to monitor RSS feeds.   Thunderbird!!! Yes, that’s old too, I know.  If you don’t have News & Blogs, you’ll have to add an account first.  Now you have an easy way to just drag new feeds over.

  1. Find an rss feed, look on the side of this side, and you’ll see an RSS feed.
  2. Drag it to your News & Blogs section in thunderbird.

Now I don’t need to open up all my those sites to figure out what if there’s something new. RSS feeds will automatically find out for me, and notify me whenever something is new.Suggestions for RSS use:

  1. Monitor a friend’s del.cio.us bookmarks. :) “Hi SAM! I’m watching you!”
  2. Monitor someone’s blog.
  3. okay, here’s a real useful one. Monitor new file releases on sourceforge.
  4. Forums and Announcements

That’s how I’m using RSS… any other suggestions to use RSS?

Canon MP530 - change default scan buttons actions

Thursday, February 8th, 2007

How to change the default scan button / buttons actions.

Windows XP (maybe others)

  1. control panel -> scanners and camears
  2. select the WIACanon MP530 driver
  3. right click properties -> events
  4. change events action to what you require

Intuitive after you know where to look… took me a bit of time, so hope this helps others that want to change the default actions.

Gallery is fixed.

Tuesday, January 23rd, 2007

My old gallery is fixed now…

debating on writing a new gallery, or make a plugin for wordpress to have a gallery.

How the plugin would work…
1.) Create a keyword, to enable the gallery.
2.) grab uploaded files, that are images via mime type, and display them.
3.) display the images via lightbox2, or something else that’d be suitable.
4.) Get titles, and descriptions for files

Pretty handy utility, not much else needed. All the hard parts are already handled by WP.

Ubuntu + Mysql setup

Thursday, January 4th, 2007

Wow, that was so painless.

Original Post

Use your favourite means to install mysql, probably apache, php, phpmysqladmin as well…


sudo /etc/init.d/mysql start
mysqladmin -u root password myPassword

where myPassword is your actual password.

to test
mysql -u root -p

enjoy