Hi I want to development some browser bookmarklets (e.g. for firefox, IE, safari) but I'm not sure where to start. As an example of what I'm talking about see:
* http://www.evernote.com/about/download/web_clipper.php * http://readitlaterlist.com/bookmarklets/ I'm after a way to allow a user pass a browser link (e.g. the page they are on) through to my web application & see the "bookmarklet" approach a easier/more basic way to achieve this. They would have to type in their username/password the first time they use it for the their authentication to the backend. QUESTION: How does one develop these bookmarklets? Does JQuery have support or supply a template for this? Or just any other pointers on how people do this? Thanks