<?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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Happy Web Diva &#187; Drupal</title>
	<atom:link href="http://www.happywebdiva.com/category/drupal/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.happywebdiva.com</link>
	<description>Musings of Anna Belle Leiserson</description>
	<lastBuildDate>Fri, 20 Nov 2009 02:56:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Four Tips for Initial Drupal Setup on Pair.com</title>
		<link>http://www.happywebdiva.com/2008/06/07/four-tips-for-initial-drupal-setup-on-paircom/</link>
		<comments>http://www.happywebdiva.com/2008/06/07/four-tips-for-initial-drupal-setup-on-paircom/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 22:25:28 +0000</pubDate>
		<dc:creator>Anna Belle</dc:creator>
				<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://www.happywebdiva.com/2008/06/07/four-tips-for-initial-drupal-setup-on-paircom/</guid>
		<description><![CDATA[Getting Drupal up and running involves a few squirrelly first steps that will literally either make or break your new site. At times they work like a charm. Everything falls right into place and your site is up and running in a matter of minutes. At other times, your head is at risk of a [...]]]></description>
			<content:encoded><![CDATA[<p>Getting Drupal up and running involves a few squirrelly first steps that will literally either make or break your new site.  At times they work like a charm.  Everything falls right into place and your site is up and running in a matter of minutes. At other times, your head is at risk of a bloodying from banging it into the desk.  If you are setting Drupal up on Pair.com and, like me, aren&#8217;t an Apache and Unix adept, you are at risk of the blood-on-head scenario.  So to save your noggin, here is what I have learned over the last few days, using a combo of trial-and-error and talking to the good people in Pair.com support.</p>
<p><strong>Trap number 1.  Your database server is not the default localhost.</strong>  This one is actually easy.  On the &#8220;Database configuration&#8221; page the trick is to click the rather subtle &#8220;Advanced options&#8221; link near the bottom of the page.  Then you can enter the name of the server.</p>
<p><strong>Trap number 2.  Register_globals needs to be disabled.</strong>  To do this, set up an .<a href="http://www.javascriptkit.com/howto/htaccess.shtml">htaccess</a> file, and add the following code:<br />
<code><br />
php_value register_globals Off<br />
</code><br />
<strong>Trap number 3.  Your system configuration does not support clean URLs.</strong>  You could just ignore this one, but increasingly friendly URLs are seen as a basic site need.  To do this, you have to expand the .htaccess file.  Replace the one line in step two with the following more comprehensive code (where XXX is the path of your Drupal site if it&#8217;s not in the root):<br />
<code><br />
&lt;IfModule mod_php5.c&gt;<br />
&nbsp;&nbsp;php_value magic_quotes_gpc                0<br />
&nbsp;&nbsp;php_value register_globals                0<br />
&nbsp;&nbsp;php_value session.auto_start              0<br />
&nbsp;&nbsp;php_value mbstring.http_input             pass<br />
&nbsp;&nbsp;php_value mbstring.http_output            pass<br />
&nbsp;&nbsp;php_value mbstring.encoding_translation   0<br />
&lt;/IfModule&gt;<br />
&lt;IfModule mod_rewrite.c&gt;<br />
&nbsp;&nbsp;RewriteEngine on<br />
&nbsp;&nbsp;RewriteBase /XXX<br />
&nbsp;&nbsp;RewriteCond %{REQUEST_FILENAME} !-f<br />
&nbsp;&nbsp;RewriteCond %{REQUEST_FILENAME} !-d<br />
&nbsp;&nbsp;RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]<br />
&lt;/IfModule&gt;<br />
</code><br />
<strong>Trap number 4.  You run cron manually.</strong>   There is nothing wrong with running Drupal&#8217;s cron.php by hand at first.  However, if you set up a search engine or do other things requiring cron, sooner or later you are going to have to face this UNIX beast.  To do it, you can either SSH into your server and enter <a href="http://drupal.org/cron">the appropriate crontab</a> or use the <a href="https://acc.pair.com/">Account Control Center</a>.  If the latter, go to the Advanced menu and then the Crontab Manager.  Choose how often you want it to run, then enter the following (where XXX is the URL of your Drupal site):<br />
<code><br />
/usr/local/bin/wget -O - -q http://XXX/cron.php<br />
</code><br />
With these out of the way, you should be off and running, ready to do the real coding for a fabulous Drupal site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.happywebdiva.com/2008/06/07/four-tips-for-initial-drupal-setup-on-paircom/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>In Quest of the Perfect Drupal Host</title>
		<link>http://www.happywebdiva.com/2008/05/26/in-quest-of-the-perfect-drupal-host/</link>
		<comments>http://www.happywebdiva.com/2008/05/26/in-quest-of-the-perfect-drupal-host/#comments</comments>
		<pubDate>Mon, 26 May 2008 20:31:09 +0000</pubDate>
		<dc:creator>Anna Belle</dc:creator>
				<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://www.happywebdiva.com/2008/05/26/in-quest-of-the-perfect-drupal-host/</guid>
		<description><![CDATA[Last winter I set off in a quest for the perfect Drupal web host. Originally I hadn&#8217;t conceived of it as a quest. My needs were modest: Drupal optimized (as opposed to any old host) Great customer service Reasonable cost &#8211; comparable to other shared hosts Two months later, I have yet to find this [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.happywebdiva.com/images/knight.jpg" alt="My knight" class="right" align="right" border="0" height="204" width="162" />Last winter I set off in a quest for the perfect Drupal web host.  Originally I hadn&#8217;t conceived of it as a quest.  My needs were modest:</p>
<ul>
<li>Drupal optimized (as opposed to any old host)</li>
<li>Great customer service</li>
<li>Reasonable cost &#8211; comparable to other shared hosts</li>
</ul>
<p>Two months later, I have yet to find this holy grail &#8212; but I&#8217;ve learned enough about Drupal hosts to deem it worth sharing my findings.</p>
<p>Frankly I&#8217;m surprised this has been so hard.  I&#8217;m reasonably good at web research and this host is for a modest site. Specifically it&#8217;s a redesign of <a href="http://www.gildasclubnashville.org/">Gilda&#8217;s Club Nashville</a>. This is a small, low-traffic site to begin with, and all they want is a new look-and-feel using a simple content management system they can easily update themselves.  Fairly basic Drupal will be more than enough.   It doesn&#8217;t require any fancy-pants high-end Drupal coding.</p>
<p>My bet is in another year it will be much easier to find the kind of Drupal host they need.  But for now, here is a quick summary of the pros and cons of the hosts I&#8217;ve looked at.</p>
<p><strong><a href="http://www.dreamhost.com/">DreamHost</a></strong></p>
<p>I have a soft spot for DreamHost &#8212; so soft it&#8217;s what I use for this very blog. Moreover, my first test Drupal install was on DreamHost.  It worked like a charm. Nevertheless, my soft spot defies logic.  DreamHost can be incredibly slow with MySQL-powered sites.  I guess it&#8217;s because they are so much better than my previous host &#8212; plus they have excellent customer service and, even better, they are hilarious.  One way of framing my quest is as a search for something better than DreamHost.  I want a fast DreamHost that specializes in Drupal installs.</p>
<p><strong><a href="http://www.bryght.com/">Bryght</a></strong></p>
<p>At first blush, Bryght appeared to be the perfect match. Initially my biggest concern was that it was too dumbed-down.  A certain amount of simplifying would be great &#8212; thinking of upgrades in particular.  But it could easily be too much.  So I used their <a href="http://www.bryght.com/contact">contact form</a>.  I tried it a few times, but my sense was the form wasn&#8217;t working right.  Sure enough.  I never heard back from them.  That did not auger well.  So I crossed them off my list.</p>
<p><strong><a href="http://www.mediatemple.net/">(mt) Media Temple</a></strong></p>
<p>mt has a great reputation.  I contacted them and heard back almost immediately.  They even offer a <a href="http://weblog.mediatemple.net/weblog/2007/06/25/wordpress-221-one-click-install-is-live-on-the-grid/">one-click install for Drupal</a>. That sounded promising, but it&#8217;s still (as of May 2008) only Drupal 4.7.  Version 6 (not to mention version 5) has been out for quite some time.  Ergo they must not care all that much about Drupal.</p>
<p><strong><a href="http://drupalvaluehosting.com/">DrupalValueHosting</a></strong></p>
<p>I came very close to going with DrupalValueHosting.  They look ideal.  In fact, they&#8217;re the reason I say it should be much easier to find a Drupal host in a year.  My only hesitation with them is that they are very new.  Since the host will not be for my own site, for now it seems just a bit too risky.</p>
<p><strong>And the winner is&#8230;</strong></p>
<p><strong><a href="http://pair.com/">pair Networks</a></strong></p>
<p>pair was highly recommended at <a href="http://www.happywebdiva.com/2008/02/09/podcamp-nashville-two-thumbs-up/">PodCamp Nashville</a>, and like (mt) has an excellent reputation.  I did discover one potential problem over memory caps in <a href="http://www.cheneyu.com/node/113/print">Cheny U&#8217;s thoughtful review of Drupal hosts</a>.  However, when I reached a sales person (right away) he knew about and acknowledged this issue quite openly.  When I explained Gilda&#8217;s needs, he was confident it wouldn&#8217;t be an issue.  He said they host an increasing number of Drupal sites.  Also in their favor, he was able to quickly answer my questions about multisite installations (which means they really are used to Drupal), plus they offer a discount for non-profits.</p>
<p>So pair Networks it is &#8212; and  I will let you know how it goes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.happywebdiva.com/2008/05/26/in-quest-of-the-perfect-drupal-host/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Of Tornadoes and Drupal Multi-site Installs</title>
		<link>http://www.happywebdiva.com/2008/02/06/of-tornadoes-and-drupal-multi-site-installs/</link>
		<comments>http://www.happywebdiva.com/2008/02/06/of-tornadoes-and-drupal-multi-site-installs/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 02:34:34 +0000</pubDate>
		<dc:creator>Anna Belle</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Mac/OSX]]></category>

		<guid isPermaLink="false">http://www.happywebdiva.com/2008/02/06/of-tornadoes-and-drupal-multi-site-installs/</guid>
		<description><![CDATA[Late last night, in the time between running down to our nasty basement to avoid tornadoes and some big storm action, I got to coding. I couldn&#8217;t sleep and it was a pleasant distraction &#8212; not to mention my laptop wasn&#8217;t plugged in, so I didn&#8217;t have to worry about electricity. My Drupal-enthusiast friends and [...]]]></description>
			<content:encoded><![CDATA[<p>Late last night, in the time between  running down to our nasty basement to avoid <a href="http://www.nytimes.com/2008/02/07/us/07tornado.html?ex=1360126800&amp;en=88afc753ec697a30&amp;ei=5124&amp;partner=permalink&amp;exprod=permalink">tornadoes</a> and some big storm action, I got to coding.    I couldn&#8217;t sleep and it was a pleasant distraction &#8212; not to mention my laptop wasn&#8217;t plugged in, so I didn&#8217;t have to worry about electricity. My Drupal-enthusiast friends and I have been trying to do a multi-site install for a few weeks, and to my amazement, with a howling wind, hail, etc., the last piece finally fell into place.  One of my pals had said the issue was symbolic links.  Bingo.  That was it.</p>
<p>To back up, a multi-site install means you set up the core of Drupal just once, and then you can easily create lots of other sites using that one installation.  The other sites don&#8217;t even have to have the same domain.  It&#8217;s very cool.   For example, at work I hope to set up one master Drupal site, and then create instances for each of the labs. After that, the labs can maintain their own sites.</p>
<p>For now all I&#8217;ve done is to set it up on my Macbook using localhost.  I made it as modest as possible &#8212; just using one database and subdirectories.  But having worked through this, it will be much easier to get it working in production.</p>
<p>Here are the gory details.</p>
<ol>
<li>Go to the &#8220;sites/&#8221; directory and set up your new directory.  At first, I named it &#8220;sites/site2/&#8221;, but that turned out to be a mistake.  Given that the URL I was going for was http://localhost:8888/drupal/site2/, the correct name was &#8220;sites/8888.localhost.drupal.site2/&#8221;.  It still looks weird to me, but that&#8217;s how you do it.  The pattern is:<br />
<span class="showascode">[Port #.]domain[.directory][.subdirectory]/</span><br />
So if the URL were to be http://happywebdiva.com/drupal/site2, then the new directory would have to be happywebdiva.com.drupal.site2/</li>
<li>Copy the &#8220;settings.php&#8221; file found in &#8220;sites/default/&#8221; into the new directory.</li>
<li>Edit the new &#8220;settings.php&#8221; file.  Leave the $db_url the same, but on the next line, give $db_prefix a value.  I cleverly edited mine to read:<br />
<span class="showascode">$db_prefix = &#8216;site2_&#8217;;</span><br />
This way you won&#8217;t have to set up a new database.  Once you install the second site (step 6 below), the database size will double &#8212; from 40 tables to 80 tables.</li>
<li>Further down in the &#8220;settings.php&#8221; file, look for a line that&#8217;s something like:<br />
<span class="showascode"># $base_url = &#8216;http://www.example.com&#8217;;</span><br />
Uncomment this and change it to your desired URL.  In my case this was:<br />
<span class="showascode">$base_url = &#8216;http://localhost:8888/drupal/site2&#8242;;</span></li>
<li>Next it&#8217;s time to create the dreaded <a href="http://en.wikipedia.org/wiki/Symbolic_link">symbolic link</a>.  Open Terminal (on a Mac) and use the ln -s command followed by first the full path of your base install and then the full path of the second sites&#8217; directory (leaving off the characters before the periods in the final directory, e.g. changing &#8220;8888.localhost.drupal.site2&#8243; to just &#8220;site2&#8243;).  In my example, it was:<br />
<span class="showascode">ln -s /home/username/public_html/drupal/ /home/username/public_html/drupal/site2</span><br />
One caution: be sure there&#8217;s not a file or directory in the first directory that&#8217;s the same name as your new install. You don&#8217;t want the symbolic link overwriting something critical.</li>
<li>The last step&#8230;. In your browser, go to the new site&#8217;s URL followed by install.php, e.g. http://localhost:8888/drupal/site2/install.php</li>
</ol>
<p>That&#8217;s it.  You should now have a second site (and soon a third and fourth) to play with.</p>
<p><strong>Addendum</strong>:  In the myriad of multi-site documentation that&#8217;s on the web, these three pages helped me the most:</p>
<ul>
<li><a href="http://drupal.org/node/120647">Drupal Cookbook</a> (best if you are using Windows)</li>
<li><a href="http://drupal.org/node/107347">Multisite with drupal for dummies</a></li>
<li><a href="http://geekglue.blogspot.com/2007/09/drupal-multisite-setup.html">Geek Glue</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.happywebdiva.com/2008/02/06/of-tornadoes-and-drupal-multi-site-installs/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Best Drupal Newsfeeds For Newbies</title>
		<link>http://www.happywebdiva.com/2008/02/01/best-drupal-newsfeeds-for-newbies/</link>
		<comments>http://www.happywebdiva.com/2008/02/01/best-drupal-newsfeeds-for-newbies/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 23:47:39 +0000</pubDate>
		<dc:creator>Anna Belle</dc:creator>
				<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://www.happywebdiva.com/2008/02/01/best-drupal-newsfeeds-for-newbies/</guid>
		<description><![CDATA[A big piece of getting serious about Drupal for me has been exploring relevant newsfeeds and figuring our which are worth subscribing to. Several months into it, I have it down to three favorites. Lullabot’s Drupal Podcast I love how Jeff Robbins and crew laugh their way through Drupal tips, analyses and news. Team Lullabot [...]]]></description>
			<content:encoded><![CDATA[<p>A big piece of getting serious about Drupal for me has been exploring relevant newsfeeds and figuring our which are worth subscribing to. Several months into it, I have it down to three favorites.</p>
<ul>
<li><strong><a href="http://www.lullabot.com/audiocast/drupal_podcast_no_40_top_40_projects">Lullabot’s Drupal Podcast</a></strong><br />
I love how Jeff Robbins and crew laugh their way through Drupal tips, analyses and news.   Team Lullabot describes itself quite accurately as &#8220;Drupal experts.&#8221;  While some of what they are talking about goes over my head, I can always return later, and meantime I&#8217;m learning what matters most to Drupal developers. This particular link is to Podcast #40, one of their best shows for those new to Drupal.  In fact you might want to start with their shows ending in a zero, as #50 is also particularly helpful.</li>
<li><strong><a href="http://drupal.org/security/">Security Announcements</a></strong><br />
While far from fun, if you&#8217;re serious about Drupal, it&#8217;s good to know what needs patching.</li>
<li><strong><a href="http://drupal.org/planet/">Planet Drupal</a></strong><br />
This aggregator has tons of great info, though I&#8217;d only recommend this for the enthusiast or Drupal-serious, due to sheer volume.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.happywebdiva.com/2008/02/01/best-drupal-newsfeeds-for-newbies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Easy Tip to Save Yourself a Drupal Headache</title>
		<link>http://www.happywebdiva.com/2008/01/24/an-easy-tip-to-save-yourself-a-drupal-headache/</link>
		<comments>http://www.happywebdiva.com/2008/01/24/an-easy-tip-to-save-yourself-a-drupal-headache/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 23:43:13 +0000</pubDate>
		<dc:creator>Anna Belle</dc:creator>
				<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://www.happywebdiva.com/2008/01/24/an-easy-tip-to-save-yourself-a-drupal-headache/</guid>
		<description><![CDATA[This is one of those things I&#8217;m going to forget and it&#8217;s drop-dead simple. So for others new to Drupal and before it slips my mind&#8230;. Go straight to &#8220;Administer&#8221; / &#8220;Administration theme&#8221; and change the theme in the dropdown from &#8220;System default&#8221; to a theme that you know is stable. With version 5, the [...]]]></description>
			<content:encoded><![CDATA[<p>This is one of those things I&#8217;m going to forget and it&#8217;s drop-dead simple.  So for others new to Drupal and before it slips my mind&#8230;.</p>
<p>Go straight to &#8220;Administer&#8221; / &#8220;Administration theme&#8221; and change the theme in the dropdown from &#8220;System default&#8221; to a theme that you know is stable.  With version 5, the best choice is &#8220;Garland.&#8221;</p>
<p>Then one day when you make some hideous mistake in the custom theme you are developing and it blows up your ability to get to much of anything, your administration panel is safe.</p>
<p>For the rest of the time, your home page and content areas, even when you are signed in as an admin, have the (hopefully not hideous) look-and-feel you are developing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.happywebdiva.com/2008/01/24/an-easy-tip-to-save-yourself-a-drupal-headache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic Instructions For a Drupal Install on Vanderbilt ITS Servers</title>
		<link>http://www.happywebdiva.com/2008/01/19/basic-instructions-for-a-drupal-install-on-vanderbilt-its-servers/</link>
		<comments>http://www.happywebdiva.com/2008/01/19/basic-instructions-for-a-drupal-install-on-vanderbilt-its-servers/#comments</comments>
		<pubDate>Sat, 19 Jan 2008 20:11:27 +0000</pubDate>
		<dc:creator>Anna Belle</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Vanderbilt]]></category>

		<guid isPermaLink="false">http://www.happywebdiva.com/2008/01/19/basic-instructions-for-a-drupal-install-on-vanderbilt-its-servers/</guid>
		<description><![CDATA[It&#8217;s remarkably easy to get Drupal working on Vanderbilt ITS servers &#8212; easier than WordPress even. Here&#8217;s all I had to do: Send in a form request to ITS to set up a new database. This is likely to take a day or two. Once it&#8217;s set up, hang onto the connections strings and&#8230;. Download [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s remarkably easy to get Drupal working on Vanderbilt ITS servers &#8212; easier than WordPress even.  Here&#8217;s all I had to do:</p>
<ol>
<li>Send in a <a href="http://its.vanderbilt.edu/webrequest.php">form request to ITS</a> to set up a new database.  This is likely to take a day or two.  Once it&#8217;s set up, hang onto the connections strings and&#8230;.</li>
<li>Download <a href="http://drupal.org/">Drupal</a> 	 (version 5.6 in this case).</li>
<li>Unzip and move the contents to the correct directory on your computer.</li>
<li>Read the install.txt.</li>
<li>SFTP all of the files to the server. (I use Dreamweaver for this).</li>
<li>Change the permissions (temporarily!) to the file /sites/default/settings.php, so the server can write to it.  I do this using <a href="http://cyberduck.ch/">CyberDuck</a>.</li>
<li>Manually add a &#8220;files&#8221; directory and set permissions on it so that it can be written to.</li>
<li>Point your browser to the base url of your soon-to-be Drupal website.   At this point you should see the setup screen.  As well as filling out the required fields, click on &#8220;Advanced&#8217; near the bottom of the page, and then replace &#8220;localhost&#8221; with the host ITS supplies.</li>
<li>Voila!  Drupal should appear.  There are just a few minor housecleaning items left.</li>
<li>Change the permissions back on the settings file you altered in step 6.</li>
<li>Go to the status report (in admin/logs/status) and see if there are any problems.  You&#8217;ll see immediately if there are. Probably &#8220;Cron maintenance tasks&#8221; is highlighted.  Just run it manually for now.</li>
<li>Chances are you&#8217;ll want cron to work automatically in the future.  ITS has to do this for you.  (They don&#8217;t allow SSH.)  Email ITS Partner (its-partner@vanderbilt.edu) and tell them you need a cron job that looks something like &#8220;0   *   *   *   *   wget -O &#8211; -q -t 1 http://exampledrumpalsite.vanderbilt.edu/cron.php&#8221; &#8212; replacing &#8220;exampledrumpalsite.vanderbilt.edu&#8221; with your own drupal URL.   This example would run your cron every hour on the hour.  If you don&#8217;t need it that often, tell ITS.</li>
</ol>
<p>That&#8217;s it. Now go forth  and build a fabulous Drupal site for VU.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.happywebdiva.com/2008/01/19/basic-instructions-for-a-drupal-install-on-vanderbilt-its-servers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Delving Into Drupal</title>
		<link>http://www.happywebdiva.com/2008/01/05/delving-into-drupal/</link>
		<comments>http://www.happywebdiva.com/2008/01/05/delving-into-drupal/#comments</comments>
		<pubDate>Sun, 06 Jan 2008 00:12:42 +0000</pubDate>
		<dc:creator>Anna Belle</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Vanderbilt]]></category>

		<guid isPermaLink="false">http://www.happywebdiva.com/2008/01/05/delving-into-drupal/</guid>
		<description><![CDATA[What a feeling of accomplishment to adapt Drupal to look like another site. That&#8217;s the first major Drupal project I&#8217;ve done, aside from simply getting Drupal to work in the first place. My enthusiasm for Drupal is, if anything, even greater than it was before. Not only that, there are more and more web developers [...]]]></description>
			<content:encoded><![CDATA[<p>What a feeling of accomplishment to <a href="http://web.mc.vanderbilt.edu/?q=node/9">adapt Drupal to look like another site</a>.  That&#8217;s the first major Drupal project I&#8217;ve done, aside from simply getting Drupal to work in the first place.  My enthusiasm for Drupal is, if anything, even greater than it was before.</p>
<p>Not only that, there are more and more web developers and designers where I work (Vanderbilt) gravitating to Drupal.  It looks as if a group of us will be gathering soon and developing our own site.   And Gill Murrey has started <a href="http://www.vanderbilt.edu/deanofstudents/gill/gilldrupal/">her own Drupal site</a> listing great resources and blogging news.</p>
<p>It seems to me these are the two keys to success.</p>
<ol>
<li>Just dive in and do it.</li>
<li>Find others to network and brainstorm with.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.happywebdiva.com/2008/01/05/delving-into-drupal/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
