Archive for April, 2004

A very simple unassuming ICS parser

Posted on April 5th, 2004 in Code Repository | 5 Comments »

ICSParser is a very simple unassuming ICS parser which can be used to quickly retrieve information from Google Calendar or Apple’s iCal.

Read the rest of this entry »

Handling tab to space conversions

Posted on April 5th, 2004 in Code Repository | 5 Comments »

tab2space() converts tabs to the appropriate amount of spaces to preserving formatting.

Read the rest of this entry »

Quick and easy random string generation

Posted on April 5th, 2004 in Code Repository | 28 Comments »

str_rand() provides a quick wrapper for customised random string output.

Read the rest of this entry »

Highlighting a search string in HTML text

Posted on April 5th, 2004 in Code Repository | 36 Comments »

str_highlight() provides a variety of text highlighting options for plaintext or HTML strings.

Read the rest of this entry »