Web application R&D notes, from the world of Java, Flex, CSS, XHTML, Flash, .NET, cross-browser compatibility, JavaScript, AJAX, ADA compliance, Photoshop, and any and all things related to Web development!
23 October 2009
Color Scheme Designer
A very nice color scheme designer, based on the following schemes: mono, complement, triad, tetrad, analogic, accented analogic: http://colorschemedesigner.com/. Extra: an online RGB & Hex converter tool: http://www.kenjikojima.com/java/RGBHexConverter2.html
20 October 2009
19 October 2009
18 October 2009
14 October 2009
13 October 2009
A 'more revolutionary' Web
The New York Times has an intriguing article on Web 3.0: http://www.nytimes.com/2006/05/23/technology/23iht-web.html. Free account required to read article.
12 October 2009
06 October 2009
How do you prevent caching of pages in Firefox?
This is something that seems impossible in Firefox: Prevent HTML pages from being cached. The following HTTP headers work fine for IE, but not Firefox (at least not version 3.5.3):
<meta http-equiv="Cache-Control" content="no-store, must-revalidate, no-cache, private, max-stale=0, post-check=0, pre-check=0"/>Anyone found a reliable way to prevent caching of HTML pages in Firefox?
<meta http-equiv="Max-Age" content="0"/>
<meta http-equiv="Keep-Alive" content="timeout=3, max=993"/>
<meta http-equiv="PRAGMA" content="NO-CACHE"/>
<meta http-equiv="Expires" content="Sun, 20 Oct 1844 05:00:00 GMT"/>
Subscribe to:
Posts (Atom)