<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - 1man</title>
<link>http://snipplr.com/users/1man/language/javascript/tags/ajax</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 23 Nov 2008 07:46:26 GMT</pubDate>
<item>
<title>(JavaScript) Pull in Info from a HTML File using innerHTML</title>
<link>http://snipplr.com/view/2331/pull-in-info-from-a-html-file-using-innerhtml/</link>
<description><![CDATA[ <p>Simply replaces the div's innerHTML with the response text received from the file.</p> ]]></description>
<pubDate>Wed, 14 Mar 2007 09:32:50 GMT</pubDate>
<guid>http://snipplr.com/view/2331/pull-in-info-from-a-html-file-using-innerhtml/</guid>
</item>
<item>
<title>(JavaScript) Ajax Insert Dynamic "script" into "head"</title>
<link>http://snipplr.com/view/2325/ajax-insert-dynamic-script-into-head/</link>
<description><![CDATA[ <p>Part of the script tag hack. Allows you to create a script tag on the fly from a url. The url could be a file containing info such as JSON or XML. Used in Ajax for crossing domains.</p> ]]></description>
<pubDate>Wed, 14 Mar 2007 04:44:00 GMT</pubDate>
<guid>http://snipplr.com/view/2325/ajax-insert-dynamic-script-into-head/</guid>
</item>
<item>
<title>(JavaScript) Ajax Parsing XML Data</title>
<link>http://snipplr.com/view/2316/ajax-parsing-xml-data/</link>
<description><![CDATA[ <p>This function allows you to parse a simple XML document(passed to it using this.href on a onclick event). Virtually the same as JSON, the things that have been changed ate labeled !Important.</p> ]]></description>
<pubDate>Tue, 13 Mar 2007 09:54:15 GMT</pubDate>
<guid>http://snipplr.com/view/2316/ajax-parsing-xml-data/</guid>
</item>
<item>
<title>(JavaScript) Ajax Parsing JSON Data</title>
<link>http://snipplr.com/view/2315/ajax-parsing-json-data/</link>
<description><![CDATA[ <p>This function is near enough the same as parsing XML. The only things that have changed are the sections marked !important.</p> ]]></description>
<pubDate>Tue, 13 Mar 2007 09:47:32 GMT</pubDate>
<guid>http://snipplr.com/view/2315/ajax-parsing-json-data/</guid>
</item>
<item>
<title>(JavaScript) Grab Text from a File Ajax</title>
<link>http://snipplr.com/view/2311/grab-text-from-a-file-ajax/</link>
<description><![CDATA[ <p>Very basic grab a line of text from a file then display it in an alert box. Uses other functions for loading prepareLinks() and creating the request.</p> ]]></description>
<pubDate>Tue, 13 Mar 2007 05:14:55 GMT</pubDate>
<guid>http://snipplr.com/view/2311/grab-text-from-a-file-ajax/</guid>
</item>
<item>
<title>(JavaScript) Ajax Post Request</title>
<link>http://snipplr.com/view/2304/ajax-post-request/</link>
<description><![CDATA[ <p>Simple Ajax POST request using the getHTTPObject function.</p> ]]></description>
<pubDate>Mon, 12 Mar 2007 09:41:25 GMT</pubDate>
<guid>http://snipplr.com/view/2304/ajax-post-request/</guid>
</item>
<item>
<title>(JavaScript) Ajax GET Request</title>
<link>http://snipplr.com/view/2303/ajax-get-request/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 12 Mar 2007 09:37:00 GMT</pubDate>
<guid>http://snipplr.com/view/2303/ajax-get-request/</guid>
</item>
<item>
<title>(JavaScript) Ajax getHTTPObject function</title>
<link>http://snipplr.com/view/2300/ajax-gethttpobject-function/</link>
<description><![CDATA[ <p>This functions allows you to create a new XMLHTTPRequest, it checks to see if the browser supports each method, if not it returns false.</p> ]]></description>
<pubDate>Mon, 12 Mar 2007 05:37:54 GMT</pubDate>
<guid>http://snipplr.com/view/2300/ajax-gethttpobject-function/</guid>
</item>
</channel>
</rss>