Summary: A review of the book 'PHP Objects, Patterns, and Practice', by Matt Zandstra.
Summary: The importance of using derived Exception classes for better error handling in .NET and PHP.
Summary: About the importance of having a secure login page by using HTTPS, even if the rest of the site is HTTP.
Summary: A guide on obtaining Gravatar images by building the service URL.
Summary: Avoiding the break statement in coding by using additional checks in the loop's condition expression for better readability and avoiding messy code.