Speed Up websites by enabling .htaccess Caching using mod_expires and mod_headers

Caching files in browser or proxy rather than requesting every time reduces the network traffic between the server, the client.
Usually not everyone has control over their own server configuration file, but sometimes they do have .htaccess file accessibility. You can do efficient caching using the Apache .htaccess file.You need to configure few lines of commands in the .htaccess file instructing the server to handle the caching of different types of files.

Useful Google Docs Chrome Extensions

In our previous articles we discussed about Most Useful Google Chrome extensions and Useful Google Chrome Tips and Tricks. In this article we see Google Docs specific Chrome extensions. If you access Google docs everyday and if you store and share documents using Google docs service then there are Google Chrome extensions available to make…