Kategorie: Development
-
E-Shop on Steorids
von
In den vergangenen drei Wochen tourte die E-Commerce Conference durch Deutschlands Städte. Wir waren in Hamburg, Frankfurt und München dabei und haben die Performance von Shops diskutiert. Performance nicht im Sinne von Search Engine Performance, sondern einmal den Finger tief in die Wunde gelegt, der Architektur von Shops, dem Hype rund um Social Commerce Elemente…
-
Optimizing your front-end
von
in PHPThe web 2.0 revolution has changed our understanding of the internet. Web sites are able to offer route calculations with high resolution maps, online-shops have real-time search delimitation and thousands of other services want to make our life easier. Modern web sites are full of features: Client-site logic in the form of JavaScript (AJAX), eye-catching…
-
Put out the age of a date in words
von
in PHPRecently, I have to output the age of a date in words and didn’t have a framework to work with. The first steps were to parse the given date into an array and create a timestamp with the individual parts. The difference between the timestamp of now and the created timestamp yielded the age in…
-
Developer Blog for PHProjekt 6 started
von
in PHPThere have been lots of changes since PHProjekt has been first launched in November 2000. But now, seven and half years and a lot of downloads later the development team decided that a complete makeover is necessary not only to include more Web 2.0 features (some like a RSS-Reader are already available as addon for…
-
FTP via Proxy with cURL
von
in PHPThere should be no problem to download files dynamically via FTP and user/password authentication. But what if using an http proxy in between? Well, there are some useful options you may set with curl_set_option but in our case most were not accepted. The main problem was getting the list of files laying on the ftp…
-
PHProjekt in Poland – Meeting with deputy prime minister
von
in PHPSometimes it is great to work for open source projects: Monday and Tuesday I was in Warzaw on the invitation of the deputy prime minister, Waldemar Pawlak. The topic of our meeting was the strategic use of PHProjekt as the project management tool in his Ministry of Economy and a possible indroduction as collaboration platform…
-
Zend Studio for Eclipse at first sight
von
in PHPIn January Zend Studio for Eclipse was released, it combines the Zend Studio technology and the Eclipse PDT (PHP Development Tools) project. The download is available on zend.com, also the latest Zend Studio Toolbar if needed, you’ll find detailed product information on zend.com. The last few days I’ve started working with Zend Studio for Eclipse.…
-
Observing the MySQL Query Log
von
in PHPDebugging an existing application can be hard to bootstrap. Sometimes it just helps to observe the queries a web application is sending to the database. Unfortunately, the MySQL Query log does not directly tell the user which query goes to which database.