Skip to content

Tag Archives: ajax

Database or XML files for a simple to-do web app?

I’m trying to design a simple ajax based to-do list web app.. is a database good for this type of application, or xml files better for storing data from the app? Any tips would be helpful.

AJAX: Writing to XML. How?

How can I take a string (of an XML file) and save to an XML? my pseudo code would look like this: //////////////////////// var xmlfiletext = "<root><data>hello world</data></root>"; var xmlfilename = "xmlfile.xml"; writeXML (xmlfiletext,xmlfilename); //////////////////////// How would that segment actually look? *If you know for a fact that this can’t be done in AJAX, then [...]

What is the future for AJAX (Asynchronous Java and XML)?

From Google Earth to the new Yahoo homepage, AJAX is changing the way the net is accessed. What is the immediate impact of this new phenomenon?

How can I pass an XML object from an Aspx in APS.net 2.0 to the client (i.e. a javascript variable) ?

I know AJAX is doing this, but using it includes installing its dlls, etc. I Actually want to simply do what AJAX does. Can anyone point me to a practical reference ?

how do I learn Html/xml/css and ajax? how long will it take for me to learn them?

Can you recommend any publications or online sources for html, xml, ajax and css?? Also do I need to learn Javascript as well? is it required for designing websites?

How to read XML from external domain using Javascript?

example: read data from http://www.example.com/data.xml and show the contents at http://www.blah.com/reader.html I’ve tried using Ajax and it works fine at same domain. but failed if used at different domain

what is the best ajax xml software for web development?

trying to build web site and was told to do it with ajax xml, who makes it and where can i get it….lol

XML question- how much XML do I need to know?

How much XML do I need to know if I plan on getting into AJAX? I only plan on using XML for the web so I want to learn more about AJAX capabilities (javascript and XML) but I was wondering if I needed to learn everything that there is to know about XML before jumping [...]

How Do I link an XML file to a HTML file?

The book I’m reading tell you that you can use an external XML file to submit text to an HTML file using Ajax. I have tried over and over again, but can’t find out how to do it. What I’m aiming to do is create my own feeds for my site, and some feeds are [...]

Is there a javascript function I can use to extract data from an xml document?

Hi I also need a PHP function to create the XML document. I need it because it’s the only way I can think of as a way to pass variable from PHP to Javascript. (using AJAX also) Thanks