<?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 Tower Of Power</title>
	<atom:link href="http://www.toosweettobesour.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.toosweettobesour.com</link>
	<description>Far Too Sweet To Be Sour</description>
	<lastBuildDate>Thu, 22 Dec 2011 08:44:17 +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 Flex Box: Prevent Children From Stretching by erni</title>
		<link>http://www.toosweettobesour.com/2011/07/14/flex-box-prevent-children-from-stretching/comment-page-1/#comment-2452</link>
		<dc:creator>erni</dc:creator>
		<pubDate>Thu, 22 Dec 2011 08:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.toosweettobesour.com/?p=497#comment-2452</guid>
		<description>copied...:) thanks yaa..
helpfull

merry christmas buddy..:)</description>
		<content:encoded><![CDATA[<p>copied&#8230;:) thanks yaa..<br />
helpfull</p>
<p>merry christmas buddy..:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex Box: Prevent Children From Stretching by Michael McGinnis</title>
		<link>http://www.toosweettobesour.com/2011/07/14/flex-box-prevent-children-from-stretching/comment-page-1/#comment-2451</link>
		<dc:creator>Michael McGinnis</dc:creator>
		<pubDate>Wed, 07 Dec 2011 23:10:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.toosweettobesour.com/?p=497#comment-2451</guid>
		<description>Do you realize how anonymous this blog is? By reading http://www.toosweettobesour.com/2009/01/05/my-seven-things-or-hey-look-the-cool-kids-picked-me-to-play-on-the-team/, I can surmise you&#039;re not Jeff Carouth, Chris Weldon, Ben Floyd, Ben Burket, or Andrew Ellis. Why don&#039;t you link to http://www.toosweettobesour.com/about/ from every page?</description>
		<content:encoded><![CDATA[<p>Do you realize how anonymous this blog is? By reading <a href="http://www.toosweettobesour.com/2009/01/05/my-seven-things-or-hey-look-the-cool-kids-picked-me-to-play-on-the-team/" rel="nofollow">http://www.toosweettobesour.com/2009/01/05/my-seven-things-or-hey-look-the-cool-kids-picked-me-to-play-on-the-team/</a>, I can surmise you&#8217;re not Jeff Carouth, Chris Weldon, Ben Floyd, Ben Burket, or Andrew Ellis. Why don&#8217;t you link to <a href="http://www.toosweettobesour.com/about/" rel="nofollow">http://www.toosweettobesour.com/about/</a> from every page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calculating Daylight Savings Time Boundary In PHP by Mike Jourard</title>
		<link>http://www.toosweettobesour.com/2009/03/10/calculating-daylight-savings-time-boundary-in-php/comment-page-1/#comment-2449</link>
		<dc:creator>Mike Jourard</dc:creator>
		<pubDate>Mon, 24 Oct 2011 15:10:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.toosweettobesour.com/?p=397#comment-2449</guid>
		<description>Thanks for the tip! This is really helpful for one of my programms. I have a newsletter that pulls events for the next four weeks out of a calendar system. The system stores the event timestamps as GMT/UTC, but we are in either EST or EDT. If the current newsletter straddles the time change, the times for events after the time change are shown an hour off! By checking the event date against the time change boundary calculation, I can compensate for the discrepancy.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip! This is really helpful for one of my programms. I have a newsletter that pulls events for the next four weeks out of a calendar system. The system stores the event timestamps as GMT/UTC, but we are in either EST or EDT. If the current newsletter straddles the time change, the times for events after the time change are shown an hour off! By checking the event date against the time change boundary calculation, I can compensate for the discrepancy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calculating Daylight Savings Time Boundary In PHP by Jim Linder</title>
		<link>http://www.toosweettobesour.com/2009/03/10/calculating-daylight-savings-time-boundary-in-php/comment-page-1/#comment-2448</link>
		<dc:creator>Jim Linder</dc:creator>
		<pubDate>Thu, 13 Oct 2011 23:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.toosweettobesour.com/?p=397#comment-2448</guid>
		<description>Not sure if it is the best way to do what I need, but I used this to determine how many hours to offset the server time for the apps I am building, so the user sees local time.  It worked like a charm, thanks.</description>
		<content:encoded><![CDATA[<p>Not sure if it is the best way to do what I need, but I used this to determine how many hours to offset the server time for the apps I am building, so the user sees local time.  It worked like a charm, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Outputting CSV as a Downloadable File in PHP by Jeremy</title>
		<link>http://www.toosweettobesour.com/2008/10/10/outputting-csv-as-a-downloadable-file-in-php/comment-page-1/#comment-2447</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Thu, 13 Oct 2011 20:56:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.toosweettobesour.com/?p=193#comment-2447</guid>
		<description>I also tried it using &lt;form action=&quot;&quot; and then process the export code via a function... I get the download, but it streams the entire webpage and the data in the array. So I get the info I want, but I have a mess with all the other code above it. Hmmmm... frustrated...</description>
		<content:encoded><![CDATA[<p>I also tried it using &lt;form action=&quot;&quot; and then process the export code via a function&#8230; I get the download, but it streams the entire webpage and the data in the array. So I get the info I want, but I have a mess with all the other code above it. Hmmmm&#8230; frustrated&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Outputting CSV as a Downloadable File in PHP by Jeremy</title>
		<link>http://www.toosweettobesour.com/2008/10/10/outputting-csv-as-a-downloadable-file-in-php/comment-page-1/#comment-2446</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Thu, 13 Oct 2011 20:35:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.toosweettobesour.com/?p=193#comment-2446</guid>
		<description>Would you happen to have another example of using this in a webpage... that is... I&#039;m having problems understand how the php code is executed... like say if you have a form and you click the button... the form&#039;s action goes to a php file with your code above.. but it just shows a blank screen and never shows the download dialog... what am i doing wrong?</description>
		<content:encoded><![CDATA[<p>Would you happen to have another example of using this in a webpage&#8230; that is&#8230; I&#8217;m having problems understand how the php code is executed&#8230; like say if you have a form and you click the button&#8230; the form&#8217;s action goes to a php file with your code above.. but it just shows a blank screen and never shows the download dialog&#8230; what am i doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CompizFusion: Blur Your Terminal Window! by Lazza</title>
		<link>http://www.toosweettobesour.com/2008/05/15/compizfusion-blur-your-terminal-window/comment-page-1/#comment-2445</link>
		<dc:creator>Lazza</dc:creator>
		<pubDate>Thu, 15 Sep 2011 14:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.toosweettobesour.com/?p=49#comment-2445</guid>
		<description>Thank you for the tip. BTW I used the Mipmap kind of blur because I think it&#039;s better. :)</description>
		<content:encoded><![CDATA[<p>Thank you for the tip. BTW I used the Mipmap kind of blur because I think it&#8217;s better. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP, Mumbles (Growl), and DBus: Sweeet by tester</title>
		<link>http://www.toosweettobesour.com/2009/02/13/php-mumbles-growl-and-dbus-sweeet/comment-page-1/#comment-2444</link>
		<dc:creator>tester</dc:creator>
		<pubDate>Sat, 10 Sep 2011 02:12:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.toosweettobesour.com/?p=372#comment-2444</guid>
		<description>my problems is when I execute the script.

when I try to run it in shell (php Daniel-Dbus.php) it return either the error message:

PHP Fatal error:  Call to undefined function dbus_bus_get() in /var/www/Daniel-Dbus.php on line 7

and when I try to run it via a web browser it return either the error message:

Warning: dbus_bus_get(): failed to create dbus connection object [//bin/dbus-launch terminated abnormally with the following error: Autolaunch error: X11 initialization failed. ] in /var/www/Daniel-Dbus.php on line 7 Fatal error: Call to a member function send() on a non-object in /var/www/Daniel-Dbus.php on line 17</description>
		<content:encoded><![CDATA[<p>my problems is when I execute the script.</p>
<p>when I try to run it in shell (php Daniel-Dbus.php) it return either the error message:</p>
<p>PHP Fatal error:  Call to undefined function dbus_bus_get() in /var/www/Daniel-Dbus.php on line 7</p>
<p>and when I try to run it via a web browser it return either the error message:</p>
<p>Warning: dbus_bus_get(): failed to create dbus connection object [//bin/dbus-launch terminated abnormally with the following error: Autolaunch error: X11 initialization failed. ] in /var/www/Daniel-Dbus.php on line 7 Fatal error: Call to a member function send() on a non-object in /var/www/Daniel-Dbus.php on line 17</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quickie: Module-specific Error Controllers in Zend Framework (1.5) by Zend Module Layout/Error Plugin &#171; All I&#039;m Saying Is&#8230;</title>
		<link>http://www.toosweettobesour.com/2008/08/11/quickie-module-specific-error-controllers-in-zend-framework-15/comment-page-1/#comment-2442</link>
		<dc:creator>Zend Module Layout/Error Plugin &#171; All I&#039;m Saying Is&#8230;</dc:creator>
		<pubDate>Mon, 05 Sep 2011 06:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.toosweettobesour.com/?p=113#comment-2442</guid>
		<description>[...] the help of Daniel Cousineau&#8217;s Blog Post I was able to come up with the following Layout [...]</description>
		<content:encoded><![CDATA[<p>[...] the help of Daniel Cousineau&#8217;s Blog Post I was able to come up with the following Layout [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Doctrine 1.2 MSSQL Alternative LIMIT/Paging by Omar Alves</title>
		<link>http://www.toosweettobesour.com/2010/09/16/doctrine-1-2-mssql-alternative-limitpaging/comment-page-1/#comment-2441</link>
		<dc:creator>Omar Alves</dc:creator>
		<pubDate>Tue, 23 Aug 2011 19:23:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.toosweettobesour.com/?p=477#comment-2441</guid>
		<description>Thanks for share your soluction! I&#039;m doing some tests... up to now, working like a charm!</description>
		<content:encoded><![CDATA[<p>Thanks for share your soluction! I&#8217;m doing some tests&#8230; up to now, working like a charm!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.420 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-03 22:40:32 -->

