
Do you train Kung Fu?
Or know someone who does?
Then check out KungFuPeople.com
Mobile version of this page"Groups" search on Google
Next:
DOM Scripting
Related blogs
Jaguar cars websitecreateElement('a') with a javascript href
Your webpage in Lynx
Google is blind
Python regular expression tester
Associative arrays
Intel.com incompatible to Mozilla
Do you know about Firefox?
Button tag in bloody Internet Explorer
Strange language bug in Windows XP
Autosaving textarea with AJAX
AJAX accelerated web widgets
AJAX seach on 404 error pages
DOM Scripting
IssueTrackerProduct 0.7 released
IssueTrackerProduct featured on Ajaxian.com
XML header and childNodes
Good usage of drop-downs
CSS code of del.icio.us
setAttribute('style', ...) workaround for IE
Related by category
IssueTrackerProduct feature list
http://www.issuetrackerproduct.com/Documentation/Features2nd of December 2005
I've finally put together a neat little list of some of the most important features of the IssueTrackerProduct on one page. It's not quite finished yet because I want to expand it with some screenshots embedded as little thumbnails. (hint hint to the community if they want to contribute)
Check it out: www.issuetrackerproduct.com/Documentation/Features
An interesting thing about this page is also the javascript used to enhance it. If you look at the HTML source of the page you'll see that there's no markup for the table of contents, the #top links or the importance voting links. All of those things are added after the page is loaded with some javascript loops. The advantage with this is that the markup (aka. structure) is kept very slim and simple. In actuality, some browsers such as Lynx, Googlebot and IE4 don't need these extra effects. It's nice if they work but the core thing here is the content, the text about the issuetracker features.
The voting links are ajaxy but at the time of writing it don't work in Internet Explorer because I can't attach a decent onclick function to the links when the links are created with document.createElement("a"). Don't matter so much because it still works even if AJAX fails. Please don't click the voting links just to test the AJAX, click to actually vote what's important to you.
Tweet


Save this page in del.icio.us