* Bookmarklets originate from Netscape I wrote about the topic of bookmarklets a long time ago (1999!) in my Network World Gearhead column (see links below). Curiously enough, I’ve not seen much written on the topic since. But as a Web application developer this is a really clever idea that could be of great value to you.Bookmarklets are fragments of JavaScript code that are saved as bookmarks. By selecting the bookmarklet from the Favorites menu you are able to do a remarkable number of useful, informational, or entertaining things.For history buffs, the origins of bookmarklets lie in the work done by Netscape engineers to developed JavaScript – they conceived of the possibility way back when. Smart guys.Here’s an example of a bookmarklet (originally formatted as a single line): javascript:if(frames.length {alert(‘The server indicates that the page was last modified: ‘ + window.document.lastModified)} else {alert(‘Page is framed. Use version of bookmarklet for frames. (bookmarklets.com)’)}This code checks the last modification date of a Web page and shows a number of attributes of bookmarklets. First, the method for a bookmarklet is “javascript:” which tells the browser that the rest of the URL is to be handed to the JavaScript interpreter.Note the test “if(frames.length And therein lies the next big issue: Browser compatibility. Again, lack of space makes complex coding impossible but there’s also the problem that some browser have features that others don’t.A good place to find bookmarklets is, not surprisingly, Bookmarklets.com. This site offers, for free, more than 150 examples that cover Page Data, Page Look, Search tools, Navigation, Windowing, Special Tools, Calculators and Converters, and Design tools.Another site that is really useful is Jesse’s Bookmarklet Site which offers, again for free, many technical bokmarklets for content development, link checking and so on.Let me know if you’re using bookmarklets and if you have any that you find particularly useful. Related content opinion Is anything useful happening in network management? Enterprises see the potential for AI to benefit network management, but progress so far is limited by AI’s ability to work with company-specific network data and the range of devices that AI can see. By Tom Nolle Nov 28, 2023 7 mins Generative AI Network Management Software brandpost Sponsored by HPE Aruba Networking SASE, security, and the future of enterprise networks By Adam Foss, VicePresident Pre-sales Consulting, HPE Aruba Networking Nov 28, 2023 4 mins SASE news AWS launches Cost Optimization Hub to help curb cloud expenses At its ongoing re:Invent 2023 conference, the cloud service provider introduced several new and free updates that are expected to help enterprises optimize their AWS costs. By Anirban Ghoshal Nov 28, 2023 3 mins Amazon re:Invent how-to Getting started on the Linux (or Unix) command line, Part 4 Pipes, aliases and scripts make Linux so much easier to use. By Sandra Henry-Stocker Nov 27, 2023 4 mins Linux Podcasts Videos Resources Events NEWSLETTERS Newsletter Promo Module Test Description for newsletter promo module. Please enter a valid email address Subscribe