Improving Our Use of PHP Namespaces
Let's take a minute to step back and think about why we use namespaces, and how to use them to improve code quality. I suspect there's a lingering...
Learn how to delete a Unix/Linux symbolic link correctly
Let's take a minute to step back and think about why we use namespaces, and how to use them to improve code quality. I suspect there's a lingering...
Resolving MySQL character encoding issues in a multi-lingual Drupal site using UTF8 settings to ensure proper data storage and display.
Dealing with special characters in AJAX calls for a Brazilian Drupal site? Learn how to prevent data loss using simple encoding techniques.