(Joshua Curtiss) The following are notes from the XML 101 class at Adobe MAX 2007. I’m skipping over the extremely basic XML principles and covering the more interesting stuff.
Tag: JSON / JAVA / XML
Thinking XML: Firefox 2.0 and XML
(Uche Ogbuji) Firefox 2.0 brought several important changes in its XML support. It’s currently reaching its peak in user deployment. Learn about updated XML features in Firefox 2.0, including a controversial change to the handling of RSS Web feeds.
Automatic Handling of DITA Docs In XML Editors
(Eliot Kimber) I’m in demo prep heck at the moment, trying to get some real DITA functionality built on top of Really Strategies’ RSuite CMS product. One of the key challenges here is integrating XML editors to handle this use case:
Build a Blog Page consuming an XML feed
(Giuseppe Vettigli) A web feed is a data format used for providing users with frequently updated content.[1] RSS and ATOM are families of Web feed, in this article we develop a "feed reader" binding the data in a GridView control of ASP.NET. A feed is an XML file, sliding the tags we can see informa
Are AJAX Applications Vulnerable to Hack Attacks?
This paper reviews AJAX technologies with specific reference to JavaScript and briefly documents the kinds of vulnerability classes that should raise security concerns among developers, website owners and the respective visitors. The proposed solution suggests auditing AJAX and JavaScript based appl
XML-Enabled Applications – Part 3
(Yuli Vasiliev) To retrieve XML data from an XMLType table, you can use a SELECT SQL statement, just as you would if you had to query a relational table.
Building Dynamic Websites Using XML Files
(Amal ElHosseiny) In this article I will present how to build websites with dynamic content. Content is saved in one XML file so you will not think about database hosting problems.
Distribute Your Sites Content With RSS 2.0 Using ASP.NET/VB.NET/MS SQL 2005
(AdamNThompson) This is an easy way to distribute your sites content using RSS 2.0. The code pulls the items from a MS SQL database and dynmaicly creates the XML using the XmlTextWriter Object. You can filter the resuling items by create date with your T-SQL, or use the time to live.
Serve SQL Data in XML Format
(Ivan Pepelnjak) If you’re developing AJAX applications, you might decide to use XML as the encoding method to transport application data between the web server and the browser—not surprisingly, as XML is the technology that contributed the X in AJAX. Quite often, the data you have to serve to the c
Working with Accordion AJAX Control
(Nidal Arabi) There are series of controls (Extenders or simply first class control) in the AJAX control Toolkit. One of them is of particular interest in this article, the Accordion control. This control would enrich your website and gives it a professional look. In addition, the Accordion control
