About
-
Things that only happen to ME
von
in PHPThis is really hard: After all the years I had to find out that I’m not defined.
-
Dojo 1.0 released
von
in DevelopmentGestern wurde endlich die Version 1.0 von Dojo released (http://dojotoolkit.org). Im Vergleich zu Dojo 0.43 hat sich in Version 1.0 einiges getan, die wichtigste Änderung: es werden nun die Funktionalitäten sauber getrennt in drei kleinere "Projekte". Persönlich freue ich mich, dass in Sachen Performance sich einiges getan hat und die Engine massiv beschleunigt wurde. Bereits…
-
My Own Private WTF
von
in DevelopmentJust an example on what you can code that looks pretty correct… until it stops working Why would a JavaScript application stop working moving from 2007 to 2008? Why would a PHP script display January to July and then skip August and September, to then continue correctly with October through December?
-
Dojo goes offline
von
in DevelopmentWith the advent of Web2.0 and more and more AJAXian applications popping up, there has been a tremendous trend to move from classical desktop applications to web based applications. While you can use an approach of offloading the whole application to the desktop (i.e. with Microweb and the like), more and more JavaScript toolkit libraries…
-
We did talk about Web-2.0 Security
On Tuesday our CIO, Johann-Peter Hartmann, gave a Web-seminar about security issues in the Web 2.0 era. We had about 140 participants and some very good questions in the following Q&A Session. We would like to thank you for the response and also we´d like to thank Jürgen from MySQL, our webinar-host. We uploaded our…
-
Performant DOJO
von
in DevelopmentWhen your rich internet applications become more complex and mature, you learn that there are some rules to obey to achieve a sucessful dojo project. What does successful mean ? easy extendible good client performance easy maintainable, readable code economical memory usage Our rules ;) 1. Build dojo from SVN Its seems to be disturbing…
-
Creating desktop-like applications on the web
von
in PHPWe recently were asked to make an offer to create a web based solution for a desktop software. Visually we only had some screenshots of the original desktop application. To make it easier for the customer to decide how a possible solution could look as a web application, we tried to create a prototype looking…