<?xml version="1.0" encoding="UTF-8"?>

<rss version='2.0' 
     xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
     xmlns:doap="http://usefulinc.com/ns/doap#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

    <channel>
        <!-- This XML Feed shows details for the page Announcements 
             and everything recently tagged Announcements -->
        <creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/
          </creativeCommons:license>
        <title>Announcements on SWiK</title>
        <doap:name>Announcements</doap:name>
        <doap:description></doap:description>
        <description></description> 
	  <!-- see doap:description for full description -->
        <link>http://swik.net/Announcements</link>
        <doap:homepage></doap:homepage>
        
        <pubDate></pubDate>
        <lastBuildDate></lastBuildDate>
            
        <item>
            <title>Slidestory Bergman High School Announcements</title>
            <link>http://swik.net/podcasting/del.icio.us+tag%2Fpodcasting/Slidestory+Bergman+High+School+Announcements/cc4xu</link>
            <description></description>
            
            <pubDate>Fri, 29 Aug 2008 08:56:32 -0700</pubDate>
        </item>
            
        <item>
            <title>Capistrano 2.5.0</title>
            <link>http://swik.net/Capistrano/the+%7B+buckblogs+%3Ahere+%7D+-+Home/Capistrano+2.5.0/cc2ok</link>
            <description>&lt;p&gt;Capistrano 2.5.0 is now available! You can read the full release announcement on the &lt;a href=&quot;http://capify.org/2008/8/29/capistrano-2-5-0&quot;&gt;capify.org news blog&lt;/a&gt;.&lt;/p&gt;</description>
            
            <pubDate>Thu, 28 Aug 2008 20:57:56 -0700</pubDate>
        </item>
            
        <item>
            <title>qooxdoo 0.8 released</title>
            <link>http://swik.net/qooxdoo/qooxdoo+blog/qooxdoo+0.8+released/cc2d0</link>
            <description>&lt;p&gt;Finally, here it is: the most amazing piece of software we ever released.  &lt;img src=&quot;http://news.qooxdoo.org/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;-)&quot; class=&quot;wp-smiley&quot;/&gt; &lt;/p&gt;
&lt;p&gt;qooxdoo 0.8 is a &lt;em&gt;milestone&lt;/em&gt;, for sure. Unlike the minor jump in version number may suggest, this release includes tons of changes and improvements over the previous 0.7.3. It is impossible to account for all changes here, it&#039;s even hard for the most significant ones. So if you haven&#039;t closely followed the development of qooxdoo 0.8, you may just go ahead and &lt;a href=&quot;http://demo.qooxdoo.org/&quot;&gt;see yourself&lt;/a&gt; to get an idea.&lt;/p&gt;
&lt;p&gt;There have been two main areas that improved substantially: GUI toolkit and developer tool chain.&lt;/p&gt;
&lt;h2&gt;GUI Toolkit&lt;/h2&gt;
&lt;p&gt;qooxdoo 0.8 features a complete rewrite of the &lt;a href=&quot;http://demo.qooxdoo.org/current/demobrowser&quot;&gt;GUI toolkit&lt;/a&gt;. It is state-of-the-art and supports all major browsers (IE, Firefox, Safari, Opera). The GUI toolkit has a layered architecture: on-top of a low-level DOM-oriented layer (that might be used as a separate library), it includes a large set of widgets and layout managers (perfect for building &lt;a href=&quot;http://demo.qooxdoo.org/current/feedreader&quot;&gt;RIAs&lt;/a&gt;). &lt;a href=&quot;http://demo.qooxdoo.org/&quot;&gt;Online demos&lt;/a&gt; are available. &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://demo.qooxdoo.org/current/demobrowser&quot;&gt;&lt;img src=&quot;http://news.qooxdoo.org/wp-content/uploads/2008/08/demo-browser-small.jpg&quot; alt=&quot;&quot; title=&quot;demo-browser-small&quot; width=&quot;450&quot; height=&quot;347&quot; class=&quot;alignnone size-full wp-image-296&quot;/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Users can very easily implement additional custom widgets or layouts to fit their individual needs. Theming of widgets continues to be independent from the widget code itself, and now allows for virtually unlimited styling possibilities, e.g. rounded borders, gradients, shadows. While qooxdoo comes with two new attractive themes, it is also easy to create custom themes, without any CSS knowledge required.&lt;/p&gt;
&lt;p&gt;Special thanks go to &lt;a href=&quot;http://www.ergosign.de/en/&quot;&gt;ERGOSIGN&lt;/a&gt;, a leading provider of user interface design services. In a close and fruitful collaboration we created the new default theme, that nicely demonstrates some of the UI capabilities of qooxdoo 0.8. Indulge in the so-called &quot;Modern&quot; theme! &lt;/p&gt;
&lt;h2&gt;Tool Chain&lt;/h2&gt;
&lt;p&gt;Besides the exciting changes in the GUI toolkit, the developer tool chain has also been improved tremendously. The built-in tools free the developer from tedious and complex tasks and also aid in development.&lt;/p&gt;
&lt;p&gt;Unlike the previous versions, which featured a Makefile-based build process and required Windows users to install and use Cygwin, in 0.8 all that ceremony is gone: Essentially, all that&#039;s needed is a working Python installation, which is &lt;a href=&quot;http://qooxdoo.org/documentation/0.8/requirements&quot;&gt;trivial to setup&lt;/a&gt; on any operating system, including MS Windows.&lt;/p&gt;
&lt;p&gt;With those low entrance hurdles any user should greatly benefit from the power of the integrated tool chain. There are too many features of 0.8 tooling to be mentioned here, but some highlights include image combination, integrated internationalization support, JSON-based configuration, etc. Of course, also &lt;a href=&quot;http://api.qooxdoo.org/&quot;&gt;API doc generation&lt;/a&gt; and &lt;a href=&quot;http://demo.qooxdoo.org/current/testrunner&quot;&gt;unit testing&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Getting Started&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;http://api.qooxdoo.org/&quot;&gt;&lt;img src=&quot;http://news.qooxdoo.org/wp-content/uploads/2008/08/api-viewer-small.jpg&quot; alt=&quot;&quot; title=&quot;api-viewer-small&quot; width=&quot;450&quot; height=&quot;347&quot; class=&quot;alignnone size-full wp-image-297&quot;/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;API documentation is progressing towards full coverage. The wiki-based &lt;a href=&quot;http://qooxdoo.org/documentation/0.8&quot;&gt;user manual&lt;/a&gt; of 0.8 is being updated and improved to account for all the changes and improvements. &lt;/p&gt;
&lt;p&gt;It has never been easier to get started with qooxdoo: &lt;a href=&quot;http://qooxdoo.org/download&quot;&gt;Download&lt;/a&gt; the qooxdoo 0.8 SDK package, unzip it, and see the included index.html for next steps in creating a &lt;a href=&quot;http://qooxdoo.org/documentation/0.8/helloworld&quot;&gt;hello world&lt;/a&gt; application.&lt;/p&gt;
&lt;h2&gt;Development&lt;/h2&gt;
&lt;p&gt;See the impressive number of commits over the time span of qooxdoo 0.8 development:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://news.qooxdoo.org/wp-content/uploads/2008/08/commits_per_month.png&quot; alt=&quot;&quot; title=&quot;commits_per_month&quot; width=&quot;500&quot; height=&quot;375&quot; class=&quot;alignnone size-full wp-image-294&quot;/&gt;&lt;/p&gt;
&lt;p&gt;You notice the drop in 0.8 development activity end of last year? At that time we successfully supported and mastered large-scale qooxdoo application development. If you haven&#039;t checked out &lt;a href=&quot;http://qooxdoo.org/community/real_life_examples#gmx_webmaillarge-scale_qooxdoo_app&quot;&gt;GMX.com&lt;/a&gt;, a large free webmail service, you should definitely do so. Some of the experience we gained from that task was also helping with the further development of qooxdoo 0.8.&lt;/p&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;Many factors - but mostly people - play a key role in developing such a ground-breaking release. qooxdoo 0.8 could not have been possible without the many users, supporters, partners, contributors, developers and, of course, &lt;a href=&quot;http://qooxdoo.org/about/developers#initiator_and_maintainer&quot;&gt;1&amp;1&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Thanks a lot for all your input, work and support!  &lt;img src=&quot;http://news.qooxdoo.org/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;-)&quot; class=&quot;wp-smiley&quot;/&gt; &lt;/p&gt;
&lt;p&gt;Please see the &lt;a href=&quot;http://qooxdoo.org/about/release_notes/0.8&quot;&gt;release notes&lt;/a&gt; for a detailed list of changes. Go &lt;a href=&quot;http://qooxdoo.org/download&quot;&gt;download&lt;/a&gt; and &lt;a href=&quot;http://qooxdoo.org/documentation/0.8#getting_started&quot;&gt;enjoy&lt;/a&gt;!&lt;/p&gt;
&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~f/qooxdoo/blog/content?a=ROPA5K&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/qooxdoo/blog/content?i=ROPA5K&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/qooxdoo/blog/content?a=DUeATk&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/qooxdoo/blog/content?i=DUeATk&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/qooxdoo/blog/content?a=HrUj5K&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/qooxdoo/blog/content?i=HrUj5K&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/qooxdoo/blog/content?a=2zTxEK&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/qooxdoo/blog/content?i=2zTxEK&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/qooxdoo/blog/content?a=yO5LHk&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/qooxdoo/blog/content?i=yO5LHk&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/qooxdoo/blog/content?a=Kp3X3K&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/qooxdoo/blog/content?i=Kp3X3K&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/qooxdoo/blog/content?a=SQGz4K&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/qooxdoo/blog/content?i=SQGz4K&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/qooxdoo/blog/content?a=YyBDuk&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/qooxdoo/blog/content?i=YyBDuk&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/qooxdoo/blog/content?a=zoAlBk&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/qooxdoo/blog/content?i=zoAlBk&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/qooxdoo/blog/content/~4/377641442&quot; height=&quot;1&quot; width=&quot;1&quot;/&gt;</description>
            
            <pubDate>Thu, 28 Aug 2008 18:57:42 -0700</pubDate>
        </item>
            
        <item>
            <title>qooxdoo 0.8 released</title>
            <link>http://swik.net/qooxdoo/qooxdoo+news/qooxdoo+0.8+released/cc2bn</link>
            <description>&lt;p&gt;Finally, here it is: the most amazing piece of software we ever released.  &lt;img src=&quot;http://news.qooxdoo.org/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;-)&quot; class=&quot;wp-smiley&quot;/&gt; &lt;/p&gt;
&lt;p&gt;qooxdoo 0.8 is a &lt;em&gt;milestone&lt;/em&gt;, for sure. Unlike the minor jump in version number may suggest, this release includes tons of changes and improvements over the previous 0.7.3. It is impossible to account for all changes here, it&#039;s even hard for the most significant ones. So if you haven&#039;t closely followed the development of qooxdoo 0.8, you may just go ahead and &lt;a href=&quot;http://demo.qooxdoo.org/&quot;&gt;see yourself&lt;/a&gt; to get an idea.&lt;/p&gt;
&lt;p&gt;There have been two main areas that improved substantially: GUI toolkit and developer tool chain.&lt;/p&gt;
&lt;h2&gt;GUI Toolkit&lt;/h2&gt;
&lt;p&gt;qooxdoo 0.8 features a complete rewrite of the &lt;a href=&quot;http://demo.qooxdoo.org/current/demobrowser&quot;&gt;GUI toolkit&lt;/a&gt;. It is state-of-the-art and supports all major browsers (IE, Firefox, Safari, Opera). The GUI toolkit has a layered architecture: on-top of a low-level DOM-oriented layer (that might be used as a separate library), it includes a large set of widgets and layout managers (perfect for building &lt;a href=&quot;http://demo.qooxdoo.org/current/feedreader&quot;&gt;RIAs&lt;/a&gt;). &lt;a href=&quot;http://demo.qooxdoo.org/&quot;&gt;Online demos&lt;/a&gt; are available. &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://demo.qooxdoo.org/current/demobrowser&quot;&gt;&lt;img src=&quot;http://news.qooxdoo.org/wp-content/uploads/2008/08/demo-browser-small.jpg&quot; alt=&quot;&quot; title=&quot;demo-browser-small&quot; width=&quot;450&quot; height=&quot;347&quot; class=&quot;alignnone size-full wp-image-296&quot;/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Users can very easily implement additional custom widgets or layouts to fit their individual needs. Theming of widgets continues to be independent from the widget code itself, and now allows for virtually unlimited styling possibilities, e.g. rounded borders, gradients, shadows. While qooxdoo comes with two new attractive themes, it is also easy to create custom themes, without any CSS knowledge required.&lt;/p&gt;
&lt;p&gt;Special thanks go to &lt;a href=&quot;http://www.ergosign.de/en/&quot;&gt;ERGOSIGN&lt;/a&gt;, a leading provider of user interface design services. In a close and fruitful collaboration we created the new default theme, that nicely demonstrates some of the UI capabilities of qooxdoo 0.8. Indulge in the so-called &quot;Modern&quot; theme! &lt;/p&gt;
&lt;h2&gt;Tool Chain&lt;/h2&gt;
&lt;p&gt;Besides the exciting changes in the GUI toolkit, the developer tool chain has also been improved tremendously. The built-in tools free the developer from tedious and complex tasks and also aid in development.&lt;/p&gt;
&lt;p&gt;Unlike the previous versions, which featured a Makefile-based build process and required Windows users to install and use Cygwin, in 0.8 all that ceremony is gone: Essentially, all that&#039;s needed is a working Python installation, which is &lt;a href=&quot;http://qooxdoo.org/documentation/0.8/requirements&quot;&gt;trivial to setup&lt;/a&gt; on any operating system, including MS Windows.&lt;/p&gt;
&lt;p&gt;With those low entrance hurdles any user should greatly benefit from the power of the integrated tool chain. There are too many features of 0.8 tooling to be mentioned here, but some highlights include image combination, integrated internationalization support, JSON-based configuration, etc. Of course, also &lt;a href=&quot;http://api.qooxdoo.org/&quot;&gt;API doc generation&lt;/a&gt; and &lt;a href=&quot;http://demo.qooxdoo.org/current/testrunner&quot;&gt;unit testing&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Getting Started&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;http://api.qooxdoo.org/&quot;&gt;&lt;img src=&quot;http://news.qooxdoo.org/wp-content/uploads/2008/08/api-viewer-small.jpg&quot; alt=&quot;&quot; title=&quot;api-viewer-small&quot; width=&quot;450&quot; height=&quot;347&quot; class=&quot;alignnone size-full wp-image-297&quot;/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;API documentation is progressing towards full coverage. The wiki-based &lt;a href=&quot;http://qooxdoo.org/documentation/0.8&quot;&gt;user manual&lt;/a&gt; of 0.8 is being updated and improved to account for all the changes and improvements. &lt;/p&gt;
&lt;p&gt;It has never been easier to get started with qooxdoo: &lt;a href=&quot;http://qooxdoo.org/download&quot;&gt;Download&lt;/a&gt; the qooxdoo 0.8 SDK package, unzip it, and see the included index.html for next steps in creating a &lt;a href=&quot;http://qooxdoo.org/documentation/0.8/helloworld&quot;&gt;hello world&lt;/a&gt; application.&lt;/p&gt;
&lt;h2&gt;Development&lt;/h2&gt;
&lt;p&gt;See the impressive number of commits over the time span of qooxdoo 0.8 development:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://news.qooxdoo.org/wp-content/uploads/2008/08/commits_per_month.png&quot; alt=&quot;&quot; title=&quot;commits_per_month&quot; width=&quot;500&quot; height=&quot;375&quot; class=&quot;alignnone size-full wp-image-294&quot;/&gt;&lt;/p&gt;
&lt;p&gt;You notice the drop in 0.8 development activity end of last year? At that time we successfully supported and mastered large-scale qooxdoo application development. If you haven&#039;t checked out &lt;a href=&quot;http://qooxdoo.org/community/real_life_examples#gmx_webmaillarge-scale_qooxdoo_app&quot;&gt;GMX.com&lt;/a&gt;, a large free webmail service, you should definitely do so. Some of the experience we gained from that task was also helping with the further development of qooxdoo 0.8.&lt;/p&gt;
&lt;h2&gt;Thanks&lt;/h2&gt;
&lt;p&gt;Many factors - but mostly people - play a key role in developing such a ground-breaking release. qooxdoo 0.8 could not have been possible without the many users, supporters, partners, contributors, developers and, of course, &lt;a href=&quot;http://qooxdoo.org/about/developers#initiator_and_maintainer&quot;&gt;1&amp;1&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Thanks a lot for all your input, work and support!  &lt;img src=&quot;http://news.qooxdoo.org/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;-)&quot; class=&quot;wp-smiley&quot;/&gt; &lt;/p&gt;
&lt;p&gt;Please see the &lt;a href=&quot;http://qooxdoo.org/about/release_notes/0.8&quot;&gt;release notes&lt;/a&gt; for a detailed list of changes. Go &lt;a href=&quot;http://qooxdoo.org/download&quot;&gt;download&lt;/a&gt; and &lt;a href=&quot;http://qooxdoo.org/documentation/0.8#getting_started&quot;&gt;enjoy&lt;/a&gt;!&lt;/p&gt;
&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~f/qooxdoo/news/content?a=S3SqbK&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/qooxdoo/news/content?i=S3SqbK&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/qooxdoo/news/content?a=3WDMfk&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/qooxdoo/news/content?i=3WDMfk&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/qooxdoo/news/content?a=BgctUK&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/qooxdoo/news/content?i=BgctUK&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/qooxdoo/news/content?a=5L3WLk&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/qooxdoo/news/content?i=5L3WLk&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/qooxdoo/news/content?a=aHrQuk&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/qooxdoo/news/content?i=aHrQuk&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/qooxdoo/news/content?a=e88y4k&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/qooxdoo/news/content?i=e88y4k&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/qooxdoo/news/content?a=o4YCXK&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/qooxdoo/news/content?i=o4YCXK&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/qooxdoo/news/content/~4/377640185&quot; height=&quot;1&quot; width=&quot;1&quot;/&gt;</description>
            
            <pubDate>Thu, 28 Aug 2008 18:54:47 -0700</pubDate>
        </item>
            
        <item>
            <title>SQLite3-Ruby 1.2.3</title>
            <link>http://swik.net/Capistrano/the+%7B+buckblogs+%3Ahere+%7D+-+Home/SQLite3-Ruby+1.2.3/cc1fa</link>
            <description>&lt;p&gt;&lt;a href=&quot;http://rubyforge.org/projects/sqlite-ruby&quot;&gt;SQLite3-Ruby&lt;/a&gt; version 1.2.3 is now available. It is a maintenance release, fixing just a few things:&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;The permissions on the database.rb and translator.rb files in 1.2.2 were incorrect, resulting in broken sqlite3-ruby installations for many *nix users. This is now fixed.&lt;/li&gt;
		&lt;li&gt;A few more Ruby 1.9 compatibility issues were patched.&lt;/li&gt;
		&lt;li&gt;Some optimizations were applied to speed up iterating over result sets.&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;To install or upgrade:&lt;/p&gt;


&lt;table class=&quot;CodeRay&quot;&gt;&lt;tr&gt;
  &lt;td title=&quot;click to toggle&quot; class=&quot;line_numbers&quot;&gt;&lt;pre&gt;&lt;tt&gt;
&lt;/tt&gt;&lt;/pre&gt;&lt;/td&gt;
  &lt;td class=&quot;code&quot;&gt;&lt;pre&gt;  gem install sqlite3-ruby&lt;/pre&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;/table&gt;


	&lt;p&gt;Thanks!&lt;/p&gt;</description>
            
            <pubDate>Thu, 28 Aug 2008 18:10:12 -0700</pubDate>
        </item>
            
        <item>
            <title>First release candidate of qooxdoo 0.8</title>
            <link>http://swik.net/qooxdoo/qooxdoo+blog/First+release+candidate+of+qooxdoo+0.8/cc0x7</link>
            <description>&lt;p&gt;We are getting closer to qooxdoo 0.8 final: a first release candidate is available. &lt;img src=&quot;http://news.qooxdoo.org/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;-)&quot; class=&quot;wp-smiley&quot;/&gt; &lt;/p&gt;
&lt;p&gt;Please &lt;a href=&quot;http://qooxdoo.org/download&quot;&gt;download&lt;/a&gt; the corresponding package and take it for a test drive. There are some open issues that are planned to be tackled within the next few days. It would be great if you could &lt;a&gt;report all issues&lt;/a&gt; you find while working with qooxdoo 0.8-rc1. Documentation of qooxdoo 0.8 is in the works and should become more complete and accurate day-by-day.&lt;/p&gt;
&lt;p&gt;There have been many improvements after the beta version, so checkout the detailed &lt;a href=&quot;http://qooxdoo.org/about/release_notes/0.8-rc1&quot;&gt;release notes&lt;/a&gt;, run some &lt;a href=&quot;http://demo.qooxdoo.org/devel/index.html&quot;&gt;demos&lt;/a&gt;.&lt;/p&gt;
&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~f/qooxdoo/blog/content?a=nOlSEK&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/qooxdoo/blog/content?i=nOlSEK&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/qooxdoo/blog/content?a=ULYbOk&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/qooxdoo/blog/content?i=ULYbOk&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/qooxdoo/blog/content?a=gFgZdK&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/qooxdoo/blog/content?i=gFgZdK&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/qooxdoo/blog/content?a=m68P2K&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/qooxdoo/blog/content?i=m68P2K&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/qooxdoo/blog/content?a=1mJYek&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/qooxdoo/blog/content?i=1mJYek&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/qooxdoo/blog/content?a=sajrbK&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/qooxdoo/blog/content?i=sajrbK&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/qooxdoo/blog/content?a=tZMolK&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/qooxdoo/blog/content?i=tZMolK&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/qooxdoo/blog/content?a=GvvTfk&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/qooxdoo/blog/content?i=GvvTfk&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/qooxdoo/blog/content?a=UtJNSk&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/qooxdoo/blog/content?i=UtJNSk&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/qooxdoo/blog/content/~4/371087111&quot; height=&quot;1&quot; width=&quot;1&quot;/&gt;</description>
            
            <pubDate>Thu, 28 Aug 2008 18:08:16 -0700</pubDate>
        </item>
            
        <item>
            <title>Introducing Zoho Share: Sharepoint Meets YouTube</title>
            <link>http://swik.net/ZohoCreator/Zoho+Blog/Introducing+Zoho+Share%3A+Sharepoint+Meets+YouTube/cc0ps</link>
            <description>&lt;p&gt;Many of you have used our applications to create, share and publish content. While you&amp;#8217;ve had control on the creation part and the sharing part, there was little visibility on the published content. The documents you published are a list of URLs. We plan to change that with our new addition to Zoho Suite - Zoho Share.&lt;/p&gt;
&lt;p&gt;Our vision for Zoho Share is Sharepoint meets YouTube: the business benefits of organizational document repositories, presented for the YouTube generation, with a friendly, familiar interface.&lt;/p&gt;
&lt;p&gt;The Sharepoint part is very important: Zoho Share is a central place where we bring together all published content. If you are an individual publishing your documents, the content appears in Zoho Share under your profile. Zoho Business users have an option to publish the documents within the organization. In this case Zoho Share acts as a published document repository &lt;em&gt;within &lt;/em&gt;(and only within) the organization. The analogy here is an organization&amp;#8217;s internal Sharepoint repository, but with YouTube style enhancements.&lt;/p&gt;
&lt;p&gt;Zoho Share is about content that is published and the people who publish it. All the public content from Zoho Writer, Sheet &amp;amp; Show can now be viewed in Zoho Share. You can browse through various documents, presentations, spreadsheets and PDFs under the Content section of Zoho Share. These different types of documents can be viewed in different modes. You can Comment, Rate, Bookmark, Email and Embed the content from Zoho Share.&lt;/p&gt;
&lt;p&gt;The following video provides a quick overview of the application.&lt;/p&gt;
&lt;p&gt;&lt;object width=&quot;655&quot; height=&quot;486&quot;&gt;&lt;param name=&quot;name&quot; value=&quot;viddler&quot;/&gt;&lt;param name=&quot;src&quot; value=&quot;http://www.viddler.com/player/86ec1f66/210.17/&quot;/&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;/&gt;&lt;embed type=&quot;application/x-shockwave-flash&quot; width=&quot;655&quot; height=&quot;486&quot; src=&quot;http://www.viddler.com/player/86ec1f66/210.17/&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;One of the unique functionality of Zoho Share is the ability to define a license for the content you upload/publish. Users can also view the content by the license type.&lt;/p&gt;
&lt;p&gt;Under the People Section, Zoho Chat is integrated into Zoho Share to facilitate interaction between content creators and content consumers. &amp;#8216;My Area&amp;#8217; section lets you view all your documents from Writer, Sheet &amp;amp; Show.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://blogs.zoho.com/wp-content/uploads/2008/08/sharess.png&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;alignnone size-medium wp-image-2623 aligncenter&quot; title=&quot;Zoho Share Screenshot &quot; src=&quot;http://blogs.zoho.com/wp-content/uploads/2008/08/sharess.png&quot; alt=&quot;&quot; width=&quot;589&quot; height=&quot;358&quot;/&gt;&lt;/p&gt;
&lt;p&gt;Currently documents published with Zoho Writer, Sheet &amp;amp; Show will appear in Zoho Share. Other content will follow. Going forward, we will also add the ability to publish documents directly to Zoho Share from other Zoho Apps.&lt;/p&gt;
&lt;p&gt;Please note that only published documents will be listed under Zoho Share. Any shared documents will continue to remain private. If you wish to remove any public documents, please do so from the &amp;#8216;My Area&amp;#8217; section in Zoho Share or the appropriate Zoho applications.&lt;/p&gt;
&lt;p&gt;Please do give this a try and let us know what you think.&lt;/p&gt;
&lt;p&gt;(Update: Reviews at &lt;a href=&quot;http://www.techcrunch.com/2008/08/21/zoho-brings-it-all-together-with-zoho-share/&quot;&gt;TechCrunch&lt;/a&gt;, &lt;a href=&quot;http://news.cnet.com/8301-17939_109-10021889-2.html&quot;&gt;Webware&lt;/a&gt;, &lt;a href=&quot;http://mashable.com/2008/08/21/zoho-share/&quot;&gt;Mashable&lt;/a&gt;, &amp;#8230;&lt;/p&gt;
&lt;p&gt;Many reviewers think of it as &amp;#8220;YouTube for documents&amp;#8221; which Scribd &amp;amp; Docstoc have popularized. We view Zoho Share more of as &amp;#8220;Sharepoint Meets YouTube&amp;#8221; or &amp;#8220;Sharepoint for the YouTube generation&amp;#8221; which is a key difference. In keeping with it, we have avoided too much Flash (!) and kept the players as simple HTML/Javascript. It is an intentional design choice.)&lt;/p&gt;
</description>
            
            <pubDate>Thu, 28 Aug 2008 18:07:04 -0700</pubDate>
        </item>
            
        <item>
            <title>Zoho Projects : Create Project templates, Bulk upload documents and more</title>
            <link>http://swik.net/ZohoCreator/Zoho+Blog/Zoho+Projects+%3A+Create+Project+templates%2C+Bulk+upload+documents+and+more/cc0pr</link>
            <description>&lt;p&gt;Today&amp;#8217;s Zoho Projects update brings in a few more goodies.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Project Templates&lt;/strong&gt; : Zoho Projects has had Tasklist Templates for quite some time now. This has now been enhanced to include defining whole projects as templates. In addtion to defining tasklists, you can now have Milestones (consisting of various tasklists), documents, forum posts &amp;amp; users added to a template. And whenever a new project is created, you needn&amp;#8217;t start from scratch but make a copy of a suitable project template (whereever applicable).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Bulk Upload Documents&lt;/strong&gt; : Typically, when a new project gets started, you upload various documents like requirement docs, drawings, design plans, test procedures etc related to that project. What better way than to choose once and upload all of them in one go? Zoho Projects now offers multiple file uploads.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Log time&lt;/strong&gt; : Logging time has now been made easier. A clock icon comes on moving your mouse over the days in the calendar view. You can click on it and log the time for your tasks in that project.&lt;/p&gt;
&lt;p&gt;You can also log time, edit the logged time in the &lt;strong&gt;List View&lt;/strong&gt; under the &lt;strong&gt;Timesheet&lt;/strong&gt; tab now.&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;
&lt;p&gt;Do try the latest features in &lt;a href=&quot;http://projects.zoho.com/&quot;&gt;Zoho Projects&lt;/a&gt;.&lt;/p&gt;
</description>
            
            <pubDate>Thu, 28 Aug 2008 18:07:04 -0700</pubDate>
        </item>
            
        <item>
            <title>MySQL Workbench 5.1 Alpha for Linux in Less Than 30 Days</title>
            <link>http://swik.net/MySQL/Planet+MySQL/MySQL+Workbench+5.1+Alpha+for+Linux+in+Less+Than+30+Days/cc0hs</link>
            <description>&lt;p&gt;A lot of people have been waiting for this a long time - so I am very happy to announce that we will publish the first Alpha that runs natively on Linux end of September. We will release generic binaries and the 5.1 source tarball including everything that is needed to build yourself.&lt;/p&gt;
&lt;p&gt;This will not be a feature-complete beta release yet, but we are trying to get the basic functionality working so everybody can start modeling right away. We spent most of the last few months working on updating the Back-End implementation to use the GRTv4 and to prepare our platform-independent mForms. I expect the actual Front-End port to make good progress.&lt;/p&gt;
&lt;p&gt;Let me share two screenshots I just made on Ubuntu, our Linux distro of choice. The first one shows the MySQL Model page. The Sakila demo model has been loaded.&lt;/p&gt;
&lt;p style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://dev.mysql.com/workbench/wp-content/uploads/wb51linuxpreview1a.png&quot; title=&quot;WB 5.1 Linux Preview 1 Small&quot;&gt;&lt;img src=&quot;http://dev.mysql.com/workbench/wp-content/uploads/wb51linuxpreview1asmall.png&quot; alt=&quot;WB 5.1 Linux Preview 1 Small&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The second screenshot shows the EER Diagram. This first Alpha will still use the software rendering option but we are looking forward to enable the OpenGL pretty soon.&lt;/p&gt;
&lt;p style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://dev.mysql.com/workbench/wp-content/uploads/wb51linuxpreview2a.png&quot; title=&quot;WB 5.1 Linux Preview 2 Small&quot;&gt;&lt;img src=&quot;http://dev.mysql.com/workbench/wp-content/uploads/wb51linuxpreview2asmall.png&quot; alt=&quot;WB 5.1 Linux Preview 2 Small&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Keep monitoring the blog - we will publish new screenshots as we go.&lt;/p&gt;</description>
            
            <pubDate>Thu, 28 Aug 2008 18:05:40 -0700</pubDate>
        </item>
            
        <item>
            <title>Recommended Add-ons</title>
            <link>http://swik.net/Songbird/Songbirdnest.com+blogs/Recommended+Add-ons/ccz3c</link>
            <description>&lt;p&gt;The Songbird add-on developer community has been on a tear!  We&amp;#8217;ve been seeing a ton of great add-ons being published lately.  In order to help new Songbird users dive in with a good starter set of add-ons, we&amp;#8217;ve taken a page from &lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/recommended&quot;&gt;our friends at Mozilla&lt;/a&gt; and have published &lt;a href=&quot;http://addons.songbirdnest.com/recommended&quot;&gt;a list of recommended Songbird starter add-ons&lt;/a&gt;, hand-picked by the Songbird team.&lt;/p&gt;
&lt;p&gt;This list is dynamic, and you can expect it to change over time as we identify those add-ons with broad community appeal. Your participation on the add-ons site is important in establishing which add-ons are most vital for new users, so be sure to use the rating tool and leave a comment on your favorite add-ons. We use a variety of statistics to help guide the selection but the key metric is community activity.&lt;/p&gt;
&lt;p&gt;Tip: Check out the list in Songbird to get recommendations tailor fit for your platform and player version.&lt;/p&gt;
&lt;img src=&quot;http://feeds.songbirdnest.com/~r/songbird-blog/~4/370193025&quot; height=&quot;1&quot; width=&quot;1&quot;/&gt;</description>
            
            <pubDate>Thu, 28 Aug 2008 18:04:24 -0700</pubDate>
        </item>
            
        <item>
            <title>Songbird Beta is Released!</title>
            <link>http://swik.net/Songbird/Songbirdnest.com+blogs/Songbird+Beta+is+Released%21/ccz27</link>
            <description>&lt;div style=&quot;border:2px solid #f5f5d7; background-color:#ffffeb; padding:0.5em; text-align:center; margin-bottom:1em;&quot;&gt;&lt;strong&gt;Songbird Beta is &lt;a href=&quot;http://getsongbird.com/&quot;&gt;now available for download!&lt;/a&gt;&lt;/strong&gt;&lt;/div&gt;
&lt;p&gt;&lt;img src=&quot;http://files.songbirdnest.com/summited.png&quot;&gt;&lt;/p&gt;
&lt;p&gt;We’re excited to announce that Songbird is now in public Beta!  This update to Songbird includes a new default look and feel, several new features, performance gains, improvements to stability and additional playback capabilities.&lt;/p&gt;
&lt;h4&gt;New Features&lt;/h4&gt;
&lt;p class=&quot;clear&quot;&gt;&lt;img class=&quot;thumb left&quot; src=&quot;http://files.songbirdnest.com/0.7-screenshots/0.7.new-ui.png&quot; alt=&quot;A New Look&quot;/&gt;&lt;strong&gt;A New Look&lt;/strong&gt;&lt;br/&gt;
We&amp;#8217;ve completely redesigned Songbird to make it simpler and more intuitive.  We&amp;#8217;ve improved drag-and-drop throughout the application and worked to optimize music management vs. web browsing experiences.&lt;/p&gt;
&lt;p class=&quot;clear&quot;&gt;&lt;img class=&quot;thumb left&quot; src=&quot;http://files.songbirdnest.com/0.7-screenshots/0.7.smart-playlist.png&quot; alt=&quot;Smart Playlists&quot;/&gt;&lt;strong&gt;Smart Playlists&lt;/strong&gt;&lt;br/&gt;
Create dynamic playlists that automatically update based on criteria you set.&lt;/p&gt;
&lt;p class=&quot;clear&quot;&gt;&lt;img class=&quot;thumb left&quot; src=&quot;http://files.songbirdnest.com/0.7-screenshots/0.7.concert-column.png&quot; alt=&quot;Concert Tickets&quot;/&gt;&lt;strong&gt;Concert Tickets&lt;/strong&gt;&lt;br/&gt;
Discover upcoming shows in your area based on the artists in your library. Event listings powered by &lt;a href=&quot;http://www.songkick.com/&quot;&gt;Songkick&lt;/a&gt;.&lt;/p&gt;
&lt;p class=&quot;clear&quot;&gt;&lt;img class=&quot;thumb left&quot; src=&quot;http://files.songbirdnest.com/0.7-screenshots/0.7.lastfm-love-block.png&quot; alt=&quot;Last.fm Scrobbling&quot;/&gt;&lt;strong&gt;Last.fm Scrobbling&lt;/strong&gt;&lt;br/&gt;
Integrated Last.fm support that allows you to scrobble, love, and ban your tracks.&lt;/p&gt;
&lt;p class=&quot;clear&quot;&gt;&lt;img class=&quot;thumb left&quot; src=&quot;http://files.songbirdnest.com/0.7-screenshots/0.7.album-art.png&quot; alt=&quot;Album Artwork&quot;/&gt;&lt;strong&gt;Album Artwork&lt;/strong&gt;&lt;br/&gt;
Display the currently playing track&amp;#8217;s album art and write new artwork back to the file.&lt;/p&gt;
&lt;p&gt;Note: If you are upgrading from an older version of Songbird, be sure to get the &lt;a href=&quot;http://addons.songbirdnest.com/tag/recommended?order=last-updated&quot;&gt;Concerts and Last.fm add-ons&lt;/a&gt; so you can enjoy all the new features we’re talking about!&lt;/p&gt;
&lt;h4&gt;Performance Enhancements&lt;/h4&gt;
&lt;p&gt;A lot of users have asked us to devote cycles to focusing on performance and stability improvements. We made substantial investments in this release and will continue to dedicate much of our next release to focusing on this area. In this release we:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Started our migration towards adopting GStreamer as our media core on all platforms.  Starting with this release, GStreamer handles playback of FLAC files.  In our next release, GStreamer will become our default media core and handle all codec playback and enable additional functionality, such as gapless playback.&lt;/li&gt;
&lt;li&gt;Improved startup performance.  Launching Songbird is now significantly faster than before, in some cases by several orders of magnitude.&lt;/li&gt;
&lt;li&gt;Reduced memory usage on Windows and Linux by enabling jemalloc as Songbird’s memory allocator.&lt;/li&gt;
&lt;li&gt;Reduced the time it takes to import media and scan metadata.  On all platforms reading metadata is now twice as fast.&lt;/li&gt;
&lt;li&gt;Improved search results and sort order by ignoring diacritics (like &amp;#225;, &amp;#246; etc).&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;For Developers&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;We’ve created a simple guide for &lt;a href=&quot;http://wiki.songbirdnest.com/Developer/Articles/Maintaining_Add-Ons/Updating_Feathers_For_0.7&quot;&gt;updating 0.6 Feathers to be 0.7.0 compatible.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;We introduced a new &lt;a href=&quot;http://src.songbirdnest.com/source/xref/client/components/mediacore/playback/history/public/&quot;&gt;Playback History API&lt;/a&gt; that allows add-on authors to access users&amp;#8217; playback history.  The new &lt;a href=&quot;http://addons.songbirdnest.com/addon/106&quot;&gt;Last.fm add-on&lt;/a&gt; is based on it.&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Early Feedback on 0.7&lt;/h4&gt;
&lt;blockquote&gt;&lt;p&gt;&lt;em&gt;&amp;#8220;A marked improvement over the last release&amp;#8221;&lt;/em&gt; - &lt;a href=&quot;http://www.techcrunch.com/2008/08/20/songbird-releases-beta-of-web-integrated-media-player/&quot;&gt;Jason Kincaid - TechCrunch&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;&lt;p&gt;&lt;em&gt;&amp;#8220;Songbird&amp;#8217;s new UI is also a major improvement&amp;#8221;&lt;/em&gt; - &lt;a href=&quot;http://www.readwriteweb.com/archives/songbird_07_big_improvements_f.php&quot;&gt;Sarah Perez - ReadWriteWeb&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;h4&gt;What&amp;#8217;s Next&lt;/h4&gt;
&lt;p&gt;As we march towards a 1.0 release, our goal is to improve existing features while continuing to focus on performance gains and stability issues.  Stay tuned to the &lt;a href=&quot;http://blog.songbirdnest.com/&quot;&gt;blog&lt;/a&gt; to keep up to date, or if you like to live dangerously check out one of our &lt;a href=&quot;http://wiki.songbirdnest.com/Developer/Articles/Builds/Nightly_Builds&quot;&gt;nightly builds&lt;/a&gt; and see the progress for yourself! &lt;/p&gt;
&lt;p&gt;We’re always interested in hearing your feedback so please comment below and file bugs and/or feature requests in &lt;a href=&quot;http://bugzilla.songbirdnest.com/enter_bug.cgi?product=Songbird&quot;&gt;bugzilla&lt;/a&gt;.&lt;/p&gt;
&lt;img src=&quot;http://feeds.songbirdnest.com/~r/songbird-blog/~4/370579892&quot; height=&quot;1&quot; width=&quot;1&quot;/&gt;</description>
            
            <pubDate>Thu, 28 Aug 2008 18:04:24 -0700</pubDate>
        </item>
            
        <item>
            <title>First release candidate of qooxdoo 0.8</title>
            <link>http://swik.net/qooxdoo/qooxdoo+news/First+release+candidate+of+qooxdoo+0.8/ccztc</link>
            <description>&lt;p&gt;We are getting closer to qooxdoo 0.8 final: a first release candidate is available. &lt;img src=&quot;http://news.qooxdoo.org/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;-)&quot; class=&quot;wp-smiley&quot;/&gt; &lt;/p&gt;
&lt;p&gt;Please &lt;a href=&quot;http://qooxdoo.org/download&quot;&gt;download&lt;/a&gt; the corresponding package and take it for a test drive. There are some open issues that are planned to be tackled within the next few days. It would be great if you could &lt;a&gt;report all issues&lt;/a&gt; you find while working with qooxdoo 0.8-rc1. Documentation of qooxdoo 0.8 is in the works and should become more complete and accurate day-by-day.&lt;/p&gt;
&lt;p&gt;There have been many improvements after the beta version, so checkout the detailed &lt;a href=&quot;http://qooxdoo.org/about/release_notes/0.8-rc1&quot;&gt;release notes&lt;/a&gt;, run some &lt;a href=&quot;http://demo.qooxdoo.org/devel/index.html&quot;&gt;demos&lt;/a&gt;.&lt;/p&gt;
&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~f/qooxdoo/news/content?a=AMfX9K&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/qooxdoo/news/content?i=AMfX9K&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/qooxdoo/news/content?a=xPjMmk&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/qooxdoo/news/content?i=xPjMmk&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/qooxdoo/news/content?a=jWXCUK&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/qooxdoo/news/content?i=jWXCUK&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/qooxdoo/news/content?a=pV5TDk&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/qooxdoo/news/content?i=pV5TDk&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/qooxdoo/news/content?a=mePnYk&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/qooxdoo/news/content?i=mePnYk&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/qooxdoo/news/content?a=4TLBTk&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/qooxdoo/news/content?i=4TLBTk&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/qooxdoo/news/content?a=puuEQK&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/qooxdoo/news/content?i=puuEQK&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/qooxdoo/news/content/~4/371086714&quot; height=&quot;1&quot; width=&quot;1&quot;/&gt;</description>
            
            <pubDate>Thu, 28 Aug 2008 18:02:29 -0700</pubDate>
        </item>
            
        <item>
            <title>Internet Explorer 8 Beta 2 and Web Standards</title>
            <link>http://swik.net/Ajax/Ajaxian/Internet+Explorer+8+Beta+2+and+Web+Standards/cczoy</link>
            <description>&lt;p&gt;Internet Explorer 8 Beta 2 was released today. There are several cool UI enhancements that this beta brings to the table that I won&#039;t cover in this post, but you can &lt;a href=&quot;http://blogs.msdn.com/ie/archive/2008/08/27/internet-explorer-8-beta-2-now-available.aspx&quot;&gt;learn more about them on the IEBlog&lt;/a&gt;. Instead, I want to talk about how beta 2 affects IE&#039;s relationship to web standards.&lt;/p&gt;
&lt;p&gt;First, &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/ms537634.aspx&quot;&gt;CSS Expressions&lt;/a&gt; are no longer supported in &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/cc288325(VS.85).aspx&quot;&gt;Standards Mode&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Also known as &#039;Dynamic Properties&#039;, CSS expressions are a proprietary extension to CSS with a high performance cost. As of Internet Explorer 8 Beta 2, CSS expressions are not supported in IE8 standards mode. They are still supported in IE7 Strict mode and Quirks mode for backward compatibility.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;In case you don&#039;t know, CSS expressions were actual bits of JavaScript that you could run from CSS rules; this was commonly used to simulate the CSS &lt;a href=&quot;http://www.w3schools.com/css/pr_dim_max-width.asp&quot;&gt;&lt;code&gt;max-width&lt;/code&gt;&lt;/a&gt; property for IE:&lt;/p&gt;
&lt;div class=&quot;igBar&quot;&gt;&lt;a href=&quot;javascriptshowCodeTxt(&#039;css-6&#039;);&quot;&gt;PLAIN TEXT&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;syntax_hilite&quot;&gt;&lt;span style=&quot;color:#000000; font-weight:bold;&quot;&gt;CSS:&lt;/span&gt;
&lt;div id=&quot;css-6&quot;&gt;
&lt;div class=&quot;css&quot;&gt;
&lt;ol&gt;
&lt;li style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&quot;&gt;
&lt;div style=&quot;color:#000000; font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;&amp;#160;&lt;/div&gt;
&lt;/li&gt;
&lt;li style=&quot;font-weight: bold;color:#26536A;&quot;&gt;
&lt;div style=&quot;color:#000000; font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;div&lt;span style=&quot;color: #6666ff;&quot;&gt;.someClass &lt;/span&gt;&lt;span style=&quot;color:#006600; font-weight:bold;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&quot;&gt;
&lt;div style=&quot;color:#000000; font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;/* Internet Explorer */&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li style=&quot;font-weight: bold;color:#26536A;&quot;&gt;
&lt;div style=&quot;color:#000000; font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;width&lt;/span&gt;: expression&lt;span style=&quot;color:#006600; font-weight:bold;&quot;&gt;&amp;#40;&lt;/span&gt;document.body.clientWidth&amp;amp;gt; &lt;span style=&quot;color:#800000;&quot;&gt;600&lt;/span&gt;&lt;span style=&quot;color:#006600; font-weight:bold;&quot;&gt;&amp;#41;&lt;/span&gt; ? &lt;span style=&quot;color: #ff0000;&quot;&gt;&quot;600px&quot;&lt;/span&gt; : &lt;span style=&quot;color: #ff0000;&quot;&gt;&quot;auto&quot;&lt;/span&gt;;&lt;/div&gt;
&lt;/li&gt;
&lt;li style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&quot;&gt;
&lt;div style=&quot;color:#000000; font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;/* Standards-compliant browsers */&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li style=&quot;font-weight: bold;color:#26536A;&quot;&gt;
&lt;div style=&quot;color:#000000; font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;max-width&lt;/span&gt;: 600px;&lt;/div&gt;
&lt;/li&gt;
&lt;li style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&quot;&gt;
&lt;div style=&quot;color:#000000; font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;&lt;span style=&quot;color:#006600; font-weight:bold;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li style=&quot;font-weight: bold;color:#26536A;&quot;&gt;
&lt;div style=&quot;color:#000000; font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;&amp;#160;&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;IE 8 beta 2 also now supports alternate style sheets:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Internet Explorer 8 now supports alternative style sheets as specified by HTML4 and CSS2.1. The alternative styles that are defined by the Web page author is available through the Style menu under the Page menu. The styles are also available through the Style menu under the View menu. The No Style option on either menu can be used to disable all authors styling.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;In terms of the Known Issues with IE 8 Beta 2, the first is related to Ajax bookmarking and back button support and using &lt;code&gt;window.location.hash&lt;/code&gt; to do cross-domain communication:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Internet Explorer 8 create entries in the travel log and back button for each instance of window.location.hash that is set. This is part of the behavior for Internet Explorer 8 AJAX Navigation. If you use this technique to communicate between documents, we recommend that you switch to the Internet Explorer 8 Cross Document Messaging feature that is based on &lt;a href=&quot;http://www.w3.org/html/wg/html5/#crossDocumentMessages&quot;&gt;Section 6.4 of the HTML 5.0 specification&lt;/a&gt;.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Finally, there are some issues with the &lt;code&gt;onload&lt;/code&gt; event for IE&#039;s &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/cc288060(VS.85).aspx&quot;&gt;XDomainRequest&lt;/a&gt; object that helps with cross-domain communication:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;The onload event may not fire reliably. We recommend you use the onprogress events which continues to fire as the data is received.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Unfortunately this is it for this release. You can see the &lt;a href=&quot;http://support.microsoft.com/kb/949787&quot;&gt;full Beta 2 release notes&lt;/a&gt;, or download it yourself.&lt;/p&gt;
&lt;p&gt;On a related note, IE 8 Beta 2 &lt;a href=&quot;http://blogs.msdn.com/ie/archive/2008/08/27/internet-explorer-8-beta-2-now-available.aspx&quot;&gt;includes cross-site scripting attack (XSS) protection&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;The XSS Filter operates as an IE8 component with visibility into all requests / responses flowing through the browser. When the filter discovers likely XSS in a cross-site request, it identifies and neuters the attack if it is replayed in the server’s response. Users are not presented with questions they are unable to answer – IE simply blocks the malicious script from executing.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Finally, &lt;a href=&quot;http://www.quirksmode.org/about/intro.html&quot;&gt;PPK&lt;/a&gt; has also &lt;a href=&quot;http://www.quirksmode.org/blog/archives/2008/08/ie8b2_released.html&quot;&gt;published a post&lt;/a&gt; on IE 8 Beta 2 and its changes.&lt;/p&gt;
&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~f/ajaxian?a=ZiDuIK&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/ajaxian?i=ZiDuIK&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/ajaxian?a=WQLIYK&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/ajaxian?i=WQLIYK&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/ajaxian?a=ahIt4k&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/ajaxian?i=ahIt4k&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
            
            <pubDate>Thu, 28 Aug 2008 18:01:08 -0700</pubDate>
        </item>
            
        <item>
            <title>Drupal in Libraries</title>
            <link>http://swik.net/Drupal/drupal.org+-+Community+plumbing/Drupal+in+Libraries/ccy53</link>
            <description>&lt;div style=&quot;float: right; padding: 0.8em&quot;&gt;&lt;img src=&quot;http://www.techsource.ala.org/media/ltr/LTR.44.4.cvr_graphic.jpg&quot;&gt;&lt;/div&gt;
&lt;p&gt;&quot;Drupal in Libraries&quot;  is the subject of the May / June edition of Library Technology Reports. (&lt;a href=&quot;http://www.techsource.ala.org/ltr/drupal-in-libraries.html&quot; title=&quot;http://www.techsource.ala.org/ltr/drupal-in-libraries.html&quot;&gt;http://www.techsource.ala.org/ltr/drupal-in-libraries.html&lt;/a&gt;)  Authors &lt;a href=&quot;http://drupal.org/user/16071&quot;&gt;Andy Austin (aaustin)&lt;/a&gt; and &lt;a href=&quot;http://schoolof.info/infomancy/&quot;&gt;Chris Harris (cgharris)&lt;/a&gt; present an overview of Drupal for the library audience hoping to show why and how libraries can get started using Drupal.&lt;/p&gt;
&lt;p&gt;Library Technology Reports is published by ALA Techsource, a unit of the publishing department of the American Library Association.  The &lt;a href=&quot; http://www.alatechsource.org/blog&quot;&gt;ALA Techsource website&lt;/a&gt; also runs on Drupal.&lt;br/&gt;
&lt;center&gt;															&lt;/p&gt;
&lt;div id=&quot;blip_movie_content_1207998&quot;&gt;					&lt;a rel=&quot;enclosure&quot; href=&quot;http://blip.tv/file/get/Acquia-DrupalRocksLibraryWebsites304.mov&quot;&gt;&lt;img title=&quot;Click to play&quot; alt=&quot;Video thumbnail. Click to play&quot; src=&quot;http://blip.tv/file/get/Acquia-DrupalRocksLibraryWebsites304.mov.jpg&quot; border=&quot;0&quot; title=&quot;Click To Play&quot;/&gt;&lt;/a&gt;					&lt;br/&gt;					&lt;a rel=&quot;enclosure&quot; href=&quot;http://blip.tv/file/get/Acquia-DrupalRocksLibraryWebsites304.mov&quot;&gt;Click To Play&lt;/a&gt;					&lt;/div&gt;
&lt;p&gt;										&lt;/center&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://drupal.org/Drupal-in-Library-Technology-Reports&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
            
            <pubDate>Thu, 28 Aug 2008 17:54:01 -0700</pubDate>
        </item>
            
        <item>
            <title>Pro Drupal Development ships for Drupal 6!</title>
            <link>http://swik.net/Drupal/drupal.org+-+Community+plumbing/Pro+Drupal+Development+ships+for+Drupal+6%21/ccy51</link>
            <description>&lt;p&gt;&lt;a href=&quot;http://www.drupalbook.com/&quot;&gt;&lt;img src=&quot;http://www.drupalbook.com/files/pdd2_thumb.jpg&quot;/&gt;&lt;/a&gt;The much-anticipated second edition of &lt;a href=&quot;http://www.apress.com/book/view/1430209895&quot;&gt;&lt;i&gt;Pro Drupal Development&lt;/i&gt;&lt;/a&gt; has shipped! Newly updated and revised for Drupal 6, it includes more than 200 pages of additional content covering the Actions API for automating complex operations, the Batch API tools for managing long or complex processes, and other new tools. As with the first edition, it covers important foundational issues like building modules, working with FormAPI and the node system, using Drupal&#039;s search tools, and more. Purchases of the book made through &lt;a href=&quot;http://www.drupalbook.com/&quot;&gt;its web site&lt;/a&gt; also benefit the Drupal Association.&lt;/p&gt;
&lt;p&gt;When &lt;i&gt;Pro Drupal Development&lt;/i&gt; was first released in 2007, it was a runaway success, hitting the Amazon.com top 100 in just a few days. As critical tools like Views, CCK, and Drupal are shipping for Drupal 6, the book&#039;s release should help give another important boost to the Drupal development community.&lt;/p&gt;
</description>
            
            <pubDate>Thu, 28 Aug 2008 17:54:00 -0700</pubDate>
        </item>
            
        <item>
            <title>Spring Integration 1.0 Milestone 6 Released</title>
            <link>http://swik.net/Spring/Spring+Framework+News/Spring+Integration+1.0+Milestone+6+Released/ccy0s</link>
            <description>&lt;p&gt;Dear Spring community,&lt;br/&gt;
We are pleased to announce that Spring Integration 1.0.0.M6 is now available.&lt;br/&gt;
&lt;a href=&quot;http://static.springframework.org/downloads/nightly/milestone-download.php?project=INT&quot;&gt;Download&lt;/a&gt; | &lt;a href=&quot;http://static.springframework.org/spring-integration/reference/htmlsingle/spring-integration-reference.html&quot;&gt;Reference Documentation&lt;/a&gt; | &lt;a href=&quot;http://static.springframework.org/spring-integration/apidocs/&quot;&gt;JavaDoc&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;To see a list of features added and issues resolved since Milestone 5, view the &lt;a href=&quot;http://static.springframework.org/spring-integration/changelog.txt&quot;&gt;changelog&lt;/a&gt;. For more information, visit the &lt;a href=&quot;/spring-integration&quot;&gt;Spring Integration Home&lt;/a&gt; or join the discussion at the &lt;a href=&quot;http://forum.springframework.org/forumdisplay.php?f=42&quot;&gt;Spring Integration Forum&lt;/a&gt;. Community feedback is more important than ever as we approach the Release Candidate.&lt;/p&gt;
&lt;p&gt;Mark Fisher&lt;br/&gt;
Spring Integration Lead&lt;/p&gt;
</description>
            
            <pubDate>Thu, 28 Aug 2008 17:50:58 -0700</pubDate>
        </item>
            
        <item>
            <title>Upcoming Web Site Changes</title>
            <link>http://swik.net/Spring/Spring+Framework+News/Upcoming+Web+Site+Changes/ccy0r</link>
            <description>&lt;p&gt;The Spring community web site has always been the best place to get all the information you need about Spring and Spring related projects. With the goal of better serving the developers and architects that use Spring and improving their overall web experience, in the next couple of weeks, we will be making some changes and enhancements to the &lt;a href=&quot;http://www.springframework.org&quot;&gt;SpringFramework.org&lt;/a&gt; web site. These changes include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A new look and feel that emphasizes the Spring community&lt;/li&gt;
&lt;li&gt;Navigation changes to make key projects and resources easier to find&lt;/li&gt;
&lt;li&gt;Content reorganization to improve the grouping of related content &lt;/li&gt;
&lt;li&gt;Better integration of the multiple systems that the Spring community commonly use&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you want to make requests for features, can&#039;t find a previous resource that has changed in the update or if you just want to provide some feedback then send a message to the &lt;a href=&quot;mailtowebdesign@springsource.com?subject=Spring Community Web Site&quot;&gt;web design team&lt;/a&gt;. Thanks for your patience during these changes.&lt;/p&gt;
</description>
            
            <pubDate>Thu, 28 Aug 2008 17:50:58 -0700</pubDate>
        </item>
            
        <item>
            <title>Spring.NET 1.2.0 M1 Released</title>
            <link>http://swik.net/Spring/Spring+Framework+News/Spring.NET+1.2.0+M1+Released/cckzt</link>
            <description>Dear Spring Community, &lt;br/&gt;
&lt;br/&gt;
We are pleased to announce that Spring .NET 1.2.0 M1 has
been released.  &lt;br/&gt;
&lt;br/&gt;
&lt;span style=&quot;text-decoration: underline&quot;&gt;&lt;/span&gt;&lt;a href=&quot;/download.html&quot;&gt;Download&lt;/a&gt;
| &lt;a href=&quot;http://www.springsource.com/&quot;&gt;Support&lt;/a&gt;
| &lt;a href=&quot;/documentation.html#Reference_Manual_and_API&quot;&gt;Documentation&lt;/a&gt;
| &lt;a href=&quot;http://www.springframework.net/docs/1.2.0-M1/changelog.txt&quot;&gt;Changelog&lt;/a&gt;
&lt;br/&gt;
&lt;br/&gt;
This release contains the following new features:&lt;br/&gt;
&lt;ul&gt;
	&lt;li class=&quot;newslist&quot;&gt;&lt;a href=&quot;http://www.springframework.net/docs/1.2.0-M1/reference/html/wcf.html&quot;&gt;WCF Integration&lt;/a&gt; - Configure WCF services using dependency injection. Apply AOP advice to WCF services.&lt;/li&gt;
	&lt;li class=&quot;newslist&quot;&gt;&lt;a href=&quot;http://www.springframework.net/docs/1.2.0-M1/reference/html/msmq.html&quot;&gt;MSMQ integration&lt;/a&gt;
	- MSMQ helper classes to increase your productivity developing
	messaging applications.  Provides integration with Spring&#039;s
	transaction management features.&lt;/li&gt;
	&lt;li class=&quot;newslist&quot;&gt;&lt;a href=&quot;http://www.springframework.net/docs/1.2.0-M1/reference/html/messaging.html&quot;&gt;ApacheMQ integration&lt;/a&gt; - Helper classes to increase your productivity developing messaging applications with ActiveMQ/NMS&lt;/li&gt;
	&lt;li class=&quot;newslist&quot;&gt;&lt;a href=&quot;http://www.springframework.net/docs/1.2.0-M1/reference/html/messaging.html&quot;&gt;TIBCO EMS integration&lt;/a&gt; - Helper classes to increase your productivity developing messaging applications with TIBCO EMS&lt;/li&gt;
	&lt;li class=&quot;newslist&quot;&gt;&lt;a href=&quot;http://www.springframework.net/docs/1.2.0-M1/reference/html/scheduling.html&quot;&gt;Quartz integration&lt;/a&gt; - Configure Quartz jobs, schedulers, triggers using dependency injection. Convenience classes for implementing Quartz Jobs and integration with Spring&#039;s transaction management features.&lt;/li&gt;
	&lt;li class=&quot;newslist&quot;&gt;&lt;a href=&quot;http://www.springframework.net/docs/1.2.0-M1/reference/html/aop.html#aop-inheritancebasedaopconfigurer&quot;&gt;AOP&lt;/a&gt; - New inheritance based AOP proxy generation.&lt;/li&gt;
	&lt;li class=&quot;newslist&quot;&gt;NHibernate 2.0 RC1 support.&lt;/li&gt;
&lt;/ul&gt;
Other notable items&lt;br/&gt;
&lt;ul&gt;
	&lt;li&gt;Improvements were made to regarding web dependency injection performance.&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.springframework.net/docs/1.2.0-M1/reference/html/index-quickstarts.html&quot;&gt;QuickStart applications&lt;/a&gt; are available for WCF, Quartz, MQMQ, and EMS integration.&lt;/li&gt;
&lt;/ul&gt;
&lt;br/&gt;
Please refer to the
changelog for
additional details.&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
Enjoy!&lt;br/&gt;
&lt;br/&gt;
</description>
            
            <pubDate>Fri, 15 Aug 2008 08:14:09 -0700</pubDate>
        </item>
            
        <item>
            <title>Support Drupal: Sponsor Drupalcon Szeged</title>
            <link>http://swik.net/Drupal/drupal.org+-+Community+plumbing/Support+Drupal%3A+Sponsor+Drupalcon+Szeged/cch4k</link>
            <description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;Update, August 20:&lt;/em&gt; After some more sponsors have come forward (thank you!), Drupalcon Szeged now needs about €10,000 of new sponsorship to meet costs.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Looking for a way to show your support for Drupal? Easy: &lt;a href=&quot;http://szeged2008.drupalcon.org/sponsors/packages&quot; rel=&quot;nofollow&quot;&gt;sponsor the upcoming European Drupalcon&lt;/a&gt;. You&#039;ll be helping to fund critically important work--and increasing your exposure and profile in the community at the same time.&lt;/p&gt;
&lt;h3&gt;Drupalcon sponsorship: mainstay of the Drupal Association&lt;/h3&gt;
&lt;p&gt;Drupalcon is the single largest source of revenue for the &lt;a href=&quot;http://association.drupal.org&quot; rel=&quot;nofollow&quot;&gt;Drupal Association&lt;/a&gt;, the non-profit that supports Drupal. Sponsorship revenues make it possible for us to tackle key Association priorities, from protecting the legal integrity of the Drupal codebase to improving the infrastructure driving drupal.org.&lt;/p&gt;
&lt;p&gt;Revenue from past Drupalcons is directly funding pressing projects like our top priority this year: improving the drupal.org website. Sponsoring Drupalcon is a direct and concrete way to financially support the Association&#039;s work.&lt;/p&gt;
&lt;h3&gt;Profile and Benefits&lt;/h3&gt;
&lt;p&gt;Sponsoring Drupalcon is not just a way to support important work promoting the Drupal platform. It&#039;s also an opportunity for exposure and profile in the Drupal community.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://drupal.org/node/294392&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
            
            <pubDate>Thu, 14 Aug 2008 12:05:59 -0700</pubDate>
        </item>
            
        <item>
            <title>Drupal 6.4 and 5.10 released</title>
            <link>http://swik.net/Drupal/drupal.org+-+Community+plumbing/Drupal+6.4+and+5.10+released/ccfm0</link>
            <description>&lt;div style=&quot;float: right; padding: 0.8em; background-color: #0174BB; font-size: 1.2em; margin: 0 0 0.3em 0.3em; text-align: center;&quot;&gt;&lt;a href=&quot;http://ftp.drupal.org/files/projects/drupal-6.4.tar.gz&quot; style=&quot;color: white; text-decoration: underline; line-height: 1.5em;&quot;&gt;Download Drupal 6.4&lt;/a&gt;&lt;br/&gt;&lt;a href=&quot;http://ftp.drupal.org/files/projects/drupal-5.10.tar.gz&quot; style=&quot;color: white; text-decoration: underline; line-height: 1.5em;&quot;&gt;Download Drupal 5.10&lt;/a&gt;&lt;/div&gt;
&lt;p style=&quot;position: inherit;&quot;&gt;Drupal 6.4 and Drupal 5.10, maintenance releases fixing problems reported using the bug tracking system, as well as &lt;strong&gt;critical security vulnerabilities&lt;/strong&gt;, are now available for download.&lt;/p&gt;
&lt;p style=&quot;position: inherit;&quot;&gt;&lt;strong&gt;&lt;a href=&quot;/upgrade/&quot;&gt;Upgrading&lt;/a&gt; your existing Drupal 5 and 6 sites is strongly recommended.&lt;/strong&gt; There are no new features in these releases. For more information about the Drupal 6.x release series, consult the &lt;a href=&quot;http://drupal.org/drupal-6.0&quot;&gt;Drupal 6.0 release announcement&lt;/a&gt;, more information on the 5.x releases can be found in &lt;a href=&quot;http://drupal.org/drupal-5.0&quot;&gt;Drupal 5.0 release announcement&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://drupal.org/drupal-6.4&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
            
            <pubDate>Wed, 13 Aug 2008 19:05:28 -0700</pubDate>
        </item>
            
        <item>
            <title>Mark Boulton Design named redesign partner by Association</title>
            <link>http://swik.net/Drupal/drupal.org+-+Community+plumbing/Mark+Boulton+Design+named+redesign+partner+by+Association/ccfd5</link>
            <description>&lt;p&gt;The Drupal Association is pleased to announce the selection of a design partner in its Drupal.org redesign efforts. Through a competitive process, UK-based &lt;a href=&quot;http://www.markboultondesign.com/&quot; rel=&quot;nofollow&quot;&gt;Mark Boulton Design Ltd.&lt;/a&gt; was selected. Their proposal stood out because of their work on &lt;a href=&quot;http://www.coolspotters.com/&quot; rel=&quot;nofollow&quot;&gt;Coolspotters&lt;/a&gt; and the upcoming Standaard.be (launching Q4 2008), their agile design approach and their highly-experienced project team including Mark Boulton as Creative Director and project lead, Leisa Reichelt as Information Architect &amp;amp; UX Research and Carolyn Wood as Content Strategist.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://drupal.org/node/295037&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
            
            <pubDate>Wed, 13 Aug 2008 17:05:55 -0700</pubDate>
        </item>
            
        <item>
            <title>Macro Recording &amp; Playback in Zoho Sheet</title>
            <link>http://swik.net/ZohoCreator/Zoho+Blog/Macro+Recording+%26+Playback+in+Zoho+Sheet/ccdpo</link>
            <description>&lt;p&gt;&lt;img src=&quot;http://writer.zoho.com/ImageDisplay.im?name=51635000000302021/1218578156056_MacrosMenu.png&amp;amp;accId=51635000000002007&quot; border=&quot;0&quot; alt=&quot;&quot;/&gt;&lt;/p&gt;
&lt;p&gt;Some of you may know that we &lt;a href=&quot;http://blogs.zoho.com/sheet/macros-pivot-tables-more-in-zoho-sheet/&quot;&gt;recently launched Macros&lt;/a&gt; (and Pivot Tables) support in Zoho Sheet. With our recent update, we now have a new addition - Support for Visual Basic Macro Record &amp;amp; Playback in Zoho Sheet.&lt;/p&gt;
&lt;p&gt;While writing Macros from scratch requires knowledge of Visual Basic, recording Macros for your spreadsheet just needs couple of mouse clicks. Under the Macros Menu, you&amp;#8217;ll now see the &amp;#8216;Record Macro&amp;#8217; option to record your Macro.&lt;/p&gt;
&lt;p&gt;After you start recording, all the changes you make to the spreadsheet will be recorded and the appropriate Visual Basic code will be created at the back-end for you. Once you are done recording, you can view the Visual Basic Macro code and apply that Macro to other Sheets.&lt;/p&gt;
&lt;p&gt;This video shows this functionality in action.&lt;/p&gt;
&lt;p&gt;&lt;object width=&quot;568&quot; height=&quot;436&quot;&gt;&lt;param name=&quot;id&quot; value=&quot;viddler_bc9327f0&quot;/&gt;&lt;param name=&quot;allowScriptAccess&quot; value=&quot;always&quot;/&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;/&gt;&lt;param name=&quot;src&quot; value=&quot;http://www.viddler.com/player/bc9327f0/&quot;/&gt;&lt;embed id=&quot;viddler_bc9327f0&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;568&quot; height=&quot;436&quot; src=&quot;http://www.viddler.com/player/bc9327f0/&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;We have been rolling out quite a number of features and enhancements to our applications and some of them give us a great level of satisfaction.This new feature in Zoho Sheet certainly falls into this category.&lt;/p&gt;
&lt;p&gt;The fact that Zoho Sheet is the only spreadsheet (apart from Excel) to support Visual Basic Macros says a lot about our focus on the depth of our individual applications. With feature-rich apps, we are trying to address the business needs of our user base.&lt;/p&gt;
&lt;p&gt;Please give this new &lt;a href=&quot;http://sheet.zoho.com&quot;&gt;Zoho Sheet&lt;/a&gt; functionality a try and let us know what you think.&lt;/p&gt;
&lt;p&gt;Related posts at : &lt;a href=&quot;http://www.centernetworks.com/zoho-sheet-macros&quot;&gt;CenterNetworks&lt;/a&gt;, &lt;a href=&quot;http://www.readwriteweb.com/archives/zoho_adds_macro_recording.php&quot;&gt;ReadWriteWeb&lt;/a&gt;, &lt;a href=&quot;http://profy.com/2008/08/13/zoho-enhances-sheet-with-visual-basic-macros-recording/&quot;&gt;Profy&lt;/a&gt;, &lt;a href=&quot;http://techblog.dallasnews.com/archives/2008/08/zoho-adds-macros-to-its-spread.html&quot;&gt;The Dallas Morning News&lt;/a&gt;, &lt;a href=&quot;http://www.zoliblog.com/2008/08/13/macrosfordummiescom/&quot;&gt;Zoli&amp;#8217;s Blog&lt;/a&gt;.&lt;/p&gt;
</description>
            
            <pubDate>Wed, 13 Aug 2008 07:03:47 -0700</pubDate>
        </item>
            
        <item>
            <title>Show your support for Drupal at South by Southwest!</title>
            <link>http://swik.net/Drupal/drupal.org+-+Community+plumbing/Show+your+support+for+Drupal+at+South+by+Southwest%21/ccb2p</link>
            <description>&lt;p&gt;&lt;a href=&quot;http://sxsw.com/&quot; rel=&quot;nofollow&quot;&gt;South by Southwest&lt;/a&gt; (SXSW) is an annual festival and conference held every spring in Austin, Texas, dedicated to bringing together creative indviduals from around the world for a week-long celebration of music, film, and interactive technology. The interactive portion of the festival features over 150 panel discussions on cutting-edge topics in the new media industry and culture, as well as a trade show, Web Awards Competition, video game tournament, and some great after-parties.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://drupal.org/node/294523&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
            
            <pubDate>Tue, 12 Aug 2008 16:05:11 -0700</pubDate>
        </item>
            
        <item>
            <title>MySQL Workbench 5.0.24 online</title>
            <link>http://swik.net/MySQL/Planet+MySQL/MySQL+Workbench+5.0.24+online/ccby8</link>
            <description>&lt;p&gt;Finally, the next release of version 5.0 is available on our download servers. During summer time, our release-cycle got a bit loose, but we&amp;#8217;re about to tighten that again so the next release will hit the servers in less than a month again. 24 bugs were closed since release 5.0.23. Unfortunately one of the bugs discovered lately (and of course fixed in this release) was a bug in our auto-update module that could lead to a crash of Workbench when updater tried to close the running application. As a result, we had to deactivate automatic updates for versions &amp;lt; 5.0.24 so please fetch you copy manually this time via our &lt;a href=&quot;http://dev.mysql.com/downloads/workbench/5.0.html&quot; title=&quot;MySQL Workbench OSS download&quot;&gt;download page&lt;/a&gt;. All customers of SE version please log into your account and download the updated SE package from there - sorry for the inconvenience.&lt;br/&gt;
The ongoing work on version 5.1 is making good progress, while we&amp;#8217;re further decreasing the number of remaining bugs in 5.0. Download our latest build - manually this time - and keep on designing &amp;#8230;&lt;/p&gt;</description>
            
            <pubDate>Tue, 12 Aug 2008 15:14:03 -0700</pubDate>
        </item>
            
        <item>
            <title>Randy Charles Morin Becomes RSS Advisory Board Chair</title>
            <link>http://swik.net/RSS/Really+Simple+Syndication+News/Randy+Charles+Morin+Becomes+RSS+Advisory+Board+Chair/cca35</link>
            <description>&lt;p&gt;Randy Charles Morin has become the chairman of the &lt;a href=&quot;http://www.rssboard.org/&quot;&gt;RSS Advisory Board&lt;/a&gt;, taking over for Rogers Cadenhead, who will continue as a member.&lt;/p&gt;&lt;p&gt;Morin, a member of the board since 2006, is an RSS software developer who created the enormously popular RSS-to-email service &lt;a href=&quot;http://www.sendmerss.com/&quot;&gt;SendMeRSS&lt;/a&gt;, which had 50,000 users when it was sold to NBC Universal in 2007. Morin began the site -- originally called R-Mail, as a personal project, turning it into a business when it grew by 15,000 users over a 90-day period.&lt;/p&gt;&lt;p&gt;A member of the RSS community who&#039;s been evangelizing the format for years, Morin publishes the &lt;a href=&quot;http://www.therssweblog.com/&quot;&gt;RSS Blog&lt;/a&gt;, a how-to site forRSS publishers and developers that has more than 6,800 subscribers toits feed.&lt;/p&gt;&lt;p&gt;While on the board, Morin led the development of the &lt;a href=&quot;http://www.rssboard.org/rss-profile&quot;&gt;RSS Best Practices Profile&lt;/a&gt;, a set of recommendations that make it easier for feed publishers and programmers to implement RSS 2.0&lt;/a&gt;.&lt;/p&gt;&lt;img src=&quot;http://feeds.rssboard.org/~r/rssboard/~4/363084560&quot; height=&quot;1&quot; width=&quot;1&quot;/&gt;</description>
            
            <pubDate>Tue, 12 Aug 2008 10:13:32 -0700</pubDate>
        </item>
            
        <item>
            <title>New &quot;Getting Involved&quot; docs handbook coming!</title>
            <link>http://swik.net/Drupal/drupal.org+-+Community+plumbing/New+%22Getting+Involved%22+docs+handbook+coming%21/cb79x</link>
            <description>&lt;p&gt;There has been a lot of work going on in the Docs team lately and we want to share that with the larger community. The biggest news that will impact everyone is that we are in the process of creating a new top-level handbook to be added to drupal.org, called &quot;Getting Involved.&quot; It will be listed along with the other handbooks on the main &lt;a href=&quot;http://drupal.org/handbooks&quot; rel=&quot;nofollow&quot;&gt;Documentation landing page&lt;/a&gt; as well as be the new target for the Contribute tab. We have also been working on other plans and ideas to collaborate on the docs. Here is a run down of the cool stuff we have to shout about.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://drupal.org/node/293455&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
            
            <pubDate>Mon, 11 Aug 2008 13:06:07 -0700</pubDate>
        </item>
            
        <item>
            <title>Automatic Payment Reminders For Invoices</title>
            <link>http://swik.net/ZohoCreator/Zoho+Blog/Automatic+Payment+Reminders+For+Invoices/cb6gb</link>
            <description>&lt;p&gt;Our goal is to make invoicing fast, easy and painless for our customers.  When we say invoicing, we include the entire process of creating, sending, tracking and managing the invoices.  More often than not, tracking and following-up for payments takes a lot of time and energy than the other activities.  We clearly understand this.  So, here we are in line with our goal introducing a brand new feature “Automatic Payment Reminders” which we hope will definitely help reduce your pain points.&lt;/p&gt;
&lt;p&gt;Yes, now you can automate the process of sending payment reminders to your customers.  We have tried to make this feature as flexible as possible (at least that is what we think :~))&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;You can specify when each of these reminders has to be sent.  Say for example you can configure that the first reminder has to be sent 2 days after the invoice due date, the second one 14 days after the due date and the third one 21 days after the due date.&lt;/li&gt;
&lt;li&gt;You have full control over the content of each of these reminders, still better you can make use of the placeholders in the content.&lt;/li&gt;
&lt;li&gt; You also have complete control over who has to be notified via each of these reminders. You can send it to yourself or send it to your customers directly and have yourself copied.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Configuring these automatic payment reminders is simple,&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Click on the “Settings” link and select the “Payment Reminders” link under “Invoice Settings”.&lt;/li&gt;
&lt;li&gt;In the “Payment Reminder” page that comes up each of these reminders can be configured by clicking on the appropriate row in the table.&lt;/li&gt;
&lt;/ol&gt;
&lt;div&gt;&lt;img src=&quot;http://blogs.zoho.com/wp-content/uploads/2008/08/invoice-payment-reminders.png&quot; alt=&quot;Invoice Payment Reminders Settings&quot; width=&quot;530&quot; height=&quot;323&quot; class=&quot;aligncenter size-full wp-image-2606&quot;/&gt;&lt;/div&gt;
&lt;p&gt;You can try out this feature by signing into &lt;a href=&quot;http://invoice.zoho.com&quot;&gt;Zoho Invoice&lt;/a&gt; now.  We would definitely like to hear your comments and don’t forget to drop us a note when you enjoy using this feature.&lt;/p&gt;
&lt;p&gt;Happy Invoicing&lt;br/&gt;
Siva&lt;/p&gt;
</description>
            
            <pubDate>Mon, 11 Aug 2008 05:03:14 -0700</pubDate>
        </item>
            
        <item>
            <title>Gábor got married yesterday!</title>
            <link>http://swik.net/Drupal/drupal.org+-+Community+plumbing/G%C3%A1bor+got+married+yesterday%21/cb4en</link>
            <description>&lt;p&gt;I&#039;ve been working with Gábor for almost 5 years.  First as a contributor to Drupal, next as my Drupal 6 co-maintainer, and more recently as a co-worker at Acquia.  Yesterday, Gábor got married, so needless to say, a number of us traveled to Hungary to attend his wedding.  In the picture below, you can see some of the Drupal people that were present.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://drupal.org/node/293563&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
            
            <pubDate>Sun, 10 Aug 2008 12:03:15 -0700</pubDate>
        </item>
            
        <item>
            <title>Announcing Drupalcon Szeged draft program, ticket discount extended until this Friday</title>
            <link>http://swik.net/Drupal/drupal.org+-+Community+plumbing/Announcing+Drupalcon+Szeged+draft+program%2C+ticket+discount+extended+until+this+Friday/cbtbj</link>
            <description>&lt;div style=&quot;float: right; margin: 0 0 1em 1em;&quot;&gt;&lt;a href=&quot;http://szeged2008.drupalcon.org/&quot;&gt;&lt;img src=&quot;http://drupal.org/files/drupalcon_logo.png&quot; alt=&quot;Drupalcon Szeged 2008 logo&quot;/&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;We have &lt;a href=&quot;http://szeged2008.drupalcon.org/program/schedule&quot;&gt;just published our draft session schedule for Drupalcon Szeged 2008&lt;/a&gt; yesterday based on feedback from you, the track chair selections and available rooms and timeslots. While building up the program, we took great care to find enough time for attendees to network, discuss code and business. &lt;/p&gt;
&lt;p&gt;The unconference never received so much attention at Drupalcons. We set aside three workshop rooms for bigger BoFs, and now allow you to schedule your BoFs yourselves way in advance. It was a popular request to be able to know the unconference program before the event for easier planning (even though this goes against the unconference definition a bit). While BoF speakers can modify their placement whenever they see appropriate (even on the day their BoF would be held), the pre-scheduling possibility might help you gauge the wealth of program available on this event. You will be able to &lt;a href=&quot;http://szeged2008.drupalcon.org/node/add/session-or-bof&quot;&gt;submit and schedule&lt;/a&gt; new BoF proposals on the spot in Szeged, but submitting earlier will help you get more attention to your topic.&lt;/p&gt;
&lt;p&gt;Some early quotes we have heard about our program include Peter Wolanin of Acquia saying yesterday: Hmm, I might have to cancel all my BoFs - too many sessions I want to see! and Mikkel Høgh of Peytz &amp;amp; Co tweeting just took a look at the tentative Drupalcon schedule [...] – so much to see, so little time. It&#039;s going to be hard to pick….&lt;/p&gt;
&lt;p&gt;Now that the program is out and unconference sessions are put into place, we thought you might decide easier to attend Drupalcon. So to make it a trivial decision, we extended our discount on tickets until this Friday. You can still &lt;a href=&quot;http://szeged2008.drupalcon.org/register&quot;&gt;buy 120 EUR tickets for Drupalcon today and tomorrow&lt;/a&gt;. If you are still not among those registered, don&#039;t miss the opportunity now!&lt;/p&gt;
&lt;p&gt;At last but not least, &lt;a href=&quot;http://szeged2008.drupalcon.org/sponsors/packages/&quot;&gt;some sponsor spots are still available&lt;/a&gt; and we are now selling booths at the different exhibitions as well. If your company would like to reach the hundreds of Drupal people at the event, or would like the developers among them to resell your hosting or other services to their customers, you should sign up as soon as possible to get into our booklet and have maximum impact.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://drupal.org/node/292298&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
            
            <pubDate>Thu, 07 Aug 2008 02:02:39 -0700</pubDate>
        </item>
            
        <item>
            <title>Knight Drupal Initaitive Monthly Proposal Review -- 7 August 2008</title>
            <link>http://swik.net/Drupal/drupal.org+-+Community+plumbing/Knight+Drupal+Initaitive+Monthly+Proposal+Review+--+7+August+2008/cbsta</link>
            <description>&lt;p&gt;&lt;img src=&quot;http://drupal.org/files/images/kdi_two.thumbnail.png&quot; class=&quot;picture&quot;/&gt;&lt;/p&gt;
&lt;p&gt;The &lt;a href=&quot;http://groups.drupal.org/knight-drupal-initiative&quot;&gt;Knight Drupal Initiative&lt;/a&gt; is an ongoing grant program for Drupal development.  To make the program successful, community review of proposals is essential.&lt;/p&gt;
&lt;p&gt;We will meet for the next round of proposal reviews on Thursday, August 7th at 15:00 Eastern (US) (19:00 UTC).  This meeting is part of our ongoing monthly review meetings. To be held in #drupal-dojo on IRC [freenode]. (See &lt;a href=&quot;http://drupal.org/irc&quot; title=&quot;http://drupal.org/irc&quot;&gt;http://drupal.org/irc&lt;/a&gt; for information.)&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://drupal.org/node/287552&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
            
            <pubDate>Wed, 06 Aug 2008 12:02:52 -0700</pubDate>
        </item>
                </channel>
</rss>
