Relative Content

Tag Archive for internet-explorer

Why do browsers leak memory?

A colleague and I were speaking about browsers (using a browser control object in a project), and it appears as plain as day that all browsers (Firefox, Chrome, IE, Opera) display the same characteristic or side-effect from their usage and that being ‘Leaking Memory’.

Why Firefox caching work will reset in version 3 but version 16 don’t?

I am developing a web application and have the app deployed into Tomcat server. Tested on IE and Firefox and are working fine. Meaning when I close the browser and reopen the app, the data will be reset. When deploy to Websphere, the data is reset only in IE but Firefox don’t. Meaning Firefox will cache the old data. I did try to clear the cache in FF but still failed. I did a test in FF3 and FF16, FF3 will reset the value but FF16 doesn’t, I am just so curious why this could happened?

Bothering to cater to non-JavaScript clients? [duplicate]

This question already has answers here: Should I bother to develop for JavaScript disabled? [duplicate] (20 answers) Closed 11 years ago. Considering that it’s April, 2013; do I still need to worry about non-JavaScript capable/enabled clients? Note: This question excludes having helper text with: JavaScript is required to view this page, upgrade to a modern […]