JavaScript Sites
- http://webdeveloper.earthweb.com/webjs/ - many useful scripts found here including a style switcher (very little code involved, so simple one line of code is needed to switch the style sheet)
There is also a navigation tree menu, a chart generator (using an object based approach) and a HTML > JavaScript converter.
Some of the scripts are standards compliant, using the latest DOM standards. Not quite beginner orientated, but good functional code. You can also add your own code as well. - http://www.javascript.com/ - this site brings together links to other sites and also includes a tip of the day feature
- http://javascript.internet.com/ - this is the internet.com javascript source and also allows additions. Code has comments and also shows you the amount of code there is in the script at a quick glance. Over 2000 scripts here.
- http://www.brainjar.com/ - this is the home of the DOM Viewer, a tool that list the methods and properties of various objects. It is a stand alone HTML file that you call from another page. See the demo page and download the code. There is also a menu bar that functions like the menus in windows. There are tutorials on JavaScript, CSS, DHTML, ASP and Java. An excellent XHTML strict compliant site.
- http://www.javascriptcity.com/ - a simple site to use, only one banner ad and very few images used on the site - loads quite quickly. Also contains a link the a very busy forum - not just for JavaScript, but for Web Developers in general - 140k + posts, nearly 8000 members. Several useful links on this site as well.
- http://javascript.about.com/ - offers an XML feed, a Popup Window Maker, JavaScript Glossary. JavaScript code works across many browsers.
- http://www.planetsourcecode.com/vb/default.asp?lngWId=2#categories - you can add your own code to this - very extensive list of code, covering all levels of skills (Beginner, Intermediate, Advanced). The site allows you to post you own code as well, and covers other languages as well, not just web based languages but also languages like C/C++ and Delphi. You may need to register (which is free) to download code. There are also tutorials and you can Rent-a-Coder and put a Code Ticker on your website, a coding contest, code of the day and a job listing page (US only though).
- http://www.javascriptkit.com/ - there is a regular expression tutorial on this site as well as DHTML , javascript and advanced javascript
Comments