<?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/object</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 05 Dec 2008 05:36:02 GMT</pubDate>
<item>
<title>(JavaScript) Accessing Arguments Using the Arguments Object</title>
<link>http://snipplr.com/view/4239/accessing-arguments-using-the-arguments-object/</link>
<description><![CDATA[ <p>Every function has an object called the arguments object. This is an object that contains all the arguments that were passed to the function. The example below shows how to access these. Very rarely used but useful to know. Note: it may look like an array, but it's better to think of it as an object with numbered properties.</p> ]]></description>
<pubDate>Sun, 02 Dec 2007 06:50:07 GMT</pubDate>
<guid>http://snipplr.com/view/4239/accessing-arguments-using-the-arguments-object/</guid>
</item>
<item>
<title>(JavaScript) Basic Object Creation</title>
<link>http://snipplr.com/view/3629/basic-object-creation/</link>
<description><![CDATA[ <p>Create a simple object and add properties and a method. Note where the object is parsed (not from top to bottom).</p> ]]></description>
<pubDate>Tue, 04 Sep 2007 03:27:56 GMT</pubDate>
<guid>http://snipplr.com/view/3629/basic-object-creation/</guid>
</item>
<item>
<title>(JavaScript) Linking Objects &amp;amp; Deleting Info in Objects</title>
<link>http://snipplr.com/view/2365/linking-objects--deleting-info-in-objects/</link>
<description><![CDATA[ <p>Shows you how to link 2 objects together via the object function. If a value isn't found in the object, it will look for it in the linked object.</p> ]]></description>
<pubDate>Tue, 20 Mar 2007 09:56:09 GMT</pubDate>
<guid>http://snipplr.com/view/2365/linking-objects--deleting-info-in-objects/</guid>
</item>
<item>
<title>(JavaScript) Extending Objects and Custom Objects using .prototype</title>
<link>http://snipplr.com/view/2364/extending-objects-and-custom-objects-using-prototype/</link>
<description><![CDATA[ <p>Extend a custom object, and a pre-defined object(e.g. string) using .prototype available in JS.</p> ]]></description>
<pubDate>Tue, 20 Mar 2007 08:02:15 GMT</pubDate>
<guid>http://snipplr.com/view/2364/extending-objects-and-custom-objects-using-prototype/</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>