Videos in category Web Technologies
First part of the presentation by John Resig, creator of the JQuery JavaScript library and author of Pro JavaScript Techniques - Mozilla technologist focused on the relationship between Mozilla and the world of JavaScript libraries.
Visual Studio Team System #6: Measuring the Business Value of AJAX
ASP.NET AJAX is well known for its ability to improve the user experience of Web applications. With Visual Studio Team System you can also measure the business value of adding ASP.NET AJAX to your Web applications. Specifically you can use the Load and Web Testing capabilities of Visual Studio Team System to explore how the difference in HTTP data transmission size affects the performance and s...
Visual Studio Team System #1: Introduction to Unit Testing with Team System
In this video we see how the unit testing features of Visual Studio Team System integrate unit testing directly into the Visual Studio IDE. Presented by Eric Lee Date: 09 February 2007
ASP.NET AJAX: How Do I: Use the ASP.NET AJAX DropDown Control?
With the DropDown control extender from the ASP.NET AJAX Control Toolkit, you can present the user with a drop-down list of options that trigger a partial-page update elsewhere on the Web page. The option selected by the user is passed to the server, allowing your server-side code to process the selection before completing the partial-page update.
ASP.NET AJAX: How Do I: Configure the ASP.NET AJAX Calendar Control?
In this video we see a demonstration of the variety of options available to configure the appearance and the behavior of the Calendar extender control from the ASP.NET AJAX Control Toolkit.
Desktop Mashups: Combining Web Applications to Make Desktop Productivity Tools
Google Tech Talks March 12, 2007 ABSTRACT Web applications use HTTP to communicate with relevant services and manifest their user interface via HTML, CSS and JavaScript. With the advent of different gadget frameworks, they have finally broken free of the shackles of the Web browser to manifest themselves on the user's desktop as first-class productivity tools. In this talk I'll describe...
"Why Ruby On Rails?" Video Presentation
Last Thursday, March 15, Gregg Pollack gave a "Why Ruby on Rails?" presentation to the Orlando Ruby Users Group. He'd given an Introduction to Rails talks before, so he tried to shake this one up and make it as ranty and opinionated as possible (It's more entertaining that way). Over 45 people showed up to the meeting, and he tried my best to preach the word.
ASP.NET AJAX: How Do I: Use the ASP.NET AJAX UpdateProgress Control?
In an AJAX application there is often a noticeable pause between the time the browser makes a network request and the time the browser receives a response. To let the user know that the network conversation is taking place, the ASP.NET AJAX UpdateProgress control provides immediate feedback by displaying an animated image, ‘loading’ text, or other HTML that disappears once the ...
ASP.NET AJAX: How Do I: Use the ASP.NET AJAX AutoComplete Control
The AutoComplete extender control from the ASP.NET AJAX Control Toolkit provides real-time suggestions to the user as he or she types in a text box on the Web page, where the list of suggestions is obtained by an asynchronous call to a Web service on the server.
ASP.NET AJAX: How Do I: Implement the Incremental Page Display Pattern using HTTP GET and POST?
This video takes another look at the AJAX Incremental Page Display Pattern in which the Web page is retrieved and displayed incrementally. In this video the data is retrieved from the server using HTTP GET and POST requests, rather than the earlier demonstration of using Web service calls.