- 3D Canvas in Opera
Tim Johansson is talking about Opera's support for a 3d Canvas which differs from Mozilla's in that it doesn't map directly to OpenGL, which they did because: * It makes it easier to implement on non-OpenGL platforms (such as D3D) * We wanted
in Public bookmarks with ajax tutorials
- A Safe Communication Mechanism
Julien Lecomte has written about CrossSafe, a "safe communication mechanism across documents and across domains".
in Public bookmarks with ajax tutorials
- Ajax : Flash Killer?
His session, provocatively called “Ajax : Flash Killer?” was a massive hit at Flash on the Beach last year. Jeremy is part of Brighton web guru company ClearLeft who organise the dConstruct conference here in Brighton in November.
in Public bookmarks with ajax programming
- Ajax for classic ASP
Are you writing classic ASP pages and want to join in the Ajax revolution too? Really? Well, Ajaxed is for you. The framework is simialr to xajax for PHP, in that it allows you to tie in to a named function on th eserver side.
in Public bookmarks with .net ajax
- AJAX Performance Analysis
As more code is moved client-side and the network model changes, the community is responding by building tools to address the unique performance challenges of AJAX.
in Public bookmarks with ajax article
- AJAX, Flash, Silverlight, or JavaFX...
Some of the more notable visual effects and desktop-like interactions include Prototype-esque fades, Dojo style fisheyes, the near ubiquitous drag-and-drop, and, of course, who can live without the entertainment provided by the assortment of animated loading icons that now distract us while AJAX does its asynchronous "thing."
in Public bookmarks with ajax javascript
- An Introduction to using AJAX with Rails
The Rails framework comes bundled with the Prototype and Scriptaculous Javascript libraries. In this entry I'll introduce how to use those libraries in a Rails application.
in Public bookmarks with ajax java programming
- An Introduction to using AJAX with Rails:Take 2 .
In my first take on introducing AJAX with Rails, when a new comment is posted to an entry, the entire set of existing comments is replaced with a new set containing the new comment. Although the request is asynchronous, it's still inefficient, especially if the list of comments grows large.
in Public bookmarks with ajax java programming
- Calendar widget for Prototype
Scal is a a simple Javascript calendar based on Prototype which features:
in Public bookmarks with ajax tutorials
- Central JavaScript Library URLs
Jon Davis has created CacheFile, a place to store versions of common libraries such as Dojo, jQuery, Ext, Prototype and more. Dojo has a nice CDN already thanks to AOL, and YUI thanks to Yahoo! The other libraries don't have the same, so this could be the solution:
in Public bookmarks with ajax javascript programming
- ColdFusion 8 Grid Magic
Scott Bennett put up two nice postings which demonstrate how to extend ColdFusion 8's built-in Grid control.
in Public bookmarks with ajax tutorials
- Creating extensible Prototype Widgets
Justin Palmer has written about avoiding bloat in widgets with respect to Prototype.
in Public bookmarks with ajax javascript
- Cross Domain XHR W3C proposal
The W3C has a new proposal titled Enabling Read Access for Web Resources which defines access control primitives to be used for cross domain XHR.
in Public bookmarks with ajax tutorials
- CSS style as ASP.NET AJAX progress indicator
So, here’s an example of doing something more… Web 2.0. Like last time, I’ll base it on a standard UpdatePanel demo using a button control to set a time/date label, with an artificial delay:
in Public bookmarks with ajax article
- Deep linking for Flash and Ajax
Bookmarking in a browser or social website * Sending links via email or instant messenger * Finding specific content with the major search engines
in Public bookmarks with ajax article
- ECMAScript 4 Language Overview Final Draft
The final draft for the language overview of ECMAScript 4 has been released. This is not the spec itself, but the starter overview document.
in Public bookmarks with ajax javascript programming
- Free Asp.net Ajax File Uploading
Introduction File uploading thru HTTP is always big problem for websites. There are some restrictions from client and server sides. But with growing internet channels bandwidth one of major problem is file size.
in Public bookmarks with ajax article programming
- GWT charts without JSNI, plugins, or server round-trips
John C. Gunther is building a technical computing application that generates all of the data that it charts via client-side computations. He didn't want to create the charts on the server side, and decided to use GWT to do the work for him.
in Public bookmarks with ajax tutorials
- GWT Conference
Meet and learn from the folks, both Google engineers and community members, who have developed GWT. Speakers will share their experiences in building real-world applications with GWT. Speakers include many of the GWT team members, including Bruce Johnson and Joel Webber.
in Public bookmarks with ajax article
- How do you know all of your Ajax calls have completed
Some Background Here is a situation I ran into recently: I have an Asp.Net Ajax service (.asmx) which has a method used to create rows in a database similiar to:
in Public bookmarks with .net ajax
Next »
ajax from all users