<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://gotdrupal.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>GotDrupal.com | Drupal Tutorial Site - module research</title>
 <link>http://gotdrupal.com/taxonomy/term/21/0</link>
 <description></description>
 <language>en</language>
<item>
 <title>How To: Finding &amp; Testing Out New Modules</title>
 <link>http://gotdrupal.com/videos/finding-testing-out-new-modules</link>
 <description>&lt;!-- google_ad_section_start --&gt;&lt;p&gt;Drupal changes so fast that it&#039;s hard to keep your head above water. Only now, are many site maintainers deciding to upgrade to version 6. The biggest reason for the delay, despite the amount of time version 6 has been out, is the slow going with various modules being&amp;nbsp;updated.&lt;/p&gt;
&lt;p&gt;So the question is... &quot;How do I keep current with modules?&quot;, and &quot;What new modules replace the modules I&#039;ve been&amp;nbsp;using?&quot;.&lt;/p&gt;
&lt;p&gt;Well, much of this lies on your shoulders - such as reading the news. Fortunately, there are some tricks you can employ to get the information you need&amp;nbsp;quickly.&lt;/p&gt;
&lt;p&gt;In this video, I talk about the sites, &lt;a href=&quot;http://www.mozilla.org/products/firefox/smart-keywords.html&quot; title=&quot;Firefox Keyword Searches&quot;&gt;tools&lt;/a&gt; and methods I use to keep up-to-date and notified about new modules and what modules provide which&amp;nbsp;features.&lt;/p&gt;
&lt;p&gt;If you&#039;re interested in yet even more information about how I research modules then &lt;a href=&quot;http://gotdrupal.com/videos/building-drupal-modules-02-doing-thorough-module-research&quot; title=&quot;Developer Module Research&quot;&gt;this video&lt;/a&gt; might help you&amp;nbsp;out.&lt;/p&gt;
&lt;p&gt;Here is the list of links I use for keeping&amp;nbsp;up-to-date.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/planet&quot; title=&quot;The Drupal Feed to Rule them All&quot;&gt;Drupal&amp;nbsp;Planet&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/taxonomy/term/14/0&quot; title=&quot;Modules Update Page&quot;&gt;New &lt;span class=&quot;amp&quot;&gt;&amp;amp;&lt;/span&gt; Updated&amp;nbsp;Modules&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/forum/25&quot; title=&quot;Drupal Showcase on Drupal.org&quot;&gt;Drupal Site Showcase&amp;nbsp;Research&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you&#039;re simply in need of the code I reference in the video article, then it&#039;s right here to&amp;nbsp;copy/paste.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; Change the &lt;strong&gt;my&amp;#95;drupal&amp;#95;root&lt;/strong&gt; with the path to your drupal install location on your development machine. The following are functions you place into your &lt;a href=&quot;http://en.wikipedia.org/wiki/Bash#Startup_scripts&quot; title=&quot;Bash Startup Scripts on Wikipedia&quot;&gt;.bashrc&lt;/a&gt;&amp;nbsp;file.&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;d6mod()&lt;br /&gt;{&lt;br /&gt;&lt;span class=&quot;caps&quot;&gt;MODULE&lt;/span&gt;=&amp;quot;${1}&amp;quot;; cd my&amp;#95;drupal&amp;#95;root/sites/all/modules/; \&lt;br /&gt;cvs -z6 -d:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal-contrib co -d ./$&lt;span class=&quot;caps&quot;&gt;MODULE&lt;/span&gt; contributions/modules/$&lt;span class=&quot;caps&quot;&gt;MODULE&lt;/span&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;d6theme()&lt;br /&gt;{&lt;br /&gt;&lt;span class=&quot;caps&quot;&gt;THEME&lt;/span&gt;=&amp;quot;${1}&amp;quot;; cd my&amp;#95;drupal&amp;#95;root/sites/all/themes/; \&lt;br /&gt;cvs -z6 -d:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal-contrib co -d ./$&lt;span class=&quot;caps&quot;&gt;THEME&lt;/span&gt; contributions/themes/$&lt;span class=&quot;caps&quot;&gt;THEME&lt;/span&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;drevs()&lt;br /&gt;{&lt;br /&gt;cvs log &amp;quot;${1}&amp;quot; | egrep &amp;#039;&lt;span class=&quot;caps&quot;&gt;DRUPAL&lt;/span&gt;-.*:&amp;#039; | sort&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;</description>
 <comments>http://gotdrupal.com/videos/finding-testing-out-new-modules#comments</comments>
 <category domain="http://gotdrupal.com/category/tags/cvs">cvs</category>
 <category domain="http://gotdrupal.com/category/tags/development">development</category>
 <category domain="http://gotdrupal.com/category/skill-level/intermediate">Intermediate</category>
 <category domain="http://gotdrupal.com/category/tags/module-research">module research</category>
 <pubDate>Tue, 16 Sep 2008 22:59:25 +0000</pubDate>
 <dc:creator>Matt Petrowsky</dc:creator>
 <guid isPermaLink="false">22 at http://gotdrupal.com</guid>
</item>
</channel>
</rss>

