Author Archive

JavaSript Link Events, Image Swaps & Taskbar

Posted on October 9th, 2008, by admin

Introduction

In this part I will show you how to use link events, do image swaps and display things in the browser status bar.

Link Events

A link event is a different way of including JavaScript on your page. Instead of having <script>     read more…

JavaScipt Browser Windows

Posted on October 9th, 2008, by admin

Introduction

In the last part I showed you how you can use JavaScript to prompt the user for information and how you can display HTML via JavaScript. In this part I will show you how you can create and manipulate browser     read more…

Javscript Displaying Information

Posted on October 9th, 2008, by admin

Introduction

In the last part I showed you how to display alert boxes and how to get information from the user. I also explained how variables work.

document.writeln

This command is very useful as it will output information to a web page. I     read more…

JavaScript Alerts, Prompts & Variables

Posted on October 9th, 2008, by admin

Introduction

In part 1 I showed you how to declare a JavaScript and make sure that non-compatible browsers can see something. In this part I will show you how to actually do something with your JavaScript.

Alerts

The first JavaScript command I will     read more…

Javascript Introduction

Posted on October 9th, 2008, by admin

Introduction

Thousands of sites around the world use JavaScript but it is still not a particularly well known programming language (compared to HTML). If you have seen anything interactive on a website like a calculation, pop-up-window, some web counters and even     read more…

PHP and Cookies

Posted on October 9th, 2008, by admin

Introduction

This section of the tutorial covers the use of the PHP scripting language to set and read cookies. Cookies in PHP are not difficult to implement, and there are only two commands that need to be used with them. PHP     read more…

Introduction to Cookies

Posted on October 9th, 2008, by admin

Introduction

Cookies are a technology which can be easily and simply used by a Webmaster to achieve a great many very useful tasks when creating websites. Although cookies are well known to users, many people are not really sure what     read more…

ASP Loops and Arrays

Posted on October 9th, 2008, by admin

Introduction

So far you have learned how to output text, use variables and execute conditional statements. Another very powerful feature of ASP is it’s looping funciton.

FOR and NEXT Loops

FOR/NEXT loops are used when you want to execute a piece of code     read more…

ASP IF Statements

Posted on October 9th, 2008, by admin

Introduction

Over the past two parts I have shown you the basics of text in ASP and how to store it as variables. In this part of the tutorial I will show you how to use IF statements to make decisions     read more…

ASP Variables and Oputputs

Posted on October 9th, 2008, by admin

Introduction

In the last part I explained a little about how to write ASP and how to tell the server that you have ASP code in your file and what language it is written in. In this part I will explain     read more…