<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://weait.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>drupal</title>
 <link>http://weait.com/category/post/drupal</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>OSM for your Web Site</title>
 <link>http://weait.com/content/osm-your-web-site</link>
 <description>&lt;p&gt;I did a 20-minute presentation for the Waterloo Web Design and Technology Meetup Group in September 2010.  The slides and links are available here. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://weait.com/content/osm-your-web-site&quot;&gt;&amp;nbsp;read&amp;nbsp;more&amp;nbsp;&amp;raquo;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <comments>http://weait.com/content/osm-your-web-site#comments</comments>
 <category domain="http://weait.com/category/post/drupal">drupal</category>
 <category domain="http://weait.com/category/post/mapnik">Mapnik</category>
 <category domain="http://weait.com/category/post/openstreetmap">OpenStreetMap</category>
 <category domain="http://weait.com/category/post/osm">osm</category>
 <category domain="http://weait.com/category/post/presentation">presentation</category>
 <category domain="http://weait.com/category/post/web-designer">web designer</category>
 <category domain="http://weait.com/category/post/web-developer">web developer</category>
 <category domain="http://weait.com/category/post/wordpress">wordpress</category>
 <pubDate>Mon, 20 Sep 2010 16:51:09 -0400</pubDate>
 <dc:creator>rw</dc:creator>
 <guid isPermaLink="false">140 at http://weait.com</guid>
</item>
<item>
 <title>From 2500 to Ten</title>
 <link>http://weait.com/content/2500-ten</link>
 <description>&lt;p&gt;My presentation slides from DrupalCampToronto 2008.&lt;/p&gt;
</description>
 <category domain="http://weait.com/category/post/drupal">drupal</category>
 <category domain="http://weait.com/category/post/drupalcamp">drupalcamp</category>
 <category domain="http://weait.com/category/post/presentation">presentation</category>
 <enclosure url="http://weait.com/files/from2500toTen.odp" length="968633" type="application/vnd.oasis.opendocument.presentation" />
 <pubDate>Sat, 24 May 2008 19:56:52 -0400</pubDate>
 <dc:creator>rw</dc:creator>
 <guid isPermaLink="false">21 at http://weait.com</guid>
</item>
<item>
 <title>Drupal: One web form for each product.</title>
 <link>http://weait.com/content/drupal-one-web-form-each-product</link>
 <description>&lt;p&gt;Are you using the Drupal webform.module to get visitor feedback?  Do you want to indicate in the webform, from where the visitor chose to contact you?  Here you go.  &lt;/p&gt;
&lt;p&gt;Let&#039;s suppose that the site has many products and the visitor can request additional information on each product, directly from the product node.  It will be helpful if the product name is automatically included in the web form when submitted by the user.  &lt;/p&gt;
&lt;p&gt;Here&#039;s how to do it.   &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://weait.com/content/drupal-one-web-form-each-product&quot;&gt;&amp;nbsp;read&amp;nbsp;more&amp;nbsp;&amp;raquo;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Create some product nodes with CCK&lt;/li&gt;
&lt;li&gt;Create the web form with webform.module&lt;/li&gt;
&lt;ol&gt;
</description>
 <category domain="http://weait.com/category/post/drupal">drupal</category>
 <category domain="http://weait.com/category/post/tip">tip</category>
 <pubDate>Mon, 10 Mar 2008 20:11:40 -0400</pubDate>
 <dc:creator>rw</dc:creator>
 <guid isPermaLink="false">20 at http://weait.com</guid>
</item>
<item>
 <title>Installing drupal on ubuntu 7.10 localhost ( Gutsy Gibbon )</title>
 <link>http://weait.com/content/installing-drupal-ubuntu-710-localhost-gutsy-gibbon</link>
 <description>&lt;p&gt;This presumes that you will install drupal 6 in /var/www/drupal6/&lt;/p&gt;
&lt;p&gt;Prerequisites&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
apt-get install apache2 php5-mysql php5-gd libapache2-mod-php5 mysql-server&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Configure httpd.conf by adding a ServerName line&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
ServerName localhost&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;
&lt;h4&gt;[Updated for Jaunty]&lt;/h4&gt;
&lt;p&gt;Configure /etc/apache2/sites-available/default by allowing overrides&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
&amp;lt;Directory /var/www/&amp;gt;&lt;br /&gt;
Options Indexes FollowSymLinks MultiViews&lt;br /&gt;
AllowOverride &lt;strong&gt;All&lt;/strong&gt;&lt;br /&gt;
Order allow,deny&lt;br /&gt;
allow from all&lt;br /&gt;
&amp;lt;/Directory&amp;gt;&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Start apache&lt;br /&gt;
&lt;code&gt; &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://weait.com/content/installing-drupal-ubuntu-710-localhost-gutsy-gibbon&quot;&gt;&amp;nbsp;read&amp;nbsp;more&amp;nbsp;&amp;raquo;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <category domain="http://weait.com/category/post/drupal">drupal</category>
 <category domain="http://weait.com/category/post/tip">tip</category>
 <category domain="http://weait.com/category/post/ubuntu">ubuntu</category>
 <pubDate>Fri, 01 Feb 2008 00:13:51 -0500</pubDate>
 <dc:creator>rw</dc:creator>
 <guid isPermaLink="false">15 at http://weait.com</guid>
</item>
<item>
 <title>Drupal import_html module</title>
 <link>http://weait.com/content/drupal-importhtml-module</link>
 <description>&lt;p&gt;The Drupal import_html module needs tidy and xsl.  These are not installed by default on a ubuntu 6.06 server.  The solution was easily found on &lt;a href=&quot;http://www.soledadpenades.com/2006/12/09/xsl-with-php-in-ubuntu/&quot;&gt;Soledad&#039;s blog&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;XSL support in php5 is deactivated by default. Go to Synaptic Package Manager and search for php5-xsl. Mark the package for installation, apply the changes and once it&#039;s finished, don&#039;t forget to restart the server!&lt;/cite&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;sudo /usr/sbin/apache2 -k restart&lt;/code&gt;&lt;/p&gt;
</description>
 <category domain="http://weait.com/category/post/drupal">drupal</category>
 <category domain="http://weait.com/category/post/drupal-contrib">drupal contrib</category>
 <category domain="http://weait.com/category/post/importhtml">import_html</category>
 <category domain="http://weait.com/category/post/tip">tip</category>
 <pubDate>Mon, 17 Sep 2007 14:41:12 -0400</pubDate>
 <dc:creator>rw</dc:creator>
 <guid isPermaLink="false">12 at http://weait.com</guid>
</item>
<item>
 <title>Extending contemplate.module</title>
 <link>http://weait.com/content/extending-contemplatemodule</link>
 <description>&lt;p&gt;The &lt;a href=&quot;http://ftp.drupal.org/files/projects/formdefaults-5.x-1.x-dev.tar.gz&quot;&gt;contemplate (Content template) module&lt;/a&gt; is awesome.  Since I can&#039;t leave well-enough alone, I thought it could be extended to add similar templates for adding and editing content.  &lt;/p&gt;
&lt;p&gt;We all know how awesome contemplate module is.  (If you don&#039;t know, go download it and try it out.  Then come back.  I&#039;ll wait here.)  This is why I think extending it would be awesome.   &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://weait.com/content/extending-contemplatemodule&quot;&gt;&amp;nbsp;read&amp;nbsp;more&amp;nbsp;&amp;raquo;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <category domain="http://weait.com/category/post/drupal">drupal</category>
 <category domain="http://weait.com/category/post/drupal-contrib">drupal contrib</category>
 <enclosure url="http://weait.com/files/edtemplate-5.x-0.01.tar.gz" length="14555" type="application/gzip" />
 <pubDate>Thu, 09 Aug 2007 22:19:48 -0400</pubDate>
 <dc:creator>rw</dc:creator>
 <guid isPermaLink="false">8 at http://weait.com</guid>
</item>
<item>
 <title>Importing data from a homebrew CMS to Drupal</title>
 <link>http://weait.com/content/importing-data-homebrew-cms-drupal</link>
 <description>&lt;p&gt;This question is often asked in the forums and on IRC.  &lt;/p&gt;
&lt;p&gt;lyricnz: on irc.freenode.net #drupal-support said: &quot;use get_form to find what&#039;s in the form, then populate an array, and call drupal_execute&quot;&lt;/p&gt;
</description>
 <category domain="http://weait.com/category/post/drupal">drupal</category>
 <category domain="http://weait.com/category/post/import">import</category>
 <category domain="http://weait.com/category/post/tip">tip</category>
 <pubDate>Tue, 24 Jul 2007 08:59:05 -0400</pubDate>
 <dc:creator>rw</dc:creator>
 <guid isPermaLink="false">7 at http://weait.com</guid>
</item>
<item>
 <title>Drupal views exposed filters need a range operator</title>
 <link>http://weait.com/content/drupal-views-exposed-filters-need-range-operator</link>
 <description>&lt;p&gt;The filter operations for views can be used to filter nodes.  Multiple filters on the same operand is a hack that results in a filter range.  But exposing those filters causes the range-hack to fail and only consider one of your two desired filters.  &lt;/p&gt;
&lt;p&gt;Views needs and exposed filter range operator.  &lt;/p&gt;
&lt;p&gt;And now they can &lt;a href=&quot;http://drupal.org/project/imagecache&quot;&gt;now they can have it&lt;/a&gt;.&lt;/p&gt;
</description>
 <category domain="http://weait.com/category/post/drupal">drupal</category>
 <category domain="http://weait.com/category/post/drupal-contrib">drupal contrib</category>
 <category domain="http://weait.com/category/post/tip">tip</category>
 <pubDate>Tue, 24 Jul 2007 08:34:38 -0400</pubDate>
 <dc:creator>rw</dc:creator>
 <guid isPermaLink="false">6 at http://weait.com</guid>
</item>
<item>
 <title>Drupal imagecache doesn&#039;t create thumbnails</title>
 <link>http://weait.com/content/drupal-imagecache-doesnt-create-thumbnails</link>
 <description>&lt;p&gt;From the &lt;a href=&quot;http://drupal.org/project/imagecache&quot;&gt;Imagecache project page&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;    Drupal 4.7.3 generated a .htaccess file in the public files folder. If you are running Drupal 4.7.3 [&lt;em&gt;or later, apparently&lt;/em&gt;] the following lines in that .htaccess file need to be changed.&lt;/p&gt;
&lt;p&gt;    Options None -&gt; Options FollowSymlinks&lt;br /&gt;
    RewriteEngine Off -&gt; #RewriteEngine Off.&lt;/p&gt;
&lt;p&gt;    Do not delete this .htaccess file as Drupal will regenerate it. &lt;/p&gt;&lt;/blockquote&gt;
</description>
 <category domain="http://weait.com/category/post/drupal">drupal</category>
 <category domain="http://weait.com/category/post/drupal-contrib">drupal contrib</category>
 <category domain="http://weait.com/category/post/imageceche">imageceche</category>
 <category domain="http://weait.com/category/post/tip">tip</category>
 <pubDate>Tue, 24 Jul 2007 05:10:42 -0400</pubDate>
 <dc:creator>rw</dc:creator>
 <guid isPermaLink="false">5 at http://weait.com</guid>
</item>
<item>
 <title>Postfix relayhosts Ubuntu 6.06</title>
 <link>http://weait.com/content/postfix-relayhosts-ubuntu-606</link>
 <description>&lt;p&gt;Drupal installation not sending mail to users on Ubuntu 6.06?  &lt;/p&gt;
&lt;p&gt;dpkg --remove postfix&lt;br /&gt;
dpkg --purge postfix&lt;br /&gt;
apt-get -V install postfix&lt;/p&gt;
&lt;p&gt;choose satellite&lt;br /&gt;
for relayhost use smtp.yourisp.example.com&lt;/p&gt;
&lt;p&gt;try now.&lt;/p&gt;
</description>
 <category domain="http://weait.com/category/post/drupal">drupal</category>
 <category domain="http://weait.com/category/post/postfix">postfix</category>
 <category domain="http://weait.com/category/post/relayhosts">relayhosts</category>
 <category domain="http://weait.com/category/post/tip">tip</category>
 <category domain="http://weait.com/category/post/ubuntu">ubuntu</category>
 <pubDate>Sun, 22 Jul 2007 22:21:54 -0400</pubDate>
 <dc:creator>rw</dc:creator>
 <guid isPermaLink="false">4 at http://weait.com</guid>
</item>
</channel>
</rss>

