<?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 Squirrel Hacker</title>
	<atom:link href="http://blog.seanja.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.seanja.com</link>
	<description>I have come forward in time from the year 1986 to share this with you</description>
	<lastBuildDate>Mon, 16 Jan 2012 15:44:00 +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 PHP SQL Query Builder by Sean Sandy, BCS</title>
		<link>http://blog.seanja.com/2011/01/php-sql-query-builder/comment-page-1/#comment-16830</link>
		<dc:creator>Sean Sandy, BCS</dc:creator>
		<pubDate>Mon, 16 Jan 2012 15:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seanja.com/?p=34813#comment-16830</guid>
		<description>It is a lot easier to rewrite it if it is generated by code than if it is hand written. Adding new columns, tables, joins, more fields, more complex joins</description>
		<content:encoded><![CDATA[<p>It is a lot easier to rewrite it if it is generated by code than if it is hand written. Adding new columns, tables, joins, more fields, more complex joins</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP SQL Query Builder by Neo85</title>
		<link>http://blog.seanja.com/2011/01/php-sql-query-builder/comment-page-1/#comment-16827</link>
		<dc:creator>Neo85</dc:creator>
		<pubDate>Sat, 14 Jan 2012 21:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seanja.com/?p=34813#comment-16827</guid>
		<description>hi, 
why is this 
$q-&gt;table(&#039;table&#039;)	-&gt;begin_and()	-&gt;begin_and()	-&gt;and_where(&#039;col_1&#039;, 1)	-&gt;or_where(&#039;col_2&#039;, 2)	-&gt;end_and()	-&gt;end_and()	-&gt;or_where(&#039;col_3&#039;, 3, &#039;!=&#039;);
better than this
//=&gt;SELECT * FROM table WHERE ( ( col_1 = &#039;1&#039; OR col_2 = &#039;2&#039; ) ) OR col_3 != &#039;3&#039;???whats the advantage?</description>
		<content:encoded><![CDATA[<p>hi,<br />
why is this<br />
$q-&gt;table(&#8216;table&#8217;)	-&gt;begin_and()	-&gt;begin_and()	-&gt;and_where(&#8216;col_1&#8242;, 1)	-&gt;or_where(&#8216;col_2&#8242;, 2)	-&gt;end_and()	-&gt;end_and()	-&gt;or_where(&#8216;col_3&#8242;, 3, &#8216;!=&#8217;);<br />
better than this<br />
//=&gt;SELECT * FROM table WHERE ( ( col_1 = &#8217;1&#8242; OR col_2 = &#8217;2&#8242; ) ) OR col_3 != &#8217;3&#8242;???whats the advantage?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Future indeed by Sean Sandy, BCS</title>
		<link>http://blog.seanja.com/2011/07/future-indeed/comment-page-1/#comment-16813</link>
		<dc:creator>Sean Sandy, BCS</dc:creator>
		<pubDate>Thu, 29 Dec 2011 17:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seanja.com/?p=38838#comment-16813</guid>
		<description>I didn&#039;t go back the third time... otherwise I probably would have.</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t go back the third time&#8230; otherwise I probably would have.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Future indeed by chunk yee</title>
		<link>http://blog.seanja.com/2011/07/future-indeed/comment-page-1/#comment-16812</link>
		<dc:creator>chunk yee</dc:creator>
		<pubDate>Thu, 29 Dec 2011 17:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seanja.com/?p=38838#comment-16812</guid>
		<description>I hope you slapped these n00bs up something silly.

p.s. I&#039;m Taelor :)</description>
		<content:encoded><![CDATA[<p>I hope you slapped these n00bs up something silly.</p>
<p>p.s. I&#8217;m Taelor <img src='http://blog.seanja.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSS Arrows by Nathan</title>
		<link>http://blog.seanja.com/2011/10/css-arrows/comment-page-1/#comment-16801</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Wed, 21 Dec 2011 10:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seanja.com/?p=38929#comment-16801</guid>
		<description>Handy mate - thanks very much!</description>
		<content:encoded><![CDATA[<p>Handy mate &#8211; thanks very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using the jQuery-UI Autocomplete Widget by Ryan Martin</title>
		<link>http://blog.seanja.com/2010/03/using-the-jquery-ui-autocomplete-widget/comment-page-1/#comment-16744</link>
		<dc:creator>Ryan Martin</dc:creator>
		<pubDate>Mon, 05 Dec 2011 20:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seanja.com/?p=925#comment-16744</guid>
		<description>Thanks!
</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using the jQuery-UI Autocomplete Widget by Sean Sandy</title>
		<link>http://blog.seanja.com/2010/03/using-the-jquery-ui-autocomplete-widget/comment-page-1/#comment-16734</link>
		<dc:creator>Sean Sandy</dc:creator>
		<pubDate>Fri, 02 Dec 2011 17:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seanja.com/?p=925#comment-16734</guid>
		<description>Nope, it is not required. In this case I was using it to validate the query and return the correct data for that type. If you can (or have to) do it a different way in MVC3, then by all means, go ahead!</description>
		<content:encoded><![CDATA[<p>Nope, it is not required. In this case I was using it to validate the query and return the correct data for that type. If you can (or have to) do it a different way in MVC3, then by all means, go ahead!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using the jQuery-UI Autocomplete Widget by Ryan Martin</title>
		<link>http://blog.seanja.com/2010/03/using-the-jquery-ui-autocomplete-widget/comment-page-1/#comment-16732</link>
		<dc:creator>Ryan Martin</dc:creator>
		<pubDate>Fri, 02 Dec 2011 16:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seanja.com/?p=925#comment-16732</guid>
		<description>Is querytype really necessary or can I remove that part?  I am using this with MVC3 and this is exactly the setup I want is far as caching goes but I am not sure how I can set querytype in my view since MVC doesn&#039;t have arrays like your using in PHP.</description>
		<content:encoded><![CDATA[<p>Is querytype really necessary or can I remove that part?  I am using this with MVC3 and this is exactly the setup I want is far as caching goes but I am not sure how I can set querytype in my view since MVC doesn&#8217;t have arrays like your using in PHP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSS Arrows by xhtml css templates &#8211; CSS Arrows « Squirrel Hacker &#124; XHTML CSS - Style sheet and html programming tutorial and guides</title>
		<link>http://blog.seanja.com/2011/10/css-arrows/comment-page-1/#comment-16687</link>
		<dc:creator>xhtml css templates &#8211; CSS Arrows « Squirrel Hacker &#124; XHTML CSS - Style sheet and html programming tutorial and guides</dc:creator>
		<pubDate>Mon, 10 Oct 2011 02:37:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seanja.com/?p=38929#comment-16687</guid>
		<description>[...] the original here: CSS Arrows « Squirrel Hacker Share and [...]</description>
		<content:encoded><![CDATA[<p>[...] the original here: CSS Arrows « Squirrel Hacker Share and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSS Arrows by Elegant D &#187; CSS Arrows « Squirrel Hacker</title>
		<link>http://blog.seanja.com/2011/10/css-arrows/comment-page-1/#comment-16686</link>
		<dc:creator>Elegant D &#187; CSS Arrows « Squirrel Hacker</dc:creator>
		<pubDate>Sun, 09 Oct 2011 18:15:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seanja.com/?p=38929#comment-16686</guid>
		<description>[...] Source: CSS &#8211; Google Blog Search [...]</description>
		<content:encoded><![CDATA[<p>[...] Source: CSS &#8211; Google Blog Search [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

