<?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>Reacties voor FreelancePHP.net</title>
	<atom:link href="http://www.freelancephp.net/nl/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.freelancephp.net</link>
	<description></description>
	<lastBuildDate>Sat, 04 Feb 2012 00:54:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Reactie op jLim &#8211; compact JavaScript framework door Victor</title>
		<link>http://www.freelancephp.net/jlim-small-javascript-framework/comment-page-1/#comment-3084</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Sat, 04 Feb 2012 00:54:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.freelancephp.net/?p=1467#comment-3084</guid>
		<description>@Alex You could use this code:

&lt;code&gt;(jLim.core &#124;&#124; jLim.fn).extend({
&#160;&#160;&#160;&#160;index: function (element) {
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;var el = jLim(element).get(0);

&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;for (var x = 0, y = this.length; x &lt; y; x++) {
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;if (this.els[x] === el)
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;return x;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}

&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;return null;
&#160;&#160;&#160;&#160;}
});&lt;/code&gt;

Examples:

&lt;code&gt;$(&#039;button&#039;).index(document.getElementById(&#039;btn-test1&#039;));
$(&#039;button&#039;).index(&#039;#btn-test1&#039;);
$(&#039;button&#039;).index($(&#039;#btn-test1&#039;));&lt;/code&gt;

It doesn&#039;t work exactly like jQuery&#039;s index, but this should do the job.</description>
		<content:encoded><![CDATA[<p>@Alex You could use this code:</p>
<p><code>(jLim.core || jLim.fn).extend({<br />
&nbsp;&nbsp;&nbsp;&nbsp;index: function (element) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var el = jLim(element).get(0);</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;for (var x = 0, y = this.length; x < y; x++) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if (this.els[x] === el)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return x;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return null;<br />
&nbsp;&nbsp;&nbsp;&nbsp;}<br />
});</code></p>
<p>Examples:</p>
<p></code><code>$('button').index(document.getElementById('btn-test1'));<br />
$('button').index('#btn-test1');<br />
$('button').index($('#btn-test1'));</code></p>
<p>It doesn't work exactly like jQuery's index, but this should do the job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op WP Mailto Links Plugin door Victor</title>
		<link>http://www.freelancephp.net/wp-mailto-links-plugin-2/comment-page-1/#comment-3082</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Mon, 30 Jan 2012 13:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.freelancephp.net/?p=1404#comment-3082</guid>
		<description>New release v0.24 solves the blank page issue and the layout problem in Internet Explorer.

I didn&#039;t get the warning &quot;Cannot modify header information&quot; (also tested in older versions of WP). So please let me know if it still occurs.</description>
		<content:encoded><![CDATA[<p>New release v0.24 solves the blank page issue and the layout problem in Internet Explorer.</p>
<p>I didn&#8217;t get the warning &#8220;Cannot modify header information&#8221; (also tested in older versions of WP). So please let me know if it still occurs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op WP Mailto Links Plugin door Coen</title>
		<link>http://www.freelancephp.net/wp-mailto-links-plugin-2/comment-page-1/#comment-3081</link>
		<dc:creator>Coen</dc:creator>
		<pubDate>Tue, 24 Jan 2012 00:03:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.freelancephp.net/?p=1404#comment-3081</guid>
		<description>Same here. 3.3.1 gives headers already sent error. You said you would look at it &quot;this week&quot;. In the meantime we are already almost 2 weeks later...</description>
		<content:encoded><![CDATA[<span lang ="en"><p>Same here. 3.3.1 gives headers already sent error. You said you would look at it &#8220;this week&#8221;. In the meantime we are already almost 2 weeks later&#8230;</p>
</span>]]></content:encoded>
	</item>
	<item>
		<title>Reactie op jLim &#8211; compact JavaScript framework door Alex Oliver</title>
		<link>http://www.freelancephp.net/jlim-small-javascript-framework/comment-page-1/#comment-3080</link>
		<dc:creator>Alex Oliver</dc:creator>
		<pubDate>Sat, 21 Jan 2012 14:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.freelancephp.net/?p=1467#comment-3080</guid>
		<description>Is there any way to return a node/element index like jQuery&#039;s index() function?

Alex</description>
		<content:encoded><![CDATA[<p>Is there any way to return a node/element index like jQuery&#8217;s index() function?</p>
<p>Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op WP Mailto Links Plugin door anna-karina</title>
		<link>http://www.freelancephp.net/wp-mailto-links-plugin-2/comment-page-1/#comment-3078</link>
		<dc:creator>anna-karina</dc:creator>
		<pubDate>Fri, 13 Jan 2012 08:11:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.freelancephp.net/?p=1404#comment-3078</guid>
		<description>[testsite]
same problem here with wp 3.3.1 (dutch)

Cannot modify header information – headers already sent by .... public_html/wp-includes/pluggable.php on line 866</description>
		<content:encoded><![CDATA[<span lang ="nl"><p>[testsite]<br />
same problem here with wp 3.3.1 (dutch)</p>
<p>Cannot modify header information – headers already sent by &#8230;. public_html/wp-includes/pluggable.php on line 866</p>
</span>]]></content:encoded>
	</item>
	<item>
		<title>Reactie op WP External Links Plugin door Victor</title>
		<link>http://www.freelancephp.net/wp-external-links-plugin/comment-page-1/#comment-3077</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Wed, 11 Jan 2012 13:00:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.freelancephp.net/?p=1340#comment-3077</guid>
		<description>I will remove the warnings/errors in the next release, which will be hopefully within a week.

@lee and @craig: I&#039;ve had a lot of requests about excluding certain links, but yet I haven&#039;t found a proper technical solution for this.</description>
		<content:encoded><![CDATA[<p>I will remove the warnings/errors in the next release, which will be hopefully within a week.</p>
<p>@lee and @craig: I&#8217;ve had a lot of requests about excluding certain links, but yet I haven&#8217;t found a proper technical solution for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op WP Mailto Links Plugin door Victor</title>
		<link>http://www.freelancephp.net/wp-mailto-links-plugin-2/comment-page-1/#comment-3076</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Wed, 11 Jan 2012 12:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.freelancephp.net/?p=1404#comment-3076</guid>
		<description>Sorry for the late response. I will look at it this week. To be continued...</description>
		<content:encoded><![CDATA[<p>Sorry for the late response. I will look at it this week. To be continued&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op jLim &#8211; compact JavaScript framework door Victor</title>
		<link>http://www.freelancephp.net/jlim-small-javascript-framework/comment-page-1/#comment-3075</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Wed, 11 Jan 2012 12:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.freelancephp.net/?p=1467#comment-3075</guid>
		<description>Good point David. I try to put it on Github this week.

And Janus, that way anyone can add an extention, like a deferred object ;)

@Alex: Thanks!</description>
		<content:encoded><![CDATA[<p>Good point David. I try to put it on Github this week.</p>
<p>And Janus, that way anyone can add an extention, like a deferred object <img src='http://www.freelancephp.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>@Alex: Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op WP Email Encoder Bundle Plugin door Victor</title>
		<link>http://www.freelancephp.net/wp-email-encoder-bundle-plugin-3/comment-page-1/#comment-3074</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Wed, 11 Jan 2012 12:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.freelancephp.net/?p=699#comment-3074</guid>
		<description>Hello Johny and Mick,
Thanks for your input. I will put it on the todo list for next release.</description>
		<content:encoded><![CDATA[<p>Hello Johny and Mick,<br />
Thanks for your input. I will put it on the todo list for next release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op WP Mailto Links Plugin door Eric</title>
		<link>http://www.freelancephp.net/wp-mailto-links-plugin-2/comment-page-1/#comment-3073</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Tue, 10 Jan 2012 19:46:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.freelancephp.net/?p=1404#comment-3073</guid>
		<description>Same here, white screen but not on all pages, single post pages are fine but the category page is not. I&#039;m using excerpts + plugin for Headway so maybe there is some incompatibility there.</description>
		<content:encoded><![CDATA[<p>Same here, white screen but not on all pages, single post pages are fine but the category page is not. I&#8217;m using excerpts + plugin for Headway so maybe there is some incompatibility there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op WP Mailto Links Plugin door emiliano</title>
		<link>http://www.freelancephp.net/wp-mailto-links-plugin-2/comment-page-1/#comment-3072</link>
		<dc:creator>emiliano</dc:creator>
		<pubDate>Fri, 06 Jan 2012 21:36:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.freelancephp.net/?p=1404#comment-3072</guid>
		<description>same problem here with wp 3.3.1
gets me white screens, unable to edit images, (like crop), and when uploading new post gets stucked..

if you could figure out whats the issue i would be very thankful, as its a really helpful plugin

thanks</description>
		<content:encoded><![CDATA[<p>same problem here with wp 3.3.1<br />
gets me white screens, unable to edit images, (like crop), and when uploading new post gets stucked..</p>
<p>if you could figure out whats the issue i would be very thankful, as its a really helpful plugin</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op WP Mailto Links Plugin door Kieran</title>
		<link>http://www.freelancephp.net/wp-mailto-links-plugin-2/comment-page-1/#comment-3071</link>
		<dc:creator>Kieran</dc:creator>
		<pubDate>Thu, 05 Jan 2012 17:53:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.freelancephp.net/?p=1404#comment-3071</guid>
		<description>Same Here on 3.3! blank Screen.

A rough solution which worked for me was. Warning I have not have any issues since, but it is risky and I am not sure what that file does. Might do you until the update is released.

goto the wordpress directory

goto:

wp-includes/general-template.php


Comment out line 2101.</description>
		<content:encoded><![CDATA[<span lang ="en"><p>Same Here on 3.3! blank Screen.</p>
<p>A rough solution which worked for me was. Warning I have not have any issues since, but it is risky and I am not sure what that file does. Might do you until the update is released.</p>
<p>goto the wordpress directory</p>
<p>goto:</p>
<p>wp-includes/general-template.php</p>
<p>Comment out line 2101.</p>
</span>]]></content:encoded>
	</item>
	<item>
		<title>Reactie op WP Mailto Links Plugin door Mike Berg</title>
		<link>http://www.freelancephp.net/wp-mailto-links-plugin-2/comment-page-1/#comment-3070</link>
		<dc:creator>Mike Berg</dc:creator>
		<pubDate>Thu, 05 Jan 2012 03:55:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.freelancephp.net/?p=1404#comment-3070</guid>
		<description>I also am getting this &quot;white screen&quot; when creating new posts or updating posts. The site was just updated to 3.3.1. Deactivating the plugin solves the problem.</description>
		<content:encoded><![CDATA[<span lang ="en"><p>I also am getting this &#8220;white screen&#8221; when creating new posts or updating posts. The site was just updated to 3.3.1. Deactivating the plugin solves the problem.</p>
</span>]]></content:encoded>
	</item>
	<item>
		<title>Reactie op WP Mailto Links Plugin door Fred</title>
		<link>http://www.freelancephp.net/wp-mailto-links-plugin-2/comment-page-1/#comment-3069</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Wed, 04 Jan 2012 09:27:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.freelancephp.net/?p=1404#comment-3069</guid>
		<description>I too have got the WSOD... only figured it out over the Festive season and agree with Kellan, it has only happened since 3.3!

Do you have any solution as I love the plugin functionality!</description>
		<content:encoded><![CDATA[<span lang ="en"><p>I too have got the WSOD&#8230; only figured it out over the Festive season and agree with Kellan, it has only happened since 3.3!</p>
<p>Do you have any solution as I love the plugin functionality!</p>
</span>]]></content:encoded>
	</item>
	<item>
		<title>Reactie op WP Mailto Links Plugin door Craig Fox</title>
		<link>http://www.freelancephp.net/wp-mailto-links-plugin-2/comment-page-1/#comment-3068</link>
		<dc:creator>Craig Fox</dc:creator>
		<pubDate>Wed, 21 Dec 2011 16:21:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.freelancephp.net/?p=1404#comment-3068</guid>
		<description>I recently upgraded to wp3.3.  It was not trouble free.  One of the problems I found was with your plugin.  It wreaks havoc on the admin page.  I think it has to do with how the plugin add itself to the Settings tab on the admin bar.  It prevents the windows from laying out properly (the content pane loads below the right side tool bar) and when the tool bar is maximized (not icons) it distorts the layout by using 3x space.</description>
		<content:encoded><![CDATA[<span lang ="en"><p>I recently upgraded to wp3.3.  It was not trouble free.  One of the problems I found was with your plugin.  It wreaks havoc on the admin page.  I think it has to do with how the plugin add itself to the Settings tab on the admin bar.  It prevents the windows from laying out properly (the content pane loads below the right side tool bar) and when the tool bar is maximized (not icons) it distorts the layout by using 3x space.</p>
</span>]]></content:encoded>
	</item>
</channel>
</rss>

