|
AJAX News: stay one step ahead with the very best and latest in AJAX
from around the world
[ Stay informed: click here to bookmark this page ]
If you want to make your website truly interactive, you might want to take a look at our JavaScript Editor. Your visitors expect to be able to be active in the browser and not download everything to his/her computer. Finally, the people behind websites such as online pokerrooms are starting to realize this fact.
Jump to latest AJAX news by SWIK, AJAX Matters and Ajaxian:
AJAX News on SWIK.net
Ajax on SWiK
Popular Toolkits
Ajax or Asynchronous Javascript and XML as it was first termed, is shorthand for Javascript UI development, particularly Javascript development that uses the XMLHttpRequest object. XMLHttpRequest and other techniques used to communicate to the server from Javascript prompted the invention of the word, using these techniques Web UIs driven by Javascript may be made more interactive with server data and more responsive, as small fragments of data may be exchanged efficiently bet
48 minutes ago
2 hours ago
3 hours ago
3 hours ago
3 hours ago
4 hours ago
4 hours ago
8 hours ago
9 hours ago Plugin to populate HTML fields with JSON data through jQuery AJAX method.
9 hours ago
10 hours ago
12 hours ago
14 hours ago AJAX source code editor with syntax highlighting and automatic indentation based on emacs.
Uses a library called http://www.dynarchlib.com/. Looks interesting.
15 hours ago
15 hours ago
AJAX MattersAJAX News from AjaxianAjaxian » Front Page
Cleaning up the web with Ajax
by Dion Almaer
2 days ago Sergey Chikuyonok gets his Philips Ambilight foo on as he created a HTML5 video + canvas sample that mimics the TV effect.
As the video runs, a snapshot is sent over to JavaScript land where colors are worked out:
PLAIN TEXT
JAVASCRIPT:
function getMidColors(side) {
var w = buffer.width,
[...]
by Chris Heilmann
3 days ago I just finished doing some talks on geo hacking (slides are available here) and how to use some of the Geo technologies Yahoo and Google provide as part of a University gig in Atlanta.
As a lot of the students liked the idea of APIs like GeoPlanet and Placemaker but had a hard time getting [...]
by Brad Neuberg
3 days ago Erik Dahlström and Vincent Hardy have put together a cool website, called SVG Wow!, that showcases SVG doing things you didn't expect SVG can do:
There are alot of unique demos on there.
One of my favorites uses SVG, HTML5 Audio, Web Fonts, and YUI to play music accompanied by flying animated lyrics (Chrome and Safari only):
There [...]
by Dion Almaer
3 days ago The Ext JS team have announced the 3.2 beta which includes new components and goodness.
Take the animated DataView transitions for example:
On top of that, the release includes:
Multiple sorting and filtering on Ext.data.Store
Composite Fields
Slider improvements
Toolbar plugins: ToolbarReorderer and ToolbarDroppable
New Accessibility Theme: compliant with Section 508 of the Disabilities Act.
Quality Assurance: Unit Testing: over 180 bug [...]
by Dion Almaer
4 days ago Paul Irish and Jonathan Neal have created a fun example of various CSS tweaks that you can make, and see the results instantly.
CSS3, Please! lets you play with fancy new rules such as:
border-radius
box shadow
gradients
rgba support in backgrounds
transforms
font-face
Really nice way to make tweaks inline in the page..... nicely done. Hope to see some other examples out [...]
by Dion Almaer
4 days ago Good old Kangax has been playing with HTML minification and has shared his new tool in an early stage.
What does it do?
Kangax has forked John Resig's HTML parser which parses the HTML and sends that into the Minifier. This has rules that do things like whitespace optimization, comment removal, and collapsing boolean attributes (e.g. disabled="true" [...]
by Michael Mahemoff
4 days ago Harmony is a new drawing tool, a HTML5/Canvas experiment with great potential. It provides some unique brush styles, and can produce some great-looking charcoal pencil style sketches, among other things. Better to try it out than explain it in words.
Creator Mr. Doob (Richard Cabello) explains how he used Canvas to make it darker the [...]
by Dion Almaer
5 days ago The HTML5 specification introduces the and media elements, and with them the opportunity to dramatically change the way we integrate media on the web. The current HTML5 media API provides ways to play and get limited information about audio and video, but gives no way to programatically access or create such media. We [...]
by Dion Almaer
6 days ago modulr is a CommonJS module implementation in Ruby for client-side JavaScript
Ruby? what does that have anything to do with it? Ah, its from one of those Prototype guys isn't it.... Yup, Tobie is at it again, this time with modulr:
modulr accepts a singular file as input (the program) on which is does static analysis to [...]
by Chris Heilmann
9 days ago I just came across this wonderful Gist on gitHub:
PLAIN TEXT
JAVASCRIPT:
var $;
YUI().use('*', function(Y){
$ = Y.get;
for(var p in Y) {
$[p] = Y[p];
}
});
// test
$('bod
In case you want to use YUI3 but really really like jQuery syntax :) OK, it breaks the whole sandboxing idea of YUI3, but that's a small price to [...]
by Dion Almaer
9 days ago Bass Schouten is a cool name, and the Mozillan has presented Direct2D hardware acceleration.
You have to grab Firefox nightly, do the about:config / gfx.font_rendering.directwrite.enabled game, but then you get to see it in action.
IE9 showed off how they will support hardware rendering, and I am sure we will see more at MIX, but it is [...]
by Dion Almaer
10 days ago Works even in IE6
Love that quote from the color picker over at RaphaelJS land. This plugin by Dmitry Baranovskiy gives you an easy color picker in short order:
PLAIN TEXT
JAVASCRIPT:
var icon = Raphael("picker", 23, 23).colorPickerIcon(11, 11, 10);
icon.attr({cursor: "pointer"}).node.onclick = function () {
document.g = "visible";
var out = document.g
out.style.visibility = "visible";
[...]
by Dion Almaer
11 days ago Andrew Hoyer shows his canvas Fu with Cloth, a great experiment using nice physics.
What makes this simulation special is the speed at which everything is computed. Javascript (the language this is written in) is not exactly the most efficient language for this type of computation. This being said, much time was spent squeezing out every [...]
by Dion Almaer
12 days ago Marcus Westin has created a new templating language called fin. It is an interesting beast, and he gave us a run down:
Since this past November I've been working on a realtime templating system I call "fin". I'd love to get some eyes on it, and hope that you'll find it exciting. There is no demo, [...]
by Dion Almaer
13 days ago Would we all like Steve to sit down with us on our project and do a performance case study? Well, we may not get that, but we are getting to at least sit in on others.
Steve has kicked off his long awaited series that runs performance case studies on third party content. I have been [...]
...
|