How to create component in joomla 1.5 [ Share ,Read] |
How to create component in joomla 1.5..... |
Rating:
Type:Free
Points Required: 0
|
Joomla 1.5 [ Share ,Read] |
How to Install Joomla 1.5. |
Rating:
Type:Free
Points Required: 0
|
Javascript Arrays [ Share ,Read] |
An array is a special variable, which can hold more than one value, at a time.The following points should always be remembered when using arrays in JavaScript:
The array is a special type of variable.
Values are stored into an array by using the array name and by stating the location in the array you wish to store the value in brackets. Example: myArray[2] = "Hello World";
Values in an array are accessed by the array name and location of the value. Example: myArray[2];
JavaScript has built-in functions for arrays, so check out these built-in array functions before writing the code yourself!
|
Rating:
Type:Free
Points Required: 0
|
Javascript - Objects [ Share ,Read] |
JavaScript is an Object Oriented Programming (OOP) language. An OOP language allows you to define your own objects and make your own variable types. An object is just a special kind of data. An object has properties and methods.
Objects work so well because they act just like real life objects- objects have properties and methods. So if we were talking about a lamp, a property of it may be its height or width, say 12cm. A method of it may be to shine (an action). And when it's shining, its brightness property would be of a greater value than when it wasn't.
JavaScript gives you the ability to make your own objects for your own applications. With your objects you can code in events that fire when you want them to, and the code is encapsulated. It can be initialized any amount of times. |
Rating:
Type:Free
Points Required: 0
|
Javascript - Functions [ Share ,Read] |
To keep the browser from executing a script when the page loads, you can put your script into a function.A function contains code that will be executed by an event or by a call to the function.You may call a function from anywhere within a page (or even from other pages if the function is embedded in an external .js file).
Functions can be defined both in the and in the section of a document. However, to assure that a function is read/loaded by the browser before it is called, it could be wise to put functions in the section. |
Rating:
Type:Free
Points Required: 0
|
HTML5 Level 4 [ Share ,Read] |
HTML5 Course with youtube videos, slide and references |
Rating:
Type:Free
Points Required: 0
|
HTML5 Level2 [ Share ,Read] |
HTML5 Level-2 to Course with videos, slide and reference links about HTML 5 Tags |
Rating:
Type:Free
Points Required: 0
|
HTML5 Level 1 [ Share ,Read] |
HTML5 Level1 Course with references and videos from you tube |
Rating:
Type:Free
Points Required: 0
|
User Interface [ Share ,Read] |
User Interface Basics |
Rating:
Type:Free
Points Required: 0
|
Logo Design [ Share ,Read] |
10 Principles of Logo Design |
Rating:
Type:Free
Points Required: 0
|