maettig.com

Thiemos Archiv

Passend zu meinem gestrigen Film, Bowling for Columbine, amüsiert mich eben Michael Moores offener Brief an Präsident Bush. Köstlich.
(bereits 3 Kommentare)
Zurück von The Ring (und vom anschließend obligatorischen Kneipenbesuch). Der wohl spannendste und auf geniale Weise gruseligste Film, den ich je gesehen habe. Kein Splatter, sondern Horror und Psycho-Thriller der feinsten Art. Unbedingt empfehlenswert! Wichtig ist allerdings (wie so oft), vorher möglichst nichts über die Handlung zu wissen. Nur so funktioniert der Film.
(bereits 7 Kommentare)
Teil der Kraftwerksanlage eines Staudammes in Norwegen, Juli 2000
(bereits 2 Kommentare)
Add to my personal PHP style guide:
  • Turn register_globals off. Use $_POST etc. instead.
  • Don't rely on magic quotes. It may be disabled.
  • Classe names are upper case first. Function and variable names are lower case first.
  • Private class members and properties are pretended by an underscore.
  • Don't use underscores in function and variable names. Use $someVarName instead of $some_var_name for example.
  • Same goes for database table and field names. Use underscores in relations only.
  • Use double quotes for strings unless single quotes are realy needed. Double quotes aren't slower.
  • while(each()) is faster than foreach() in most cases, except for the simple foreach($array as $value) read only loop.
  • Use for() instead of while() if possible. That's faster in most cases.
  • Don't use count() inside of for(). That's horrible slow. Calculate the loop length before.
[via BlueShoes and PEAR]
PHP Syntax Exam, ein reichlich absurdes (weil man so was gar nicht wissen muss) aber dennoch interessantes PHP-Quiz. Oder wußte vorher irgend jemand, was bei $a['bar'] rauskommt, wenn $a = "foo" ist? [via BlueShoes]
"Are You Not Able To Get It Up?" Haha, manchmal macht Spam richtig Spaß. Erst recht, wenn er in meinem "fehlendes @"-Filter hängen bleibt. Wie's geht: Bedingungen: Absender enthält nicht "@" ODER Empfänger enthält nicht "@". Aktion: Ablegen in: Unerwünschte Nachrichten.
(bereits 1 Kommentar)
Nahaufnahme des Zend Studios
(bereits 4 Kommentare)

[ « | ← Jüngere | Ältere Einträge → ]

Impressum & Datenschutz