<?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 NDesoft blog</title>
	<atom:link href="http://ndesoft.dk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ndesoft.dk</link>
	<description>To fail, is to learn...</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:08:05 +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 Start Skype fra MS Access by Jens Jørgen</title>
		<link>http://ndesoft.dk/2010/01/26/start-skype-fra-ms-access/comment-page-1/#comment-2639</link>
		<dc:creator>Jens Jørgen</dc:creator>
		<pubDate>Wed, 08 Feb 2012 13:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://ndesoft.dk/?p=496#comment-2639</guid>
		<description>super fed kode - den nupper jeg lige, det er godt nok ikke skype jeg skal starte - men derimod et eksempel hvor jeg skal starte windows mediaplayer op. Der må kunne gøres noget ligende der :)</description>
		<content:encoded><![CDATA[<p>super fed kode &#8211; den nupper jeg lige, det er godt nok ikke skype jeg skal starte &#8211; men derimod et eksempel hvor jeg skal starte windows mediaplayer op. Der må kunne gøres noget ligende der <img src='http://ndesoft.dk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NMultiSelect 1.5.4 by Kimi</title>
		<link>http://ndesoft.dk/2011/07/14/nmultiselect-1-5-4/comment-page-1/#comment-2638</link>
		<dc:creator>Kimi</dc:creator>
		<pubDate>Wed, 21 Dec 2011 00:59:18 +0000</pubDate>
		<guid isPermaLink="false">http://ndesoft.dk/?p=613#comment-2638</guid>
		<description>Nick,

Thanks, it&#039;s solve my problem. Thanks a lots for this plugin. It&#039;s very cool...

Thanks a lots Nick

Cheerss</description>
		<content:encoded><![CDATA[<p>Nick,</p>
<p>Thanks, it&#8217;s solve my problem. Thanks a lots for this plugin. It&#8217;s very cool&#8230;</p>
<p>Thanks a lots Nick</p>
<p>Cheerss</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NMultiSelect 1.5.4 by Nick Frederiksen</title>
		<link>http://ndesoft.dk/2011/07/14/nmultiselect-1-5-4/comment-page-1/#comment-2637</link>
		<dc:creator>Nick Frederiksen</dc:creator>
		<pubDate>Tue, 20 Dec 2011 08:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://ndesoft.dk/?p=613#comment-2637</guid>
		<description>Hi Kimi,

At the moment, I have no event for just Add/Add All, but I have an event called SelectionChanged.

This event is implemented like so (In 1.5.4):

myNMultiSelect.SelectionChanged(function (data) {
// To get the current selection:
data.Selection;
// To get all items:
data.Items;
}); 

Hope it helps.</description>
		<content:encoded><![CDATA[<p>Hi Kimi,</p>
<p>At the moment, I have no event for just Add/Add All, but I have an event called SelectionChanged.</p>
<p>This event is implemented like so (In 1.5.4):</p>
<p>myNMultiSelect.SelectionChanged(function (data) {<br />
// To get the current selection:<br />
data.Selection;<br />
// To get all items:<br />
data.Items;<br />
}); </p>
<p>Hope it helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NMultiSelect 1.5.4 by Kimi</title>
		<link>http://ndesoft.dk/2011/07/14/nmultiselect-1-5-4/comment-page-1/#comment-2636</link>
		<dc:creator>Kimi</dc:creator>
		<pubDate>Tue, 20 Dec 2011 08:41:40 +0000</pubDate>
		<guid isPermaLink="false">http://ndesoft.dk/?p=613#comment-2636</guid>
		<description>Hi Nick,

I need some help from you. I&#039;ve use your NMultiSelect for my internal system.

Everything is working fine.

But now, i need to automatically save the selected data every each time i clicked Add/AddAll.

Need know how to do that with you library or the trick to do that.

Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi Nick,</p>
<p>I need some help from you. I&#8217;ve use your NMultiSelect for my internal system.</p>
<p>Everything is working fine.</p>
<p>But now, i need to automatically save the selected data every each time i clicked Add/AddAll.</p>
<p>Need know how to do that with you library or the trick to do that.</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Future of NMultiSelect by Kevin</title>
		<link>http://ndesoft.dk/2011/07/14/future-of-nmultiselect/comment-page-1/#comment-2635</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Tue, 08 Nov 2011 17:22:13 +0000</pubDate>
		<guid isPermaLink="false">http://ndesoft.dk/?p=616#comment-2635</guid>
		<description>As a fellow developer I also know how helpful it is to get user feedback. I haven&#039;t used your script yet, but I&#039;ve played with the v2 demos and it looks very promising. There seem to be a lot of similar jQuery functions out there but yours seems the best match for my project - which if implemented I&#039;ll gladly refer you to!

I also understand the demands of the &quot;day job&quot; so don&#039;t feel rushed on my account. I&#039;ll look forward to future updates.</description>
		<content:encoded><![CDATA[<p>As a fellow developer I also know how helpful it is to get user feedback. I haven&#8217;t used your script yet, but I&#8217;ve played with the v2 demos and it looks very promising. There seem to be a lot of similar jQuery functions out there but yours seems the best match for my project &#8211; which if implemented I&#8217;ll gladly refer you to!</p>
<p>I also understand the demands of the &#8220;day job&#8221; so don&#8217;t feel rushed on my account. I&#8217;ll look forward to future updates.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Future of NMultiSelect by Nick Frederiksen</title>
		<link>http://ndesoft.dk/2011/07/14/future-of-nmultiselect/comment-page-1/#comment-2634</link>
		<dc:creator>Nick Frederiksen</dc:creator>
		<pubDate>Mon, 07 Nov 2011 20:19:55 +0000</pubDate>
		<guid isPermaLink="false">http://ndesoft.dk/?p=616#comment-2634</guid>
		<description>Hi,

Sounds great! I&#039;m currently busy with tons of projects at my day work atm. but I will see if I can have something for you within the next week or two.

I&#039;ve uploaded the current development version at:
http://nmultiselect.ndesoft.dk/v2/nms.html

It&#039;s quite buggy at some of the features, and not optimized perfectly, but it&#039;s a big rewrite! I will post here when I have a finished version ready.

I&#039;m glad to see people use it, I use it my self but when I get feedback from other users, it&#039;s just great. Thanks Kevin!

When you finish your plugin would you mind posting a link to it here? Would be awesome to see how people use it in their own work.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Sounds great! I&#8217;m currently busy with tons of projects at my day work atm. but I will see if I can have something for you within the next week or two.</p>
<p>I&#8217;ve uploaded the current development version at:<br />
<a href="http://nmultiselect.ndesoft.dk/v2/nms.html" rel="nofollow">http://nmultiselect.ndesoft.dk/v2/nms.html</a></p>
<p>It&#8217;s quite buggy at some of the features, and not optimized perfectly, but it&#8217;s a big rewrite! I will post here when I have a finished version ready.</p>
<p>I&#8217;m glad to see people use it, I use it my self but when I get feedback from other users, it&#8217;s just great. Thanks Kevin!</p>
<p>When you finish your plugin would you mind posting a link to it here? Would be awesome to see how people use it in their own work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Future of NMultiSelect by Kevin</title>
		<link>http://ndesoft.dk/2011/07/14/future-of-nmultiselect/comment-page-1/#comment-2633</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Mon, 07 Nov 2011 19:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://ndesoft.dk/?p=616#comment-2633</guid>
		<description>I&#039;d really like to implement your v2 in a WP plugin I&#039;m developing, as the drag and drop and dropdown options are perfect for the layout and functionality I want. Is this still being developed?</description>
		<content:encoded><![CDATA[<p>I&#8217;d really like to implement your v2 in a WP plugin I&#8217;m developing, as the drag and drop and dropdown options are perfect for the layout and functionality I want. Is this still being developed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NMultiSelect v. 1.5.2 by Nick Frederiksen</title>
		<link>http://ndesoft.dk/2011/05/10/nmultiselect-v-1-5-2/comment-page-1/#comment-1961</link>
		<dc:creator>Nick Frederiksen</dc:creator>
		<pubDate>Wed, 13 Jul 2011 18:12:18 +0000</pubDate>
		<guid isPermaLink="false">http://ndesoft.dk/2011/05/10/nmultiselect-v-1-5-2/#comment-1961</guid>
		<description>Hi Richard,

Thanks for the info. Hi have checked it out and your fix will be available in the next version.</description>
		<content:encoded><![CDATA[<p>Hi Richard,</p>
<p>Thanks for the info. Hi have checked it out and your fix will be available in the next version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NMultiSelect v. 1.5.2 by richard</title>
		<link>http://ndesoft.dk/2011/05/10/nmultiselect-v-1-5-2/comment-page-1/#comment-1960</link>
		<dc:creator>richard</dc:creator>
		<pubDate>Wed, 13 Jul 2011 14:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://ndesoft.dk/2011/05/10/nmultiselect-v-1-5-2/#comment-1960</guid>
		<description>Hi,
Nice plugin. One comment there is a bug in the filter function if use selection limit. It filter only works over the filter value. That is because the fulter function works over the list returned by _getAll which is limited by selectionlimit.

The work around I used was to create the new function
_getAllNoLimit = function(onlyVisible) {
     var tmp = from.find(&#039;a&#039;);
     if (onlyVisible === true) {
        tmp = from.find(&quot;a:visible&quot;);
     }
        return tmp.slice(0, Infinity);
},

and modify the function _filterFrom_keyUp to replce the line 

var all = _getAll(),
WITH
var all = _getAllNoLimit(),</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Nice plugin. One comment there is a bug in the filter function if use selection limit. It filter only works over the filter value. That is because the fulter function works over the list returned by _getAll which is limited by selectionlimit.</p>
<p>The work around I used was to create the new function<br />
_getAllNoLimit = function(onlyVisible) {<br />
     var tmp = from.find(&#8216;a&#8217;);<br />
     if (onlyVisible === true) {<br />
        tmp = from.find(&#8220;a:visible&#8221;);<br />
     }<br />
        return tmp.slice(0, Infinity);<br />
},</p>
<p>and modify the function _filterFrom_keyUp to replce the line </p>
<p>var all = _getAll(),<br />
WITH<br />
var all = _getAllNoLimit(),</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NMultiSelect v. 1.5.2 by Nick Frederiksen</title>
		<link>http://ndesoft.dk/2011/05/10/nmultiselect-v-1-5-2/comment-page-1/#comment-1949</link>
		<dc:creator>Nick Frederiksen</dc:creator>
		<pubDate>Wed, 06 Jul 2011 18:26:21 +0000</pubDate>
		<guid isPermaLink="false">http://ndesoft.dk/2011/05/10/nmultiselect-v-1-5-2/#comment-1949</guid>
		<description>Hi wilco,

Sorry for making you have to wait. You are of course right, there&#039;s a problem with a missing method. I will fix this asap, and post the fix here, when it&#039;s complete.</description>
		<content:encoded><![CDATA[<p>Hi wilco,</p>
<p>Sorry for making you have to wait. You are of course right, there&#8217;s a problem with a missing method. I will fix this asap, and post the fix here, when it&#8217;s complete.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  ndesoft.dk/comments/feed/ ) in 0.86721 seconds, on Feb 22nd, 2012 at 8:42 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 22nd, 2012 at 9:42 pm UTC -->
