<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Joh Man X in action</title>
	<atom:link href="http://johmanx.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://johmanx.com</link>
	<description>I fail to see why I shouldn&#039;t stay a geek</description>
	<lastBuildDate>Tue, 13 Sep 2011 21:01:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Pitfalls of the newbie JavaScripter by Jan-Marten de Boer</title>
		<link>http://johmanx.com/2011/09/pitfalls-of-the-newbie-javascripter/#comment-3157</link>
		<dc:creator>Jan-Marten de Boer</dc:creator>
		<pubDate>Tue, 13 Sep 2011 21:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lievheid.nl/?p=354#comment-3157</guid>
		<description>You&#039;re a great help and I&#039;m going to implement your example in the article pretty soon-ish. I really want this to be an excellent resource on the net, so we can all reference it when we need it. That&#039;s why I really appreciate all the input, since I&#039;m no expert at JavaScript at all.

If you have suggestions for the article like you did before, don&#039;t be shy to share it, &#039;cause I really want us developers to make a better web together. Isn&#039;t that why we put the effort in writing this tutorials?</description>
		<content:encoded><![CDATA[<p>You&#8217;re a great help and I&#8217;m going to implement your example in the article pretty soon-ish. I really want this to be an excellent resource on the net, so we can all reference it when we need it. That&#8217;s why I really appreciate all the input, since I&#8217;m no expert at JavaScript at all.</p>
<p>If you have suggestions for the article like you did before, don&#8217;t be shy to share it, &#8217;cause I really want us developers to make a better web together. Isn&#8217;t that why we put the effort in writing this tutorials?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pitfalls of the newbie JavaScripter by pepkin88</title>
		<link>http://johmanx.com/2011/09/pitfalls-of-the-newbie-javascripter/#comment-3145</link>
		<dc:creator>pepkin88</dc:creator>
		<pubDate>Mon, 12 Sep 2011 23:48:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lievheid.nl/?p=354#comment-3145</guid>
		<description>Strictly speaking I made mistake. A JavaScript function isn&#039;t a closure, but creates one. That function WITH every variable accessed from its scope is a closure.
(I hope I haven&#039;t mistaken on this one.)</description>
		<content:encoded><![CDATA[<p>Strictly speaking I made mistake. A JavaScript function isn&#8217;t a closure, but creates one. That function WITH every variable accessed from its scope is a closure.<br />
(I hope I haven&#8217;t mistaken on this one.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pitfalls of the newbie JavaScripter by pepkin88</title>
		<link>http://johmanx.com/2011/09/pitfalls-of-the-newbie-javascripter/#comment-3144</link>
		<dc:creator>pepkin88</dc:creator>
		<pubDate>Mon, 12 Sep 2011 23:41:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lievheid.nl/?p=354#comment-3144</guid>
		<description>I think it is a good idea to show a certain problem with &quot;this&quot; keyword, namely: http://jsfiddle.net/pepkin88/G6Ld2/1/

When you invoke a private function from your object&#039;s method you should remember that &quot;this&quot; keyword refers to current object only in that function&#039;s scope [1][2] (and not even in the nested function&#039;s scope [3]). To repair this use call method of function [4][5] or use &quot;this&quot; reference saved in other variable [6][7].

Cheers.</description>
		<content:encoded><![CDATA[<p>I think it is a good idea to show a certain problem with &#8220;this&#8221; keyword, namely: <a href="http://jsfiddle.net/pepkin88/G6Ld2/1/" rel="nofollow">http://jsfiddle.net/pepkin88/G6Ld2/1/</a></p>
<p>When you invoke a private function from your object&#8217;s method you should remember that &#8220;this&#8221; keyword refers to current object only in that function&#8217;s scope [1][2] (and not even in the nested function&#8217;s scope [3]). To repair this use call method of function [4][5] or use &#8220;this&#8221; reference saved in other variable [6][7].</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pitfalls of the newbie JavaScripter by pepkin88</title>
		<link>http://johmanx.com/2011/09/pitfalls-of-the-newbie-javascripter/#comment-3142</link>
		<dc:creator>pepkin88</dc:creator>
		<pubDate>Mon, 12 Sep 2011 23:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lievheid.nl/?p=354#comment-3142</guid>
		<description>The reason why someVar isn&#039;t disposed is because a JavaScript function is a closure. That means every variable which is visible for the function (even if you&#039;re not using all of them) remains as long as that function could be used (the reference to that function isn&#039;t lost).
There is no need for another example of the function scope.</description>
		<content:encoded><![CDATA[<p>The reason why someVar isn&#8217;t disposed is because a JavaScript function is a closure. That means every variable which is visible for the function (even if you&#8217;re not using all of them) remains as long as that function could be used (the reference to that function isn&#8217;t lost).<br />
There is no need for another example of the function scope.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pitfalls of the newbie JavaScripter by pepkin88</title>
		<link>http://johmanx.com/2011/09/pitfalls-of-the-newbie-javascripter/#comment-3140</link>
		<dc:creator>pepkin88</dc:creator>
		<pubDate>Mon, 12 Sep 2011 22:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lievheid.nl/?p=354#comment-3140</guid>
		<description>And by &quot;self-invoking function&quot; I meant &quot;immediately self-invoking function&quot; as opposed to simple recursion. Sorry for inconsistence.</description>
		<content:encoded><![CDATA[<p>And by &#8220;self-invoking function&#8221; I meant &#8220;immediately self-invoking function&#8221; as opposed to simple recursion. Sorry for inconsistence.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pitfalls of the newbie JavaScripter by pepkin88</title>
		<link>http://johmanx.com/2011/09/pitfalls-of-the-newbie-javascripter/#comment-3139</link>
		<dc:creator>pepkin88</dc:creator>
		<pubDate>Mon, 12 Sep 2011 22:42:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lievheid.nl/?p=354#comment-3139</guid>
		<description>Also the self-invoking function doesn&#039;t have to be anonymous. For example:
var result = (function factorial(n) {
    return n &lt; 2 ? 1 : n * factorial(n - 1);
})(5);
We created self-invoking recursive non-anonymous function. Here I could omit the parenthesis and the code would still work:
var result = function factorial(n) {
    return n &lt; 2 ? 1 : n * factorial(n - 1);
}(5);
That&#039;s because function statement in this syntax can only be function expression. And being function expression is essential when we are trying to create self-invoking functions. Although, as you&#039;ve written first, putting this statement in parenthesis increases readability.
However parenthesis are important and necessary when the function statement is first thing on a line, because only then it could be misinterpreted as function definition.

I&#039;m sure you are aware of those things, I just wanted to clarify some issues.
Anyway, great article :)</description>
		<content:encoded><![CDATA[<p>Also the self-invoking function doesn&#8217;t have to be anonymous. For example:<br />
var result = (function factorial(n) {<br />
    return n &lt; 2 ? 1 : n * factorial(n &#8211; 1);<br />
})(5);<br />
We created self-invoking recursive non-anonymous function. Here I could omit the parenthesis and the code would still work:<br />
var result = function factorial(n) {<br />
    return n &lt; 2 ? 1 : n * factorial(n &#8211; 1);<br />
}(5);<br />
That&#039;s because function statement in this syntax can only be function expression. And being function expression is essential when we are trying to create self-invoking functions. Although, as you&#039;ve written first, putting this statement in parenthesis increases readability.<br />
However parenthesis are important and necessary when the function statement is first thing on a line, because only then it could be misinterpreted as function definition.</p>
<p>I&#039;m sure you are aware of those things, I just wanted to clarify some issues.<br />
Anyway, great article <img src='http://johmanx.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pitfalls of the newbie JavaScripter by pepkin88</title>
		<link>http://johmanx.com/2011/09/pitfalls-of-the-newbie-javascripter/#comment-3137</link>
		<dc:creator>pepkin88</dc:creator>
		<pubDate>Mon, 12 Sep 2011 21:57:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lievheid.nl/?p=354#comment-3137</guid>
		<description>Thank you and your welcome :)</description>
		<content:encoded><![CDATA[<p>Thank you and your welcome <img src='http://johmanx.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pitfalls of the newbie JavaScripter by Jan-Marten de Boer</title>
		<link>http://johmanx.com/2011/09/pitfalls-of-the-newbie-javascripter/#comment-3043</link>
		<dc:creator>Jan-Marten de Boer</dc:creator>
		<pubDate>Thu, 08 Sep 2011 18:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lievheid.nl/?p=354#comment-3043</guid>
		<description>And you&#039;ve got one heck of a nice landing page. Awesome canvas magic ^^</description>
		<content:encoded><![CDATA[<p>And you&#8217;ve got one heck of a nice landing page. Awesome canvas magic ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pitfalls of the newbie JavaScripter by Jan-Marten de Boer</title>
		<link>http://johmanx.com/2011/09/pitfalls-of-the-newbie-javascripter/#comment-3042</link>
		<dc:creator>Jan-Marten de Boer</dc:creator>
		<pubDate>Thu, 08 Sep 2011 18:10:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lievheid.nl/?p=354#comment-3042</guid>
		<description>Thanks, mate. Updated the article correspondingly.</description>
		<content:encoded><![CDATA[<p>Thanks, mate. Updated the article correspondingly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pitfalls of the newbie JavaScripter by pepkin88</title>
		<link>http://johmanx.com/2011/09/pitfalls-of-the-newbie-javascripter/#comment-3012</link>
		<dc:creator>pepkin88</dc:creator>
		<pubDate>Wed, 07 Sep 2011 14:30:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lievheid.nl/?p=354#comment-3012</guid>
		<description>In section about self-invoking anonymous functions you write:
&quot;Because JavaScript allows us to place ( ) around pretty much everything, we make use of that for better readability.&quot;
Actually it is not for better readability. Statement without the parenthesis is function definition, but with error, because function definition requires giving name. But with the parenthesis the code is parsed as function expression, which allows not giving a name for a function.</description>
		<content:encoded><![CDATA[<p>In section about self-invoking anonymous functions you write:<br />
&#8220;Because JavaScript allows us to place ( ) around pretty much everything, we make use of that for better readability.&#8221;<br />
Actually it is not for better readability. Statement without the parenthesis is function definition, but with error, because function definition requires giving name. But with the parenthesis the code is parsed as function expression, which allows not giving a name for a function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pitfalls of the newbie JavaScripter by Jan-Marten de Boer</title>
		<link>http://johmanx.com/2011/09/pitfalls-of-the-newbie-javascripter/#comment-3008</link>
		<dc:creator>Jan-Marten de Boer</dc:creator>
		<pubDate>Wed, 07 Sep 2011 10:49:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lievheid.nl/?p=354#comment-3008</guid>
		<description>Thanks a lot. Yeah, that&#039;s a grave mistake on my account. Fixed that!</description>
		<content:encoded><![CDATA[<p>Thanks a lot. Yeah, that&#8217;s a grave mistake on my account. Fixed that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pitfalls of the newbie JavaScripter by Ryan McGrath</title>
		<link>http://johmanx.com/2011/09/pitfalls-of-the-newbie-javascripter/#comment-2965</link>
		<dc:creator>Ryan McGrath</dc:creator>
		<pubDate>Mon, 05 Sep 2011 17:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lievheid.nl/?p=354#comment-2965</guid>
		<description>Your section on hoisting (and watefalling down from that) contain a bunch of these:

(functon() { ... });

When I believe you actually want...

(function() { ...})();

The code samples you&#039;re showing off there would never actually execute. ;)</description>
		<content:encoded><![CDATA[<p>Your section on hoisting (and watefalling down from that) contain a bunch of these:</p>
<p>(functon() { &#8230; });</p>
<p>When I believe you actually want&#8230;</p>
<p>(function() { &#8230;})();</p>
<p>The code samples you&#8217;re showing off there would never actually execute. <img src='http://johmanx.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pitfalls of the newbie JavaScripter by Jan-Marten de Boer</title>
		<link>http://johmanx.com/2011/09/pitfalls-of-the-newbie-javascripter/#comment-2932</link>
		<dc:creator>Jan-Marten de Boer</dc:creator>
		<pubDate>Sun, 04 Sep 2011 11:24:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lievheid.nl/?p=354#comment-2932</guid>
		<description>Could you help me out delivering a proper example? I&#039;m looking into it, but maybe you&#039;ve got something up your sleeve?</description>
		<content:encoded><![CDATA[<p>Could you help me out delivering a proper example? I&#8217;m looking into it, but maybe you&#8217;ve got something up your sleeve?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pitfalls of the newbie JavaScripter by Jan Kuča</title>
		<link>http://johmanx.com/2011/09/pitfalls-of-the-newbie-javascripter/#comment-2927</link>
		<dc:creator>Jan Kuča</dc:creator>
		<pubDate>Sun, 04 Sep 2011 08:34:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lievheid.nl/?p=354#comment-2927</guid>
		<description>It&#039;s still wrong though. You don&#039;t get an error. The someVar variable is not disposed. The code is completely OK.</description>
		<content:encoded><![CDATA[<p>It&#8217;s still wrong though. You don&#8217;t get an error. The someVar variable is not disposed. The code is completely OK.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pitfalls of the newbie JavaScripter by Jan-Marten de Boer</title>
		<link>http://johmanx.com/2011/09/pitfalls-of-the-newbie-javascripter/#comment-2926</link>
		<dc:creator>Jan-Marten de Boer</dc:creator>
		<pubDate>Sun, 04 Sep 2011 08:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lievheid.nl/?p=354#comment-2926</guid>
		<description>You are actually right about that. Completely pulled a fast one on that example. I&#039;ve rewritten it to call myFunc separately now.</description>
		<content:encoded><![CDATA[<p>You are actually right about that. Completely pulled a fast one on that example. I&#8217;ve rewritten it to call myFunc separately now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pitfalls of the newbie JavaScripter by Jan Kuča</title>
		<link>http://johmanx.com/2011/09/pitfalls-of-the-newbie-javascripter/#comment-2925</link>
		<dc:creator>Jan Kuča</dc:creator>
		<pubDate>Sun, 04 Sep 2011 07:26:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lievheid.nl/?p=354#comment-2925</guid>
		<description>Hi, I just want to point to an error in one of your examples.

(function(){
    var someVar = 12;
    window.myFunc = function(){
        console.log(someVar);
    }(); // 12
})();
myFunc();

You don&#039;t get a ReferenceError but a TypeError stating that myFunc is not a function. That is because you assign undefined to window.myFunc. The expression is interpreted like this:

window.myFunc = function () { console.log(someVar); return undefined; }();

As you can see the function returns undefined and since you auto-execute the function before the assignment, that is what gets assigned to window.myFunc.

If you didn&#039;t auto-execute the function, the function itself is would be assigned to window.myFunc and when you called the function (at the bottom of your example), you wouldn&#039;t get a ReferenceError because the contents of the scope in which someVar is declared were not garbage-collected as you create a closure that keeps a reference to the variable.

Cheers ;-)</description>
		<content:encoded><![CDATA[<p>Hi, I just want to point to an error in one of your examples.</p>
<p>(function(){<br />
    var someVar = 12;<br />
    window.myFunc = function(){<br />
        console.log(someVar);<br />
    }(); // 12<br />
})();<br />
myFunc();</p>
<p>You don&#8217;t get a ReferenceError but a TypeError stating that myFunc is not a function. That is because you assign undefined to window.myFunc. The expression is interpreted like this:</p>
<p>window.myFunc = function () { console.log(someVar); return undefined; }();</p>
<p>As you can see the function returns undefined and since you auto-execute the function before the assignment, that is what gets assigned to window.myFunc.</p>
<p>If you didn&#8217;t auto-execute the function, the function itself is would be assigned to window.myFunc and when you called the function (at the bottom of your example), you wouldn&#8217;t get a ReferenceError because the contents of the scope in which someVar is declared were not garbage-collected as you create a closure that keeps a reference to the variable.</p>
<p>Cheers <img src='http://johmanx.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating an HTTP proxy for Wikipedia by Andries Louw Wolthuizen</title>
		<link>http://johmanx.com/2010/10/creating-an-http-proxy-for-wikipedia/#comment-2139</link>
		<dc:creator>Andries Louw Wolthuizen</dc:creator>
		<pubDate>Fri, 24 Jun 2011 04:10:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lievheid.nl/?p=171#comment-2139</guid>
		<description>Using exec brings risks, not every server supports exec or its contents (safe mode, and open basedir restrictions apply to dig itself), plus it needs another proces. Maybe you were unaware of a native implementation in the PHP core. For uncommon libraries I can see why you would prefer using exec though.

Teach people the right way, and use things that are common on shared hosting platforms, not everyone is blessed with a dedicated server :-)</description>
		<content:encoded><![CDATA[<p>Using exec brings risks, not every server supports exec or its contents (safe mode, and open basedir restrictions apply to dig itself), plus it needs another proces. Maybe you were unaware of a native implementation in the PHP core. For uncommon libraries I can see why you would prefer using exec though.</p>
<p>Teach people the right way, and use things that are common on shared hosting platforms, not everyone is blessed with a dedicated server <img src='http://johmanx.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating an HTTP proxy for Wikipedia by Joh Man X</title>
		<link>http://johmanx.com/2010/10/creating-an-http-proxy-for-wikipedia/#comment-2133</link>
		<dc:creator>Joh Man X</dc:creator>
		<pubDate>Thu, 23 Jun 2011 05:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lievheid.nl/?p=171#comment-2133</guid>
		<description>I actually prefer it my way, because I don&#039;t account for Windows systems and have a strong opinion about using system commands over uncommon libraries. Now in this example, the dns library probably is a core one, but when using mplayer to calculate the length of a song, i&#039;d rather use the command to retrieve specific data over asking a library, which gets populated with a lot of information I don&#039;t want to use, stored in an object. That and the likelyhood of the library not being installed at the readers server makes me suggest this solution.</description>
		<content:encoded><![CDATA[<p>I actually prefer it my way, because I don&#8217;t account for Windows systems and have a strong opinion about using system commands over uncommon libraries. Now in this example, the dns library probably is a core one, but when using mplayer to calculate the length of a song, i&#8217;d rather use the command to retrieve specific data over asking a library, which gets populated with a lot of information I don&#8217;t want to use, stored in an object. That and the likelyhood of the library not being installed at the readers server makes me suggest this solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating an HTTP proxy for Wikipedia by Andries Louw Wolthuizen</title>
		<link>http://johmanx.com/2010/10/creating-an-http-proxy-for-wikipedia/#comment-2132</link>
		<dc:creator>Andries Louw Wolthuizen</dc:creator>
		<pubDate>Thu, 23 Jun 2011 05:43:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lievheid.nl/?p=171#comment-2132</guid>
		<description>Exec and dig? You should use: http://us2.php.net/manual/en/function.dns-get-record.php ;-)</description>
		<content:encoded><![CDATA[<p>Exec and dig? You should use: <a href="http://us2.php.net/manual/en/function.dns-get-record.php" rel="nofollow">http://us2.php.net/manual/en/function.dns-get-record.php</a> <img src='http://johmanx.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finding clients the easy way by Joh Man X</title>
		<link>http://johmanx.com/2010/08/finding-clients-the-easy-way/#comment-446</link>
		<dc:creator>Joh Man X</dc:creator>
		<pubDate>Wed, 10 Nov 2010 21:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lievheid.nl/?p=120#comment-446</guid>
		<description>Pretty neat work yourself Anita. You actually took the recognition of different tweets to a whole new level, although I&#039;m not sure if it&#039;s that much of an add to the currently available search page on Twitter, I do see the benefits of being able to filter between offers and questions. I think our goals are ultimitaly the same, but I really longed for a system that doesn&#039;t require user input to work. I&#039;m not too sure as to what you offer for members of your site, but you could offer them a service, similar to mine, where they can bookmark the page or make it one of their home tabs. You should also consider taking a look at the paper.li service, giving my page as an example: http://paper.li/johmanx10</description>
		<content:encoded><![CDATA[<p>Pretty neat work yourself Anita. You actually took the recognition of different tweets to a whole new level, although I&#8217;m not sure if it&#8217;s that much of an add to the currently available search page on Twitter, I do see the benefits of being able to filter between offers and questions. I think our goals are ultimitaly the same, but I really longed for a system that doesn&#8217;t require user input to work. I&#8217;m not too sure as to what you offer for members of your site, but you could offer them a service, similar to mine, where they can bookmark the page or make it one of their home tabs. You should also consider taking a look at the paper.li service, giving my page as an example: <a href="http://paper.li/johmanx10" rel="nofollow">http://paper.li/johmanx10</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finding clients the easy way by Anita CM</title>
		<link>http://johmanx.com/2010/08/finding-clients-the-easy-way/#comment-428</link>
		<dc:creator>Anita CM</dc:creator>
		<pubDate>Sun, 07 Nov 2010 05:43:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lievheid.nl/?p=120#comment-428</guid>
		<description>Pretty neat work John - I would say a very handy script for freelance programmers.

I built something similar(albeit more generic) using Twitter sometime back http://www.tweetrsvp.com

Thanks</description>
		<content:encoded><![CDATA[<p>Pretty neat work John &#8211; I would say a very handy script for freelance programmers.</p>
<p>I built something similar(albeit more generic) using Twitter sometime back <a href="http://www.tweetrsvp.com" rel="nofollow">http://www.tweetrsvp.com</a></p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finding clients the easy way by Cliënten opsporen &#124; Joh Man X</title>
		<link>http://johmanx.com/2010/08/finding-clients-the-easy-way/#comment-251</link>
		<dc:creator>Cliënten opsporen &#124; Joh Man X</dc:creator>
		<pubDate>Sun, 12 Sep 2010 17:47:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lievheid.nl/?p=120#comment-251</guid>
		<description>[...] ontwikkeling van dit project is compleet beschreven op mijn weblog en dus door iedereen te gebruiken en naar wens aan te passen. Website: [...]</description>
		<content:encoded><![CDATA[<p>[...] ontwikkeling van dit project is compleet beschreven op mijn weblog en dus door iedereen te gebruiken en naar wens aan te passen. Website: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finding clients the easy way by Joh Man X</title>
		<link>http://johmanx.com/2010/08/finding-clients-the-easy-way/#comment-237</link>
		<dc:creator>Joh Man X</dc:creator>
		<pubDate>Fri, 27 Aug 2010 15:53:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lievheid.nl/?p=120#comment-237</guid>
		<description>Helaas ben je niet de eerste die me hierop attendeert. Neem ik mee naar de volgende post ;) Een vriend gaf al de suggestie om str_replace(array(&#039;i &#039;,&quot;i&#039;&quot;),array(&#039;I &#039;,&quot;I&#039;&quot;),$content); te doen. Gezien de disclaimer bovenaan laat ik het zo.</description>
		<content:encoded><![CDATA[<p>Helaas ben je niet de eerste die me hierop attendeert. Neem ik mee naar de volgende post <img src='http://johmanx.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Een vriend gaf al de suggestie om str_replace(array(&#8216;i &#8216;,&#8221;i&#8217;&#8221;),array(&#8216;I &#8216;,&#8221;I&#8217;&#8221;),$content); te doen. Gezien de disclaimer bovenaan laat ik het zo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finding clients the easy way by MrThompson</title>
		<link>http://johmanx.com/2010/08/finding-clients-the-easy-way/#comment-236</link>
		<dc:creator>MrThompson</dc:creator>
		<pubDate>Fri, 27 Aug 2010 13:59:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lievheid.nl/?p=120#comment-236</guid>
		<description>Elke &quot;i&quot; moet caps zijn kerel ;)</description>
		<content:encoded><![CDATA[<p>Elke &#8220;i&#8221; moet caps zijn kerel <img src='http://johmanx.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finding clients the easy way by Joh Man X</title>
		<link>http://johmanx.com/2010/08/finding-clients-the-easy-way/#comment-235</link>
		<dc:creator>Joh Man X</dc:creator>
		<pubDate>Thu, 26 Aug 2010 01:30:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lievheid.nl/?p=120#comment-235</guid>
		<description>Please post any replica in a comment on this page.</description>
		<content:encoded><![CDATA[<p>Please post any replica in a comment on this page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finding clients the easy way by Bloo</title>
		<link>http://johmanx.com/2010/08/finding-clients-the-easy-way/#comment-234</link>
		<dc:creator>Bloo</dc:creator>
		<pubDate>Wed, 25 Aug 2010 18:57:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lievheid.nl/?p=120#comment-234</guid>
		<description>&lt;3 Thank you!</description>
		<content:encoded><![CDATA[<p>&lt;3 Thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

