Archive for the ‘debug’ Category

Formulare testen

Freitag, Mai 13th, 2011

Das Testen von Formularen ist eine langwierige Arbeit. Immer wieder alle Felder ausfüllen …

Dafür gibt es ein Bookmarklet! Es füllt alle Felder mit Random-Werten aus. Emailfelder werden erkannt und Passwortfelder werden alle mit dem selben Wert ausgefüllt, damit ein Passwort-Bestätigungsfeld richtig ausgefüllt wird.

http://www.phpied.com/form-auto-fill-bookmarklet/

Ich habe das Bookmarklet noch verbessert, hier ist die neueste Version. Zum Installieren rechte Maustaste drücken und als Bookmark speichern.

FormAutoFiller

Verbesserungen:

– added “tolower()” for fieldnames with mail and name in it
– replaced “email” by “mail”
– added a random subdomain for the email so the chance is lower you get the same email address again
– never use option 0 in a SELECT because that is often “please choose”
– always add the name of the field in the value
– when “phone” is in the fieldname just write a number

CodeMirror

Mittwoch, Januar 19th, 2011

Code direkt im Browser editieren, sehr praktisch:
http://codemirror.net/

Aber auch nur für die Anzeige ist das Modul sehr praktisch!

Schnellere Webseiten

Samstag, Juni 20th, 2009

Die besten Tipps von Yahoo:

http://developer.yahoo.com/performance/rules.html

PHP debugging

Samstag, Juni 14th, 2008

There is a new version of the greatest free tool for debugging (in my opinion):

datadumper 3.0.

This tool dumps all kinds of PHP-variables in a very nice readable structure on screen. You can also dump variables in a file which is very nice when using AJAX where there is no GUI for the PHP output.

Screenshot

Download