Monthly Archives: March 2011

Regular Expression Artwork

For my final year university project I created a tool to visualise regular expressions. The tool visualises a set of algorithms used to compile a regular expression in to a finite state machine (very similar to a flowchart) and then … Continue reading

Share
Posted in Web Development | Tagged , , , , | Leave a comment

Serializing data and databases

I just came across an article “9 Useful PHP Functions and Features You Need to Know“ on Nettuts+. Number 7 mentions using serialization (via PHP’s serialize() or json_encode() functions) to store a complex variable in a database or a text … Continue reading

Share
Posted in Web Development | Tagged , , , | Leave a comment