Finally a release to the c++ web framework / server I keep notebooking about. It only supports linux (and windows via cygwin) and requires g++ 4.3. Included is source and demo application with a howto compile / run.... Read more about "First c++ web framework alpha release"
Using php to talk back and forth with processes is a tuff task. So I've developed a library to help reduce the pain.... Read more about "Using a library I build to make talking to cli programs an easy process"
Using Php's builtin array_filters vs foreach loops for filtering arrays, seeing which is fast, cleaner and more maintainable.... Read more about "Micro Benchmarking on array_filters vs foreach loops for filtering arrays"
Adds off-line support to the general mass of browsers.... Read more about "Give the user whats truely theirs, their data!"
A smarter way to check for a user's new messages / notices by off-loading sessions.... Read more about "Updating Multi Sessions in Php"