0 Comments

Auditing web pages with Chrome developer tools

Chrome developer tools has a very cool feature to audit a web page and flag issues that by fixing them will provide your web page with better network utilization and performance, the usage is very simple and the results are really cool. Let’s try it out in the WordPress dashboard page, to do so we [...]

Read more
 
0 Comments

Web development essential tools

Firefox If you do most of your web development work with Firefox, Firebug has to be one of those extensions you cannot miss, it is like the Swiss knife for this browser; I could describe all their features here but you’d better check it out in their web site: http://getfirebug.com/ And here is a screenshot [...]

Read more
 
0 Comments

How to install and configure phpMyAdmin

Once you have LAMP (Linux-Apache-MySQL-PHP) configured in your server, you may want to have an easy way to manage your MySQL server easily and making use of the Web server and PHP, in that case you can install phpMyAdmin, which will allow you to manage your database server from the web browser, and it’s open [...]

Read more
 
0 Comments

Customizing error responses in Apache

Frequently certain operations or requests on your web site will lead on generic errors that usually do not provide any help to the user on how to get back to the road surfing around your contents, there are some cases we can provide some more than a generic error to the user, such as: 401 [...]

Read more