JasonML

JasonML (75)

Visit website

Normalisation of data

This post used to be called Don't confuse validation with filtering. This was meant to be about normalising data, but at the time, filtering was at the forefront of my mine due to work that did some of the things discussed here. Filtering, validation, and…

Profiling a PHP Application

Eric Hogue, a fellow PHP programmer up here in Montreal has written about Profiling a PHP Application. It's a solid step-by-step setup of XHProf, XHGui, Xdebug for profiling with kcachegrind, and siege. Take a look!

Eclipse with FTP Support

FTP in Eclipse? This question gets asked a lot. An FTP plugin for Eclipse that will put your file up onto the server with a save of the file. I don't use it much, but for fast projects on my home server, it makes things…

privacy.txt

privacy.txt is last weekends project. It's a simple idea. I'm currently putting together a parser in PHP. I also want to see about implementing browser plugins for this as well. A little plugin that will sit and run in your browser and make a request…

PTI - PHP Tools Integration for Eclipse

I use Eclipse for my PHP coding. One thing I love about Eclipse is the numerous plugins available. The down side is you have to know about the plugins. One plugin I find a must have on any Eclipse installation is PTI - PHP Tool…