<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/javascript/tags/method</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 07 Sep 2008 17:51:33 GMT</pubDate>
<item>
<title>(JavaScript) Javascript: Private object with a public accessor - twoism</title>
<link>http://snipplr.com/view/6064/javascript-private-object-with-a-public-accessor/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 30 Apr 2008 12:12:09 GMT</pubDate>
<guid>http://snipplr.com/view/6064/javascript-private-object-with-a-public-accessor/</guid>
</item>
<item>
<title>(JavaScript) Function call() Method - 1man</title>
<link>http://snipplr.com/view/4241/function-call-method/</link>
<description><![CDATA[ <p>This method allows you to call a function as a method of another object. The first argument the call method expects is the object it is to operate on. Any others are part of the function. Note how the this keyword now refers to the comp object, so a result property is created inside comp.</p> ]]></description>
<pubDate>Sun, 02 Dec 2007 09:24:31 GMT</pubDate>
<guid>http://snipplr.com/view/4241/function-call-method/</guid>
</item>
<item>
<title>(JavaScript) Does an object have a specific property? - noah</title>
<link>http://snipplr.com/view/2708/does-an-object-have-a-specific-property/</link>
<description><![CDATA[ <p>This is a very easy way to check if an object has a given property.  Easier than checking if (obj.foo != null) or some such, which is what I've been doing :(  From Flanagan, 5th ed, p. 108.; but I actually ran across it in the source of this page: http://www.gtalbot.org/DHTMLSection/DynamicOpacity.html, thanks to Gerard Talbot on clj.</p> ]]></description>
<pubDate>Thu, 24 May 2007 09:24:08 GMT</pubDate>
<guid>http://snipplr.com/view/2708/does-an-object-have-a-specific-property/</guid>
</item>
<item>
<title>(JavaScript) Extending Objects and Custom Objects using .prototype - 1man</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) Inspect and object and show properies and methods in a new window - cochambre</title>
<link>http://snipplr.com/view/632/inspect-and-object-and-show-properies-and-methods-in-a-new-window/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 02 Aug 2006 07:57:34 GMT</pubDate>
<guid>http://snipplr.com/view/632/inspect-and-object-and-show-properies-and-methods-in-a-new-window/</guid>
</item>
</channel>
</rss>