<?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 on: jQuery 1.3 With PHP; buy it!</title>
	<atom:link href="http://verens.com/2009/12/13/jquery-1-3-with-php-buy-it/feed/" rel="self" type="application/rss+xml" />
	<link>http://verens.com/2009/12/13/jquery-1-3-with-php-buy-it/</link>
	<description>klog - Kae&#039;s Log</description>
	<lastBuildDate>Fri, 10 Feb 2012 21:49:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Eric Hartnett</title>
		<link>http://verens.com/2009/12/13/jquery-1-3-with-php-buy-it/#comment-1357</link>
		<dc:creator>Eric Hartnett</dc:creator>
		<pubDate>Fri, 21 May 2010 14:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/?p=929#comment-1357</guid>
		<description>Thanks, Kae.</description>
		<content:encoded><![CDATA[<p>Thanks, Kae.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kae Verens</title>
		<link>http://verens.com/2009/12/13/jquery-1-3-with-php-buy-it/#comment-1356</link>
		<dc:creator>Kae Verens</dc:creator>
		<pubDate>Fri, 21 May 2010 09:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/?p=929#comment-1356</guid>
		<description>@Eric - in your example page, load up firebug and see what&#039;s going on. when you click to sort using the fifth column, that&#039;s stated in the request - iSortCol_0 is 4 (the 5th column), and sSort_Dir is desc or asc. You need to use this in your server-side logic to do the sorting.

as for the second question - if you want to add a view detail link, I&#039;m not sure why you can&#039;t just add it in a sixth column?</description>
		<content:encoded><![CDATA[<p>@Eric &#8211; in your example page, load up firebug and see what&#8217;s going on. when you click to sort using the fifth column, that&#8217;s stated in the request &#8211; iSortCol_0 is 4 (the 5th column), and sSort_Dir is desc or asc. You need to use this in your server-side logic to do the sorting.</p>
<p>as for the second question &#8211; if you want to add a view detail link, I&#8217;m not sure why you can&#8217;t just add it in a sixth column?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Hartnett</title>
		<link>http://verens.com/2009/12/13/jquery-1-3-with-php-buy-it/#comment-1355</link>
		<dc:creator>Eric Hartnett</dc:creator>
		<pubDate>Thu, 20 May 2010 18:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/?p=929#comment-1355</guid>
		<description>Looks like I forgot to add a question:

1)Do you have any idea what would cause this weird sorting problem?</description>
		<content:encoded><![CDATA[<p>Looks like I forgot to add a question:</p>
<p>1)Do you have any idea what would cause this weird sorting problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Hartnett</title>
		<link>http://verens.com/2009/12/13/jquery-1-3-with-php-buy-it/#comment-1354</link>
		<dc:creator>Eric Hartnett</dc:creator>
		<pubDate>Thu, 20 May 2010 18:45:38 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/?p=929#comment-1354</guid>
		<description>Very cool. I&#039;m very new to PHP and only know enough javascript that I can usually modify someone else&#039;s code to make it do what I need it to do.

I&#039;m working on a project for my library and I was very pleased to find out how easy it it was to implement the datatables. I&#039;ve used the code from Chapter 9 with some minor modifications - I&#039;m connecting to my mysql database and I added an extra column to the table - and everything appears to be working correctly except that the columns are not sorting correctly. The first 4 columns only sort A to Z (but not Z to A) and the fifth column does not sort at all. You can see the page I&#039;m working on here http://tamuresources.awardspace.us/pagination/tables.html

2)I would like to add a &quot;View Detail&quot; link at the end of each row that would connect to another page http://tamuresources.awardspace.us/displayrequest.php?sirid=$sirid . Is there an easy way to accomplish this?

Thanks for your help.</description>
		<content:encoded><![CDATA[<p>Very cool. I&#8217;m very new to PHP and only know enough javascript that I can usually modify someone else&#8217;s code to make it do what I need it to do.</p>
<p>I&#8217;m working on a project for my library and I was very pleased to find out how easy it it was to implement the datatables. I&#8217;ve used the code from Chapter 9 with some minor modifications &#8211; I&#8217;m connecting to my mysql database and I added an extra column to the table &#8211; and everything appears to be working correctly except that the columns are not sorting correctly. The first 4 columns only sort A to Z (but not Z to A) and the fifth column does not sort at all. You can see the page I&#8217;m working on here <a href="http://tamuresources.awardspace.us/pagination/tables.html" rel="nofollow">http://tamuresources.awardspace.us/pagination/tables.html</a></p>
<p>2)I would like to add a &#8220;View Detail&#8221; link at the end of each row that would connect to another page <a href="http://tamuresources.awardspace.us/displayrequest.php?sirid=$sirid" rel="nofollow">http://tamuresources.awardspace.us/displayrequest.php?sirid=$sirid</a> . Is there an easy way to accomplish this?</p>
<p>Thanks for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kae Verens</title>
		<link>http://verens.com/2009/12/13/jquery-1-3-with-php-buy-it/#comment-1353</link>
		<dc:creator>Kae Verens</dc:creator>
		<pubDate>Thu, 20 May 2010 16:26:36 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/?p=929#comment-1353</guid>
		<description>Hi Eric; I am totally open to questions. Please ask away!

(and write a review! I don&#039;t mind positive or negative comments - they&#039;re all good)</description>
		<content:encoded><![CDATA[<p>Hi Eric; I am totally open to questions. Please ask away!</p>
<p>(and write a review! I don&#8217;t mind positive or negative comments &#8211; they&#8217;re all good)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Hartnett</title>
		<link>http://verens.com/2009/12/13/jquery-1-3-with-php-buy-it/#comment-1352</link>
		<dc:creator>Eric Hartnett</dc:creator>
		<pubDate>Thu, 20 May 2010 16:17:07 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/?p=929#comment-1352</guid>
		<description>Hi Kae,

I really like the format of the book. Do you mind getting questions about examples from it?</description>
		<content:encoded><![CDATA[<p>Hi Kae,</p>
<p>I really like the format of the book. Do you mind getting questions about examples from it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kae Verens</title>
		<link>http://verens.com/2009/12/13/jquery-1-3-with-php-buy-it/#comment-1351</link>
		<dc:creator>Kae Verens</dc:creator>
		<pubDate>Sat, 10 Apr 2010 19:28:36 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/?p=929#comment-1351</guid>
		<description>Thanks, Phil Sherry, for &lt;a href=&quot;http://philsherry.com/blog/2010/04/10/thoughts-on-jquery-1-3-with-php/&quot; rel=&quot;nofollow&quot;&gt;this review&lt;/a&gt;!
&lt;blockquote&gt;Lots of people have wondered how to do “that edit–in–place thing that Flickr does with text inputs”, and here it is. Also, despite using jQuery for over two years, I managed to learn a few functions I’d never even heard of before. Bonus.&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>Thanks, Phil Sherry, for <a href="http://philsherry.com/blog/2010/04/10/thoughts-on-jquery-1-3-with-php/" rel="nofollow">this review</a>!</p>
<blockquote><p>Lots of people have wondered how to do “that edit–in–place thing that Flickr does with text inputs”, and here it is. Also, despite using jQuery for over two years, I managed to learn a few functions I’d never even heard of before. Bonus.</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kae Verens</title>
		<link>http://verens.com/2009/12/13/jquery-1-3-with-php-buy-it/#comment-1350</link>
		<dc:creator>Kae Verens</dc:creator>
		<pubDate>Sun, 31 Jan 2010 20:19:49 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/?p=929#comment-1350</guid>
		<description>Dan Wellman has &lt;a href=&quot;http://www.danwellman.co.uk/review-of-jquery-1-3-with-php-by-kae-verens/&quot; rel=&quot;nofollow&quot;&gt;reviewed the book&lt;/a&gt;. Thanks Dan!
&lt;blockquote&gt;Overall this is a great book with very thorough and well-explained examples and plenty of code that the average server-side developer could take away and reuse.&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>Dan Wellman has <a href="http://www.danwellman.co.uk/review-of-jquery-1-3-with-php-by-kae-verens/" rel="nofollow">reviewed the book</a>. Thanks Dan!</p>
<blockquote><p>Overall this is a great book with very thorough and well-explained examples and plenty of code that the average server-side developer could take away and reuse.</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kae Verens</title>
		<link>http://verens.com/2009/12/13/jquery-1-3-with-php-buy-it/#comment-1349</link>
		<dc:creator>Kae Verens</dc:creator>
		<pubDate>Mon, 18 Jan 2010 10:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/?p=929#comment-1349</guid>
		<description>Another review, courtesy of &lt;a href=&quot;http://www.marcofolio.net/reviews/jquery_1.3_and_php_book_review_and_giveaway.html&quot; rel=&quot;nofollow&quot;&gt;Marco Folio&lt;/a&gt;. There is also a competition giving the book away.

&lt;blockquote&gt;I really think this is a great book that you should have if you&#039;re a PHP developer that wants to use some very good use of jQuery on his website. A &quot;must-have&quot; on every bookshelf, one of the better jQuery books I&#039;ve seen so far.&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>Another review, courtesy of <a href="http://www.marcofolio.net/reviews/jquery_1.3_and_php_book_review_and_giveaway.html" rel="nofollow">Marco Folio</a>. There is also a competition giving the book away.</p>
<blockquote><p>I really think this is a great book that you should have if you&#8217;re a PHP developer that wants to use some very good use of jQuery on his website. A &#8220;must-have&#8221; on every bookshelf, one of the better jQuery books I&#8217;ve seen so far.</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kae Verens</title>
		<link>http://verens.com/2009/12/13/jquery-1-3-with-php-buy-it/#comment-1348</link>
		<dc:creator>Kae Verens</dc:creator>
		<pubDate>Wed, 06 Jan 2010 09:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/?p=929#comment-1348</guid>
		<description>Thanks Robert! Glad you liked it. Yup, the Datatables example was fun to build - optimising a 2,000,000 row database was an interesting exercise.</description>
		<content:encoded><![CDATA[<p>Thanks Robert! Glad you liked it. Yup, the Datatables example was fun to build &#8211; optimising a 2,000,000 row database was an interesting exercise.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

