Demos & Downloads

Flash Component(SWC) Developemnt in AS3.0 – Part I

What is SWC? Shock Wave Components are component files for Flash and Flex. A component is a movie clip or compiled clip that the Flash developer can drag out of the Components panel into a FLA file. The movie clip … Continue reading


Chapter – 2 : Why jQuery Selectors?(Part I)

Why? jQuery requires a target to perform each action, for example, in order to hide or show an element on the page, first we must find that element. To do so,  jQuery  rely on jQuery’s selector expressions. Borrowing from CSS 1–3, and … Continue reading