Kategorie: Development
-
Methods to reduce the load of your webserver by caching content: using lighttpd, MySQL UDF, LUA and speed everything up.
von
in PHPThe method I would like to describe is based on the webserver lighttpd. Lighttpd is a single process webserver written for high traffic sites. It supports fast-cgi out of the box which makes it ideal for hosting PHP applications. There are lots of nice modules for the daily work like mod_access or mod_rewrite. For more…
-
Virtual Data Grid: becoming reality soon
von
in PHPIf you use Dojo, have a look at the fabulous widgets called TurboWidgets from TurboAjax.com: it’s available for non-commercial and commercial usage. One of the great widgets (besides Theme support where you can also create your own corporate theme look and feel) is a data grid which can be customized in a wide variety. As…
-
AJAX Showcases: the good, the bad and the ugly
von
in PHPFound at the namics blog: the presentation of David Nuescheler, „AJAX Showcases: the good, the bad and the ugly“ from the EuroAjax conference. Very nice. The presentation is available as PDF or as Flash. David gives his opinion through showcasing the HTTP Request analysis of several AJAX based applications.
-
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…
-
“Real” Javascript Sockets!
von
in PHPI could not find a single way to have real sockets in Javascript. Google told me that there probably is no solution except embeding a java applet or an active-x component! So I thought why not using a little .swf file as a bridge from javascript to the socket functions of flash! You can see…
-
Announcing release of PHProjekt V5.0.2 and the beta release of V5.1
von
in PHPWow! Our development team did a terrific job baking some new releases this week. While Albrecht is enjoying his holidays very much, I can feel the sweat of the team preparing everything for launching in time two releases. The 5.0 branch got a new release: 5.0.2. It mainly is a bug fix release and marks…
-
Real life SOAP: connecting your browser to a VoIP PBX
von
in PHPVoIP is not only fun with Skype. Instead, your company might use OpenSource solutions like Asterisk or even more proprietary solutions like an Innovaphone VoIP infrastructure. Here at Mayflower, we’re using two Innovaphone IP800 gateways at each of our departments (Munich and Würzburg). They are connected to each other and replicate their data. Besides that,…