Kategorie: PHP
-
Multilingual Websites with PHP
von
in PHPA basic walkthrough to avoid having problems with "funny characters" on your website. Why think about multilingualism? Most developers bring up this question when asked about their websites. The common problem is that you do not matter about that stuff until someone fills in your comment form and his name suddenly displays funny characters (question…
-
Using LDIF to simulate LDAP transactions with PHP
von
in PHPLDIF is the acronym for LDAP Data Interchange Format and a text format to represent LDAP information (http://tools.ietf.org/html/rfc2849). Respectively an LDIF file is a simple text file that can contain those LDAP information, which can be separated into two groups. On the one hand, it can hold exported LDAP data in a text format. The…
-
Serendipity – Das offizielle Handbuch
Serendipity ist eines der bekannteren Blogsysteme, auch Mayflower setzt auf die Opensource Software. Kürzlich traf bei uns das offizielle Handbuch „Serendipity – Individuelle Weblogs für Einsteiger und Profis“ vom dem Serendipity-Kernentwickler Garvin Hicking ein. Mit 750 Seiten sicher mehr als eine Einführung fällt als erstes das zwölfseitige Inhaltsverzeichnis auf. Die elf Kapitel begleiten den kompletten…
-
International PHP Conference 2008 – Call for Papers
von
in PHPIPC 2008 Spring Edition has been finished some time ago, and now we’re preparing to head off for the ‚classic‘ IPC 2008. This time, everything will be bigger: we extended the conference to five days, happening from 27th to 31st of October 2008 at Rheingoldhallen, Mainz, Germany. There’s plenty of time for discussions, networking…
-
10 years phplib – a laudation
von
in PHPback then, that is in the last millenium, there was a time before zend framework and pear. Then – it was about 10 years ago – Kris Koehntopp worked at netuse and brought a real enrichment to the PHP community: the PHPLIB. This great collection of classes was in my eyes the first real useful…
-
High Security PHP Applications
von
in PHPSides about „High security PHP applications“, a talk I gave on the International PHP Conference 2008 Spring Edition. | View | Upload your own
-
Stateful SOAP Webservices
von
in PHPHere are my slides from my short talk today about „Stateful SOAP Webservices“ on the International PHP Conference 2008 Spring Edition. | View | Upload your own
-
Accessing Nike+ data with PHP
von
in PHPNike+ is a feature for the iPod nano which allows to measure time, distance and speed of runnings with a small sensor in running shoes that sends data to a transmitter on the iPod. Those data are sent to a users Nike+ account by iTunes whenever the iPod is synchronized. On the Nike+ website there…