<?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>tip</title>
 <link>http://weait.com/category/post/tip</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>Stupid monitor tricks</title>
 <link>http://weait.com/content/stupid-monitor-tricks</link>
 <description>&lt;p&gt;Show the options for using more than one monitor with X.  &lt;/p&gt;
&lt;ul&gt;Cover these points (done)&lt;/p&gt;
&lt;li&gt;Clone two monitors for more viewers&lt;/li&gt;
&lt;li&gt;Extend the desktop to additional monitors&lt;/li&gt;
&lt;li&gt;Remote&lt;/li&gt;
&lt;li&gt;&lt;/li&gt;
&lt;li&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;Cover these points (not yet done) &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://weait.com/content/stupid-monitor-tricks&quot;&gt;&amp;nbsp;read&amp;nbsp;more&amp;nbsp;&amp;raquo;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;li&gt;multiseat&lt;/li&gt;
&lt;li&gt;Multiseat plus a surprise&lt;/li&gt;
&lt;li&gt;kiosk&lt;/li&gt;
&lt;li&gt;&lt;/li&gt;
&lt;li&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
 <category domain="http://weait.com/category/post/-progress">in progress</category>
 <category domain="http://weait.com/category/post/mental-note">mental note</category>
 <category domain="http://weait.com/category/post/presentation">presentation</category>
 <category domain="http://weait.com/category/post/tip">tip</category>
 <pubDate>Mon, 26 May 2008 16:23:21 -0400</pubDate>
 <dc:creator>rw</dc:creator>
 <guid isPermaLink="false">24 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>Mailwatch : Release quarantine fails - Solved</title>
 <link>http://weait.com/content/mailwatch-release-quarantine-fails-solved</link>
 <description>&lt;p&gt;&lt;img src=&quot;http://weait.com/files/mailwatch-logo.gif&quot; align=&quot;right&quot; alt=&quot;MailWatch logo&quot; /&gt;&lt;a href=&quot;http://mailwatch.sourceforge.net/&quot;&gt;Mailwatch&lt;/a&gt; is a GUI maintenance interface for &lt;a href=&quot;http://www.mailscanner.info/&quot;&gt;MailScanner&lt;/a&gt;.  One feature of the combined system is email quarantine.  This traps dangerous email, perhaps you consider email with executable attachments dangerous, in a quarantine and advises the recipient.  In the event that your users periodically expect and need email with executable attachments to be delivered normally, they can manage this themselves. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://weait.com/content/mailwatch-release-quarantine-fails-solved&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/mail">mail</category>
 <category domain="http://weait.com/category/post/mailscanner">mailscanner</category>
 <category domain="http://weait.com/category/post/mailwatch">mailwatch</category>
 <category domain="http://weait.com/category/post/tip">tip</category>
 <pubDate>Thu, 21 Feb 2008 13:50:26 -0500</pubDate>
 <dc:creator>rw</dc:creator>
 <guid isPermaLink="false">18 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>IPCOP can&#039;t reach ORANGE from GREEN</title>
 <link>http://weait.com/content/ipcop-cant-reach-orange-green</link>
 <description>&lt;p&gt;&lt;a href=&quot;http://ipcop.org/&quot;&gt;IPCOP&lt;/a&gt; is a specialty Linux Distribution for creating firewalls.  Very nice. It uses colours to describe the security &quot;Zones&quot; that it creates.  RED is the internet, GREEN is a local, protected network.  ORANGE and BLUE are DMZ and wireless zones.  It is all quite handy and easy to use.   &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://weait.com/content/ipcop-cant-reach-orange-green&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/ipcop">ipcop</category>
 <category domain="http://weait.com/category/post/tip">tip</category>
 <pubDate>Wed, 22 Aug 2007 19:17:09 -0400</pubDate>
 <dc:creator>rw</dc:creator>
 <guid isPermaLink="false">9 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>

