2011
Mobile Perf bookmarklet
by ghis"Web development on mobile devices is especially challenging. The debuggers and profilers we use on the desktop aren't available. Bookmarklets are a good alternative. They're lightweight and work on most browsers - even mobile browsers. But installing bookmarklets in mobile browsers is a pain. You could try to find all the good bookmarklets out there and install them one by one. Or...
Just install the Mobile Perf bookmarklet!"
2010
h5o - Project Hosting on Google Code
by nhoizey"The current (Nov, 2009) HTML5 draft defines quite a precise algorithm, for producing an outline for HTML documents. h5o is an implementation of the algorithm in JavaScript."
2009
Better, Stronger, Safer jQuerify Bookmarklet » Learning jQuery - Tips, Techniques, Tutorials
by nhoizey & 3 others"when you're on a page in which you want to play around with jQuery in the console, just click the bookmarklet."
2008
Jesse Ruderman » Bookmarklets to User Scripts
by nhoizeyBookmarklets to User Scripts is a Greasemonkey script that lets you turn any bookmarklet into a Greasemonkey script. If you find yourself using certain bookmarklets every time you go to certain pages, this script is for you.
2007
XRAY :: for web developers
by nhoizey & 15 othersXRAY is a bookmarklet for Safari, Firefox, Camino or Mozilla. Use it to see the box model for any element.
2006
2005
Code Snippets: "next gen" bookmarklet [javascript] [bookmarklet]
by nhoizey & 3 othersWith this code, create "next generation" bookmarklets.
The good points are that :
- the code is remotely loaded (so updatable and more simply testable)
- you have no length limitation
- you can dispatch the code in various libaries
1
(8 marks)