<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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>SunitesLounge</title>
	<atom:link href="http://suniteslounge.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://suniteslounge.com</link>
	<description>Blogging Information &#38; Resources</description>
	<pubDate>Wed, 08 Sep 2010 20:13:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dries Buytaert: Drupal featured on TV quiz</title>
		<link>http://suniteslounge.com/?p=12844</link>
		<comments>http://suniteslounge.com/?p=12844#comments</comments>
		<pubDate>Wed, 08 Sep 2010 20:13:30 +0000</pubDate>
		<dc:creator>drupal.org aggregator</dc:creator>
		
		<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">tag:drupal.org://d201c324ab482ec3bdb784b1820b7c7c</guid>
		<description><![CDATA[<p>According to <a href="http://krimson.be/">Jo Wouters</a>, <a href="http://drupal.org">Drupal</a> was just featured on "De Canvascrack", a quiz on Belgian television.  I know it is a quiz, but I don't think Drupal has ever been featured on television in such a mainstream way. <em>Cool!</em></p>

<div class="figure">
<img src="http://buytaert.net/sites/buytaert.net/files/cache/drupal-canvascrack-500x500.jpg" alt="Canvascrack">
<p>The question on the TV screen is in Dutch but reads: <a href="http://buytaert.net/whitehouse-gov-using-drupal">What was used to build The White House's site?</a>. Picture taken by Jo Wouters.</p>

</div>]]></description>
		<wfw:commentRss>http://suniteslounge.com/?feed=rss2&amp;p=12844</wfw:commentRss>
		</item>
		<item>
		<title>CivicActions: CiviCRM Custom Field Option Lists Now Supported by Views Filters</title>
		<link>http://suniteslounge.com/?p=12843</link>
		<comments>http://suniteslounge.com/?p=12843#comments</comments>
		<pubDate>Wed, 08 Sep 2010 17:18:42 +0000</pubDate>
		<dc:creator>drupal.org aggregator</dc:creator>
		
		<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">tag:drupal.org://74257db5e019947b6f9e869382a1a232</guid>
		<description><![CDATA[<p>My work with CivicActions recently provided the opportunity to create a minor, but much needed improvement to CiviCRM which has just been made available to everyone in the recent CiviCRM 3.2.3 release.</p><p><a href="http://civicactions.com/blog/2010/sep/08/civicrm_custom_field_option_lists_now_supported_views_filters" target="_blank">read more</a></p>]]></description>
		<wfw:commentRss>http://suniteslounge.com/?feed=rss2&amp;p=12843</wfw:commentRss>
		</item>
		<item>
		<title>CiviCRM Blog: SimplyCivi - a new CiviCRM admin theme for Drupal</title>
		<link>http://suniteslounge.com/?p=12842</link>
		<comments>http://suniteslounge.com/?p=12842#comments</comments>
		<pubDate>Wed, 08 Sep 2010 16:51:40 +0000</pubDate>
		<dc:creator>drupal.org aggregator</dc:creator>
		
		<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">tag:drupal.org://185f38706091825bed4e39e3c2a7cecf</guid>
		<description><![CDATA[<p>Over the last year <a href="http://www.rayogram.com">rayogram</a> has worked with the <a href="http://www.nysenate.gov/">New York State Senate</a> to deploy a customized version of CiviCRM 3.2 for each Senate office. In the course of this work, we developed a custom theme for NYSS that leverages much of the template work that we did for the CiviCRM 3.2.</p>
<p>	&#160;</p>
<div class="og_rss_groups"></div><p><a href="http://civicrm.org/blogs/kylejaster/simplycivi-new-civicrm-admin-theme-drupal" target="_blank">read more</a></p>]]></description>
		<wfw:commentRss>http://suniteslounge.com/?feed=rss2&amp;p=12842</wfw:commentRss>
		</item>
		<item>
		<title>Tigerfish: Debugging Drupal 6 with XDebug, Ubuntu 10.4 and Eclipse PDT: step-by-step</title>
		<link>http://suniteslounge.com/?p=12840</link>
		<comments>http://suniteslounge.com/?p=12840#comments</comments>
		<pubDate>Wed, 08 Sep 2010 10:39:05 +0000</pubDate>
		<dc:creator>drupal.org aggregator</dc:creator>
		
		<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">tag:drupal.org://af4c49bfa691796de99cf0c8210f3460</guid>
		<description><![CDATA[<div class="field field-type-text field-field-summary">
    <div class="field-items">
            <div class="field-item odd">
                    Debugging is incredibly powerful, but setting it up for Drupal in Eclipse can be a pain. How about a step-by-step?        </div>
        </div>
</div>
<p class="lead-in-copy">Coming from a .NET background, I love the Visual Studio debugger. I can stop code execution at any time and look at the values of any of the variables. There's none of this dumping huge arrays to the web page and examining the output. I've wanted to set up a debugger for Drupal with Eclipse for a long time now, and setup instructions vary wildly. Here's my take on it.</p>
<p>You will need:</p>
<p><a href="http://tiger-fish.com/blog/debugging-drupal-6-xdebug-ubuntu-104-and-eclipse-pdt-step-step" target="_blank">read more</a></p>]]></description>
		<wfw:commentRss>http://suniteslounge.com/?feed=rss2&amp;p=12840</wfw:commentRss>
		</item>
		<item>
		<title>Matt Butcher: Configuring MacGDBp for Debugging a Local Debian Virtual Machine</title>
		<link>http://suniteslounge.com/?p=12837</link>
		<comments>http://suniteslounge.com/?p=12837#comments</comments>
		<pubDate>Wed, 08 Sep 2010 01:42:12 +0000</pubDate>
		<dc:creator>drupal.org aggregator</dc:creator>
		
		<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">tag:drupal.org://dd01ce30f8658d793759ac92c011690b</guid>
		<description><![CDATA[<p>In my current Drupal development environment, I run an entire Debian server stack (LAMP + Memcache + Varnish, etc) inside of a VirtualBox virtual machine. On those frustration-laden occasions when I need to fire up the debugger, I use MacGDBp to connect to the virtual machine. Here's how I configure them.  (If you just want to configure MacGDBp for debugging with MAMP or OS X's Apache, <a href="http://technosophos.com/content/debugging-your-php-code-xdebug-mamp-textmate-and-macgdbp-support">you may want to read an earlier article</a>, and then check out the <a href="http://technosophos.com/content/installing-xdebug-2-mac-os-106-snow-leopard-php-53">updates for Snow Leopard</a>.</p>
<p><a href="http://technosophos.com/content/configuring-macgdbp-debugging-local-debian-virtual-machine" target="_blank">read more</a></p>]]></description>
		<wfw:commentRss>http://suniteslounge.com/?feed=rss2&amp;p=12837</wfw:commentRss>
		</item>
	</channel>
</rss>
