Tag Archives: efficiency

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 , , , , , | 1 Comment

Finding the smallest or largest value across multiple columns in MySQL

A long title for a simple problem: You have a table containing several columns of, say, dates. You want to find out the first or last date among the values of these columns per row. Not too bad. But, you … Continue reading

Posted in MySQL | Tagged , , , | 4 Comments

Creating better MySQL indexes: The basics

The well-developed MySQL platform allows anyone to play with a full-featured database just by following a few links and clicking through an install wizard. You can download it at home for free, and have access to the same high end … Continue reading

Posted in MySQL | Tagged , , , | Leave a comment

Exploring the power of the mysql client

One of the things that surprised me at the MySQL Bootcamp was the focus on using the mysql CLI client. I used to only use this, since the GUI-based Query Browser was rather unstable on Linux. I just got tired … Continue reading

Posted in CLI, MySQL | Tagged , , , , | 2 Comments

Read It Later: Now!

Co-worker and fellow informational transmogrifer Trevor Rosen told me about a Firefox plugin called Read It Later a while back. For some reason, I didn’t really start using it for a while. After having watched the demo video for the … Continue reading

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