Loading...

More materials by author Ades Tynyshov - Page 6

in HTML Tutorials
Form Validation in HTML

First create a new page and save it as form.html Go to and Insert > Form and after insterting from, point your cursor inside the Form field and go to Insert > Table and enter the values as shown below. Then click OK After inserting table, type on the left side Name in first row, Email i...

read more
in HTML Tutorials
I - Frames

If you don't know what I-Frame is, am sure you have noticed my news panel on the index page. You must be wondering how it is done (since you are reading this tutorial I assume you don't know about I-Frames). Well that is done with I-Frames. I didn't have idea to make this as a tutorial, b...

read more
in HTML Tutorials
No Print Script

Demo: Try to Print this page or Print Preview. Put the above script between the "head" "/head" tags in your page. It will make your page empty when it is printed. The code is fairly simple to understand.

read more
in HTML Tutorials
Null Links

First of all, when you design a website you will take some steps to make sure your website is viewed without an error. That is why when I am attaching behaviors, I set the Show Events For to 4.0 and Later Browsers. Well this is a good precaution in preventing errors, but it has some disadvantages. F...

read more
in HTML Tutorials
Define page scrollbar styles

Before we look into Page Scroll Bar definition, please have a look at the example here. Well it does not look that good, but that is just for the differentiation of the areas of the scrollbar. Once you know which area is defined with which code you can modify it as you like. Actually the code is qui...

read more
in HTML Tutorials
Redirection Based on Browser Type

Intro: This tutorial will teach you how to make a script that will redirect users based on their browser type to different pages or url. It is restricted to two browser types only which are Internet Explorer and Netscape Navigator. You are not going to learn how to write this script, but learn how t...

read more
in HTML Tutorials
Creating login page

This tutorial will teach you how to make a login page in Dreamweaver MX. At the end of the tutorial you will have a page where users can enter their username and password and if the username and password which they entered match the records in the database they will be allowed to enter the restricte...

read more
in HTML Tutorials
Changing Table Background on MouseOver

This tutorial will teach you how to make a menu like tables that will change background color when you mouseOver. If you have noticed I have used it on my index page. 1. First create your menu on your page. Then identify your two colors, one is for mouseOver and another one for initial color. In m...

read more

Copyright © All Rights Reserved