Dynom - dynom.nl

General Information:

Latest News:

Career change 6 Jan 2013 | 06:37 pm

I started as developer in Pascal, Java and C. After noticing this interesting phenomena called the world wide web I was eager to participate. Convinced that PHP was a perfect language to quickly build...

Consistent hashing for PHP 27 Dec 2012 | 04:37 pm

Since almost a year or so, I've been programming less and managing more.. Well that obviously begged for a side projected and voila, that is the story why I started this new project. I've always had ...

Logging best practices 5 Mar 2012 | 01:38 am

Introduction This document explains some best practices for application error/debug logging. Application logging is an important "tool" to help identifying problems. If done correctly, and if an infr...

A world without cookies 28 Jun 2011 | 08:00 am

Imagine a world wide web without cookies. And this might not be the strangest thing, since the use of cookies is severely limited since Wednesday the 22nd of June 2011 in the Netherlands. And more cou...

PHP Quiz part 4 2 Nov 2010 | 07:18 pm

It has been a while, but here is part 4 of the PHP Quiz series! A few questions to crack your brain about, or perhaps you know them all? Try them and find out! Also do read the idea behind these quizz...

Forms, buttons and prototypeJS's getInputs() 19 Oct 2010 | 10:36 pm

In forms you use input elements to send your form. But you can also use "button" elements to achieve the same goal. Quite recently someone committed changes into a framework I use often and changed th...

Drop empty columns with dynamically defined columns and tables 17 Aug 2010 | 11:54 pm

For a migration process I wanted to build in extra validation in some destructive MySQL queries, to eliminate the risk that data might be lost. Of course all data is back-upped, but I rather be safe t...

What do you get when you mix; MSSQL, PDO and uniqueidentifier? 9 Jun 2010 | 07:58 am

You get NULL! Well you get NULL when you don't cast. Say for example you do the following: $dbh = new PDO([..]); $stmt = $dbh->prepare('SELECT accountid FROM dbo.Account'); $stmt->execute(); echo $s...

Connecting from PHP on a non Microsoft OS to MSSQL with a domain account 4 Jun 2010 | 05:24 pm

I was asked to create a web interface front-end with Microsoft Dynamics CRM as back-end. But I had some troubles setting up the connection, since it has to be done using a domain logon. This doesn't h...

PHPUnit conditional test based on a PHP version 20 Apr 2010 | 02:47 am

I had a problem with running test cases on multiple CI environments, where one of the two runs on PHP 5.2 and the other on PHP 5.3. This basically meant that all our pretty PHP 5.3 code caused the bui...

Recently parsed news:

Recent searches: