Saturday, February 20, 2010
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.
Filed in Q&A
|
Also tagged xml
|
Thursday, February 18, 2010
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 [...]
Sunday, February 14, 2010
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?
Wednesday, February 3, 2010
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 ?
Filed in Q&A
|
Also tagged
|
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?
Saturday, January 23, 2010
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
Filed in Q&A
|
Also tagged
|
Thursday, January 21, 2010
trying to build web site and was told to do it with ajax xml, who makes it and where can i get it….lol
Filed in Q&A
|
Also tagged xml
|
Tuesday, January 19, 2010
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 [...]
Tuesday, January 12, 2010
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 [...]
Sunday, December 27, 2009
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