<?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 ChrisRenner.com</title>
	<atom:link href="http://www.chrisrenner.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chrisrenner.com</link>
	<description>Thoughts on PHP, MySQL and JavaScript/AJAX Web Development</description>
	<lastBuildDate>Wed, 04 Jan 2012 20:28:30 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on The problem with Database Abstraction Layers&#8230; by Chris  Renner</title>
		<link>http://www.chrisrenner.com/2009/09/the-problem-with-database-abstraction-layers/comment-page-1/#comment-408</link>
		<dc:creator>Chris  Renner</dc:creator>
		<pubDate>Wed, 04 Jan 2012 20:28:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisrenner.com/?p=180#comment-408</guid>
		<description>Glad you got something out of the article.  My position on abstraction has evolved since writing the article.  I&#039;ve been using Zend_Db extensively for the past 18 months or so and its grown on me.

For simple queries and/or complex queries that you know are going to occur only in one place, I prefer to just pass in an SQL statement as opposed to using the Zend_Db_Statement syntax, just for simplicity.  But, for complex dynamic queries I&#039;ve used it a lot and it really helps cut down on the amount of custom stuff I have to write to pull such a query off effectively.</description>
		<content:encoded><![CDATA[<p>Glad you got something out of the article.  My position on abstraction has evolved since writing the article.  I&#8217;ve been using Zend_Db extensively for the past 18 months or so and its grown on me.</p>
<p>For simple queries and/or complex queries that you know are going to occur only in one place, I prefer to just pass in an SQL statement as opposed to using the Zend_Db_Statement syntax, just for simplicity.  But, for complex dynamic queries I&#8217;ve used it a lot and it really helps cut down on the amount of custom stuff I have to write to pull such a query off effectively.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The problem with Database Abstraction Layers&#8230; by Nery Sparkle</title>
		<link>http://www.chrisrenner.com/2009/09/the-problem-with-database-abstraction-layers/comment-page-1/#comment-407</link>
		<dc:creator>Nery Sparkle</dc:creator>
		<pubDate>Wed, 04 Jan 2012 20:24:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisrenner.com/?p=180#comment-407</guid>
		<description>Hi, took me some time to read all the comments, but I really enjoyed the article. It proved to be very helpful to me and I am quite sure to all the commenters here! It’s always cool when you can not only be informed, but also entertained! As consequence: thanks a lot and please please keep up the good work. I&#039;ll surely come back and look for new stories! Tschau</description>
		<content:encoded><![CDATA[<p>Hi, took me some time to read all the comments, but I really enjoyed the article. It proved to be very helpful to me and I am quite sure to all the commenters here! It’s always cool when you can not only be informed, but also entertained! As consequence: thanks a lot and please please keep up the good work. I&#8217;ll surely come back and look for new stories! Tschau</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Toggle Table Rows with jQuery, no plug-in required by Burke</title>
		<link>http://www.chrisrenner.com/2010/03/toggle-table-rows-with-jquery-no-plug-in-required/comment-page-1/#comment-388</link>
		<dc:creator>Burke</dc:creator>
		<pubDate>Sun, 30 Oct 2011 14:35:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisrenner.com/?p=321#comment-388</guid>
		<description>Thanks for the easy to follow code.  Not knowing much about jquery (yet) is it possible you could share how to perform an ajax query for the toggled table row?

Another thing, would you know how to add a function that one could click on the toggled row and have it hide?

Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for the easy to follow code.  Not knowing much about jquery (yet) is it possible you could share how to perform an ajax query for the toggled table row?</p>
<p>Another thing, would you know how to add a function that one could click on the toggled row and have it hide?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Minify and Compress all your JavaScript files into One, on the Fly by Chris  Renner</title>
		<link>http://www.chrisrenner.com/2011/02/minify-and-compress-all-your-javascript-files-into-one-on-the-fly/comment-page-1/#comment-381</link>
		<dc:creator>Chris  Renner</dc:creator>
		<pubDate>Wed, 05 Oct 2011 15:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisrenner.com/?p=378#comment-381</guid>
		<description>My solution above also only minifies when changes are made the the source files, not periodically.</description>
		<content:encoded><![CDATA[<p>My solution above also only minifies when changes are made the the source files, not periodically.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Minify and Compress all your JavaScript files into One, on the Fly by Steps</title>
		<link>http://www.chrisrenner.com/2011/02/minify-and-compress-all-your-javascript-files-into-one-on-the-fly/comment-page-1/#comment-380</link>
		<dc:creator>Steps</dc:creator>
		<pubDate>Wed, 05 Oct 2011 00:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisrenner.com/?p=378#comment-380</guid>
		<description>I use &quot;Miser&quot; (sourceforge.net/projects/miser/)  for all my sites. It scrapes the page and caches minified JavaScript AND CSS. The cool thing about it is it only minfieis the files when there is a change rather than periodicly.

It also does other optimizations like replace local javascript with CDNs and moving stuff to the foot of the page. It made my Yslow score go from a poultry 64 to 95.</description>
		<content:encoded><![CDATA[<p>I use &#8220;Miser&#8221; (sourceforge.net/projects/miser/)  for all my sites. It scrapes the page and caches minified JavaScript AND CSS. The cool thing about it is it only minfieis the files when there is a change rather than periodicly.</p>
<p>It also does other optimizations like replace local javascript with CDNs and moving stuff to the foot of the page. It made my Yslow score go from a poultry 64 to 95.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Toggle Table Rows with jQuery, no plug-in required by GianKan</title>
		<link>http://www.chrisrenner.com/2010/03/toggle-table-rows-with-jquery-no-plug-in-required/comment-page-1/#comment-369</link>
		<dc:creator>GianKan</dc:creator>
		<pubDate>Fri, 02 Sep 2011 16:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisrenner.com/?p=321#comment-369</guid>
		<description>Hi,

Thanks for sharing!  
Please Can you tell me How do I call Ajax and append dynamid id (record id), above your code:


        $(document).ready(function(){

            // jQuery striped stables
            // http://docs.jquery.com/Tutorials:Zebra_Striping_Made_Easy
            $(&#039;.dataTable tr:even&#039;).addClass(&quot;alt&quot;);

            $(&quot;#items tr.itemDetail&quot;).hide();
            $(&quot;#items tr.data td.clickable&quot;).click(function(){
			
                $(this).parent().next(&quot;tr&quot;).toggle().toggleClass(&#039;highlight&#039;);
                    if($(this).parent().hasClass(&#039;alt&#039;)) {
                        $(this).parent().next(&quot;tr&quot;).addClass(&#039;alt&#039;);
                    } else {
                        $(this).parent().next(&quot;tr&quot;).removeClass(&#039;alt&#039;);
                    }
              
			  
			    $(this).parent().find(&quot;.arrow&quot;).toggleClass(&quot;up&quot;);
			
				$(&quot;.slidingDiv&quot;).html(&#039;&#039;);
			
						
		HERE I ADDED BUT NO WORKS .....
$(this).parent().attr(&#039;id&#039;).html(&#039;&#039;);
$(this).parent().attr(&#039;id&#039;).load(&quot;ajcall.php&quot;);

	 
				
              //  getAjaxedContent($(this).parent().attr(&#039;id&#039;)); // if you ajax what&#039;s in the  in the hidden row, you&#039;d want to fire your ajax function here&#039;
                $(&#039;#items tr.data td&#039;).css(&#039;border-collapse&#039;, &#039;collapse&#039;);
        
		
		
		    });

        });


THANKS</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for sharing!<br />
Please Can you tell me How do I call Ajax and append dynamid id (record id), above your code:</p>
<p>        $(document).ready(function(){</p>
<p>            // jQuery striped stables<br />
            // <a href="http://docs.jquery.com/Tutorials:Zebra_Striping_Made_Easy" rel="nofollow">http://docs.jquery.com/Tutorials:Zebra_Striping_Made_Easy</a><br />
            $(&#8217;.dataTable tr:even&#8217;).addClass(&#8221;alt&#8221;);</p>
<p>            $(&#8221;#items tr.itemDetail&#8221;).hide();<br />
            $(&#8221;#items tr.data td.clickable&#8221;).click(function(){</p>
<p>                $(this).parent().next(&#8221;tr&#8221;).toggle().toggleClass(&#8217;highlight&#8217;);<br />
                    if($(this).parent().hasClass(&#8217;alt&#8217;)) {<br />
                        $(this).parent().next(&#8221;tr&#8221;).addClass(&#8217;alt&#8217;);<br />
                    } else {<br />
                        $(this).parent().next(&#8221;tr&#8221;).removeClass(&#8217;alt&#8217;);<br />
                    }</p>
<p>			    $(this).parent().find(&#8221;.arrow&#8221;).toggleClass(&#8221;up&#8221;);</p>
<p>				$(&#8221;.slidingDiv&#8221;).html(&#8221;);</p>
<p>		HERE I ADDED BUT NO WORKS &#8230;..<br />
$(this).parent().attr(&#8217;id&#8217;).html(&#8221;);<br />
$(this).parent().attr(&#8217;id&#8217;).load(&#8221;ajcall.php&#8221;);</p>
<p>              //  getAjaxedContent($(this).parent().attr(&#8217;id&#8217;)); // if you ajax what&#8217;s in the  in the hidden row, you&#8217;d want to fire your ajax function here&#8217;<br />
                $(&#8217;#items tr.data td&#8217;).css(&#8217;border-collapse&#8217;, &#8216;collapse&#8217;);</p>
<p>		    });</p>
<p>        });</p>
<p>THANKS</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Minify and Compress all your JavaScript files into One, on the Fly by Chella</title>
		<link>http://www.chrisrenner.com/2011/02/minify-and-compress-all-your-javascript-files-into-one-on-the-fly/comment-page-1/#comment-363</link>
		<dc:creator>Chella</dc:creator>
		<pubDate>Wed, 10 Aug 2011 10:06:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisrenner.com/?p=378#comment-363</guid>
		<description>Hi, 

This tutorial helps me lot to minify js files to one. I would like  to know how the gzip the minified files to my end. Could u plz help for this request. 

Thanks, 

Chella.</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>This tutorial helps me lot to minify js files to one. I would like  to know how the gzip the minified files to my end. Could u plz help for this request. </p>
<p>Thanks, </p>
<p>Chella.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OMG, PHP is Losing to Ruby, Python? by Vladimir Demirev</title>
		<link>http://www.chrisrenner.com/2011/03/omg-php-is-losing-to-ruby-python/comment-page-1/#comment-362</link>
		<dc:creator>Vladimir Demirev</dc:creator>
		<pubDate>Tue, 02 Aug 2011 16:59:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisrenner.com/?p=389#comment-362</guid>
		<description>I find Python to be better investment to learn than PHP.

It is used in far more areas than PHP, like system scripting (it is installed by default on most Unixes), prototype coding - many frameworks have nice Python bindings, you can easily write your program in Py just for proof of concept...
For example currently I am trying to write small game for a mobile and the 2D framework already has Python binding...</description>
		<content:encoded><![CDATA[<p>I find Python to be better investment to learn than PHP.</p>
<p>It is used in far more areas than PHP, like system scripting (it is installed by default on most Unixes), prototype coding &#8211; many frameworks have nice Python bindings, you can easily write your program in Py just for proof of concept&#8230;<br />
For example currently I am trying to write small game for a mobile and the 2D framework already has Python binding&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Minify and Compress all your JavaScript files into One, on the Fly by Chris  Renner</title>
		<link>http://www.chrisrenner.com/2011/02/minify-and-compress-all-your-javascript-files-into-one-on-the-fly/comment-page-1/#comment-361</link>
		<dc:creator>Chris  Renner</dc:creator>
		<pubDate>Mon, 25 Jul 2011 15:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisrenner.com/?p=378#comment-361</guid>
		<description>Here, read &lt;a href=&quot;http://www.tizag.com/javascriptT/javascriptexternal.php&quot; rel=&quot;nofollow&quot;&gt;this tutorial&lt;/a&gt; in its entirety as this directly explains what to do with the outputted file my classs generates.</description>
		<content:encoded><![CDATA[<p>Here, read <a href="http://www.tizag.com/javascriptT/javascriptexternal.php" rel="nofollow">this tutorial</a> in its entirety as this directly explains what to do with the outputted file my classs generates.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Minify and Compress all your JavaScript files into One, on the Fly by Chris  Renner</title>
		<link>http://www.chrisrenner.com/2011/02/minify-and-compress-all-your-javascript-files-into-one-on-the-fly/comment-page-1/#comment-360</link>
		<dc:creator>Chris  Renner</dc:creator>
		<pubDate>Mon, 25 Jul 2011 15:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisrenner.com/?p=378#comment-360</guid>
		<description>Concerning header tags, see &lt;a href=&quot;http://www.tizag.com/javascriptT/javascriptheadnbody.php&quot; rel=&quot;nofollow&quot;&gt;This tutorial&lt;/a&gt;. Please note you have three options: 1) place the actual javascript in header inside a script tag, 2) place the javascript directly in line in the html body (also in a script tag), or use a script tag to remotely include the javascript (which is why my class above does).  The above class is not for in-line javascript at all, it is for including the files by reference, the browser initiates a separate HTTP request to retrieve the javascript.</description>
		<content:encoded><![CDATA[<p>Concerning header tags, see <a href="http://www.tizag.com/javascriptT/javascriptheadnbody.php" rel="nofollow">This tutorial</a>. Please note you have three options: 1) place the actual javascript in header inside a script tag, 2) place the javascript directly in line in the html body (also in a script tag), or use a script tag to remotely include the javascript (which is why my class above does).  The above class is not for in-line javascript at all, it is for including the files by reference, the browser initiates a separate HTTP request to retrieve the javascript.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

