Dynamic calculator using Javascript

This is the example I will comment on it after some time









10203040

Result :

Read More!

Again Game of Color


Again Game of color.
Now I have discovered vary nice use of my yesterdays post "Game of Color"
One can change the blog color just by rolling mouse on color strip provied.

See this Just Roll over mouse on the strip bellow.

Read More!

Game of Colors


Hi all

This what a simple example what you can create some intresting User Interface using javascript and CSS.I have used all div tags and one line javascript function to create this color piano.

Please find source here.






Please Copy folowing javascript code in your page header or script area or .js file

function changeColor(obj)
{
if(obj){
document.getElementById('mainColor').style.backgroundColor =obj.style.backgroundColor;
}
}



Please copy this HTML code in your page body.





Note : This is vary important to know if you are developing a web application that "table" take more time than of "div" tag in any brouser. Read More!