XML
102 Documents

- W3C Semantic Web Activity News - XSPARQL published as a W3C Submission
2009-06-24
- SPARCool supports JSONP callbacks | Alexandre Passant
2009-05-20
- from __future__ import * » Remote JSON - JSONP
The browser security model dictates that XMLHttpRequest, frames, etc. must have the same domain in order to communicate. That's not a terrible idea, for security reasons, but it sure does make distributed web development suck. There are traditionally three solutions to solving this problem. Local proxy, Flash, Script tag... I'm proposing a new technology agnostic standard methodology for the script tag method for cross-domain data fetching: JSON with Padding, or simply JSONP.
2009-05-20
- Html Validator :: Modules pour Firefox
HTML Validator is a Mozilla extension that adds HTML validation inside Firefox and Mozilla. The number of errors of a HTML page is seen on the form of an icon in the status bar when browsing. The extension can validate the HTML sent by the server or the HTML in the memory (after Ajax execution) ...
2009-04-28
- Which browsers have problems caching XMLHTTPRequest responses? - Stack Overflow
2009-04-07
- Semantic data extractor - QA @ W3C
This tool, geared by an XSLT stylesheet, tries to extract some information from a HTML semantic rich document. It only uses information available through a good usage of the semantics defined in HTML. Detects GRRDL and RDFa.
2009-02-13
- Coding In Paradise: AJAX Tutorial: Saving Session Across Page Loads Without Cookies, On The Client Side
2008-06-14
- SitePoint Blogs » WWW2008 Beijing: Day 1 - Linked Data on the Web (LDOW 2008) Workshop
2008-05-04
- 12 Things You Should Know About REST and WOA
2008-04-15
- GRDDL in OwlSight | Thinking Clearly
2008-04-11
- Demande 258: Patch for improved IE support - Tabulator Issue Tracker
2008-04-01
- XML processing in Ajax, Part 2: Two Ajax and XSLT approaches
2008-03-18
- XOM open source (LGPL), tree-based API for processing XML with Java
2008-03-06
- XML.com: XSLT, Browsers, and JavaScript
The W3C Recommendation "Associating Style Sheets with XML Documents" describes a processing instruction to include at the beginning of a document to name a stylesheet to apply to that document.
2008-02-23
- XSLT on the Client
2008-02-23
- Browser-Side XSLT - Ajax Patterns
2008-02-23
- Dynamically loading an external JavaScript or CSS file
2008-02-07
- Javascript RDF Parser in ie
Modifications made to code of tabulator-0.8-2007-02-01T16-43Z to have the javascript RDF Parser working with internet explorer 6 and 7. This is not a complete port of Tabulator: it only concerns the RDF parser (and the way to invoke Ajax). It has not been fully tested (only with simple RDF, without lists, anonymous resources, etc.)
2007-12-17
- W3C GRDDL service
2007-12-09
- "Mastering Ajax" - developerWorks : Web development : Technical library view
2007-12-06
- Ajax and XML: Ajax for media
Use Ajax techniques to show movies and slide shows
2007-11-08
- MiniAjax.com / A showroom of nice looking simple downloadable DHTML and AJAX scripts
2007-09-05
- OpenLink Ajax Toolkit (OAT) 2.6 Released!
2007-08-06
- Can OPML 2.0 be part of the Semantic Web?
2007-07-17
- Jena GRDDL Reader
2007-07-17
- GRDDL Quick reference card
2007-07-17
- Nodalities: GRDDL Specifications (and Quick Reference)
2007-07-17
- GRDDL Primer
2007-07-17
- Gleaning Resource Descriptions from Dialects of Languages (GRDDL)
W3C Proposed Recommendation 16 July 2007. Main specification doc
2007-07-17
- mnot’s Web log: Adding Semantics to Excel with Microformats and GRDDL
2007-07-06
- Dave Brondsema's Blog - Javascript RDFParser from Tabulator
2007-07-04
- RDFa support in Jena GRDDL Reader (SVN)
2007-05-31
- GRDDL Use Cases: Scenarios of extracting RDF data from XML documents
2007-05-30
- Linked Data at WWW2007: GRDDL, SPARQL, and Wikipedia, oh my!
2007-05-19
- XTech 2007: Open Data in HTML: GRDDL, eRDF and RDFa
Tour through the latest techniques available to embed or extract semantic markup from HTML pages.
2007-05-18
- RDF and SOA
The purpose of this paper is not to propose a particular standardization effort for refining the existing XML-based, WS* approach to Web services, but to suggest another way of thinking about Service Oriented Architecture (SOA) in terms of RDF message exchange, even when custom XML formats are used for message serialization.
Workshop on Web of Services for Enterprise Computing, W3C
2007-03-12
- Tabulator: Generic data browser
2007-01-06
- Tabulator: Exploring and Analyzing linked data on the Semantic Web
2007-01-02
- Links on the Semantic Web
2007-01-02
- Piggy Bank - Home page
2007-01-02
- Semantic Web Client Library
The Semantic Web Client Library represents the complete Semantic Web as a single RDF graph. The library enables applications to query this global graph using SPARQL- and find(SPO) queries. To answer queries, the library dynamically retrieves information from the Semantic Web by dereferencing HTTP URIs and by following rdfs:seeAlso links.
2007-01-02
- HOWTO Avoid Being Called a Bozo When Producing XML
2006-12-09
- slayeroffice | alternatives to innerHTML
2006-10-06
- Progress Bar Using AJAX
2006-10-06
- REST without RDF is only half as bad as SOAP - The Sun BabelFish Blog
2006-07-11
- Slightly ThickerBox
Image galleries in Ajax
2006-07-07
- Ajaxian
2006-06-25
- Display XML with Cascading Stylesheets, Part 1: Use Cascading Stylesheets to display XML
2006-06-25
- REST (slides)
2006-06-25
- Re: FW: draft findings on Unsafe Methods (whenToUseGet-7) from Roy T. Fielding on 2002-04-23
I can say with authority that the W3C
was created by big businesses specifically to prevent their own marketing
departments from destroying the value inherent in the Web through their
own, and their competitors', short-sighted, quarterly-revenue-driven
pursuit of profits
The only reason SOAP remains in the W3C for standardization is because
all of the other forums either rejected the concept out of hand or
refused to rubber-stamp a poor implementation of a bad idea.
2006-06-25
- Developing Ajax Applications That Preserve Standard Browser Functionality
2006-06-20
- ajax: Project jMaki
jMaki is all about enabling Java developers to use JavaScript in their Java based applications as either a JSP tag library or a JSF component.
2006-05-29
- XMLArmyKnife - Experimenting with EmbeddedRDF and GRDDL Support
Embedded RDF is a method of embedding (a subset of) RDF within XHTML and HTML documents. A simple XSLT transformation can be used to extract the RDF from within the document.
A related and more generalised technology is GRDDL which defines how to associate transformation algorithms (i.e. XSLT stylesheets) with XHTML profiles or microformats so that there's a clear mapping from embedded metadata into RDF.
I've been experimenting with adding support for both of these technologies in the XMLArmyKnife SPARQL query service. This provides a means to directly query RDF embedded in XHTML documents.
2006-05-28
- Lost Boy: XTech 2006: SPARQLing Services
An overview of SPARQL, with an emphasis on the SPARQL protocol and how SPARQL can benefit Web 2.0/AJAX applications.
2006-05-22
- Google Web Toolkit - Build AJAX apps in the Java language
2006-05-17
- SparqlCalendarDemo
This SPARQL Calendar Demo demonstrates the use of SPARQL queries over AJAX to integrate data from a myriad of native RDF and non-RDF sources. Currently, it finds calendar information from FOAF files, discovers shared interests between people, and suggests events that people with shared interests can attend together.
2006-03-24
- Practical Semantic Web Deployment with Microformats and GRDDL (1)
2006-03-08
- XML.com: REST Roundup
2006-02-23
- Mastering Ajax, Part 3: Advanced requests and responses in Ajax
2006-02-17
- Yahoo! UI Library
2006-02-17
- Yahoo! Design Pattern Library
2006-02-17
- JS, Encoding and XMLHttpRequest
2006-02-07
- XML.com: Fixing AJAX: XMLHttpRequest Considered Harmful
Hacks to fool your user's web browser into thinking that the data is coming from the same domain as the web page.
2006-02-07
- Call SOAP Web services with Ajax
Implement a Web browser-based SOAP Web services client using the Asynchronous JavaScript and XML (Ajax) design pattern.
2006-02-05
- FireBug - JoeHewitt.com
FireBug is a new tool for Firefox that aids with debugging Javascript, DHTML, and Ajax. It is like a combination of the Javascript Console, DOM Inspector, and a command line Javascript interpreter.
2006-01-26
- 24 ways
2006-01-10
- SitePoint Blogs » MVC and web apps: oil and water
2005-12-31
- Definition: GRDDL (Gleaning Resource Descriptions from Dialects of Languages) [Web and XML Glossary]
2005-12-16
- Main Page - Ajax Patterns
2005-11-16
- Behaviour : Using CSS selectors to apply Javascript behaviours
2005-11-06
- Danny Ayers, Raw Blog : » RDF.net : Challenged!
2005-11-01
- Welcome to Jacuba - Free Online Spellchecker
2005-10-31
- ONJava.com: AJAX: How to Handle Bookmarks and Back Buttons
2005-10-28
- Stefano's Linotype ~ Piggy Bank, Cocoon and the Future of the Web
At the heart of Piggy Bank, there is a web server running inside your web browser. It's running a servlet, a minimal RESTful framework...
When people ask me what I do for a living, I say that I research what the web of the future could be. At that point, they ask me to give them an example of what that would mean for them. My usual reply is "if we are successful, the only difference you'll perceive is that you won't feel as constantly lost as you feel today". At that point they smile, happy to meet a technologist who thinks it's his fault, not theirs, if they can't do something with his software.
2005-10-27
- Cross-Browser.com - XV: X Library Viewer
2005-10-19
- webservices.xml.com: Schema Binding for Java Web Services
2005-10-14
- SOAP is boring
2005-10-13
- More Nails For SOAP's Coffin
2005-10-13
- SOAP is Comatose But Not Officially Dead!
2005-10-13
- What if SOAP had never happened?
SOAP has never been and still isn't necessary as a means of getting XML from one place to another.
2005-10-13
- A Venture Forth » Blog Archive » Top 10 Ajax Applications (Part 2)
2005-10-05
- Protopage - AJAX personal bookmarks springboard
2005-10-05
- XMLHttpRequest & Ajax Based Applications - Links and Resources, Fiftyfoureleven.com
2005-10-05
- del.icio.us direc.tor: Delivering A High-Performance AJAX Web Service Broker :: Johnvey
2005-10-05
- The Semantic Web (for Web Developers)
2005-09-28
- Ajax for Java developers: Build dynamic Java applications
2005-09-27
- NextApp . Echo2
2005-09-27
- Web Forefront: The Web Services debate : SOAP vs. REST [ XML/HTTP ]
2005-09-19
- Plan B: Ajax and Sparql
2005-09-17
- Semantic World and Cyberspace: SPARQL has some use - Kendall Clark
2005-09-17
- AJAX Debugging with Greasemonkey
2005-09-01
- AJAX - beyond the buzzwords
2005-09-01
- AJAX Matters - Asynchronous JavaScript and XML and XMLHTTP development information
2005-06-15
- Ajax Frameworks - Ajax Patterns
2005-06-15
- Combining XMLHttpRequest and Rails to Produce More Efficient UIs | Generalized JavaScript Functions
2005-05-20
- Ajax using XMLHttpRequest and Struts
2005-05-20
- javascript:xmlhttprequest:snippets:request [JPSPAN]
2005-05-20
- Javascript - Links and Resources, Fiftyfoureleven.com
2005-05-20
- LiveSearch - Bitflux Blog Wiki
2005-05-18
- XMLHttpRequest & Ajax Working Examples - Links and Resources, Fiftyfoureleven.com
2005-05-14
- Dynamic HTML and XML: The XMLHttpRequest Object
2005-05-14
- Spotlight-like livesearch
2005-05-13