Programacion

TwitterFacebook
Get flash to fully experience Pearltrees
MS Access

CSS

javascript

Java

Developer Resources

http://www.oracle.com/technetwork/java/index.html Oracle Oracle Technology Network > Java Article Why, Where, and How JavaFX Makes Sense CaptainCasa moved from Swing to JavaFX for front-end infrastructure, explaining that implementing an employee desktop front end with native technology is a valid approach and that JavaFX is a good fit.

Ajax Tutorial: XML and Ajax

In this lesson of the Ajax tutorial, you will learn... To create a new DOM Document with JavaScript. To load XML data from the server. http://www.learn-ajax-tutorial.com/XmlAjax.cfm

Editing XML Data Using XUpdate and HTML Forms

<a href="http://ad.doubleclick.net/adj/ttm.xml/art;tn=3;tw=300;th=55;to=h;tcs=0;tcp=0;ta=center;tva=bottom;tc=ffffff;tnm=3;te=1;sz=100x50;ord=123456789?" target="_blank"><img src="http://ad.doubleclick.net/adj/ttm.xml/art;tn=3;tw=300;th=55;to=h;tcs=0;tcp=0;ta=center;tva=bottom;tc=ffffff;tnm=3;te=1;sz=100x50;ord=123456789?" width="100" height="50" border="0" alt="" /></a> http://www.xml.com/pub/a/2002/06/12/xupdate.html
As noted previously, Version 6 JavaScript browsers seem to be coming together over the W3C DOM. Several key methods and properties in JavaScript can help in getting information from an XML file. In the section, a very simple XML file is used to demonstrate pulling data from XML into an HTML page using JavaScript to parse (interpret) the XML file. Unfortunately, the examples are limited to using IE5+ on Windows. (The same programs that worked fine using IE5+ on Windows bombed using IE5+ on the Mac using either OS 9+ or OS X.) http://www.peachpit.com/articles/article.aspx?p=29307&seqNum=4

Reading and Showing XML Data with JavaScript | Working with XML and JavaScript