Tag Archives: features

Migrating from Mercurial to Git, and Why

Mercurial has been my version and source control system of choice for some time. I migrated from using Subversion after using it for a project a long time ago with a couple of collaborators, and working with a distributed source made development a lot easier when we were all working on it at the same [...]

Posted in Technology, Web Development | Also tagged , , , , , , , , , , , , , , , , , , , , | Leave a comment

PHP Tutorial: Validating Forms with Veto

Update This article is now available in Serbo-Croatian, thanks to Vera Djuraskovic from Webhostinggeeks.com, who’s very kindly translated it! Validation is one of the basic uses of PHP, and one of the things we learn first as PHP developers. However, it’s basic doesn’t lend itself to the fact that it is both time-consuming, and can [...]

Posted in PHP, Tutorials | Also tagged , , , , , , , , , , , , , | 2 Comments