<?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 wheresrhys</title>
	<atom:link href="http://wheresrhys.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://wheresrhys.co.uk</link>
	<description>on the internet</description>
	<lastBuildDate>Sat, 03 Dec 2011 11:14:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>Comment on How I&#8217;d teach myself programming, if I could do it all over again by Vincent Roman</title>
		<link>http://wheresrhys.co.uk/2010/02/how-id-teach-myself-programming-if-i-could-do-it-all-over-again/comment-page-1/#comment-3620</link>
		<dc:creator>Vincent Roman</dc:creator>
		<pubDate>Sat, 03 Dec 2011 11:14:06 +0000</pubDate>
		<guid isPermaLink="false">http://wheresrhys.co.uk/?p=1063#comment-3620</guid>
		<description>I would be inclined to agree most of the time, but my hunt for Zend Framework resources that are of worth has been a real nightmare.  Most of them are crap, replicant, and out-of-date, which is a serious problem when you need to be up-to-date with the latest methods and means of calling ZF app-related code.  

This is one place where the internet seriously fails, and the documentation for ZF sucks also =)  Experience with DOJO was worse, where 100% of examples on their tech docs didn&#039;t even work, and with EXTJS plenty of code was wholly undocumented =(

I think above and beyond this, some of the best ways to learn is to pick up good working code form a current app, and to break it apart.  That along side advanced books and some well placed tutorials, are certainly one avenue to go =)

Thanks for thoughts though, and no doubt we wont be the last ones to struggle through this barrage of mediocrity to get to higher peaks =)</description>
		<content:encoded><![CDATA[<p>I would be inclined to agree most of the time, but my hunt for Zend Framework resources that are of worth has been a real nightmare.  Most of them are crap, replicant, and out-of-date, which is a serious problem when you need to be up-to-date with the latest methods and means of calling ZF app-related code.  </p>
<p>This is one place where the internet seriously fails, and the documentation for ZF sucks also =)  Experience with DOJO was worse, where 100% of examples on their tech docs didn&#8217;t even work, and with EXTJS plenty of code was wholly undocumented =(</p>
<p>I think above and beyond this, some of the best ways to learn is to pick up good working code form a current app, and to break it apart.  That along side advanced books and some well placed tutorials, are certainly one avenue to go =)</p>
<p>Thanks for thoughts though, and no doubt we wont be the last ones to struggle through this barrage of mediocrity to get to higher peaks =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on crossSelect jQuery plugin by Michael</title>
		<link>http://wheresrhys.co.uk/2009/05/crossselect-jquery-plugin/comment-page-1/#comment-3617</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sat, 10 Sep 2011 19:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://wheresrhys.co.uk/?p=646#comment-3617</guid>
		<description>I don&#039;t see how the data is passed to an input. How would you incorporate this into a form?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t see how the data is passed to an input. How would you incorporate this into a form?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on crossSelect jQuery plugin by Mark</title>
		<link>http://wheresrhys.co.uk/2009/05/crossselect-jquery-plugin/comment-page-1/#comment-3616</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 20 Jul 2011 15:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://wheresrhys.co.uk/?p=646#comment-3616</guid>
		<description>1. Bug: select multiple entries with shift + mouse click. The selected entries are partially highlighted.
2. How to remove &quot;Xxxx All&quot; buttons? How to replace buttons with custom images?</description>
		<content:encoded><![CDATA[<p>1. Bug: select multiple entries with shift + mouse click. The selected entries are partially highlighted.<br />
2. How to remove &#8220;Xxxx All&#8221; buttons? How to replace buttons with custom images?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jNice styled forms fix for select change event by Merrick Christensen</title>
		<link>http://wheresrhys.co.uk/2009/03/jnice-styled-forms-fix-for-select-change-event/comment-page-1/#comment-3615</link>
		<dc:creator>Merrick Christensen</dc:creator>
		<pubDate>Fri, 08 Jul 2011 17:22:39 +0000</pubDate>
		<guid isPermaLink="false">http://wheresrhys.co.uk/?p=72#comment-3615</guid>
		<description>Good, but this fires even when the select doesn\&#039;t change on every click. Replacing the code mentioned by umpirsky with prevents the default from firing the change event and only fires when the value actually changes. Thanks for the pointer!

if($select[0].selectedIndex != $(this).attr(\&#039;index\&#039;)){
    $select.trigger(\&#039;change\&#039;);
}</description>
		<content:encoded><![CDATA[<p>Good, but this fires even when the select doesn\&#8217;t change on every click. Replacing the code mentioned by umpirsky with prevents the default from firing the change event and only fires when the value actually changes. Thanks for the pointer!</p>
<p>if($select[0].selectedIndex != $(this).attr(\&#8217;index\&#8217;)){<br />
    $select.trigger(\&#8217;change\&#8217;);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jNice styled forms fix for select change event by Merrick Christensen</title>
		<link>http://wheresrhys.co.uk/2009/03/jnice-styled-forms-fix-for-select-change-event/comment-page-1/#comment-3614</link>
		<dc:creator>Merrick Christensen</dc:creator>
		<pubDate>Fri, 08 Jul 2011 17:22:17 +0000</pubDate>
		<guid isPermaLink="false">http://wheresrhys.co.uk/?p=72#comment-3614</guid>
		<description>Good, but this fires even when the select doesn&#039;t change on every click. Replacing the code mentioned by umpirsky with prevents the default from firing the change event and only fires when the value actually changes. Thanks for the pointer!

if($select[0].selectedIndex != $(this).attr(&#039;index&#039;)){
    $select.trigger(&#039;change&#039;);
}</description>
		<content:encoded><![CDATA[<p>Good, but this fires even when the select doesn&#8217;t change on every click. Replacing the code mentioned by umpirsky with prevents the default from firing the change event and only fires when the value actually changes. Thanks for the pointer!</p>
<p>if($select[0].selectedIndex != $(this).attr(&#8216;index&#8217;)){<br />
    $select.trigger(&#8216;change&#8217;);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on crossSelect jQuery plugin by user</title>
		<link>http://wheresrhys.co.uk/2009/05/crossselect-jquery-plugin/comment-page-1/#comment-3613</link>
		<dc:creator>user</dc:creator>
		<pubDate>Wed, 22 Jun 2011 22:06:25 +0000</pubDate>
		<guid isPermaLink="false">http://wheresrhys.co.uk/?p=646#comment-3613</guid>
		<description>Just a note jQuery 1.6+ broke this plugin with the changes made to attr(). Should be a fairly simple fix, most of the .attr(&#039;selected&#039;) === true code needs to be changed to .prop(&#039;selected&#039;) (same thing for &quot;multiple&quot;, and &quot;disabled&quot; properties).</description>
		<content:encoded><![CDATA[<p>Just a note jQuery 1.6+ broke this plugin with the changes made to attr(). Should be a fairly simple fix, most of the .attr(&#8216;selected&#8217;) === true code needs to be changed to .prop(&#8216;selected&#8217;) (same thing for &#8220;multiple&#8221;, and &#8220;disabled&#8221; properties).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jNice styled forms fix for select change event by umpirsky</title>
		<link>http://wheresrhys.co.uk/2009/03/jnice-styled-forms-fix-for-select-change-event/comment-page-1/#comment-3611</link>
		<dc:creator>umpirsky</dc:creator>
		<pubDate>Sat, 28 May 2011 16:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://wheresrhys.co.uk/?p=72#comment-3611</guid>
		<description>Most ridiculous is that they have part of code which should fire it /* Fire the onchange event */
			if ($select[0].selectedIndex != $(this).attr(&#039;index&#039;) &amp;&amp; $select[0].onchange) { $select[0].selectedIndex = $(this).attr(&#039;index&#039;); $select[0].onchange(); }</description>
		<content:encoded><![CDATA[<p>Most ridiculous is that they have part of code which should fire it /* Fire the onchange event */<br />
			if ($select[0].selectedIndex != $(this).attr(&#8216;index&#8217;) &amp;&amp; $select[0].onchange) { $select[0].selectedIndex = $(this).attr(&#8216;index&#8217;); $select[0].onchange(); }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jNice styled forms fix for select change event by ranganath</title>
		<link>http://wheresrhys.co.uk/2009/03/jnice-styled-forms-fix-for-select-change-event/comment-page-1/#comment-3606</link>
		<dc:creator>ranganath</dc:creator>
		<pubDate>Tue, 29 Mar 2011 06:57:47 +0000</pubDate>
		<guid isPermaLink="false">http://wheresrhys.co.uk/?p=72#comment-3606</guid>
		<description>hi,

i have pasted that line before returen false but the style is gone please help me in this</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>i have pasted that line before returen false but the style is gone please help me in this</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSS positioning and tables (or, it&#8217;s a list whether you like it or not) by tania</title>
		<link>http://wheresrhys.co.uk/2009/05/css-positioning-and-tables-or-its-a-list-whether-you-like-it-or-not/comment-page-1/#comment-3601</link>
		<dc:creator>tania</dc:creator>
		<pubDate>Fri, 11 Mar 2011 13:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://wheresrhys.co.uk/?p=473#comment-3601</guid>
		<description>This is a nice article..
Its very easy to understand ..
And this article is using to learn something about it..

&lt;a href=&quot;http://java.pakcarid.com&quot; rel=&quot;nofollow&quot;&gt;php tutorial&lt;/a&gt;

Thanks a lot..!</description>
		<content:encoded><![CDATA[<p>This is a nice article..<br />
Its very easy to understand ..<br />
And this article is using to learn something about it..</p>
<p><a href="http://java.pakcarid.com" rel="nofollow">php tutorial</a></p>
<p>Thanks a lot..!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on crossSelect jQuery plugin by Rajasekar</title>
		<link>http://wheresrhys.co.uk/2009/05/crossselect-jquery-plugin/comment-page-1/#comment-3594</link>
		<dc:creator>Rajasekar</dc:creator>
		<pubDate>Fri, 04 Feb 2011 13:01:44 +0000</pubDate>
		<guid isPermaLink="false">http://wheresrhys.co.uk/?p=646#comment-3594</guid>
		<description>I&#039;m Using ur crossSelect Plugin.. I need to get the right side box values in next page when i submit the form...

help me.. urgent</description>
		<content:encoded><![CDATA[<p>I&#8217;m Using ur crossSelect Plugin.. I need to get the right side box values in next page when i submit the form&#8230;</p>
<p>help me.. urgent</p>
]]></content:encoded>
	</item>
</channel>
</rss>

