Web Design Tutorials and Articles

By Chrysanthus - About Me - E-mail this page - Add to My Favorites - Add to Blog List - See other blogs in Computers & Internet

Wednesday, May 6, 2009

Creating JavaScript Objects by Inheritance

Introduction The aim of this article is to quickly make you understand the meaning of Programming Objects (OOP) and how to create them in JavaScript. I assume here that you know the meaning of variables and functions in JavaScript, but you might not have understood JavaScript objects. There are three ways of creating JavaScript objects and in this article I will show you the one that is indicated by the title (of this article). Let us start. Variables, Functions and Objects in JavaScript Let us... Sign in to see full entry.

Wednesday, April 29, 2009

Complete Code of Magic HTML Client Edges

Magic HTML Client Edges - Part 4 Introduction This is the fourth and the last part of my series, Magic HTML Client Edges. In this part of the series I give you the complete code of the project. We also conclude by having some useful comments. Toward the end of this part, I give you (a link to) the complete code of the project in zip file format. The Code and its Operation I will give you the code as it is found in the zip file from top to bottom. Again I will be brief in the explanation since... Sign in to see full entry.

A Project of Magic HTML Client Edges

Magic HTML Client Edges – Part 3 Introduction In this part of the series, we effectively carry out a project. The project deals with a web page. The aim of the project is that when you move your mouse pointer to the edge of the web page, a pane with a calculator or some other useful tool should scroll into the page; you can do whatever you want to do with the tool; when you click on the BODY of the page, outside the pane, the pane scrolls back into the edge. The fundamentals for the project are... Sign in to see full entry.

Implementation of Magic HTML Client Edges

Magic HTML Client Edges - Part 2 Introduction This is the second part of my series, Magic HTML Client Edges. Here, we see how to implement the Magic HTML Client Edges. In this part, we shall consider the case, where the calculator (inner DIV element) comes out of the left edge of the page and goes back when required. Nature of the mimic Left Edge We need to put a mimic edge just next to the left edge. Our mimic edge is a DIV element. So we create a DIV element whose height is that of the height... Sign in to see full entry.

Magic HTML Client Edges

Magic HTML Client Edges – Part 1 Introduction Imagine that you are reading a web page; you feel the need to use a calculator; you move your mouse pointer to the edge of the web page and a calculator appears from the edge. Imagine that you are reading a web page; you feel the need to put info in the message box (small form); you move your mouse pointer to the edge of the page and the message box appears. I like this scenario. There is a possibility that you may be reading a web page; you move... Sign in to see full entry.

Headlines (What is this?)