DCSIMG
tutorial - Nir Tayeb

MS Israel Community

Building a community
Welcome to MS Israel Community Sign in | Join | Help
in Search

Nir Tayeb

JavaScript UI programming, Server side development, news and tools.

Browse by Tags

All Tags » tutorial (RSS)
  • Fx.Matrix

    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)...
  • Tutorial: How to Create ThichBox

    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...
Powered by Community Server (Commercial Edition), by Telligent Systems