Tag: HTML
-
Firefox: Auto export bookmarks
In Firefox 3, bookmarks are automatically saved. The only problem is the way they are stored, as they are stored as places.sqlite, as opposed to saving them in HTML. You can change this easily however, by doing the following: In the address field, go to about:config Accept the warning Search for autoExportHTML, which should…
-
Taking MailTo to the next level
If you’ve ever written a website in HTML, you are probably familiar with the MailTo-command, used to automatically start a new email message when the link is clicked. However, you can do so much more with the command. Here are some examples: Address message to multiple recipients Add entry in the “Subject” field Add…
-
Posting code examples rendered like text
When writing my last post I had a problem that parts of the code was parsed into the page, meaning that the result, instead of the actual code, was seen. As you can see in the post, I solved the problem, and here’s how: By replacing the lesser than symbol (<) with “<“, the greater…