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.
Professional
Learn JavaScript Lesson 3 : Comments , Variables & Logic
In this article we start to get to grips with the basic commands that we believe you will use the most in your templates. We will cover , comments , declaration of variables and some simple logic.
Learn JavaScript Lesson 2 : The Basics
This is our second article about using JavaScript in your templates. In this article we discuss where to put your code and some of the things that you must do to get to to run correctly.
JavaScript Lesson 1 : Getting Started
Just so that we can take out HTML templates to the next level we are going to run some articles around the JavaScript language. This article will give you a general understanding of what JavaScript is and what it can do.
mrScriptcl.exe
In this article we will learn how to use a program called mrScriptcl.exe. This program allows us to run .mrs files from a batch file. We do this sort of thing when we want to schedule our scripts or perhaps do other things while they are running.
Learn HTML : mrInterview Tags (mrProgressBar)
Often if your survey is long you, will want to give your respondent some indication as to how far they are in the survey. To help you with this, mrInetrview provides you with a tag call mrProgressBar that you can place in your template.
Learn HTML : mrInterview Tags (mrNavbar / mrNavButton)
We have created our templates and added our question tags in them, the last thing we need to do is to give our users a way of navigating the survey. To do this we need to add the mrNavBar tag into out template. This article tells us all we need to know.
Learn HTML : mrInterview Tags ( mrData )
There are several ways we can use the mrData tags to display our question information. You can have one tag that shows all questions on the page under each other or we can break them up into individual questions and place them where we want. The last method is to break the question up into 3 question text, Responses and then any error messages, this article show us how
Learn HTML : mrInterview Tags ( General )
In the past we have learnt how to create our templates and position items in them. Now we need to know how to position the mrInterview tags so that we can see the questions and use the navigation buttons. This article shows us how to use the basic tags and what they do