Englisch
Dinge, die beim Versenden von E-Mails aus Code zu beachten sind: http://www.codinghorror.com/blog/2010/04/so-youd-like-to-send-some-email...
"swiss army knife internet tool": http://www.robtex.com/
Mehr Funktionalität als der Domainname suggeriert: http://www.whatsmyip.org/
Einen hab ich noch: http://whois.domaintools.com/
Und noch einen: http://www.myiptest.com/
Und noch einen: http://sitedossier.com/
Some hints regarding git-svn:
A small Howto
A way to handle svn:externals
How to track multiple SVN branches in git
I just had to troubleshoot an issue with regular expressions used in validators of the Zend Framework.
They worked locally but not on the servers in the hosting center.
I tracked it down to missing UTF-8 support in the PCRE library on those servers.
They were on Cent OS. Recompiling the package with that support switched on fixed it.
Further research turned up this thread that lists some platforms known to
have this problem: http://framework.zend.com/issues/browse/ZF-1641