PinoyTech.org

CodeIgniter, Kohana, Mootools, jQuery and CSS

How to Delete your Browser History

Posted by teejay on December 9, 2010

Security issues are in the air as a lot of people's facebook accounts get hacked, a lot of emails get compromised. While these are certainly possible, simply deleting browser history could help you weed out a bit of problems.

Continue reading How to Delete your Browser History

 

How to Disable Image Caching

Posted by teejay on November 28, 2009

Browser caching is useful. It lets you load pages faster by storing cache-able files on your computer. If you have a slower internet connection, this will most likely be helpful to you.

However, the problem arises if you a programmer that needs images to be fresh. I've recently creating a image manipulation program and needed to the images NOT to cache. Here's a trick to do this:

Continue reading How to Disable Image Caching