Learn JavaScript Lesson 4 : The Document Object

Before we start to create some cool things with our JavaScript and our survey pages  there is one more thing we must understand how to use. What we will need to be able to  do is to reference our html page and all the things on it with JavaScript. To do this  we need to use the Document Object. This article is about the document object and the  main properties that we will need to use.

Read more

Create your own RSS 2.0 Feed

After we had created our code corner site we decided that we would like to add a RSS 2.0 feed to it. The site is generated using a BB3 board and at this stage they have not created a RSS feed add-on for it so we were left to do this on our own. This article shows you how to create a RSS feed with an MRS script.

Read more