Category: Best Practices

PHP

Best Practices: PHP

Introduction When it comes to programming, there is no one “right” way to do things. However, there are often best practices that can help you write clean, maintainable, and efficient [...]
Read more
CSS

Best Practices: CSS

Use a reset or normalize CSS file as your starting point. This will give you a consistent base to work from, and will help avoid cross-browser differences. Use semantic HTML5 [...]
Read more