Monday, July 23, 2012

ActionScript Tutorial

ActionScript is an object-oriented language originally developed by Macromedia Inc. (now owned by Adobe Systems). It is a dialect of ECMAScript (meaning it is a superset of the syntax and semantics of the language more widely known as JavaScript), and is used primarily for the development of websites and software targeting the Adobe Flash Player platform, used on Web pages in the form of embedded SWF files. The language itself is open-source in that its specification is offered free of charge  and both an open source compiler (as part of Adobe Flex) and open source virtual machine (Mozilla Tamarin) are available.

I am giving you a best tutorial for learning ActionScript. Download it here,


Thanks 

AJAY

Sunday, July 15, 2012

AJAX Tutorial

Ajax, an acronym for Asynchronous JavaScript and XML, is a group of interrelated web development techniques used on the client-side to create asynchronous web applications. With Ajax, web applications can send data to, and retrieve data from, a server asynchronously (in the background) without interfering with the display and behavior of the existing page.

You can download a good tutorial for AJAX here.


Thanks

AJAY