Tag Archives: HTML

Hiding anchor tooltips on hover

Navigation menus on websites most often consist of a list of links. When looking through a menu, it’s not unreasonable for a visitor to have their mouse cursor over some of the menu item links for a few moments as … Continue reading

Posted in JavaScript | Tagged , , | 3 Comments

More efficient HTML editing in vim

When I’m writing HTML and CSS, being forced to type out repetitive and fixed syntax, as well as remembering the particularities of the syntax and its formatting, makes me rather unhappy. Not to mention less productive. Let’s fix that. HTML … Continue reading

Posted in CLI, Programming | Tagged , , , , , | 4 Comments

An annoying gotcha when viewing page source in Firefox

For most of my web page reconnoitering, Firebug fits the bill quite nicely. There are occasions, however, when I simply need to view larger swaths of HTML code, without all of Firebug’s features in the way. The well-used View Source … Continue reading

Posted in Desktop, Programming | Tagged , , , , | Leave a comment