Skip to main content

Posts

Showing posts with the label AJAX

ASP.NET 4.0 AJAX and jQuery Using Visual Basic

AppDev ASP.NET 4.0 AJAX and jQuery Using Visual Basic 2010 DVD eLearning | 1.79 GB

Ajax Video Tutorials For Beginners

Ajax Video Tutorials For Beginners | 300MB Ajax Video Tutorials For Beginners | 311MB Description: Ajax is a group of interrelated web development methods used on the client-side to create interactive web applications. With Ajax, web applications can retrieve data from the server asynchronously in the background without interfering with the display and behavior of the existing page. Ajax uses a combination of HTML and CSS to mark up and style information. The DOM is accessed with JavaScript to dynamically display, and to allow the user to interact with the information presented. JavaScript and the XMLHttpRequest object provide a method for exchanging data asynchronously between browser and server to avoid full page reloads. Ajax, shorthand for Asynchronous Javascript and XML, is a set of technologies that allows you to create Web applications that don't need to refresh Web pages in the browser. You can operate behind the scenes, connecting to the server, uplo...