Kategorie: PHP
-
Plat_Forms: Tag 2
von
in PHPEin Bericht von Lars Jankowfsky Gestern haben haben wir uns in Nürnberg getroffen. Tomas kam mit RyanAir aus Kaunas (via Hahn) und Marco Kaiser hat mit uns fröhliches Verstecken gespielt am Hauptbahnhof. Jetzt sind wir also hier im Novotel am CCN in Nürnberg. Auf die schnelle alles in meinem Hotelzimmer aufgebaut, ich glaube die Putzfrau…
-
Plat_Forms: The web development platform comparison
von
in PHPFrom the website: „Plat_Forms“ is a competition in which top-class teams of three programmers compete to implement the same requirements for a web-based system within 30 hours, each team using a different technology platform (e.g. Java EE, .NET, PHP, Perl, Python, or Ruby on Rails). Its purpose is to provide new insights into the real…
-
International PHP Conference 2007 Spring Edition: Call for Papers
von
in PHPMark your calendars from 21-23 May 2007! The Call for Papers is here.
-
Extending class SoapServer (PHP5) for debugging
von
in PHPIn one of our large projects the application platform we developed provides a SOAP Service to several external entities (mainly .NET, Java and VisualBasic based, both web application and desktop software). These entities are spread across Europe and involve both internal consumers (departments from our customer) and external consumers (other solution providers that want to…
-
MAYFLOWER sucht die Top PHP Coder
von
in PHPMit MAYFLOWER unterwegs zu neuen Ufern PHP/JavaScript Entwickler Einsatzort: München oder Würzburg Deutschland Angebot von: ThinkPHP / Mayflower GmbH Das Unternehmen: Wir sind ein auf Web Application Development spezialisiertes Softwarehaus. Wir bieten mit der Enterprise-Portal-Suite Chairman, der GPL-Groupware PHProjekt und dem Webanwendungsscanner Chorizo Produkte an sowie die Entwicklung von Inter- und Intranetlösungen. Mit der…
-
PHProjekt Version 5.2 now available
MAYFLOWER announces that Version 5.2 of its free popular open source groupware suite “PHProjekt” is available immediately and ready for download. With the new version a foundation is made for a clearly arranged and intuitive usable PHProjekt. This is made by a refactoring of the user interface and the integration of the Dojo JavaScript Toolkit,…
-
Meet me at Open Source Developers‘ Conference
von
in PHPThe „Open Source Developers‘ Conference is a conference designed for developers, by developers“ and will be held from december, 6th to december, 8th in Melbourne, Australia. I’ll give two presentation about „Enterprise PHP“ and „PHP 5 and IBM DB2“. The first talk will be about my daily work and how to handle big PHP projects.…
-
An update on Tim Bray’s keynote
von
in PHPWhew… it seems that some people misinterpreted the slides I picked from Tim’s presentation. theserverside.com („Your Enterprise Java community“) did some kind of flame-bait for that, with Tim being unable to comment on for several reasons. Fortunately, Tim gives us a bit of context on his weblog. [Update: I like thinking about PHP as in…
-
The Chorizo! International PHP Conference Quiz
On this years conference we did start a quiz regarding security. For those who were not able to visit the Conference I’d like to show the questions asked. Which of the following code lines does really protect against Cross-Site-Scripting? [ ] echo ‚<a href="index.php?name=‘.addslashes($_GET[’name‘]).’">name</a>‘; [ ] echo ‚<a href="index.php?name=‘.strip_tags($_GET[’name‘]).’">name</a>‘; [ ] echo ‚<a href="index.php?name=‘.preg_replace(‚|\W|‘, “,…