Posts Tagged "Programming"

  • PHP 5 Power Programming – Free Ebook

    Here’s a free PHP Ebook from Bruce Perens’ Open Source Series. More about this book: In this book, PHP 5′s co-creator and two leading PHP developers show you how to make the most of PHP 5′s industrial-strength enhancements in any project—no matter how large or complex. Their unique insights and realistic examples illuminate PHP 5′s [...]

    Read More...
  • Practical PHP Testing – Free Ebook

    If you’re new to testing in PHP, and were wondering how to create and run automated tests, here’s an ebook which will help you get the basics right. Practical PHP Testing is an ebook which is a compilation of  articles from Giorgio Sironi’s blog on Practical PHP testing. This book takes you though the basics [...]

    Read More...
  • Here are some interesting Zend Webinars coming up in August: Aug 13th, 9am PST What’s New in Zend Framework 1.6? Come join the Zend Framework team for an hour long jaunt through the new features added in Zend Framework 1.6. If you currently develop using Zend Framework then you won’t want to miss this one. [...]

    Read More...
  • mbstring Functions by default in PHP

    Image via Wikipedia When dealing with multiple languages and internalization in PHP, some of the default functions in PHP end up mangling up the unicode characters in PHP. This is evident when you have a lot of funny looking characters coming up on your web page instead of the actual characters. Apart from setting the [...]

    Read More...
  • Phalanger is a new PHP implementation introducing the PHP language into the family of compiled .NET languages. It provides PHP applications an execution environment that is fast and extremely compatible with the vast array of existing PHP code. Phalanger gives web-application developers the ability to benefit from both the ease-of-use and effectiveness of the PHP [...]

    Read More...