<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Petersen Did It Blog - Latest Comments</title><link xmlns="http://www.w3.org/2005/Atom" rel="http://api.friendfeed.com/2008/03#sup" href="http://disqus.com/sup/all.sup#forumcomments-ba54182e" type="application/json"/><link>http://petersendiditblog.disqus.com/</link><description></description><atom:link href="http://petersendiditblog.disqus.com/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Fri, 20 Apr 2012 08:53:59 -0000</lastBuildDate><item><title>Re: cssHooks in jQuery 1.4.3</title><link>http://blog.petersendidit.com/post/csshooks-in-jquery-1-4-3/#comment-503941992</link><description>&lt;p&gt;Cheers for that information, was very helpful! &lt;/p&gt;

&lt;p&gt;Ian&lt;br&gt;Absolute eCommerce Web Design&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ian Harte</dc:creator><pubDate>Fri, 20 Apr 2012 08:53:59 -0000</pubDate></item><item><title>Re: Mozy vs. Backblaze &amp;#8211; The fight of the online backup</title><link>http://blog.petersendidit.com/post/mozy-vs-backblaze/#comment-447168574</link><description>&lt;p&gt;The online backup market has expanded and changed a lot in a short time. I would check out   &lt;a href="http://www.top10cloudstorage.com/online-backup/" rel="nofollow"&gt;http://www.top10cloudstorage.c...&lt;/a&gt; for up to date consumers reviews of mozy as well as other brands. &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Top Online Backup</dc:creator><pubDate>Thu, 23 Feb 2012 14:25:40 -0000</pubDate></item><item><title>Re: Drag table row to a div with jQuery</title><link>http://blog.petersendidit.com/post/drag-table-row-to-a-div-with-jquery/#comment-414449492</link><description>&lt;p&gt;Something like this should work: &lt;a href="http://jsfiddle.net/petersendidit/cZare/67/" rel="nofollow"&gt;http://jsfiddle.net/petersendi...&lt;/a&gt; Check out the new code / comment in droppable drop method.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Petersen</dc:creator><pubDate>Wed, 18 Jan 2012 11:13:48 -0000</pubDate></item><item><title>Re: Drag table row to a div with jQuery</title><link>http://blog.petersendidit.com/post/drag-table-row-to-a-div-with-jquery/#comment-407361874</link><description>&lt;p&gt;Hi thanks alot for the demo but where or what event would you use to  remove the table row from grid after it is dropped. I tried on drop but that dosent work well.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">zo62</dc:creator><pubDate>Tue, 10 Jan 2012 15:32:40 -0000</pubDate></item><item><title>Re: Blurry Text on External Monitor with Snow Leopard</title><link>http://blog.petersendidit.com/post/blurry-text-on-external-monitor-with-snow-leopard/#comment-401111276</link><description>&lt;p&gt;I got around the problem by using DVI and setting the external monitor's resolution to the documented max resolution of that monitor. For e.g. I am using a Dell ST2010f external monitor and I set it's resolution to the documented max of 1600 * 900 eventhough the resolution settings allow me to go up to 1920 * 1080. I HAVE to use the 1600 * 900 resolution, any higher or lower and I encounter the blurry text.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">BlurryFix</dc:creator><pubDate>Thu, 05 Jan 2012 06:17:47 -0000</pubDate></item><item><title>Re: Stateful jQuery plugins with jQuery UI&amp;#8217;s widget factory</title><link>http://blog.petersendidit.com/post/stateful-jquery-plugins-with-jquery-uis-widget-factory/#comment-325182105</link><description>&lt;p&gt;Yup, it should be destroy.  I have fixed the post. Thanks&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Petersen</dc:creator><pubDate>Sun, 02 Oct 2011 16:40:45 -0000</pubDate></item><item><title>Re: Stateful jQuery plugins with jQuery UI&amp;#8217;s widget factory</title><link>http://blog.petersendidit.com/post/stateful-jquery-plugins-with-jquery-uis-widget-factory/#comment-325154156</link><description>&lt;p&gt;I notice you have 'destory' as a function name; I assume that should be 'destroy'.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Phil</dc:creator><pubDate>Sun, 02 Oct 2011 15:55:47 -0000</pubDate></item><item><title>Re: Drag table row to a div with jQuery</title><link>http://blog.petersendidit.com/post/drag-table-row-to-a-div-with-jquery/#comment-304795060</link><description>&lt;p&gt;Hi again !&lt;/p&gt;

&lt;p&gt;I found how to use this code with multiselection, thought I would share it :&lt;/p&gt;

&lt;p&gt;$('#ids_fichiers').droppable({&lt;br&gt;            drop: function(event, ui) {&lt;br&gt;                $('#grid').find('input:checked').each( function (id, elem) {&lt;br&gt;                    $('#ids_fichiers .selected').append('&amp;lt;li id="'+''+'"&amp;gt;'+$(elem).closest('tr').find('td').eq(2).text()+'&amp;lt;/li&amp;gt;');&lt;br&gt;                });&lt;br&gt;                &lt;br&gt;            }&lt;br&gt;        });&lt;/p&gt;

&lt;p&gt;Maybe there's something more elegant, but it works for me.&lt;/p&gt;

&lt;p&gt;Hope this can help.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cryborg</dc:creator><pubDate>Thu, 08 Sep 2011 02:55:37 -0000</pubDate></item><item><title>Re: Drag table row to a div with jQuery</title><link>http://blog.petersendidit.com/post/drag-table-row-to-a-div-with-jquery/#comment-304073156</link><description>&lt;p&gt;Hi !&lt;/p&gt;

&lt;p&gt;I know this code is quite old, but it is still very interesting and, moreover, very useful.&lt;br&gt;What I would like to do, though, is use it for multi selection. I have a table containing TRs with one checkbox on each. I'd like to "move" the checked lines, but I can't seem to find the right syntax.&lt;/p&gt;

&lt;p&gt;Can someone help me on this ?&lt;/p&gt;

&lt;p&gt;Thanx !&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cryborg</dc:creator><pubDate>Wed, 07 Sep 2011 04:51:32 -0000</pubDate></item><item><title>Re: Mozy vs. Backblaze &amp;#8211; The fight of the online backup</title><link>http://blog.petersendidit.com/post/mozy-vs-backblaze/#comment-288336747</link><description>&lt;p&gt;don't know about a year ago, but now dsu is $50 per year for 100G.  i use them to backup medical records on a linux server for our office.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guest</dc:creator><pubDate>Tue, 16 Aug 2011 16:15:54 -0000</pubDate></item><item><title>Re: Fast jQuery each when you need $(this)</title><link>http://blog.petersendidit.com/post/fast-jquery-each-when-you-need-this/#comment-262674568</link><description>&lt;p&gt;nice&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Reeko</dc:creator><pubDate>Sun, 24 Jul 2011 03:31:14 -0000</pubDate></item><item><title>Re: Mozy vs. Backblaze &amp;#8211; The fight of the online backup</title><link>http://blog.petersendidit.com/post/mozy-vs-backblaze/#comment-249227514</link><description>&lt;p&gt;Great article you’ve touched every point which is important. I've been using Mozy for both my MP and MBP for a little over a year. Luckily for me, I've never had to use the restore function, but I've been very impressed with the service. With over 150 GB uploaded to their servers between the two teams. &lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.dealsbell.com/store/carbonite/" rel="nofollow"&gt;carbonite offer code&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">featurecoupon</dc:creator><pubDate>Tue, 12 Jul 2011 10:22:57 -0000</pubDate></item><item><title>Re: jQuery hover with a fade</title><link>http://blog.petersendidit.com/post/jquery-hover-with-a-fade/#comment-245495574</link><description>&lt;p&gt;Thanks very much for documenting this. &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">C M</dc:creator><pubDate>Thu, 07 Jul 2011 18:56:25 -0000</pubDate></item><item><title>Re: jQuery UI 1.8 Widget Factory</title><link>http://blog.petersendidit.com/post/jquery-ui-1-8-widget-factory/#comment-228026645</link><description>&lt;p&gt;I just trouble with this problem. And I'm using dialog widget wiht 1.8.2.&lt;br&gt;What I had do:&lt;br&gt;import all the min.js dialog depends. Such like:&lt;br&gt;&amp;lt;script src="jquery.core.min.js" type="text/javascript"&amp;gt;&amp;lt;/script&amp;gt;&lt;/p&gt;

&lt;p&gt;And every time I get 'c is not a consructor'.&lt;br&gt;Then I import jquery.widget.js (not min file). Helped with FireBug, I found the argument in this function:&lt;br&gt;$.widget = function( name, base, prototype );&lt;br&gt;name is 'draggable'.&lt;br&gt;So, delete the import of draggable.js. It is working now.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Flying Space</dc:creator><pubDate>Fri, 17 Jun 2011 05:19:19 -0000</pubDate></item><item><title>Re: Stateful jQuery plugins with jQuery UI&amp;#8217;s widget factory</title><link>http://blog.petersendidit.com/post/stateful-jquery-plugins-with-jquery-uis-widget-factory/#comment-173164460</link><description>&lt;p&gt;You just have to do $('#myelement').pluginName('publicmethod', 'arg1', 'arg2');&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Petersen</dc:creator><pubDate>Mon, 28 Mar 2011 07:07:08 -0000</pubDate></item><item><title>Re: Stateful jQuery plugins with jQuery UI&amp;#8217;s widget factory</title><link>http://blog.petersendidit.com/post/stateful-jquery-plugins-with-jquery-uis-widget-factory/#comment-173142555</link><description>&lt;p&gt;What should I do if I want to call the public method with arguments?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Katman</dc:creator><pubDate>Mon, 28 Mar 2011 05:12:40 -0000</pubDate></item><item><title>Re: cssHooks in jQuery 1.4.3</title><link>http://blog.petersendidit.com/post/csshooks-in-jquery-1-4-3/#comment-116382013</link><description>&lt;p&gt;What an amazing post!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Long Island Web Design</dc:creator><pubDate>Tue, 21 Dec 2010 15:57:10 -0000</pubDate></item><item><title>Re: cssHooks in jQuery 1.4.3</title><link>http://blog.petersendidit.com/post/csshooks-in-jquery-1-4-3/#comment-113970024</link><description>&lt;p&gt;i like jQuery.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adamrose007</dc:creator><pubDate>Fri, 17 Dec 2010 22:17:21 -0000</pubDate></item><item><title>Re: cssHooks in jQuery 1.4.3</title><link>http://blog.petersendidit.com/post/csshooks-in-jquery-1-4-3/#comment-113322587</link><description>&lt;p&gt;I thinks so  like you,thanks very much. In the future,&lt;br&gt;I hope to improve to quality of post and your web is more and more useful to every ones&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">du hoc uc</dc:creator><pubDate>Thu, 16 Dec 2010 22:10:11 -0000</pubDate></item><item><title>Re: cssHooks in jQuery 1.4.3</title><link>http://blog.petersendidit.com/post/csshooks-in-jquery-1-4-3/#comment-111018699</link><description>&lt;p&gt;I have some problems with css and jquery , hope this will resolve the problem.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Video Conferencing Software</dc:creator><pubDate>Mon, 13 Dec 2010 02:58:58 -0000</pubDate></item><item><title>Re: Mozy vs. Backblaze &amp;#8211; The fight of the online backup</title><link>http://blog.petersendidit.com/post/mozy-vs-backblaze/#comment-111007861</link><description>&lt;p&gt;Could use something else that actually does support Linux and mac or even windows.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mold Testing Moreno Valley</dc:creator><pubDate>Mon, 13 Dec 2010 02:32:06 -0000</pubDate></item><item><title>Re: cssHooks in jQuery 1.4.3</title><link>http://blog.petersendidit.com/post/csshooks-in-jquery-1-4-3/#comment-110612809</link><description>&lt;p&gt;hello, i am a green hand at css from China, also, i am not good at English. is there anyone tell how to download this source?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chinabirdman</dc:creator><pubDate>Sun, 12 Dec 2010 06:08:21 -0000</pubDate></item><item><title>Re: cssHooks in jQuery 1.4.3</title><link>http://blog.petersendidit.com/post/csshooks-in-jquery-1-4-3/#comment-109694955</link><description>&lt;p&gt;like it!!! =)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">khien mera</dc:creator><pubDate>Thu, 09 Dec 2010 22:06:16 -0000</pubDate></item><item><title>Re: cssHooks in jQuery 1.4.3</title><link>http://blog.petersendidit.com/post/csshooks-in-jquery-1-4-3/#comment-108586195</link><description>&lt;p&gt;great stuf!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">tobto</dc:creator><pubDate>Wed, 08 Dec 2010 04:40:21 -0000</pubDate></item><item><title>Re: Stateful jQuery plugins with jQuery UI&amp;#8217;s widget factory</title><link>http://blog.petersendidit.com/post/stateful-jquery-plugins-with-jquery-uis-widget-factory/#comment-105653176</link><description>&lt;p&gt;Good and very on-the-spot about stuff that could be really confusing. Thanks!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jørgen</dc:creator><pubDate>Wed, 01 Dec 2010 15:02:09 -0000</pubDate></item></channel></rss>
