Tags: web
Where is my Firefox web cache?
March 31st, 2009Can't find your Firefox web cache? Simple, type:
about:cache
into the address bar. This will give you your cache statistics. There are three sections:
Memory cache - files in memory e.g. pages, css, images
Disk cache - files on disk e.g. pages,… more »
Redirecting web pages
January 17th, 2009If you move a web page to a new location on your server you don't want to create broken links. To make sure your web site still fits together you can create page place holders that redirect visitors to a different location. This will give you time to cha… more »
Where do I put my beans?
December 9th, 2008Where do I put my beans? What beans? Coffee beans? Java beans? No - Spring beans!
When running a servlet container, such as Apache Tomcat, you must define all your java beans in such a way as to facilitate the separation of the live and development sy… more »