Software Archives
Here are all entries posted to dopiaza.org in the Software category, with the most recent entries listed first.
January 24, 2007
December 15, 2006
Escape Entities Update
I've just fixed a minor bug in my Escape Entities Greasemonkey script that caused the page to jump back to the top of the document when used. You can get the updated version here.
December 4, 2006
Escape Entities
When you post to groups such as Flickr, or to blogs using tools such as Movable Type, you are often free to use a selection of HTML tags. This is very handy for adding links, images and basic formatting, but it comes with a downside—if you ever want to write an HTML snippet that someone can read, perhaps in order to allow them to cut and paste it, you have to manually escape the different HTML entities. < becomes <, > becomes >, & becomes & and " becomes "
To make life easier, I've written a Greasemonkey script that attaches itself to any <textarea> elements on the page and provides a handy icon that when clicked on converts any special characters into their corresponding entities.
Click here to read more and install the script.
December 3, 2006
How Interesting am I?
Have you ever wondered just how interesting your Flickr photos are relative to each other? I've written a new Greasemonkey script to tell you just that. When installed, you will see an additional link on your Flickr photo pages displayed in the Additional Information section.
Read more and download the script here.
