Topic Archives: Javascript
Common methods for indicating important comments
Some common methods for indicating important comments are TODO, BUG, KLUDGE and TRICKY. You can try this in any language, …
Orkut Style Profile Picture Upload Using jQuery and Ajaxupload
We can’t apply any style over the html file element. But with the help of jQuery and Ajaxupload plugins we …
Creating a simple fade over effect – JQuery
Here , i will tell you how to add a fade over /fade in effect to image button in jquery. …
document.all vs document.getElementById
document.all() - is a non-standard way of accessing DOM elements. It was introduced in Internet Explorer 4, because the W3C DOM …
Creating a simple popup
This tutorial will guide you create a simple popup based on CSS and Javascript
1. Create a simple div
HTML
<div id=”overlayContent” style=”display:none;z-index:110;width:100%;position:absolute;left:0;top:25;height:200px;”> …
Chapter -2: jQuery Selectors Visibility Filter (Part III)
:hidden Selector
Selects all elements that are hidden.
Elements can be considered hidden for several reasons:
They have a display value of none.
…
Chapter – 2 : Why jQuery Selectors?(Part I)
Why?
jQuery requires a target to perform each action, for example, in order to hide or show an element on the …
Chapter – 1 : Getting Started with jQuery
1. What is $ in jQuery?
The $ represents the jQuery Function, and is actually a shorthand alias for jQuery. Prototype, …
Building a desktop application with Ext, AIR, Aptana and Red Bull
I found an article for Build Desktop applications using Extjs and Adobe AIR. You can find more informations from the …
Changing the color of the active link
Set the color of active link when the selected page loads.
write the active class style for the link.
The CSS
.active
{
color:red;
}
put all …
Use PHP functions in JavaScript
Well ! There is an open source project called PHP.JS which port PHP functions to …
