Archive for the ‘Vim’ Category

Removing smartquotes from text in Linux

When converting documents from customer word format to html it seems inevitable that there will be extra characters provided by Microsoft. Unfortunately this expanded character set is not supported by many web browsers and email clients, so we have to go through and clean all of this out of our html files.
I normally use [...]

read more

Vim – Multiple Files

One of the very cool things about Vim is the ease of editing multiple files. I like to use this capability when working on a website project and need to update lots of html files with something common, like a new link. Sure, sometimes there are other methods of doing this, like a [...]

read more