Kategorie: PHP
-
Is MySQL-partitioning useful for very big real-life-problems?
von
in PHPSome months ago I helped out in another project in which they had some performance problems. They had a very big table and the index of the table was bigger than the table itself. As every change in the table causes MySQL to recalculate/reload the index, this can take some seconds for such big tables.…
-
Comet in conjunction with a PHP socket server – Yet another way of server-client communication
von
in PHPOver the past years websites have changed to web-applications. This development goes along with a lot of new technologies. These are, for instance, Ajax and with it the formats to transfer data like the JavaScript Object Notation (JSON).
-
IPC 08: Time Planner and Early Bird prices
von
in PHPIPC 2008 is ahead of us and everyone is preparing for the Conf. Expect the best and biggest IPC ever, with five days fully packed of sessions, workshops and special days like the Starter Day or the Enterprise Day (covering topics from Tools over QA up to PHP5 migration and Security). For those of you…
-
Webinar „Create secure LAMP applications“
von
in PHPLast week, noted PHP security expert Stefan Esser from SektionEins fame held a webinar together with MySQL regarding the topic „Create secure LAMP applications“. Unfortunately, this Webinar was in German, but if you understand German you might be interested in the Webinar recording which is now available at MySQL’s website. If you have further questions…
-
SQL Injections erkennen
von
in PHPMySQL Proxy ist ein nettes, kleines Tool, das sich unauffällig zwischen einem MySQL Client und dem MySQL Server setzt und per lua dazu gebracht werden kann, Queries zu inspizieren und zu manipulieren. Stefan Esser von SektionEins postete heute einen Beitrag, wie man auf Basis dieses Tools bzw. unter Zuhilfenahme eines geeigneten lua-Scripts eine heuristische Erkennung…
-
Simple mapping for multiple heterogeneous data-sources
von
in PHPThe mapping of flat file-data seems to be a piece of cake: read data, read maps, validate data, map data, write data. But what if you have to map data from various and very (very!) heterogeneous international sources such as exports from different SAP systems and various Web- and Excel-Tools into a single structure?
-
Webinar: Bau sicherer LAMP Anwendungen
von
in PHPZusammen mit unserem Partner MySQL veranstaltet unsere Schwesterfirma, die SektionEins GmbH, ein Webinar „Bau sicherer LAMP Anwendungen“. Das Webinar selbst ist kostenlos und kann bequem online mit verfolgt werden. Das Webinar findet am 14. August um 15:00 MESZ statt. Es dauert etwa 40 Minuten. Referent wird Stefan Esser, Leiter R&D bei SektionEins, sein. Sie…
-
Getting Certified with MySQL
von
in PHPCertifications are „in“. Nowadays you can get certifications for almost every aspect of life. Admittedly, some of those certs you can just get by surviving a boring day in a classroom or more luckily for having joined a 2 week 20k yacht trip offshore hawaii that was just regularly interrupted by attending conference speaches, workshops…
-
Mehrsprachigkeit für alte PHP Anwendungen
von
in PHPWas ist zu tun um eine alte PHP Applikation mehrsprachig zu machen? Man kann von Hand den ganzen Code durchgehen und alle hart codierten Zeichenketten mit einer Funktion ersetzen oder aber man setzt den „Translator“ ein. Es handelt sich um ein Kommandozeilen-Tool, das nicht unter Windows funktioniert. Verantwortlich dafür ist die verwendete ncurses-Extension. Diese wird…