XML

XML Flaws Create DoS Threats: Codenomicon

Vulnerabilities discovered in XML libraries from Sun, Apache Software Foundation and Python Software Foundation could result in successful denial-of-service...

0 replies - 757 views - 08/06/09 by CodeJustin in News

Automatic serialization of ActionScript objects to and from XML

In Flex applications that use a backend server for data manipulation and storage, serializing and transferring the objects from one layer to another is an...

2 replies - 4277 views - 04/23/09 by Nitin Bharti in News

Changes in the Languages of the Web with Dan Connolly

Web Directions is held in Australia and Japan and now the US. A few months ago, they were a bit hesitant about doing it in Denver in the middle of winter....

0 replies - 542 views - 02/04/09 by Matt Raible in Articles

How To Develop A Firefox Extension

Admit that you have always wanted to know how to develop a Firefox extension but never had the time to learn. Here I will walk you through and at the end of...

1 replies - 9612 views - 01/30/09 by robnyman in News

Creating XML Documents in PHP

There's lots of reasons why you'd want to make XML documents using PHP. Maybe you're writing your own RSS feed or implementing a REST service. Whatever the...

3 replies - 5198 views - 01/23/09 by Charlie Key in News

Implementing ArrayAccess for Easy Array Usage

This past week, I was using PHP’s DOMDocument class to work with some XML generation. It’s pretty similar to Javascript’s DOM manipulation. The XML I...

0 replies - 1848 views - 10/27/08 by mcarthurgfx in News

Rest With Rails Part 2 : Serving XML, JSON and Atom

In part 1 of REST with Rails we had an introduction to creating RestFull services with Rails. In this article we will be looking into serving this content...

0 replies - 13639 views - 09/09/08 by Schalk Neethling in News

Why is Web UI Development Slow?

Have you ever been a team member in a web framework or web product development? You may have noticed although UI prototyping is a fast process but UI...

27 replies - 17144 views - 07/19/08 by ali.loghmani in News

A small SimpleXML gotcha (with namespaces)

I've so far worked only very little with XML with namespaces, especially in terms of parsing it. Therefor, I was quite stumped today on the parsing of a...

0 replies - 1666 views - 05/30/08 by Stefan Koopmanschap in Articles

Dealing with Large Data in Ajax

On March 11th, 2008, I gave e-conference presentation on dealing with large data in an Ajax application. The presentation can be seen by clicking here. It...

0 replies - 7861 views - 03/16/08 by Robert Buffone in Articles