Find email-hiding javascript
http://www.google.co.in/search?q=email%20hiding%20javascript
Find email hiding javascript code through google. (Google is good at helping China to violate human rights, as well as finding almost anything you want to find on the web.)
google
: 2006
Consuming RSS feeds via Javascript
http://howtodothings.com/computers/a853-consuming-rss-feeds-via-javascript.html
"This article briefly discusses how to consume an RSS feed via javascript. Consuming an RSS feed via javascript is not particularly difficult. RSS is based on XML and the XMLDOM provides an easy way of interacting with XML documents."
HowToDoThings.com
: 2007
Javascript windows
http://www.infimum.dk/HTML/JSwindows.html
"One of the uses of Javascript in browsers, is to open, manipulate, and close browser windows." All the basics and code; nice and organized
Infimum
: 2005
Your HTML Source - Popup Windows
http://www.yourhtmlsource.com/javascript/popupwindows.html
"Opening a new window is a popular way of letting your users see additional information without navigating away from the current page. With JavaScript you can specify the dimensions, position and visible toolbars of this newly created window, as well as writing code directly into it and having the two windows operating together." clear explanations with code.
Ross Shannon
: 2006
Dynamic HTML News Scroller Wizard
http://www.news-scroller.com/
Wizard to create different styles of news scroller, then copy the code.
news-scroller.com
: 2007
The window object
http://www.javascriptkit.com/jsref/window.shtml
The Window object is the top level object in JavaScript, and contains in itself several other objects, such as "document", "history" etc.
Lists and describes: events, properties and methods of window object, but only very small examples
: June 2004