Command line tricks for smart geeks
http://www.tuxradar.com/content/command-line-tricks-smart-geeks
http://www.tuxradar.com/content/command-line-tricks-smart-geeks
PHP’s FILTER_VALIDATE_EMAIL validates email addresses quickly and easily. <?php $email = “marc@somehost.com”; if(filter_var($email, FILTER_VALIDATE_EMAIL) === FALSE) { echo $email.” is invalid”; } else { echo $email.” is valid”; } ?> Read it all at http://www.phpbuilder.com/columns/marc_plotz10012009.php3?page=2
http://www.groklaw.net/article.php?story=20091111094923390
Mono Tools for Visual Studio
Synopsis: “Multiple race conditions in fs/pipe.c in the Linux kernel before 2.6.32-rc6 allow local users to cause a denial of service (NULL pointer dereference and system crash) or gain privileges by attempting to open an anonymous pipe via a /proc/*/fd/ pathname.” Debian 5.x systems suffer from this vulnerability (with or without Wine installed), and the …
Caucho’s Resin server now has PHP support with the Quercus module. Claiming anything from 4x to 6x performance improvement, and easy writing of extensions in Java (and presumably any JVM based language), it looks like a really great idea.
Type designers and Web designers have reached a consensus on a format specification for embedding fonts on the Web. Mozilla is already including support for the font format in Firefox 3.6, and wide adoption could come sooner than many expected. Read more at Web Open Font Format
Struts2 course on JavaEE Trainer
TCPDF is a PHP class for generating PDF documents without requiring external extensions. TCPDF Supports UTF-8, Unicode, RTL languages and HTML.
According to Khaled alHabache Scala is his next choice, is this really better than Java?