JavaScript UI programming, Server side development, news and tools.
Browse by Tags
All Tags »
tutorial (
RSS)
-
|
In my workspace I've done some research on how to make effects with graphical transformations. When I Googled about it, I only found that the new Safari supports using CSS transformations . I didn't find that IE has supported these things from earlier versions (5.5) -- though with another name: Matrix filters. So as of now, I have 2 ways to make effects with graphical transformations: The Safari way : using the 'transform' property of CSS (extensions to the spec and proposal too)...
|
-
|
What is ThickBox? ThickBox is inner window, like Modal Dialog just inside the web page itself and not part of the browser objects. There is events handling only into the inner window, any object but the inner window, cannot listen to events. In order to create ThickBox we will create 2 elements: Screen element – an element which block any action to go into the page's objects, won't let them focus. Window element – an element which contains the content of the box, it is the only object (and...
|