INCLUDE_DATA

Archive for August, 2008

Using Tabs in Vim

When programming it is usual to have lots of files open and ready for viewing and/or editing. With C code this was header and source files, in PHP it is often a single file for each class used. Each language and project has their own system for splitting code across files, but once the complexity [...]

Comments (12)

Encoding – Getting Those Strange Characters to Behave

Originally posted at my company’s blog: Encoding – Getting Those Strange Characters to Behave.
The problems surrounding encoding is slowly starting to get the attention of web developers around the world. Previously content was mainly written in English, so we only needed support for the characters used in the English language. As pages in other [...]

Comments