<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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" version="2.0">
<channel>
	<title>Comments for Code Spatter</title>
	
	<link>http://codespatter.com</link>
	<description />
	<pubDate>Tue, 18 Nov 2008 19:42:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/codespatter/comments" type="application/rss+xml" /><item>
		<title>Comment on PHP Developers, Keep me Sane by Greg Allard</title>
		<link>http://codespatter.com/2008/08/30/php-developers-keep-me-sane/#comment-15107</link>
		<dc:creator>Greg Allard</dc:creator>
		<pubDate>Tue, 18 Nov 2008 18:01:35 +0000</pubDate>
		<guid isPermaLink="false">http://codespatter.com/?p=116#comment-15107</guid>
		<description>I've been using python a lot recently and I like they way they work with their errors. Instead of suppressing it, you are catching it and then you have a chance to do some logic in that case. I guess php implemented a way of doing it that way also, but no one uses it.</description>
		<content:encoded><![CDATA[<p>I&#39;ve been using python a lot recently and I like they way they work with their errors. Instead of suppressing it, you are catching it and then you have a chance to do some logic in that case. I guess php implemented a way of doing it that way also, but no one uses it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Developers, Keep me Sane by Baz L</title>
		<link>http://codespatter.com/2008/08/30/php-developers-keep-me-sane/#comment-15106</link>
		<dc:creator>Baz L</dc:creator>
		<pubDate>Tue, 18 Nov 2008 17:54:01 +0000</pubDate>
		<guid isPermaLink="false">http://codespatter.com/?p=116#comment-15106</guid>
		<description>Yeah, PHP is funny that way.&lt;br&gt;&lt;br&gt;I open use it to suppress errors from file manipulations (delete, etc). Whatever happened to the good old days of coding when stuff returned 0 on success? Exceptions have their purpose, but I think sometimes that PHP's gone exception crazy.</description>
		<content:encoded><![CDATA[<p>Yeah, PHP is funny that way.</p>
<p>I open use it to suppress errors from file manipulations (delete, etc). Whatever happened to the good old days of coding when stuff returned 0 on success? Exceptions have their purpose, but I think sometimes that PHP&#39;s gone exception crazy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Use Triggers to Track Changes in MySQL by Greg Allard</title>
		<link>http://codespatter.com/2008/05/06/how-to-use-triggers-to-track-changes-in-mysql/#comment-15101</link>
		<dc:creator>Greg Allard</dc:creator>
		<pubDate>Fri, 31 Oct 2008 17:50:08 +0000</pubDate>
		<guid isPermaLink="false">http://codespatter.com/?p=36#comment-15101</guid>
		<description>OLD and NEW are used on UPDATE triggers. OLD.col_names will access the data that is in the row of the database before the UPDATE query runs and NEW.col_names will access the data that the row will be updated to. &lt;br&gt;&lt;br&gt;IF OLD.first_name != NEW.first_name&lt;br&gt;&lt;br&gt;That checks if the UPDATE query is changing the information for first_name.</description>
		<content:encoded><![CDATA[<p>OLD and NEW are used on UPDATE triggers. OLD.col_names will access the data that is in the row of the database before the UPDATE query runs and NEW.col_names will access the data that the row will be updated to. </p>
<p>IF OLD.first_name != NEW.first_name</p>
<p>That checks if the UPDATE query is changing the information for first_name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Use Triggers to Track Changes in MySQL by mysqlearner</title>
		<link>http://codespatter.com/2008/05/06/how-to-use-triggers-to-track-changes-in-mysql/#comment-15100</link>
		<dc:creator>mysqlearner</dc:creator>
		<pubDate>Fri, 31 Oct 2008 14:33:53 +0000</pubDate>
		<guid isPermaLink="false">http://codespatter.com/?p=36#comment-15100</guid>
		<description>hi ,&lt;br&gt;please can u explain what is &lt;br&gt;OLD.first_name != NEW.first_name&lt;br&gt;are they table names?&lt;br&gt;I need to write  atrigger to get the changed row and also how do i get the same query either insert,update or delete.&lt;br&gt;thanks in advance</description>
		<content:encoded><![CDATA[<p>hi ,<br />please can u explain what is <br />OLD.first_name != NEW.first_name<br />are they table names?<br />I need to write  atrigger to get the changed row and also how do i get the same query either insert,update or delete.<br />thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up Apache2, mod_python, MySQL, and Django on Debian Lenny or Ubuntu Hardy Heron by Greg Allard</title>
		<link>http://codespatter.com/2008/10/15/setting-up-apache2-mod_python-mysql-and-django-on-debian-lenny-or-ubuntu-hardy-heron/#comment-15099</link>
		<dc:creator>Greg Allard</dc:creator>
		<pubDate>Sun, 19 Oct 2008 19:56:24 +0000</pubDate>
		<guid isPermaLink="false">http://codespatter.com/?p=141#comment-15099</guid>
		<description>I've seen a few sites mention it and I would like to check that out also. I was wondering how to pronounce that word for a while. I should have just looked it and I would know it's pronounced "engine x". I subscribed to your feed so that I'll know if you do post about it.</description>
		<content:encoded><![CDATA[<p>I&#39;ve seen a few sites mention it and I would like to check that out also. I was wondering how to pronounce that word for a while. I should have just looked it and I would know it&#39;s pronounced &#8220;engine x&#8221;. I subscribed to your feed so that I&#39;ll know if you do post about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up Apache2, mod_python, MySQL, and Django on Debian Lenny or Ubuntu Hardy Heron by Alexis Bellido</title>
		<link>http://codespatter.com/2008/10/15/setting-up-apache2-mod_python-mysql-and-django-on-debian-lenny-or-ubuntu-hardy-heron/#comment-15098</link>
		<dc:creator>Alexis Bellido</dc:creator>
		<pubDate>Sun, 19 Oct 2008 19:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://codespatter.com/?p=141#comment-15098</guid>
		<description>I'm glad you liked it. I'll try to find the time to test &lt;a href="http://wiki.codemongers.com/Main"&gt;nginx&lt;/a&gt; one of these days. It seems to be another nice alternative. Isn't the open source world marvelous?&lt;br&gt;&lt;br&gt;Regards!</description>
		<content:encoded><![CDATA[<p>I&#39;m glad you liked it. I&#39;ll try to find the time to test <a href="http://wiki.codemongers.com/Main">nginx</a> one of these days. It seems to be another nice alternative. Isn&#39;t the open source world marvelous?</p>
<p>Regards!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up Apache2, mod_python, MySQL, and Django on Debian Lenny or Ubuntu Hardy Heron by Greg Allard</title>
		<link>http://codespatter.com/2008/10/15/setting-up-apache2-mod_python-mysql-and-django-on-debian-lenny-or-ubuntu-hardy-heron/#comment-15097</link>
		<dc:creator>Greg Allard</dc:creator>
		<pubDate>Sun, 19 Oct 2008 18:59:43 +0000</pubDate>
		<guid isPermaLink="false">http://codespatter.com/?p=141#comment-15097</guid>
		<description>That is a really good article and I'll be following along when I get around to using a different server for static files.</description>
		<content:encoded><![CDATA[<p>That is a really good article and I&#39;ll be following along when I get around to using a different server for static files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up Apache2, mod_python, MySQL, and Django on Debian Lenny or Ubuntu Hardy Heron by Alexis Bellido</title>
		<link>http://codespatter.com/2008/10/15/setting-up-apache2-mod_python-mysql-and-django-on-debian-lenny-or-ubuntu-hardy-heron/#comment-15096</link>
		<dc:creator>Alexis Bellido</dc:creator>
		<pubDate>Sun, 19 Oct 2008 05:33:44 +0000</pubDate>
		<guid isPermaLink="false">http://codespatter.com/?p=141#comment-15096</guid>
		<description>Hi, thanks for sharing.&lt;br&gt;&lt;br&gt;If you'd like to host your media on a separate web server, for example Lighttpd, you may like to check this article I wrote about &lt;a href="http://ventanazul.com/webzine/tutorials/setup-apache-lighttpd-django-ubuntu"&gt;setting up Apache and mod_proxy with Lighty for Django on Ubuntu&lt;/a&gt;.&lt;br&gt;&lt;br&gt;It shares many steps with your process and may present a few alternatives.&lt;br&gt;&lt;br&gt;Regards!</description>
		<content:encoded><![CDATA[<p>Hi, thanks for sharing.</p>
<p>If you&#39;d like to host your media on a separate web server, for example Lighttpd, you may like to check this article I wrote about <a href="http://ventanazul.com/webzine/tutorials/setup-apache-lighttpd-django-ubuntu">setting up Apache and mod_proxy with Lighty for Django on Ubuntu</a>.</p>
<p>It shares many steps with your process and may present a few alternatives.</p>
<p>Regards!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up Apache2, mod_python, MySQL, and Django on Debian Lenny or Ubuntu Hardy Heron by Greg Allard</title>
		<link>http://codespatter.com/2008/10/15/setting-up-apache2-mod_python-mysql-and-django-on-debian-lenny-or-ubuntu-hardy-heron/#comment-15095</link>
		<dc:creator>Greg Allard</dc:creator>
		<pubDate>Fri, 17 Oct 2008 19:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://codespatter.com/?p=141#comment-15095</guid>
		<description>I didn't mention anything about a mail server in this post. I found this page that can set up forwarders easily: &lt;a href="http://eightpence.com/howto-setup-mail-forwarding-on-ubuntu-its-easy/"&gt;http://eightpence.com/howto-setup-mail-forwardi...&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I didn&#39;t mention anything about a mail server in this post. I found this page that can set up forwarders easily: <a href="http://eightpence.com/howto-setup-mail-forwarding-on-ubuntu-its-easy/"></a><a href="http://eightpence.com/howto-setup-mail-forwardi.." rel="nofollow">http://eightpence.com/howto-setup-mail-forwardi..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up Apache2, mod_python, MySQL, and Django on Debian Lenny or Ubuntu Hardy Heron by Going with Slicehost Instead of AWS EC2 | Greg Allard</title>
		<link>http://codespatter.com/2008/10/15/setting-up-apache2-mod_python-mysql-and-django-on-debian-lenny-or-ubuntu-hardy-heron/#comment-15094</link>
		<dc:creator>Going with Slicehost Instead of AWS EC2 | Greg Allard</dc:creator>
		<pubDate>Fri, 17 Oct 2008 19:04:12 +0000</pubDate>
		<guid isPermaLink="false">http://codespatter.com/?p=141#comment-15094</guid>
		<description>[...] posted the steps that I took to set up apache, mysql, django, and a few other things on a clean ubuntu mach... on [...]</description>
		<content:encoded><![CDATA[<p>[...] posted the steps that I took to set up apache, mysql, django, and a few other things on a clean ubuntu mach&#8230; on [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss><!-- Dynamic Page Served (once) in 0.251 seconds -->
