Archive | Coding RSS for this section

Anyone out there?

I don’t write because no one reads. No one reads because I don’t write. Actually, it could also be that I’m lazy. I do love to write, I love to do a lot of things, but I often get caught up with something “new” and forgo everything else, and the cycle repeats until it emanates [...]

Continue Reading

Using Subversion in TextPad

For anyone who may be editing in TextPad, there’s a way you can have some Subversion functionality within the TextPad interface. I don’t think I’ve ever used TextPad, but hopefully someone will find this useful.

Continue Reading

Jump to any line in Dreamweaver

Here’s a handy little shortcut for jumping around your code in Dreamweaver: Ctrl+G Hit this and enter a number to Go to that line. Great for quickly jumping to a line of code in a CSS (or other) file. I use this all the time when debugging my code and I’m inspecting elements in Firebug.

Continue Reading