I just had to debug a more obscure bug in JavaScript and found these sites:
http://www.quirksmode.org/ the personal and professional site of Peter-Paul Koch, freelance web developer in Amsterdam, the Netherlands, contains 150 pages with CSS and JavaScript tips and tricks, also about browser incompatibilities. - JavaScript: 60 JavaScript pages with useful scripts - W3C DOM: scripts and compatibility tables - CSS test pages, mostly CSS2, some 1 and 3, not a complete overview - Viewport will eventually contain research into the viewport and its relations to the HTML/CSS and the JavaScript document. now only a few tests - Browsers, also extremely obscure browsers.
http://www.quirksmode.org/js/iframe.html On this page I give a short overview of accessing iframes from the page they're on. Not surprisingly, there are some browser considerations. ... iframes inside layers are buggy in Opera 6 (solved in 7). Even outside layers, they can be very buggy in Opera 5 on Mac. WebTV reloads the entire page when reloading an iframe. Using location.href in an iframe to change the page in the iframe does not work in Explorer 4 and 5.0 on Windows and Opera 5 and 6.
http://www.quirksmode.org/js/cookies.html If you set the number of days to 0 the cookie is trashed when the user closes the browser. If you set the days to a negative number the cookie is trashed immediately. functions createCookie readCookie eraseCookie
http://www.crowes.f9.co.uk/ Crows Free Javascript Examples a collection of simple scripts, prompted by questions asked in either force9.www.webdesign, demon.homepages.authoring or comp.lang.javascript. Feel free to use and modify the code as it suits you.
http://developer.apple.com/internet/webcontent/ Apple topics and technologies on web content creation and presentation, including best practices, accessibility regulations, cross-browser animation with DHTML, sizing fonts and elements with CSS, generating HTML with DOM-2, and working with events and dynamic forms.
http://www.eggheadcafe.com/ Egg Head Cafe provides information on the latest Microsoft .NET technologies, from C#, SQL Server, ADO.NET, ASP.NET, ASP, and DHTML articles to product and book reviews for software developers, forums.
http://www.eggheadcafe.com/articles/20020812.asp ASP.NET TreeView - Internet Explorer / Netscape IFrame Combination By Robbe D. Morris ... without forcing a reload of the page or relying on Page.IsPostBack including the .NET TreeView control. ... utilizing a JavaScript tree and IFRAME methodology that can deliver amazing results. ... regenerating the tree in a DIV tag ... we simply repopulate the tree in a DIV tag (layer) which contains a simple HTML TABLE. Then only show appropriate nodes when a node is selected. This allows the user to only focus on the area of the tree they are working with. Thus, there is normally very little to no scrolling needed.
This site was made with WebAPP Web Automated Perl Portal systemv0.9.9.9 RC4 , a web portal system written in Perl.
All trademarks and copyrights on this page are owned by their respective owners. Comments are owned by the Poster.