This bookmarklet is an attempt at making something useful with a very basic knowledge of javascript and supporting technologies.
We'll start easy, from basic functionality on the browser to eventually manipulating and finally making the page perfectly balanced. What is that you want to make perfectly balanced is up to you.
- Create a new bookmarklet
- Give it a name, it doesn't matter what
- In the Location (firefox) or ULR (Chrome), type the following:
javascript:(function(){ alert('hello world'); })();
- If all went right, once you click on your newly create bookmark you should see something like this:
This might be restricted by your browser. Make sure to enable.
by Carlos Giraldo Expedia