DACr Update

Phase2 of the DACr implementation is now finished. This is the finished front end interface. I’ve added some extra tweaks including the ‘dictionary & keyword’ sort and tidied up some code. The front-end is now done. I may add a ‘recently caught’ and ‘budget domains’ widget to the front page later time & inclination permitting.

php5: arrays, stdClass and best practice

php5.2+ is all about objects and a maturing OOP language. Up until now the reliable method to structure an associative list of items is by using an array

CODE:
  1. $arA = new array();
  2. $arA['one'] = 1;
  3. $arA['two'] = array('one','two');
  4. $arA['three'] = 'three';

Pitiful excuses for a DRS – it’s still not working!

I got a DRS notification recently. Fortunately the submission details were wrong and so it was invalid. But it gave me an excuse to look at the actual complaint and vent my anger/frustration at the still imperfect .uk DRS system and the glaring opportunity they missed when the system was reviewed recently.

DACr – UK Dropcatching Solution

Announcing the latest project: DACr - UK Dropcatching Solution. This is something I've though about doing for a while and is initally a 3month project to open up my dropcatching solution while I'm busy on other projects.

DomainStudio Update

DomainStudio - the renamed QinetiX Domain Portfolio Administrator product is a bit behind schedule & delayed for a week or two.

There's several reasons for this: Firstly I've had to deal with other admin/product/server/stuff issues surrounding the primary Anyname business which took up most of last week.

« Previous PageNext Page »