Tag: JSON / JAVA / XML

Community

Using Ajax with PHP and Sajax

(Tyler Anderson) For years, the goal of creating a truly responsive Web application was hampered by one simple fact of Web development: To change the information on part of a page, a user must reload the entire page. Not anymore. Thanks to asynchronous JavaScript and XML (Ajax), we can now reque

Community

Choosing an XML editor

(Thijs van den Broek) More and more people are working with texts and documents in XML format. With the increasing popularity of XML, the number of XML editors is also increasing and it can be difficult to choose the editor that best suits a particular user or task. The aim of this Information P

Community

REST on Rails

(Matt Biddulph) Imagine a news website with simple URLs for its news items and the categories they belong to: http://example.com/item/15 and http://example.com/category/rails. Suppose that it has been built using Ruby on Rails. In the article, we’ll discuss how to REST-enable this site, giving r