CSS Gradient Shadow

This is a CSS and JavaScript technique that lets you add a shadow to most elements on your page with a customizable shadow depth and coloring. Just give the element in question a class name of "shadow" to activate the effect.






Some link

Blogger技巧

Blogger beta:图片解剖Blogger beta模板代码

menubar

message board

second-sidebar

Customizing your header: add an image

Super Peek-A-Boo Posts

All Feeds by Feedburner

Translate

标题形式显示所有文章

Using a Lightbox

Social Bookmarking Revisited

lable cloud

固定导航栏位置以及滑动伸缩效果

适用于Blogger Beta的页内评论:lightbox

Blogger beta:"Top of Page"、"Top of post"

展开收缩标签

What is JavaScript?
JavaScript is a scripting language originally developed by Netscape to add interactivity and power to web documents. It is purely client side, and runs completely on the client's browser and computer.

Difference betwen Java & JavaScript?
Java is completely different from JavaScript- the former is a compiled language while the later is a scripting language.

What is DHTML? (table example)
DHTML is the embodiment of a combination of technologies- JavaScript, CSS, and HTML. Through them a new level of interactivity is possible for the end user experience.

Combo-Box Viewer


JavaScript is a scripting language originally developed by Netscape to add interactivity and power to web documents. It is purely client side, and runs completely on the client's browser and computer.
Java is completely different from JavaScript- it's more powerful, more complex, and unfortunately, a lot harder to master. It belongs in the same league as C, C++, and other more complex languages. Java programs need to be compiled before they can run, while JavaScript do not.
DHTML is the embodiment of a combination of technologies- JavaScript, CSS, and HTML. Through them a new level of interactivity is possible for the end user experience.