With CSS, Javascript and some Ajax its AMAZING what you can do
I'm sorry for being nitpicky here but you're listing ajax as if it's a programming language. It stands for Asynchronous Javascript and XML, your statement is redundant. /nitpick
Yeah, but since you can do simple javascript without doing Ajax, i like to stand it apart.
In exemple : At work i've done several web application with javascript but without doing any Ajax. And i've done some others with Ajax on almost every page.
But yeah, you're right, some might think its redundant
Since you can't have AJAX without javascript though, listing both javascript and AJAX is redundant. Regardless, we're arguing semantics now.
To get back on topic though, at least some of the effects like this can be achieved without javascript, simply using some creative CSS/XHTML. I'm not sure if the mouseover stuff can but I know you can do things like opening a lightbox type window when you click on something using no javascript at all.
Comments
In exemple : At work i've done several web application with javascript but without doing any Ajax. And i've done some others with Ajax on almost every page.
But yeah, you're right, some might think its redundant
To get back on topic though, at least some of the effects like this can be achieved without javascript, simply using some creative CSS/XHTML. I'm not sure if the mouseover stuff can but I know you can do things like opening a lightbox type window when you click on something using no javascript at all.