<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-8451123064758809734.post7983984452061864656..comments</id><updated>2008-10-07T20:08:42.691-07:00</updated><title type='text'>Comments on System.What?: Five Things You Didn't Know JavaScript Could Do</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.tylerholmes.com/feeds/7983984452061864656/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8451123064758809734/7983984452061864656/comments/default'/><link rel='alternate' type='text/html' href='http://blog.tylerholmes.com/2008/09/five-things-you-didn-know-javascript.html'/><author><name>Tyler Holmes</name><uri>http://www.blogger.com/profile/16288716879251803370</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>6</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8451123064758809734.post-996560692437747689</id><published>2008-10-05T21:20:00.000-07:00</published><updated>2008-10-05T21:20:00.000-07:00</updated><title type='text'>Tyler,So I StumbledUpon this article and began rea...</title><content type='html'>Tyler,&lt;BR/&gt;&lt;BR/&gt;So I StumbledUpon this article and began reading it and being pleasantly surprised about how clearly you were able to explain the JavaScript prototype model. However, what really surprised me was your name and photo in the right side of the page. &amp;quot;Tyler Holmes&amp;quot;, could it be the same Tyler that I worked with in Beaverton, the same Tyler who I immensely respect as a programmer and as a person. I do believe it is. It&amp;#39;s been a while buddy, how are you. In case you haven&amp;#39;t read my name yet, it&amp;#39;s Dylan from B&amp;amp;J.&lt;BR/&gt;&lt;BR/&gt;I&amp;#39;m living in Indiana now.&lt;BR/&gt;&lt;BR/&gt;What&amp;#39;s new with you?&lt;BR/&gt;&lt;BR/&gt;P.S. Great article by the way.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8451123064758809734/7983984452061864656/comments/default/996560692437747689'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8451123064758809734/7983984452061864656/comments/default/996560692437747689'/><link rel='alternate' type='text/html' href='http://blog.tylerholmes.com/2008/09/five-things-you-didn-know-javascript.html?showComment=1223266800000#c996560692437747689' title=''/><author><name>Dylan</name><uri>http://www.blogger.com/profile/07894234069552673615</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.tylerholmes.com/2008/09/five-things-you-didn-know-javascript.html' ref='tag:blogger.com,1999:blog-8451123064758809734.post-7983984452061864656' source='http://www.blogger.com/feeds/8451123064758809734/posts/default/7983984452061864656' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-8451123064758809734.post-7050221760042643102</id><published>2008-10-01T20:46:00.000-07:00</published><updated>2008-10-01T20:46:00.000-07:00</updated><title type='text'>Nice moves Paul, maybe we should call it "Six Thin...</title><content type='html'>Nice moves Paul, maybe we should call it "Six Things You Didn't Know JavaScript could do". Thanks for sharing.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8451123064758809734/7983984452061864656/comments/default/7050221760042643102'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8451123064758809734/7983984452061864656/comments/default/7050221760042643102'/><link rel='alternate' type='text/html' href='http://blog.tylerholmes.com/2008/09/five-things-you-didn-know-javascript.html?showComment=1222919160000#c7050221760042643102' title=''/><author><name>Tyler Holmes</name><uri>http://www.blogger.com/profile/16288716879251803370</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='11798805583639130267'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.tylerholmes.com/2008/09/five-things-you-didn-know-javascript.html' ref='tag:blogger.com,1999:blog-8451123064758809734.post-7983984452061864656' source='http://www.blogger.com/feeds/8451123064758809734/posts/default/7983984452061864656' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-8451123064758809734.post-6454267335413200638</id><published>2008-10-01T19:27:00.000-07:00</published><updated>2008-10-01T19:27:00.000-07:00</updated><title type='text'>Another thing you could add to functions being obj...</title><content type='html'>Another thing you could add to functions being objects, you can do this (blow&amp;#39;s my mind every time I use it):&lt;BR/&gt;&lt;BR/&gt;var funct = function() {&lt;BR/&gt;   alert(&amp;#39;Main Function&amp;#39;);&lt;BR/&gt;};&lt;BR/&gt;funct.subfunct = function() {&lt;BR/&gt;   alert(&amp;#39;Sub Function&amp;#39;);&lt;BR/&gt;};&lt;BR/&gt;funct.both = function() {&lt;BR/&gt;   this();&lt;BR/&gt;   this.subfunct();&lt;BR/&gt;};&lt;BR/&gt;&lt;BR/&gt;// This is how you&amp;#39;d call them&lt;BR/&gt;funct();&lt;BR/&gt;funct.subfunct();&lt;BR/&gt;funct.both();</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8451123064758809734/7983984452061864656/comments/default/6454267335413200638'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8451123064758809734/7983984452061864656/comments/default/6454267335413200638'/><link rel='alternate' type='text/html' href='http://blog.tylerholmes.com/2008/09/five-things-you-didn-know-javascript.html?showComment=1222914420000#c6454267335413200638' title=''/><author><name>Paul</name><uri>http://sitecrafting.com</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.tylerholmes.com/2008/09/five-things-you-didn-know-javascript.html' ref='tag:blogger.com,1999:blog-8451123064758809734.post-7983984452061864656' source='http://www.blogger.com/feeds/8451123064758809734/posts/default/7983984452061864656' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-8451123064758809734.post-7909031551506645111</id><published>2008-09-30T11:12:00.000-07:00</published><updated>2008-09-30T11:12:00.000-07:00</updated><title type='text'>I'll fess up that before I wrote this I wasn't par...</title><content type='html'>I'll fess up that before I wrote this I wasn't particularly deep with some of these features. I'm positive there's a ton of developers out there that can run circles around me when it comes to JavaScript, but I still feel that topics like extending the prototype chain and making use of and closures aren't particularly well known or leveraged. Either way thanks for the feedback!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8451123064758809734/7983984452061864656/comments/default/7909031551506645111'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8451123064758809734/7983984452061864656/comments/default/7909031551506645111'/><link rel='alternate' type='text/html' href='http://blog.tylerholmes.com/2008/09/five-things-you-didn-know-javascript.html?showComment=1222798320000#c7909031551506645111' title=''/><author><name>Tyler Holmes</name><uri>http://www.blogger.com/profile/16288716879251803370</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='11798805583639130267'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.tylerholmes.com/2008/09/five-things-you-didn-know-javascript.html' ref='tag:blogger.com,1999:blog-8451123064758809734.post-7983984452061864656' source='http://www.blogger.com/feeds/8451123064758809734/posts/default/7983984452061864656' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-8451123064758809734.post-1208331030478437360</id><published>2008-09-30T08:30:00.000-07:00</published><updated>2008-09-30T08:30:00.000-07:00</updated><title type='text'>@anonymous  Not really... I was at a developer's c...</title><content type='html'>@anonymous  &lt;BR/&gt;Not really... I was at a developer's conference last March and attended a Javascript session.  When the speaker asked for a show of hands of the number of people who knew and/or worked with javascript regularly, only about 1/5 of the audience raised their hands.  I was not one of them.&lt;BR/&gt;&lt;BR/&gt;Informative post, I'd say.  Thanks!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8451123064758809734/7983984452061864656/comments/default/1208331030478437360'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8451123064758809734/7983984452061864656/comments/default/1208331030478437360'/><link rel='alternate' type='text/html' href='http://blog.tylerholmes.com/2008/09/five-things-you-didn-know-javascript.html?showComment=1222788600000#c1208331030478437360' title=''/><author><name>Jason Whaley</name><uri>http://www.blogger.com/profile/05362549195700900828</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.tylerholmes.com/2008/09/five-things-you-didn-know-javascript.html' ref='tag:blogger.com,1999:blog-8451123064758809734.post-7983984452061864656' source='http://www.blogger.com/feeds/8451123064758809734/posts/default/7983984452061864656' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-8451123064758809734.post-5219007909481346037</id><published>2008-09-30T07:22:00.000-07:00</published><updated>2008-09-30T07:22:00.000-07:00</updated><title type='text'>I... I think most people know this stuff now.</title><content type='html'>I... I think most people know this stuff now.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8451123064758809734/7983984452061864656/comments/default/5219007909481346037'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8451123064758809734/7983984452061864656/comments/default/5219007909481346037'/><link rel='alternate' type='text/html' href='http://blog.tylerholmes.com/2008/09/five-things-you-didn-know-javascript.html?showComment=1222784520000#c5219007909481346037' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.tylerholmes.com/2008/09/five-things-you-didn-know-javascript.html' ref='tag:blogger.com,1999:blog-8451123064758809734.post-7983984452061864656' source='http://www.blogger.com/feeds/8451123064758809734/posts/default/7983984452061864656' type='text/html'/></entry></feed>