One irritant on the WEB I found a solution for: have you ever posted questions or comments to a site that didn't include automatic email notification when the question/comment got feedback? It happens to me all the time.
Google Alerts to the rescue!
I now use GoogleAlerts to track my whereabouts on the WEB. The usage pattern is simple: just form the habit of always signing your post with a distinctive mark and set an alert on this mark. With my name, this is easy as it is not so common.
Thursday, March 6, 2008
Using Google Alerts as Forum Notification method
Greasemonky Quick Search
I have to sift through countless RSS feeds all day seeking more information based on keywords I find. I wanted to automate the process just a bit so I devised a GreaseMonkey Firefox user script.
Usage is simple: just select the text to search and press " alt c " which will automatically bring-up the result page on Google Search.
One can find the script here on UserScripts.org.
Tuesday, March 4, 2008
Embedding FreeMind mindmaps
FreeMind is a very handy (and free ;-) tool. I recently started playing around Google Mashup Editor and wanted to document in my way the API; I thus used FreeMind yet again.
I have embedded the mindmap in a Google Page available here.
Embedding the mindmap is easy:
and place the Javascript code at the bottom of the page:
Wednesday, February 27, 2008
Syntax Highlighting
I have devised a straightforward way of performing syntax highlighting of Javascript code. Follow this link to the demonstration page: http://jeanlou.dupont.googlepages.com/syntaxhighlighting.
Tuesday, February 26, 2008
Javascript Class template
Here is a sample class template in Javascript: