… wieder eine Heldentat mehr … wir haben heute die aktuelle XT-Commerce-Version auf IIS und SQL Server 2005 portiert. Herausforderungen waren: Updating der benutzen MySQL-Funktionen (Kinderspiel) Ersatz der nicht-standardisierten MySQL-Funktionen (Limit, To_days) Vervollständigung von GroupBy-Klauseln und anderen Aggregatfunktionen Portierung der XTC DB-Struktur auf MSSQL Ersatz der ” aus dem phpMyAdmin-Dump durch “” Anpassung der Datetime-Funktionen [...]
Saturday, April 7th, 2007 | Posted in AJAX, PHP | No Comments »
While thinking about our way to our (still basic) coding experience and the way we work I realized that the main reason for us to improve our coding style was lazyness and anger about thing not working. Therefore: Coding is not about how to write your signs and letters and code snippets. It’s about how [...]
Tuesday, April 3rd, 2007 | Posted in PHP | No Comments »
Here are some thoughts about our way of coding. This list is not yet complete and will be maintained and growing over the next months… Get the big picture first – before you start coding your classes and functions: create dummy classes and functions, adjust them to each other like building the complete frame for [...]
Tuesday, April 3rd, 2007 | Posted in PHP | No Comments »