Difference between revisions of "Implementing a Tabbed Web Application"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) |
PeterHarding (talk | contribs) |
||
(10 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
* http://www.wittysparks.com/2007/06/10/26-best-ways-to-implement-ajax-css-and-javascript-based-tabs/ | * http://www.wittysparks.com/2007/06/10/26-best-ways-to-implement-ajax-css-and-javascript-based-tabs/ | ||
* http://unraveled.com/projects/css_tabs/ | * http://unraveled.com/projects/css_tabs/ | ||
* http://www.dynamicdrive.com/dynamicindex1/ddtabmenu.htm | |||
* http://www.barelyfitz.com/projects/tabber/ -- Looks simple and effective! | |||
* http://developer.yahoo.com/yui/tabview/ | |||
* http://phrogz.net/JS/Tabtastic/index.html#overview -- Another simple one... | |||
* http://livepipe.net/projects/control_tabs/ -- Interesting range of examples! | |||
* http://dhtmlx.com/docs/products/dhtmlxTabbar/ -- Looks very sophisticated and versatile! | |||
=Windows Tools= | |||
* http://www.opencube.com/?gclid=CMSpipXgppECFScXagodfDuadw | |||
=Java References= | |||
* http://cse-mjmcl.cse.bris.ac.uk/blog/2007/10/26/1193427638862.html | |||
=Articles= | |||
* http://markitup.com/Posts/Post.aspx?postId=b26cb7a6-451b-4398-bbfd-ff31fa50309b | |||
* http://webdesign.about.com/od/layout/a/aa042307.htm | |||
* http://www.cssplay.co.uk/menus/mini_tabbed_pages.html |
Latest revision as of 11:45, 3 February 2008
Some References
- http://www.wittysparks.com/2007/06/10/26-best-ways-to-implement-ajax-css-and-javascript-based-tabs/
- http://unraveled.com/projects/css_tabs/
- http://www.dynamicdrive.com/dynamicindex1/ddtabmenu.htm
- http://www.barelyfitz.com/projects/tabber/ -- Looks simple and effective!
- http://developer.yahoo.com/yui/tabview/
- http://phrogz.net/JS/Tabtastic/index.html#overview -- Another simple one...
- http://livepipe.net/projects/control_tabs/ -- Interesting range of examples!
- http://dhtmlx.com/docs/products/dhtmlxTabbar/ -- Looks very sophisticated and versatile!