Articles tagged with: Development

Book Review: PHP Objects, Patterns, and Practice

Summary: A review of the book 'PHP Objects, Patterns, and Practice', by Matt Zandstra.


Using derivate Exception classes for better error handling

Summary: The importance of using derived Exception classes for better error handling in .NET and PHP.


POST from http to https: The hidden security

Summary: About the importance of having a secure login page by using HTTPS, even if the rest of the site is HTTP.


Obtaining Gravatar images

Summary: A guide on obtaining Gravatar images by building the service URL.


Avoiding the break statement

Summary: Avoiding the break statement in coding by using additional checks in the loop's condition expression for better readability and avoiding messy code.