On BNET: 3 secret signals of procrastination
3 Resources for

ajax movement

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Limit postbacks with ASP.NET 2.0 client callbacks
Developers have been grappling with the stateless nature of the Web since its inception. That is, once a page has been requested and loaded, the connection to the server is gone. The AJAX movement has put the spotlight on the XMLHTTP object, which enables server communication in...
Tags: Function, Method, Page, Callback, Microsoft ASP.NET, Microsoft ASP.NET 2.0, AJAX Movement, GetCallbackResult Method, AJAX, .Net, Servers, Middleware, Internet, Software/Web Development, Web Development, Web 2.0, Software Development, Hardware, Enterprise Software, Software, Tony Patton
Blog posts 2008-04-01
Limit postbacks with ASP.NET 2.0 client callbacks
Learn how to reduce page postbacks by implementing page callbacks in ASP.NET 2.0 pages using the ICallbackEventHandler interface. It allows you to easily reduce page reloads thus improving the user experience. Developers have been grappling with the stateless nature of the Web since its inception. That is, once...
Tags: Microsoft ASP.NET, ICallbackEventHandler, AJAX, Servers, Middleware, Tony Patton, .NET, server, callback, ICallbackEventHandler interface, ASP.NET 2.0, .NET Newsletter, Function, Method, Page, Problem, Microsoft ASP.NET 2.0, User, AJAX Movement, GetCallbackResult Method, Internet, Software/Web Development, Web Development, Web 2.0, Software Development, Hardware, Enterprise Software, Software
Technical articles 2007-02-06
Limit postbacks with ASP.NET 2.0 client callbacks
Developers have been grappling with the stateless nature ofthe Web since its inception. That is, once a page has been requested andloaded, the connection to the server is gone. The AJAX movement has put thespotlight on the XMLHTTP object, which enables server communication in thebackground. The latest version of ASP.NET...
Tags: AJAX, ASP.NET 2.0, callback, ICallbackEventHandler, ICallbackEventHandler interface, Microsoft ASP.NET, server, Tony Patton
Technical articles 2007-02-06

Additional Resources

r.a.d.ajax: Time-Saving AJAX From Telerik
This white paper discusses some of the essential differences between telerik r.a.d.ajax and other AJAX frameworks. AJAX offers applications better interactivity, smoother updates, and more sophisticated user interfaces. Unlike primitive first-generation AJAX frameworks, telerik designed r.a.d.ajax from the ground up to make life easier for the developer as well as...
Tags: AJAX, Internet, Software/Web Development, Web Development, Web 2.0
White papers 2006-08-10
Getting Rich With Ajax
Asynchronous JavaScript and XML, known collectively as Ajax, is a combination of technologies used to build highly interactive, browser-based User Interfaces UIs, and it substantially enhances the interactivity, performance, and usability of Web applications. This paper outlines the core fundamentals of Ajax, what you can do with Ajax today, and...
Tags: Oracle Corp., AJAX, Internet, Software/Web Development, Web Development, Web 2.0
White papers 2006-09-01
Live From Redmond: Optimizing AJAX With NetAdvantage
AJAX has become a common term for every web developer. Many web developers nowadays have come to associate the idea of AJAX with the implementation of a panel, such as the UpdatePanel. But there are other ways to add AJAX to the application, and some may gives a considerable performance...
Tags: AJAX, Internet, Software/Web Development, Web Development, Web 2.0
Webcasts
ASP.NET AJAX for Developers
AJAX has gained widespread popularity in recent years as a means for making Web applications richer and more interactive - in short, to make them feel less like Web applications and more like rich clients. ASP.NET AJAX is an AJAX framework that abstracts and simplifies AJAX. With it, developers who...
Tags: Developer, Microsoft ASP.NET, ASP.NET AJAX, AJAX, Internet, Software/Web Development, Web Development, Web 2.0
White papers 2007-09-27
Enterprise Ajax - Transcend the Hype
With the high visibility that Ajax has in the industry, expectations that Ajax related benefits can be realized in the enterprise are growing rapidly, and Gartner concurs, suggesting that the incremental benefits that Ajax can bring are worth pursuing. So how does the enterprise developer effectively incorporate Ajax techniques into...
Tags: AJAX, Internet, Software/Web Development, Web Development, Web 2.0
White papers 2006-09-01
Live From Redmond: AJAX Security Basics-The Building Blocks to Protecting Your Applications Built With ASP.NET AJAX
This Webcast demonstrates how ASP.NET AJAX works and provide real examples of the inner workings of an AJAX application. This webcast explores how Java script and Web services work and why securing them is critical. The attendee of the webcast will learn what the underling technologies of AJAX are; how...
Tags: Webcast, Microsoft ASP.NET, AJAX, Internet, Software/Web Development, Web Development, Web 2.0
Webcasts
MSDN Webcast: Using the AJAX Library With PHP (Level 200)
The Microsoft AJAX Library is a standalone collection of the standards-based JavaScript classes included in Microsoft ASP.NET AJAX. The AJAX Library is supported by most popular browsers and can be used to build client-centric Web applications that integrate with any backend data provider. The attendee of this webcast will learn...
Tags: Microsoft Developer Network, Webcast, PHP, Microsoft Corp., AJAX Library, Microsoft AJAX Library, AJAX, Internet, Software/Web Development, Web Development, Web 2.0
Webcasts
Ajax and the Enterprise: Code Freeze 2006
Ajax has certainly garnered an incredible amount of buzz these days but before a person dismisses it as just this month's over hyped technology, take a moment to past the rhetoric. Ajax isn't a golden hammer but then what is? While Ajax won't cure hunger anytime soon, applied properly, it...
Tags: AJAX, Internet, Software/Web Development, Web Development, Web 2.0
White papers 2006-01-05
AJAX, the Enterprise, and SOA - A Look Into the Future
Consumer Web sites such as Google Maps and Yahoo Mail generally come to mind first when one thinks of AJAX-enabled applications. On those sites, millions of users experience the results of dynamic AJAX interaction between the browser and server. Less known, however, are the benefits AJAX can deliver to application...
Tags: SOA, AJAX, Internet, Software/Web Development, Web Development, Web 2.0
White papers 2006-12-05
Logging Usage of AJAX Applications With the "UsaProxy" HTTP Proxy
This paper shows how to use the UsaProxy HTTP proxy to perform logging of user activity for AJAX web applications. UsaProxy is a special-purpose HTTP proxy which modifies HTML pages before forwarding them to the client browser. It adds JavaScript code which collects data about mouse movement, clicks, key presses...
Tags: HTTP, Mouse, UsaProxy HTTP, AJAX, Mice, Internet, Software/Web Development, Web Development, Web 2.0, Hardware, Peripherals
White papers 2006-03-06
Introduction to Ajax for Page Authors
Ajax is currently the primary technique for driving the high responsiveness and interactivity of some of the most popular applications on the web such as Google Maps and Flickr. Ajax has different implications for developers working in different roles. For example, component developers creating custom components for web applications build...
Tags: AJAX, Internet, Software/Web Development, Web Development, Web 2.0
White papers 2007-02-28
Microsoft embraces AJAX with AJAX Extensions 1.0
I like AJAX, but.....I still think AJAX is a workaround for a now obsolete stateless protocol. Instead of spending so much time and effort in "hacks" to make it work in a way it wasn't intended to, they should be thinking about redesigning the entire architecture.I agree 100%We know that...
Tags: Microsoft Corp., KeeBored, AJAX
Discussion threads 2007-09-05
Does It Make Sense Using Ajax for a Dynamic XML Table-Editor?
Ajax is an approach to create user interfaces for web applications that behave like desktop applications. This paper discusses whether Ajax is applicable on the Dynamic Query Table Editor, a web application that shall be developed within a practical course. This paper summarizes pros and contras of Ajax and what...
Tags: XML, AJAX, Internet, Software/Web Development, Web Development, Web 2.0
White papers 2005-12-01
Top AJAX Security Dangers
Are you ready for AJAX? Hackers definitely are! With the growth of Web 2.0 and Rich Internet Applications RIA, developers are rapidly adopting AJAX and unknowingly exposing serious security risks. While AJAX can greatly improve usability, it can also generate new attack opportunities. Download this white paper from HP and...
Tags: Hewlett-Packard Co., AJAX, Internet, Software/Web Development, Web Development, Web 2.0
White papers 2007-10-01
Live From Redmond: The Next Generation of AJAX Attacks - A New Generation of Attack Theories
This webcast is a comprehensive discussion AJAX related application security concerns. Specifically the webcast discusses browser/server interact issues, the increased attack surface of AJAX applications, repudiation of HTTP requests, exposing application logic, vulnerabilities in AJAX bridges, cross-site scripting XSS and AJAX (i.e. The MySpace Virus, inappropriate use of AJAX, and...
Tags: Theory, Attack, AJAX, Security, Internet, Software/Web Development, Web Development, Web 2.0
Webcasts
Jaxcent: AJAX Programming in Java Alone
AJAX is a step towards enlarging the natural programming model that comes with the browser. Jaxcent from Desiderata Software is another step towards fulfilling this need. Like AJAX programming, Jaxcent programming provides full control over the browser's DOM hierarchy. Since AJAX stands for "Asynchronous JavaScript and XML", Jaxcent cannot be...
Tags: Java, JavaScript, Jaxcent, AJAX, Internet, Software/Web Development, Web Development, Web 2.0
White papers 2007-04-05
New Web Site Tools & Technologies: AJAX (Asynchronous JavaScript and XML) - Computers in Libraries 2006
AJAX is Asynchronous Javascript and XML. Using Javascript, XHTML and nonstandard XMLHttpRequest object to communicate with server-side scripts. Using AJAX one can send and receive information in a variety of formats, including XML, HTML, and even text files. This presentation defines AJAX and suggests some possible library applications. It discusses...
Tags: Web, JavaScript, XML, Web Site, Computer, AJAX, Internet, Software/Web Development, Web Development, Web 2.0
Presentations 2006-03-22
  • << Previous
  • page 1 of 1
  • Next >>


Recovering Windows Clients
Part of your job is to make sure that your users' PCs are healthy and reliable. And when a system crash occurs--whether the culprit is a rogue applica ...
Buy Now
Securing Home Networks
When you set up your own home network, you don't have the benefit of an IT staff that's dedicated to safeguarding your data and systems--it's up to yo ...
Buy Now

The Green Enterprise