<?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>Scribble Designs &#187; Tips</title>
	<atom:link href="http://www.scribbledesigns.co.uk/tag/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scribbledesigns.co.uk</link>
	<description>Web Design in Northern Ireland.</description>
	<lastBuildDate>Fri, 18 Jun 2010 14:22:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>HowTo: Configuring Triggers and Actions in Drupal 6</title>
		<link>http://www.scribbledesigns.co.uk/2008/04/03/howto-configuring-triggers-and-actions-in-drupal-6/</link>
		<comments>http://www.scribbledesigns.co.uk/2008/04/03/howto-configuring-triggers-and-actions-in-drupal-6/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 11:32:16 +0000</pubDate>
		<dc:creator>Gerard McGarry</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.scribbledesigns.co.uk/2008/04/03/howto-configuring-triggers-and-actions-in-drupal-6/</guid>
		<description><![CDATA[Drupal 6 offers built-in actions that can be performed whenever something happens on your site. Typically, you want to use this to get an alert when someone publishes content on the site, or a new user signs up. You might even want to mimic WordPress and get an email alert every time someone leaves a [...]]]></description>
			<content:encoded><![CDATA[<p><img class="right" alt="drupal logo" src="http://www.scribbledesigns.co.uk/wp-content/uploads/2008/04/drupal-logo.png" width="200"/></p>
<p><a title="Drupal Website" href="http://drupal.org/">Drupal</a> 6 offers built-in actions that can be performed whenever something happens on your site. Typically, you want to use this to get an alert when someone publishes content on the site, or a new user signs up. </p>
<p>You might even want to mimic <a href="http://wordpress.org/">WordPress</a> and get an email alert every time someone leaves a comment on the site. I&#8217;m going to show you how to set this up for your site.</p>
<p><span id="more-173"></span></p>
<h2>Defining Triggers and Actions</h2>
<p>First, let&#8217;s take a look at what triggers and actions actually are. A trigger is an event which will happen on your site. Triggers that I can see on my site are Comments, Content, Cron, Taxonomy and Users.</p>
<p>If you look at the available triggers for <strong>Comments</strong>, you&#8217;ll see various trigger types. The one we&#8217;re interested in is &#8220;After saving a new comment&#8221;.</p>
<p>Before you can activate a trigger, you need to specify an <strong>Action</strong>. This is the action you want to happen each time a trigger is ..er.. triggered. You can do a number of things with actions, such as redirect users to a URL or give them a message on the page. However, we&#8217;re mostly interested in the <strong>Send Email</strong> action.</p>
<h2>Step By Step Instructions</h2>
<p>OK. So let&#8217;s set up a simple action and trigger combo to send us an email each time a comment is left on our Drupal site.</p>
<ul>
<li><strong>Before you start</strong>: Make sure you&#8217;ve got the trigger module activated. Browse to Administer -&gt; Site Building -&gt; Modules and check that <strong>Trigger</strong> is enabled. If not, switch it on, obviously!  </li>
<li>Now, let&#8217;s set up our action &#8211; browse to Administer -&gt; Site Configuration -&gt; Actions. Drop down the <strong>Make a new advanced action</strong> box and select <strong>Send e-mail</strong>. Click <strong>Create</strong>.  </li>
<li>Set up your alert email with an easy to recognise Description and Subject &#8211; I used &#8220;New Comment on [Sitename]&#8221; for mine. Enter the email address of the person who&#8217;s supposed to receive the alert (probably you) and then enter a short message &#8211; you should see some variables underneath the text field showing variables you can use.  </li>
<li>Save your changes <em>et voila</em>, your action is configured. Now to attach it to a trigger&#8230;  </li>
<li>Browse to the Trigger page in Adminster -&gt; Site Building -&gt; Triggers. Click the <strong>Comments</strong> tab and drop down the list underneath <strong>After saving a new comment</strong>. You should see your email in the list &#8211; select it and click <strong>Assign</strong>.  </li>
<li>Job done &#8211; your action has been configured.</li>
</ul>
<h2>Don&#8217;t Forget To Test</h2>
<p>You didn&#8217;t think we were finished yet, did you? Now you need to test that the triggers are working correctly.</p>
<p>Just to approach this as a regular site visitor, log out of your Drupal site. Or, if you&#8217;re smart like me, just fire up another web browser where you&#8217;re not logged on to the site (that way, you can still use the admin part of Drupal in your main browser and test the average user experience in the other).</p>
<p>Simply visit any blog post on the site (or any node that allows comments) and leave a comment on that post. Now, head on over to your email inbox and wait for that alert to arrive. Mine arrived in just a couple of minutes.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.scribbledesigns.co.uk/2008/04/03/howto-configuring-triggers-and-actions-in-drupal-6/&amp;title=HowTo%3A+Configuring+Triggers+and+Actions+in+Drupal+6" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.scribbledesigns.co.uk/2008/04/03/howto-configuring-triggers-and-actions-in-drupal-6/&amp;title=HowTo%3A+Configuring+Triggers+and+Actions+in+Drupal+6" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.scribbledesigns.co.uk/2008/04/03/howto-configuring-triggers-and-actions-in-drupal-6/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.scribbledesigns.co.uk/2008/04/03/howto-configuring-triggers-and-actions-in-drupal-6/&amp;title=HowTo%3A+Configuring+Triggers+and+Actions+in+Drupal+6" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.scribbledesigns.co.uk/2008/04/03/howto-configuring-triggers-and-actions-in-drupal-6/&amp;title=HowTo%3A+Configuring+Triggers+and+Actions+in+Drupal+6" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.scribbledesigns.co.uk/2008/04/03/howto-configuring-triggers-and-actions-in-drupal-6/&amp;title=HowTo%3A+Configuring+Triggers+and+Actions+in+Drupal+6" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RT+%40gerrybot+HowTo%3A+Configuring+Triggers+and+Actions+in+Drupal+6+-+&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.scribbledesigns.co.uk/2008/04/03/howto-configuring-triggers-and-actions-in-drupal-6/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>How To Apply rel=&quot;nofollow&quot; To Content In Drupal</title>
		<link>http://www.scribbledesigns.co.uk/2008/04/02/how-to-apply-relnofollow-to-content-in-drupal/</link>
		<comments>http://www.scribbledesigns.co.uk/2008/04/02/how-to-apply-relnofollow-to-content-in-drupal/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 11:37:58 +0000</pubDate>
		<dc:creator>Gerard McGarry</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Search Engine Optimisation]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.scribbledesigns.co.uk/2008/04/02/how-to-apply-relnofollow-to-content-in-drupal/</guid>
		<description><![CDATA[If you&#8217;ve got a community website using Drupal, you might want to protect your site from spammers by applying the rel=&#8221;nofollow&#8221; attribute to any links your users generate. The theory behind this is that you protect your site from linking to &#8216;bad neighbourhoods&#8217; an possibly incurring penalties with Google for spammy links. Rel=&#8221;nofollow&#8221; is your [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve got a community website using <a title="Drupal Website" href="http://drupal.org/">Drupal</a>, you might want to protect your site from spammers by applying the rel=&#8221;nofollow&#8221; attribute to any links your users generate. </p>
<p>The theory behind this is that you protect your site from linking to &#8216;bad neighbourhoods&#8217; an possibly incurring penalties with Google for spammy links. Rel=&#8221;nofollow&#8221; is your way of saying &#8211; as the site owner &#8211; that you can&#8217;t vouch for the quality of those links.</p>
<p><span id="more-169"></span></p>
<p>Anyway, you probably already know the reasoning &#8211; let&#8217;s show you how to set this up.</p>
<h2>Configuring Nofollow On Input Filters</h2>
<p>Yes, that&#8217;s right. The &#8220;nofollow&#8221; attribute is configured on Input filters. Go to your Drupal administration pages and browse to <strong>Site Configuration</strong> -&gt; <strong>Input Formats</strong>.</p>
<p>Normally you want the default Input Format set to <strong>Filtered HTML</strong> for user-generated content. This allows your users the ability to use HTML formatting without having access to insert scripts or other disruptive things on the site.</p>
<ol>
<li>Click on the <strong>configure</strong> button for Filtered HTML. You&#8217;ll see under the Filters heading that a number of filters are activated. If the HTML Filter isn&#8217;t activated, then activate it and save your changes.</li>
<li>Click the <strong>Configure</strong> button at the top of the page and you&#8217;ll see how the filter is currently configured.</li>
<li>Activate the option for <strong>Spam link deterrent</strong> and save the settings. All outgoing links will now have rel=&#8221;nofollow&#8221; applied to them.</li>
</ol>
<h2>Refining With Access Permissions</h2>
<p>If you want to be especially clever about it, you could modify permissions so that regular members and anonymous users get the Filtered HTML input by default but set your <a href="http://www.scribbledesigns.co.uk/2008/03/31/a-drupal-user-administration-tip/">&#8216;trusted members</a>&#8216; up with access to a less restrictive Input Format such as Full HTML.</p>
<p>But that&#8217;s a conversation for another day, folks&#8230;</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.scribbledesigns.co.uk/2008/04/02/how-to-apply-relnofollow-to-content-in-drupal/&amp;title=How+To+Apply+rel%3D%26quot%3Bnofollow%26quot%3B+To+Content+In+Drupal" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.scribbledesigns.co.uk/2008/04/02/how-to-apply-relnofollow-to-content-in-drupal/&amp;title=How+To+Apply+rel%3D%26quot%3Bnofollow%26quot%3B+To+Content+In+Drupal" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.scribbledesigns.co.uk/2008/04/02/how-to-apply-relnofollow-to-content-in-drupal/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.scribbledesigns.co.uk/2008/04/02/how-to-apply-relnofollow-to-content-in-drupal/&amp;title=How+To+Apply+rel%3D%26quot%3Bnofollow%26quot%3B+To+Content+In+Drupal" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.scribbledesigns.co.uk/2008/04/02/how-to-apply-relnofollow-to-content-in-drupal/&amp;title=How+To+Apply+rel%3D%26quot%3Bnofollow%26quot%3B+To+Content+In+Drupal" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.scribbledesigns.co.uk/2008/04/02/how-to-apply-relnofollow-to-content-in-drupal/&amp;title=How+To+Apply+rel%3D%26quot%3Bnofollow%26quot%3B+To+Content+In+Drupal" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RT+%40gerrybot+How+To+Apply+rel%3D%26quot%3Bnofollow%26quot%3B+To+Content+In+Drupal+-+&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.scribbledesigns.co.uk/2008/04/02/how-to-apply-relnofollow-to-content-in-drupal/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Comment Configuration In Drupal 6</title>
		<link>http://www.scribbledesigns.co.uk/2008/04/02/comment-configuration-in-drupal-6/</link>
		<comments>http://www.scribbledesigns.co.uk/2008/04/02/comment-configuration-in-drupal-6/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 09:35:59 +0000</pubDate>
		<dc:creator>Gerard McGarry</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.scribbledesigns.co.uk/2008/04/02/comment-configuration-in-drupal-6/</guid>
		<description><![CDATA[I spent a frustrating hour searching for the comment configuration area in Drupal 6, so I&#8217;m putting this post together to hopefully save you time setting up comments in Drupal. Basically, in contrast to previous editions of Drupal, comments are now configured by content type &#8211; allowing you to permit comments on blog entries, but [...]]]></description>
			<content:encoded><![CDATA[<p>I spent a frustrating hour searching for the comment configuration area in Drupal 6, so I&#8217;m putting this post together to hopefully save you time setting up comments in Drupal.</p>
<p>Basically, in contrast to previous editions of Drupal, comments are now <a href="http://drupal.org/node/237474">configured by content type</a> &#8211; allowing you to permit comments on blog entries, but not on image nodes.</p>
<p><span id="more-168"></span></p>
<h2>Finding The Configuration Pages</h2>
<p>To find the configuration page for each content type, browse to <strong>Admin</strong> -&gt; <strong>Content Management</strong> -&gt; <strong>Content Types</strong> and click <strong>Edit</strong> on the content type you want to set up comments on.</p>
<p>My reason for wanting to configure comments was to allow comments on my blog and image content types (on my personal blog), and to allow people to enter contact information. I&#8217;m also testing Drupal&#8217;s new anti-spam system called <a href="http://mollom.com">Mollom</a>, which seems to be similar in concept to <a href="http://akismet.com/">Akismet</a>, the anti-blog spam system from Automattic.</p>
<p>If you want some pointers on how to set up comment configuration there are some good comments and discussions <a href="http://www.lullabot.com/articles/drupal_usability_comment_configuration">over on Lullabot</a>.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.scribbledesigns.co.uk/2008/04/02/comment-configuration-in-drupal-6/&amp;title=Comment+Configuration+In+Drupal+6" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.scribbledesigns.co.uk/2008/04/02/comment-configuration-in-drupal-6/&amp;title=Comment+Configuration+In+Drupal+6" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.scribbledesigns.co.uk/2008/04/02/comment-configuration-in-drupal-6/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.scribbledesigns.co.uk/2008/04/02/comment-configuration-in-drupal-6/&amp;title=Comment+Configuration+In+Drupal+6" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.scribbledesigns.co.uk/2008/04/02/comment-configuration-in-drupal-6/&amp;title=Comment+Configuration+In+Drupal+6" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.scribbledesigns.co.uk/2008/04/02/comment-configuration-in-drupal-6/&amp;title=Comment+Configuration+In+Drupal+6" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RT+%40gerrybot+Comment+Configuration+In+Drupal+6+-+&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.scribbledesigns.co.uk/2008/04/02/comment-configuration-in-drupal-6/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Configuring The Contact Form Module In Drupal</title>
		<link>http://www.scribbledesigns.co.uk/2007/09/03/configuring-the-contact-form-module-in-drupal/</link>
		<comments>http://www.scribbledesigns.co.uk/2007/09/03/configuring-the-contact-form-module-in-drupal/#comments</comments>
		<pubDate>Mon, 03 Sep 2007 21:38:29 +0000</pubDate>
		<dc:creator>Gerard McGarry</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.scribbledesigns.co.uk/2007/09/03/configuring-the-contact-form-module-in-drupal/</guid>
		<description><![CDATA[I&#8217;m currently wrapping up on a Drupal installation for a client I&#8217;ve been working with for a while. One of the finishing touches on the new site is a contact form. Thankfully, Drupal has a contact form module built in, so there&#8217;s not really much work to do to get it up and running. Here [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently wrapping up on a Drupal installation for a client I&#8217;ve been working with for a while. One of the finishing touches on the new site is a contact form. Thankfully, Drupal has a contact form module built in, so there&#8217;s not really much work to do to get it up and running.</p>
<p>Here are some notes on configuring the Contact Form module for Drupal:</p>
<p><span id="more-159"></span></p>
<h2>Activate The Module!</h2>
<p>That&#8217;s right, browse to Administer / Site Building / Modules in your site and activate the <strong>Contact</strong> module<strong>. </strong>Save the configuration and you&#8217;re ready to go.</p>
<h2>Configure The Contact Form</h2>
<p>Browse to Administer / Site Building / Contact Form to begin. Click the link at the top of the page to <strong>Add Category</strong>.</p>
<ul>
<li>Give the category a name. I&#8217;ve used &#8220;Contact <em>Site</em>&#8221; (where site is the name of the website).</li>
<li>Configure recipients. You can put in a single email address here, or multiple addresses separated with a comma. I&#8217;m using <em>info@domain.com</em>.</li>
<li>If you like, you can configure a polite autoresponder to send an acknowledgement back to the visitor.</li>
<li>Take note of the <strong>weight</strong> setting &#8211; if you have more than one category in your contact form, you&#8217;ll have to set the weight so that the fields are ordered in the right manner.</li>
<li>Since we have only one category, we&#8217;ll ignore the <strong>Selected</strong> setting for now.</li>
</ul>
<p>When you&#8217;re done configuring, click <strong>Submit</strong> to create the contact form category.</p>
<p>This basic setup with give you a form with fields for name, email address, subject and message. There&#8217;s also a check box that allows the sender to receive a copy of the message.</p>
<h2>Configuring Contact Form Settings</h2>
<p>You can customize the contact form message text by browsing to Administer / Site Building / Contact Form / Settings. This page also allows you to set maximum messages per hour &#8211; an anti-spam setting that prevents you getting bombarded with contact form spam!</p>
<p>You can also allow members to have a personal contact form which relays emails to the address they have in their profile.</p>
<h2>Integrating Into Site Navigation</h2>
<p>When you activate the Contact Form module, a menu item gets created for the page (which points to <em>yoursite.com/contact</em>. This item is disabled by default, so you have to enable it and move it to the desired place in your navigation.</p>
<p>To do this, browse to Administer / Site Building / Menus. Find the <strong>Contact Form</strong> link and click the <strong>enable</strong> button. The edit form should appear.</p>
<p>You can change the title of the contact form if desired, but the important items are the <strong>Parent Item</strong> field and the <strong>Weight</strong>. Set these according to your navigation structure and you should notice the link appearing when you refresh the page. You might have to fiddle with the weight of the item to get it in the right position.</p>
<h2>Testing The Form</h2>
<p>You&#8217;re nearly finished. Just don&#8217;t forget to test the form by sending a quick message through it!</p>
<p class="wlWriterSmartContent" id="0767317B-992E-4b12-91E0-4F059A8CECA8:b609f57a-d7b6-448a-b040-662499458e4f" contenteditable="false" style="margin: 0px; padding: 0px; display: inline">[tags]Drupal, Tips, Web Design[/tags]</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.scribbledesigns.co.uk/2007/09/03/configuring-the-contact-form-module-in-drupal/&amp;title=Configuring+The+Contact+Form+Module+In+Drupal" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.scribbledesigns.co.uk/2007/09/03/configuring-the-contact-form-module-in-drupal/&amp;title=Configuring+The+Contact+Form+Module+In+Drupal" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.scribbledesigns.co.uk/2007/09/03/configuring-the-contact-form-module-in-drupal/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.scribbledesigns.co.uk/2007/09/03/configuring-the-contact-form-module-in-drupal/&amp;title=Configuring+The+Contact+Form+Module+In+Drupal" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.scribbledesigns.co.uk/2007/09/03/configuring-the-contact-form-module-in-drupal/&amp;title=Configuring+The+Contact+Form+Module+In+Drupal" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.scribbledesigns.co.uk/2007/09/03/configuring-the-contact-form-module-in-drupal/&amp;title=Configuring+The+Contact+Form+Module+In+Drupal" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RT+%40gerrybot+Configuring+The+Contact+Form+Module+In+Drupal+-+&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.scribbledesigns.co.uk/2007/09/03/configuring-the-contact-form-module-in-drupal/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>SEO TIP: Viewing NOFOLLOW Links On The Web</title>
		<link>http://www.scribbledesigns.co.uk/2007/08/28/seo-tip-viewing-nofollow-links-on-the-web/</link>
		<comments>http://www.scribbledesigns.co.uk/2007/08/28/seo-tip-viewing-nofollow-links-on-the-web/#comments</comments>
		<pubDate>Tue, 28 Aug 2007 19:30:25 +0000</pubDate>
		<dc:creator>Gerard McGarry</dc:creator>
				<category><![CDATA[Search Engine Optimisation]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[FireFox]]></category>
		<category><![CDATA[nofollow]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.scribbledesigns.co.uk/2007/08/28/seo-tip-viewing-nofollow-links-on-the-web/</guid>
		<description><![CDATA[Aaron Wall&#8217;s brilliantly useful SEO For Firefox plugin can show you a lot about websites via the search results &#8211; PageRank, age of site, number of backlinks, etc. For me however, the most useful feature of the plugin highlights links that have had rel=&#8221;nofollow&#8221; applied to them. This can be useful when doing link building [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.scribbledesigns.co.uk/wp-content/uploads/2007/08/firefox-logo.jpg" class="right" alt="firefox-logo" border="0" height="158" width="160" /> Aaron Wall&#8217;s brilliantly useful <a href="http://tools.seobook.com/firefox/seo-for-firefox.html">SEO For Firefox</a> plugin can show you a lot about websites via the search results &#8211; PageRank, age of site, number of backlinks, etc.</p>
<p>For me however, the most useful feature of the plugin highlights links that have had rel=&#8221;nofollow&#8221; applied to them. This can be useful when doing link building campaigns. For instance, take a look at del.icio.us and StumbleUpon &#8211; both universally apply nofollow to all links except internal ones. There&#8217;s no PageRank value in those types of links, although there may be a short term traffic boost from submitting your site to them.</p>
<p><span id="more-157"></span></p>
<p>If you use SEO For FireFox, you&#8217;ll be stunned at the number of sites that apply nofollow on outgoing links. Naturally, blog comments are mostly nofollowed, but sites like YouTube also apply nofollow.</p>
<p><strong>Changing the highlighter color</strong> &#8211; can be done by going to <strong>Tools</strong>, <strong>Options</strong> in Firefox and clicking the <strong>Options</strong> button on the SEO For Firefox entry. The default red is quite shocking when you see it splashed across a page, but it makes text unreadable.</p>
<p>I prefer to switch it to a lighter color for better legibility. When you update the options, the new highlighted color is applied upon the next page refresh.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.scribbledesigns.co.uk/2007/08/28/seo-tip-viewing-nofollow-links-on-the-web/&amp;title=SEO+TIP%3A+Viewing+NOFOLLOW+Links+On+The+Web" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.scribbledesigns.co.uk/2007/08/28/seo-tip-viewing-nofollow-links-on-the-web/&amp;title=SEO+TIP%3A+Viewing+NOFOLLOW+Links+On+The+Web" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.scribbledesigns.co.uk/2007/08/28/seo-tip-viewing-nofollow-links-on-the-web/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.scribbledesigns.co.uk/2007/08/28/seo-tip-viewing-nofollow-links-on-the-web/&amp;title=SEO+TIP%3A+Viewing+NOFOLLOW+Links+On+The+Web" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.scribbledesigns.co.uk/2007/08/28/seo-tip-viewing-nofollow-links-on-the-web/&amp;title=SEO+TIP%3A+Viewing+NOFOLLOW+Links+On+The+Web" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.scribbledesigns.co.uk/2007/08/28/seo-tip-viewing-nofollow-links-on-the-web/&amp;title=SEO+TIP%3A+Viewing+NOFOLLOW+Links+On+The+Web" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RT+%40gerrybot+SEO+TIP%3A+Viewing+NOFOLLOW+Links+On+The+Web+-+&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.scribbledesigns.co.uk/2007/08/28/seo-tip-viewing-nofollow-links-on-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making Windows Live Writer Work With Ultimate Tag Warrior</title>
		<link>http://www.scribbledesigns.co.uk/2007/08/02/making-windows-live-writer-work-with-ultimate-tag-warrior/</link>
		<comments>http://www.scribbledesigns.co.uk/2007/08/02/making-windows-live-writer-work-with-ultimate-tag-warrior/#comments</comments>
		<pubDate>Thu, 02 Aug 2007 20:58:10 +0000</pubDate>
		<dc:creator>Gerard McGarry</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Tagging]]></category>
		<category><![CDATA[Taxonomy]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[UTW]]></category>
		<category><![CDATA[Windows Live Writer]]></category>

		<guid isPermaLink="false">http://www.scribbledesigns.co.uk/2007/08/02/making-windows-live-writer-work-with-ultimate-tag-warrior/</guid>
		<description><![CDATA[I have a preferred setup on most of my WordPress blogs whereby I use Ultimate Tag Warrior to tag my posts internally. Recently, I&#8217;ve been swayed by Windows Live Writer, an excellent blogging tool. The only drawback? I couldn&#8217;t get Writer working with Ultimate Tag Warrior. Until this evening&#8230; Pascal VanHecke posted an excellent solution [...]]]></description>
			<content:encoded><![CDATA[<p>I have a preferred setup on most of my WordPress blogs whereby I use <a href="http://www.neato.co.nz/ultimate-tag-warrior">Ultimate Tag Warrior</a> to tag my posts internally. Recently, I&#8217;ve been swayed by <a href="http://writer.live.com/">Windows Live Writer</a>, an excellent blogging tool.</p>
<p>The only drawback? I couldn&#8217;t get Writer working with Ultimate Tag Warrior. Until this evening&#8230;</p>
<p><span id="more-149"></span></p>
<p>Pascal VanHecke posted an <a href="http://pascal.vanhecke.info/2006/09/27/ultimate-tag-warrior-on-wordpress-and-windows-live-writer/">excellent solution</a> to add a custom tag provider to Live Writer&#8217;s built-in tag support.</p>
<p>Although he linked to some pre-setup information, you could miss this easily. I wanted to highlight that here.</p>
<p>If you&#8217;ve got a recent installation of WordPress with Ultimate Tag Warrior installed, log in to the Admin area and browse to <strong>Options</strong>, <strong>Tags</strong> and look for the option that reads <strong>Embedded Tags</strong>. Tick that box and save your settings. (The option to automatically generate META Keywords looks interesting too &#8211; might want to switch that on as well)</p>
<p><img src="http://www.scribbledesigns.co.uk/wp-content/uploads/2007/08/enable-embedded-tags.jpg" style="border: 0px none " alt="Enable Embedded Tags in UTW" border="0" height="277" width="416" /></p>
<p>So, set this up in advance, follow <a href="http://pascal.vanhecke.info/2006/09/27/ultimate-tag-warrior-on-wordpress-and-windows-live-writer/">Pascal&#8217;s instructions</a> (and helpful graphics) and get blogging with Windows Live Writer!</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.scribbledesigns.co.uk/2007/08/02/making-windows-live-writer-work-with-ultimate-tag-warrior/&amp;title=Making+Windows+Live+Writer+Work+With+Ultimate+Tag+Warrior" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.scribbledesigns.co.uk/2007/08/02/making-windows-live-writer-work-with-ultimate-tag-warrior/&amp;title=Making+Windows+Live+Writer+Work+With+Ultimate+Tag+Warrior" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.scribbledesigns.co.uk/2007/08/02/making-windows-live-writer-work-with-ultimate-tag-warrior/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.scribbledesigns.co.uk/2007/08/02/making-windows-live-writer-work-with-ultimate-tag-warrior/&amp;title=Making+Windows+Live+Writer+Work+With+Ultimate+Tag+Warrior" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.scribbledesigns.co.uk/2007/08/02/making-windows-live-writer-work-with-ultimate-tag-warrior/&amp;title=Making+Windows+Live+Writer+Work+With+Ultimate+Tag+Warrior" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.scribbledesigns.co.uk/2007/08/02/making-windows-live-writer-work-with-ultimate-tag-warrior/&amp;title=Making+Windows+Live+Writer+Work+With+Ultimate+Tag+Warrior" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RT+%40gerrybot+Making+Windows+Live+Writer+Work+With+Ultimate+Tag+Warrior+-+&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.scribbledesigns.co.uk/2007/08/02/making-windows-live-writer-work-with-ultimate-tag-warrior/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Power Browsing: Turn The del.icio.us Bookmarks Extension Into An Essential Web Toolkit</title>
		<link>http://www.scribbledesigns.co.uk/2007/04/12/power-browsing-turn-the-delicious-bookmarks-extension-into-an-essential-web-toolkit/</link>
		<comments>http://www.scribbledesigns.co.uk/2007/04/12/power-browsing-turn-the-delicious-bookmarks-extension-into-an-essential-web-toolkit/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 09:30:34 +0000</pubDate>
		<dc:creator>Gerard McGarry</dc:creator>
				<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[del.icio.us]]></category>
		<category><![CDATA[Social Bookmarking]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.scribbledesigns.co.uk/2007/04/12/power-browsing-turn-the-delicious-bookmarks-extension-into-an-essential-web-toolkit/</guid>
		<description><![CDATA[How to get the most from del.icio.us/FireFox integration. My power tips for customizing the FireFox Bookmarks extension provided by del.icio.us to turn your browser into a Swiss Army Knife!]]></description>
			<content:encoded><![CDATA[<p>Since del.icio.us launched <a href="https://addons.mozilla.org/en-US/firefox/addon/3615">their Bookmarks extension</a> for FireFox, a number of new features have made it easier to harness the power of your bookmarks.</p>
<p>Possibly the greatest of these is the Bookmarks Toolbar which gets added to the browser. You can use the toolbar to display bookmarks three ways:</p>
<ol>
<li>Imported toolbar items: When you install the plugin originally, del.icio.us bookmarks any items you had on the toolbar and tags them <code>firefox:toolbar</code>.</li>
<li>Bookmarks by tag: My personal favourite &#8211; this allows you to select favourite tags and creates a menu out of each tag.</li>
<li>Bookmarks by bundle: del.icio.us allows you to create groups of tags &#8211; this view lists each bundle as a top-level menu and individual tag names as submenus.</li>
</ol>
<h2>Creating Your Toolkit From Tags</h2>
<p><img src="http://www.scribbledesigns.co.uk/wp-content/uploads/2007/04/tag-menu-example.jpg" alt="A tag menu on the bookmark toolbar" class="right" />The key to displaying your most used websites is to group them into useful sets of tags. For example, I might visit my Gmail account, my RSS reader, stats packages, Google calendar on a daily basis. So, I&#8217;ll bookmark all of these pages and tag them <code>quicklinks</code>.</p>
<p>Now, to get that tag to appear as a drop-down menu, click the del.icio.us log on the toolbar and select <strong>Manage favourite tags</strong>. Type the name of the tag into the box and click add. It will appear in your list of favourite tags, where you can choose to have the bookmarks appear in alphabetical or chronological order.</p>
<p><img src="http://www.scribbledesigns.co.uk/wp-content/uploads/2007/04/manage-favourite-tags.jpg" alt="Manage favourite tags dialog" /></p>
<h2>Other Power Tag Ideas</h2>
<p>I&#8217;ve got a couple of ideas for tag groups that could really work (including some I use myself).</p>
<ul>
<li>Bookmarklets</li>
<li>Advertising and affiliate tracking: Store all your advertising and affiliate sites under one handy tag.</li>
<li>Web stats/analytics packages</li>
<li>Your favourite social networking sites.</li>
<li>Your favourite news/blog resources. RSS readers, aggregators, news websites. All in one place.</li>
</ul>
<p>You&#8217;ve probably got other ideas for how this could be used. If so, share them in the links below.</p>
<h2>Using Your Tag Toolbar</h2>
<p><img src="http://www.scribbledesigns.co.uk/wp-content/uploads/2007/04/open-tagged-bookmarks.jpg" alt="Opening groups of bookmarks" class="right" />The beauty of the toolbar is that with one click you can open all bookmarks under a given tag across multiple tabs in FireFox. So, if you&#8217;ve grouped your bookmarks correctly, you can save a whole lot of time just opening up various websites!</p>
<p>Simply right-click on the tag name and choose the option &#8220;Open In Tabs&#8221;.</p>
<h2>Bookmarklets and Privacy in del.icio.us Toolbar</h2>
<p>When I first installed the Bookmarks extension, all my social networking bookmarklets disappeared. I was a bit disherartened about this, but the good news is del.icio.us Bookmarks has support for Bookmarklets.</p>
<p>Where you would normally drag a bookmarklet to the toolbar, just right-click the link in your browser window and select &#8220;Bookmark this page in del.icio.us&#8221;. I use a &#8220;bookmarklets&#8221; tag to organise these and have it appear on my toolbar for easy access.</p>
<p>When you&#8217;re bookmarking blocks of JavaScript like bookmarklets, you&#8217;ll notice that these are not shared with other del.icio.us users. This is for security. Similarly, when you bookmark something you want to keep private, make sure you opt to NOT share it!</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.scribbledesigns.co.uk/2007/04/12/power-browsing-turn-the-delicious-bookmarks-extension-into-an-essential-web-toolkit/&amp;title=Power+Browsing%3A+Turn+The+del.icio.us+Bookmarks+Extension+Into+An+Essential+Web+Toolkit" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.scribbledesigns.co.uk/2007/04/12/power-browsing-turn-the-delicious-bookmarks-extension-into-an-essential-web-toolkit/&amp;title=Power+Browsing%3A+Turn+The+del.icio.us+Bookmarks+Extension+Into+An+Essential+Web+Toolkit" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.scribbledesigns.co.uk/2007/04/12/power-browsing-turn-the-delicious-bookmarks-extension-into-an-essential-web-toolkit/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.scribbledesigns.co.uk/2007/04/12/power-browsing-turn-the-delicious-bookmarks-extension-into-an-essential-web-toolkit/&amp;title=Power+Browsing%3A+Turn+The+del.icio.us+Bookmarks+Extension+Into+An+Essential+Web+Toolkit" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.scribbledesigns.co.uk/2007/04/12/power-browsing-turn-the-delicious-bookmarks-extension-into-an-essential-web-toolkit/&amp;title=Power+Browsing%3A+Turn+The+del.icio.us+Bookmarks+Extension+Into+An+Essential+Web+Toolkit" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.scribbledesigns.co.uk/2007/04/12/power-browsing-turn-the-delicious-bookmarks-extension-into-an-essential-web-toolkit/&amp;title=Power+Browsing%3A+Turn+The+del.icio.us+Bookmarks+Extension+Into+An+Essential+Web+Toolkit" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RT+%40gerrybot+Power+Browsing%3A+Turn+The+del.icio.us+Bookmarks+Extension+Into+An+Essential+Web+T%5B..%5D+-+&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.scribbledesigns.co.uk/2007/04/12/power-browsing-turn-the-delicious-bookmarks-extension-into-an-essential-web-toolkit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Del.icio.us Bookmarks Extension For FireFox</title>
		<link>http://www.scribbledesigns.co.uk/2007/04/11/delicious-bookmarks-extension-for-firefox/</link>
		<comments>http://www.scribbledesigns.co.uk/2007/04/11/delicious-bookmarks-extension-for-firefox/#comments</comments>
		<pubDate>Wed, 11 Apr 2007 18:24:19 +0000</pubDate>
		<dc:creator>Gerard McGarry</dc:creator>
				<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[del.icio.us]]></category>
		<category><![CDATA[Social Bookmarking]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.scribbledesigns.co.uk/2007/04/11/delicious-bookmarks-extension-for-firefox/</guid>
		<description><![CDATA[In this post I look at some of the cool new features in the del.icio.us Bookmarks extension for FireFox. If you haven't played with social bookmarking services yet, you're missing an exciting part of Web 2.0. This new extension replaces the bookmarking functionality built into FireFox with a synchronised version of your del.icio.us bookmarks.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m an avid user of various social bookmarking services, and I mostly use <a href="http://del.icio.us">del.icio.us</a> for my everyday bookmarking requirements. I also use <a href="http://ma.gnolia.com">ma.gnolia</a> for bookmarking because it provides a far better social experience than del.icio.us.</p>
<p>Anyway, for the past couple of months, I&#8217;ve been using the <a href="https://addons.mozilla.org/en-US/firefox/addon/3615" title="del.icio.us bookmark extension">del.icio.us Bookmarks extension</a> for FireFox. It&#8217;s an add-on that completely replaces the FireFox bookmarks system with your del.icio.us bookmarks, creating seamless integration between del.icio.us and FireFox.</p>
<p>Previous plugins have allowed you to easily bookmark and capture new pages. The Bookmarks extension allows you to quickly and easily search your bookmarks without having to visit the del.icio.us website.</p>
<h2>The del.icio.us toolbar</h2>
<p>The del.icio.us toolbar is a useful addition. You can use it to show recently bookmarked items, but you can also use it to display collections of bookmarks by tag or by bundle. This can be really useful as a toolkit of frequently used websites.</p>
<h2>Sidebar Functionality</h2>
<p>You can view your bookmarks in a sidebar. Even better, you can edit any bookmark by right-clicking on it and choosing properties. By right-clicking on a tag name, you have the option to open all the bookmarks under that tag in multiple FireFox tabs.</p>
<h2>Extended Properties</h2>
<p>Because of the deeper integration with FireFox, you can also assign keyword shortcuts for particular pages. For example, give the Gmail homepage a shortcut name of <code>gmail</code> and from now on, simply type <code>gmail</code> into the location bar and press return. The shortcut <code>gmail</code> gets automatically translated into <code>https://mail.google.com/</code>.</p>
<p>I&#8217;ve written about FireFox shortcuts in the past &#8211; check out <a href="http://www.interwebworld.co.uk/41/howto-speed-dial-favourite-websites-in-firefox-and-opera/" title="Using keywords to speed up browsing in FireFox">this short tutorial</a>.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.scribbledesigns.co.uk/2007/04/11/delicious-bookmarks-extension-for-firefox/&amp;title=Del.icio.us+Bookmarks+Extension+For+FireFox" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.scribbledesigns.co.uk/2007/04/11/delicious-bookmarks-extension-for-firefox/&amp;title=Del.icio.us+Bookmarks+Extension+For+FireFox" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.scribbledesigns.co.uk/2007/04/11/delicious-bookmarks-extension-for-firefox/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.scribbledesigns.co.uk/2007/04/11/delicious-bookmarks-extension-for-firefox/&amp;title=Del.icio.us+Bookmarks+Extension+For+FireFox" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.scribbledesigns.co.uk/2007/04/11/delicious-bookmarks-extension-for-firefox/&amp;title=Del.icio.us+Bookmarks+Extension+For+FireFox" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.scribbledesigns.co.uk/2007/04/11/delicious-bookmarks-extension-for-firefox/&amp;title=Del.icio.us+Bookmarks+Extension+For+FireFox" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RT+%40gerrybot+Del.icio.us+Bookmarks+Extension+For+FireFox+-+&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.scribbledesigns.co.uk/2007/04/11/delicious-bookmarks-extension-for-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Configure WordPress Post-Installation</title>
		<link>http://www.scribbledesigns.co.uk/2007/04/04/how-to-configure-wordpress-post-installation/</link>
		<comments>http://www.scribbledesigns.co.uk/2007/04/04/how-to-configure-wordpress-post-installation/#comments</comments>
		<pubDate>Wed, 04 Apr 2007 20:31:59 +0000</pubDate>
		<dc:creator>Gerard McGarry</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.scribbledesigns.co.uk/2007/04/04/how-to-configure-wordpress-post-installation/</guid>
		<description><![CDATA[The default WordPress installation requires some configuration before it's ready for use. I've decided to share my tips for configuring WordPress after the initial installation.]]></description>
			<content:encoded><![CDATA[<p>Over the past few years, I&#8217;ve done quite a number of WordPress installations. When you&#8217;re installing WordPress from scratch, there are a number of tweaks you need to make before your blog is ready to use.</p>
<p>I thought I&#8217;d share some of my post-install tips. Some of them are necessary and others are purely my personal preference, but hopefully you&#8217;ll find them useful:<span id="more-102"></span></p>
<ul>
<li><strong>Change the default admin password.</strong> The default WordPress password is very difficult to remember, so make it something you&#8217;ll be more comfortable with.</li>
<li><strong>Fill out your profile.</strong> I recommend you fill out your first and last names, and website address if it&#8217;s different to your blog address. You can use these parameters in your WordPress theme to display your name and website alongside posts written by you.</li>
<li><strong>Set the tagline for the blog.</strong> The default tagline reads &#8220;Just another WordPress weblog&#8221;. Not very professional. You can change this in <strong>Options</strong> / <strong>General</strong>. From an SEO perspective, make sure your tagline includes relevant keywords, as these will be included in blog search engines like Technorati.</li>
<li><strong>Clear the default blogroll.</strong> Much as I like and respect the WordPress developers, their links don&#8217;t belong on every blogroll! Click on the <strong>Blogroll</strong> menu (used to be called <strong>Links</strong> in previous versions) and delete the entries in there. Feel free to replace with a list of friends/family/colleagues&#8230;</li>
<li><strong>Delete the &#8220;Hello World&#8221; post.</strong> WordPress starts you off with one post and a comment from Mr WordPress. You should delete these straight away and consider replacing with your own introductory post saying who you are and what the blog&#8217;s about.</li>
<li><strong>Edit the About page.</strong> WordPress automatically creates an About page for your blog. It&#8217;s recommended that you fill this in, because it provides basic information to your readers about the topic of your blog.</li>
<li><strong>Configure discussion options.</strong> This controls whether blog comments are left automatically or if they&#8217;re held for review. The default settings are pretty good, but you can enforce stricter rules by selecting &#8220;An administrator must always approve the comment&#8221;. You can also add watchwords to the comment moderation area so that comments with certain words are automatically held for moderation.</li>
<li><strong>Configure Permalinks.</strong> WordPress handles URL naming automatically so you don&#8217;t have to. Basically, you decide the format for your URLs, set it and forget it. Permalink formats are a hot topic, and subject of much debate. My preferred format at the moment is <code>/%post_id%/%postname%/</code> which gives the post number and then the title (obviously). Some people are taking it a step further and just having <code>yourdomain.com/%postname%/</code> which is even cleaner.</li>
<li><strong>Create Categories.</strong> This is an important step, as your categories will help organise your content for years to come. Choose appropriate category names, do some keyword research to identify popular terms &#8211; even your category names can help with SEO!</li>
</ul>
<p>These are some of the basic post-install procedures I use for WordPress. Once you&#8217;ve got these things out of the way, you&#8217;ll want to focus on customising your WordPress theme and installing plugins to give your blog extra functionality. I don&#8217;t think it&#8217;s fair to recommend a standard set of plugins, as these will vary according to your blogging needs.</p>
<p>Of course, I have my own stock of standard plugins that I use for most WP installs. I&#8217;ll share those in a future post.</p>
<p>If you want more information on post-installation tips for WordPress, Download Squad has <a href="http://www.downloadsquad.com/2007/01/15/wordpress-the-complete-post-install-checklist/" title="WordPress Post-Install Checklist">a more in-depth list</a>. I think some of their steps are unnecessary, or are decisions to be taken when theming the blog. What I&#8217;ve included here are the basic post-install tips for WordPress. Enjoy!</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.scribbledesigns.co.uk/2007/04/04/how-to-configure-wordpress-post-installation/&amp;title=How+To+Configure+WordPress+Post-Installation" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.scribbledesigns.co.uk/2007/04/04/how-to-configure-wordpress-post-installation/&amp;title=How+To+Configure+WordPress+Post-Installation" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.scribbledesigns.co.uk/2007/04/04/how-to-configure-wordpress-post-installation/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.scribbledesigns.co.uk/2007/04/04/how-to-configure-wordpress-post-installation/&amp;title=How+To+Configure+WordPress+Post-Installation" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.scribbledesigns.co.uk/2007/04/04/how-to-configure-wordpress-post-installation/&amp;title=How+To+Configure+WordPress+Post-Installation" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.scribbledesigns.co.uk/2007/04/04/how-to-configure-wordpress-post-installation/&amp;title=How+To+Configure+WordPress+Post-Installation" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RT+%40gerrybot+How+To+Configure+WordPress+Post-Installation+-+&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.scribbledesigns.co.uk/2007/04/04/how-to-configure-wordpress-post-installation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fast Way To Upgrade WordPress Via Shell</title>
		<link>http://www.scribbledesigns.co.uk/2007/03/03/fast-way-to-upgrade-wordpress-via-shell/</link>
		<comments>http://www.scribbledesigns.co.uk/2007/03/03/fast-way-to-upgrade-wordpress-via-shell/#comments</comments>
		<pubDate>Sat, 03 Mar 2007 21:00:12 +0000</pubDate>
		<dc:creator>Gerard McGarry</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.scribbledesigns.co.uk/2007/03/03/fast-way-to-upgrade-wordpress-via-shell/</guid>
		<description><![CDATA[Oops! A server breach over at WordPress.org caused the downloadable version of the software to become compromised. Now, I&#8217;m not normally one to upgrade every time a new version of WordPress is released, especially a minor point version. But the WP developers seemed concerned enough to cross post this on all their blogs, so I [...]]]></description>
			<content:encoded><![CDATA[<p>Oops! A <a href="http://wordpress.org/development/2007/03/upgrade-212/">server breach</a> over at WordPress.org caused the downloadable version of the software to become compromised.</p>
<p>Now, I&#8217;m not normally one to upgrade every time a new version of WordPress is released, especially a minor point version. But the WP developers seemed concerned enough to cross post this on all their blogs, so I decided it might actually be necessary. A tiny bit irritating, as I&#8217;d just upgraded virtually everything to WordPress 2.1.1, but what can you do?</p>
<p>Anyway, I was very pleased to stumble across Ajay&#8217;s neat instructions on how to <a href="http://techtites.com/2007/03/03/upgrading-wordpress-via-shell/">upgrade WordPress via SSH</a> shell. I&#8217;ve done a couple of upgrades now and neither have taken any more than 5 minutes each. My previous process was to download the latest version, unzip it into my Dreamweaver site and upload the whole thing again. This could be pretty time intensive, as you can imagine.</p>
<p>I did spend a lot of time trying to get SSH to work, on sites hosted on both Media Temple and <a href="http://www.dreamhost.com/r.cgi?164205">Dreamhost</a> (aff). If you&#8217;re new to SSH like I am, let me save you a lot of time: <strong>Most hosts don&#8217;t enable SSH be default, you&#8217;ve got to enable it yourself.</strong> In Dreamhost, you enable it through the user management on the panel. In Media Temple, it depends on what package you have, so check their knowledge base.</p>
<p>Anyway, do take the time to learn Ajay&#8217;s SSH technique &#8211; it&#8217;ll save you hours in the long run and it&#8217;s such an elegant solution to managing WordPress. Of course, someone <em>has</em> to mention SVN at this point&#8230;..</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.scribbledesigns.co.uk/2007/03/03/fast-way-to-upgrade-wordpress-via-shell/&amp;title=Fast+Way+To+Upgrade+WordPress+Via+Shell" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.scribbledesigns.co.uk/2007/03/03/fast-way-to-upgrade-wordpress-via-shell/&amp;title=Fast+Way+To+Upgrade+WordPress+Via+Shell" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.scribbledesigns.co.uk/2007/03/03/fast-way-to-upgrade-wordpress-via-shell/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.scribbledesigns.co.uk/2007/03/03/fast-way-to-upgrade-wordpress-via-shell/&amp;title=Fast+Way+To+Upgrade+WordPress+Via+Shell" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.scribbledesigns.co.uk/2007/03/03/fast-way-to-upgrade-wordpress-via-shell/&amp;title=Fast+Way+To+Upgrade+WordPress+Via+Shell" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.scribbledesigns.co.uk/2007/03/03/fast-way-to-upgrade-wordpress-via-shell/&amp;title=Fast+Way+To+Upgrade+WordPress+Via+Shell" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RT+%40gerrybot+Fast+Way+To+Upgrade+WordPress+Via+Shell+-+&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.scribbledesigns.co.uk/2007/03/03/fast-way-to-upgrade-wordpress-via-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
