Articles
These cover a variety of topics like modern PHP, application development, design patterns, and web design.
Modern PHP: A New Hope
PHP has improved a lot since you probably looked at it. It’s time to look at PHP again – this time with fresh eyes, and consider using PHP `for developing your next application.
Understanding Hexadecimal Numbers
Understanding hexadecimal numbers is useful for developers. There are a number of places where they are used.
Advice To Junior Developers
Have you heard of Stephanie Hurlburt? She’s a graphics engineer, and an entrepreneur. She’s the co-owner of Binomial, where they make Basis, an image compressor. She is someone who is continually trying to help other developers, particularly women, to improve their careers and skills. She helps others through sharing information, offering advice, providing feedback, or … Read more » Advice To Junior Developers
Your WordPress Site Needs a Plugin
Do you want to know what one of the worst pieces of WordPress advice is? Just paste this code into your theme’s functions.php file So many tutorials give this advice because it’s easy. When people follow this advice blindly, they can end up putting things in their theme, that should be in a plugin. Let’s … Read more » Your WordPress Site Needs a Plugin