1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [18] 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 Next »
Ajax Project - Link Checker This little project is a slightly different twist on what we can do with Ajax.
Good looking Ajax form Web forms Everybody knows web forms. Each day we have to fill in some information in a web form, be it a simple login to your webmail application, an online purchase or signing up for a website. They are the basic (and pretty much the only) way of gathering information on the web.
Submit a form with Ajax The new release of CakePHP (RC2) comes with a completely rewritten Ajax Helper::form() function (with the disadvantage that it breaks existing code). Let’s look how to use it:
Drag and Drop Sortable Lists with JavaScript and CSS
Discover the Ajax Toolkit Framework for Eclipse The Ajax Toolkit Framework (ATF) is a core piece of the new Open Ajax initiative, which aims to increase accessibility to the powerful Web programming technique through the Eclipse Foundation. The ATF extends the Eclipse Web Tools Platform..
Using Ajax from Perl You could spend a lot of time figuring out all the pieces of JavaScript on the client side and Perl on the server side in order to work out how to use Ajax in your code.
What is it Good For Ajax is more a natural progression from an existing set of techniques as opposed to being something completely brand new. Yet within that progression, things are markedly different than in previous years in a couple of key areas