<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0" xml:base="http://www.imagexmedia.com">
<channel>
 <title>The ImageX Media Blog</title>
 <link>http://www.imagexmedia.com/blog/feed</link>
 <description>Welcome to ImageX Media's blog. We're a Drupal design and development firm based in Vancouver BC. We're passionate about making sites that aren't just great looking, but work great too.</description>
 <language>en</language>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/imagexmedia/blog" type="application/rss+xml" /><item>
 <title>Corporate Manual: Wiki-Style</title>
 <link>http://feeds.feedburner.com/~r/imagexmedia/blog/~3/318347883/corporate-client-staff-manual-wiki-style</link>
 <description>&lt;p&gt;We&amp;#8217;ve been using &lt;a href="http://www.basecamphq.com"&gt;Basecamp&lt;/a&gt; from &lt;a href="http://www.37signals.com"&gt;37signals&lt;/a&gt; for quite awhile now for client communications and project management. We soon started to use it to store and manage our employee manual too. However, there are certainly limitations, as you can only have one level of categorization and hierarchy and you can&amp;#8217;t change the order in which they appear. &lt;/p&gt;

	&lt;p&gt;So we decided to &amp;#8220;port&amp;#8221; the manual over to &lt;a href="http://drupal.org"&gt;Drupal&lt;/a&gt; and write a blog post about how we did it. This post will cover how to setup a manual for both your clients and your employees using a combination of the &lt;a href="http://drupal.org/node/284"&gt;book module&lt;/a&gt; and &lt;a href="http://drupal.org/project/wikitools"&gt;wikitools&lt;/a&gt;. We will also go into how to setup notifications and some other helpful related tools.&lt;/p&gt;

	&lt;p&gt;&lt;em&gt;&lt;span class="caps"&gt;EDIT&lt;/span&gt;: Please note that we are currently using Drupal 5.x for our production site as we are waiting for stable releases of &lt;span class="caps"&gt;CCK&lt;/span&gt; and Views before upgrading. However, this tutorial is not dependent on either of those modules and this may very well be possible with Drupal 6.x though there may be some differences in the modules.&lt;/em&gt;&lt;/p&gt;

	&lt;h3&gt;Step 1: Installing the Modules&lt;/h3&gt;

	&lt;p&gt;You will need to make sure the following core modules are turned on:&lt;/p&gt;

	&lt;ul&gt;
		&lt;li&gt;&lt;a href="http://drupal.org/node/284"&gt;Book&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href="http://drupal.org/node/286"&gt;Comment&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href="http://drupal.org/handbook/modules/taxonomy"&gt;Taxonomy&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href="http://drupal.org/handbook/modules/path"&gt;Path&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;

	&lt;p&gt;You will then need to download and install the following modules from drupal.org:&lt;/p&gt;

	&lt;ul&gt;
		&lt;li&gt;&lt;a href="http://drupal.org/project/book_access"&gt;Book Access&lt;/a&gt; (Set specific permissions per book so that clients can see the Client Support book and the Staff can only see the Staff Handbook.)&lt;/li&gt;
		&lt;li&gt;&lt;a href="http://drupal.org/project/commentrss"&gt;Comment &lt;span class="caps"&gt;RSS&lt;/span&gt;&lt;/a&gt; (Subscribe to comments on the site via &lt;span class="caps"&gt;RSS&lt;/span&gt;)&lt;/li&gt;
		&lt;li&gt;&lt;a href="http://drupal.org/project/default_filter"&gt;Default Filter&lt;/a&gt; (We can use this to set the default filter for certain content types and roles to be different.)&lt;/li&gt;
		&lt;li&gt;&lt;a href="http://drupal.org/project/diff"&gt;Diff&lt;/a&gt; (Compare revisions)&lt;/li&gt;
		&lt;li&gt;&lt;a href="http://drupal.org/project/freelinking"&gt;Freelinking&lt;/a&gt; (Similar to the linking syntax of Wikipedia)&lt;/li&gt;
		&lt;li&gt;&lt;a href="http://drupal.org/project/geshifilter"&gt;GeSHi Filter&lt;/a&gt; (Allows for code highlighting. &lt;span class="caps"&gt;NOTE&lt;/span&gt;: You will need to download and install the GeSHi source code. See the modules &lt;span class="caps"&gt;README&lt;/span&gt;.txt for more info.)&lt;/li&gt;
		&lt;li&gt;&lt;a href="http://drupal.org/project/html_to_text"&gt;&lt;span class="caps"&gt;HTML&lt;/span&gt; to Text&lt;/a&gt; (Required for Subscriptions)&lt;/li&gt;
		&lt;li&gt;&lt;a href="http://drupal.org/project/mail_edit"&gt;Mail Editor&lt;/a&gt; (Required for Subscriptions)&lt;/li&gt;
		&lt;li&gt;&lt;a href="http://drupal.org/project/pathauto"&gt;Pathauto&lt;/a&gt; (If you don&amp;#8217;t already have it, you need it anyway.)&lt;/li&gt;
		&lt;li&gt;&lt;a href="http://drupal.org/project/tableofcontents"&gt;Table of Contents/Headings anchors&lt;/a&gt; (Allows us to add a Table of Contents for a given page based on the headings similar to Wikipedia)&lt;/li&gt;
		&lt;li&gt;&lt;a href="http://drupal.org/project/talk"&gt;Talk&lt;/a&gt; (Puts comments for a node on a separate tab called &amp;#8220;Talk&amp;#8221; similar to Wikipedia)&lt;/li&gt;
		&lt;li&gt;&lt;a href="http://drupal.org/project/textile"&gt;Textile&lt;/a&gt; (An all around easy to use and great text markup language, used by 37signals in Basecamp)&lt;/li&gt;
		&lt;li&gt;&lt;a href="http://drupal.org/project/views"&gt;Views&lt;/a&gt; (Not necessary for this project, but it makes it easy to make lists of nodes.)&lt;/li&gt;
		&lt;li&gt;&lt;a href="http://drupal.org/project/wikitools"&gt;Wikitools&lt;/a&gt; (The power behind all the wiki functionality we will be using.)&lt;/li&gt;
		&lt;li&gt;&lt;a href="http://drupal.org/project/subscriptions"&gt;Subscriptions&lt;/a&gt; (This will allow staff to subscribe to specific sections of the Staff manual. It can be configured per user in very specific ways. &lt;span class="caps"&gt;NOTE&lt;/span&gt;: We only need to enable Content Subscriptions, Subscriptions, Subscriptions Mail, Subscriptions UI, Taxonomy Subscriptions)&lt;/li&gt;
	&lt;/ul&gt;

	&lt;h3&gt;Step 2: Setting up the Book Content Type&lt;/h3&gt;

	&lt;p&gt;First, we will want to make some changes to the Book content type settings.&lt;/p&gt;

	&lt;ol&gt;
		&lt;li&gt;Go to admin/content/types&lt;/li&gt;
		&lt;li&gt;Find the type &amp;#8220;book&amp;#8221; in the list and click &amp;#8220;edit&amp;#8221; to the right.&lt;/li&gt;
		&lt;li&gt;You may want to rename the Book content type to something else, we called it &amp;#8220;Manual Entry&amp;#8221; as that best suited this scenario. You&amp;#8217;ll probably want to change the description as well so it makes more sense for your situation.&lt;/li&gt;
		&lt;li&gt;Under the &amp;#8220;Workflow&amp;#8221; fieldset make sure that &amp;#8220;Published&amp;#8221; and &amp;#8220;Create new revision&amp;#8221; are checked and the other options are not.&lt;/li&gt;
		&lt;li&gt;For our needs we disabled commenting by default. For now, we don&amp;#8217;t need clients to be able to comment on Support pages and so we will turn it on for staff handbook pages on a case by case basis. You may decide you want them on by default.&lt;/li&gt;
		&lt;li&gt;If you have enabled and installed the &amp;#8220;Talk&amp;#8221; module then there will be an additional check box that says &amp;#8220;Display comments on separate talk page&amp;#8221;. Make sure to check that as it will come in handy later.&lt;/li&gt;
	&lt;/ol&gt;

	&lt;h3&gt;Step 3: Configure pathauto settings for books&lt;/h3&gt;

	&lt;p&gt;Let&amp;#8217;s not forget to configure pathauto for books before we go and create the book pages so that we can save ourselves the trouble of updating the paths later on.&lt;/p&gt;

	&lt;ol&gt;
		&lt;li&gt;Go to admin/settings/pathauto&lt;/li&gt;
		&lt;li&gt;Under the &amp;#8220;Node path settings&amp;#8221; find the field &amp;#8220;Pattern for all Manual Entry (Book) paths&amp;#8221; (It will be named whatever you called your book content type)&lt;/li&gt;
		&lt;li&gt;We set this to [bookpath-raw]/[title-raw] which is the best format for a book page because the hierarchy of that page will be represented in the &lt;span class="caps"&gt;URL&lt;/span&gt; like so: &amp;#8220;handbook/maintopic/subtopic&amp;#8221;.&lt;/li&gt;
	&lt;/ol&gt;

	&lt;h3&gt;Step 4: Create the Client &amp;amp; Staff Manuals&lt;/h3&gt;

	&lt;p&gt;Now that we have the content type configured the way we like it and the paths set up nicely, it&amp;#8217;s time to create the actual books. You do this by creating the first page in the book and setting its parent as the top level. We&amp;#8217;re going to create two books. One called &amp;#8220;Support&amp;#8221; for our clients and another called &amp;#8220;Handbook&amp;#8221; for our employees.&lt;/p&gt;

	&lt;ol&gt;
		&lt;li&gt;Go to &amp;#8220;Create Content&amp;#8221; &amp;gt; &amp;#8220;Book&amp;#8221; or whatever you may have renamed it to (node/add/book)&lt;/li&gt;
		&lt;li&gt;Type in the title of this book, in this case we&amp;#8217;re calling it &amp;#8220;Support&amp;#8221;&lt;/li&gt;
		&lt;li&gt;Set the parent to the top level (which is the default)&lt;/li&gt;
		&lt;li&gt;Add in some content, I suggest adding an overview of what the book contains and how to use it.&lt;/li&gt;
		&lt;li&gt;Repeat this for the second book which we&amp;#8217;ve called &amp;#8220;Handbook&amp;#8221;&lt;/li&gt;
		&lt;li&gt;In addition we&amp;#8217;ve actually explained about how to use the Wiki features of the handbook to our staff.&lt;/li&gt;
	&lt;/ol&gt;

	&lt;h3&gt;Step 5: Setting Permissions&lt;/h3&gt;

	&lt;p&gt;In addition to the two default roles anonymous user and authenticated user we have three roles: super (has access to everything), admin (has access to day-to-day site administration functionality), staff (see below). I&amp;#8217;ll let you decide what roles you want to use on your site, but I would suggest that you have at least one that is similar to our &amp;#8220;staff&amp;#8221; role. The staff role has the following permissions checked:&lt;/p&gt;

	&lt;ul&gt;
		&lt;li&gt;&lt;strong&gt;Book Module:&lt;/strong&gt; create book pages, edit book pages, edit own book pages, outline posts in books, see printer friendly version&lt;/li&gt;
		&lt;li&gt;&lt;strong&gt;Comment Module:&lt;/strong&gt; access comments, post comments, post comments without approval&lt;/li&gt;
		&lt;li&gt;&lt;strong&gt;Node Module:&lt;/strong&gt; access content, revert revisions, view revisions&lt;/li&gt;
		&lt;li&gt;&lt;strong&gt;Search Module:&lt;/strong&gt; search content, use advance search&lt;/li&gt;
		&lt;li&gt;&lt;strong&gt;Subscriptions Module:&lt;/strong&gt; subscribe to content, subscribe to content types, subscribe to taxonomy terms&lt;/li&gt;
	&lt;/ul&gt;

	&lt;p&gt;Once those permissions are set, head over to admin/content/book. You will now see the two books that you have created. Optionally, you can click on &amp;#8220;outline&amp;#8221; and it will show you all the pages of the book and allows you to easily edit the titles and order them. Not too exciting since we only have one page each. For now you can ignore this and click on &amp;#8220;Access control&amp;#8221; tab (admin/content/book/access). This new tab is provided by the &amp;#8220;Book Access&amp;#8221; module we installed earlier. We&amp;#8217;ve specified that everyone can view the Support book but only admin and super can edit/delete pages. For the Handbook we&amp;#8217;ve specified that only staff, admin, and super can view/edit the book and only admin/super can delete pages. Note that I didn&amp;#8217;t allow staff to delete pages. This is because there is no &amp;#8220;undo&amp;#8221; for deleting pages and so we need to have a certain level of safety.&lt;/p&gt;

	&lt;p&gt;&lt;img src="http://www.imagexmedia.com/sites/default/files/book-access-settings.jpg" alt="" /&gt;&lt;/p&gt;

	&lt;p&gt;Now that we&amp;#8217;ve given access to users, we need to put it somewhere they can find it. You can do this by editing the menu settings of the two book pages you created and specifying where you want them to appear.&lt;/p&gt;

	&lt;h3&gt;Step 6: Setting up the Wiki Functionality&lt;/h3&gt;

	&lt;p&gt;Now we have the basic book functionality setup we need to add in the wiki functionality that will help to make this more dynamic. The great thing about wikipedia is the way that it&amp;#8217;s deeply linkable, collaborative, and constantly in flux. This meets the needs of our company manual well.&lt;/p&gt;

	&lt;p&gt;We previously installed the wikitools module, so let&amp;#8217;s start configuring it. Suprisingly there isn&amp;#8217;t much we need to do:&lt;/p&gt;

	&lt;ol&gt;
		&lt;li&gt;Go to admin/settings/wikitools&lt;/li&gt;
		&lt;li&gt;You have the option to specify a wiki main page, but since we are using the book module for everything I am going to set the &amp;#8220;Wiki Path&amp;#8221; and &amp;#8220;Title of the main page&amp;#8221; to nothing/blank.&lt;/li&gt;
		&lt;li&gt;We only need the wiki functionality for our manual so under wiki node types I will only check off &amp;#8220;Manual Entry&amp;#8221;&lt;/li&gt;
		&lt;li&gt;Under Options I have checked off the following &amp;#8220;Node Creation&amp;#8221;, &amp;#8220;Node Search&amp;#8221;, &amp;#8220;Automatic Redirect&amp;#8221;, &amp;#8220;Unique Title&amp;#8221;, &amp;#8220;Treat underscores as spaces when looking for node titles&amp;#8221;. You can read more about what each of these functions does exactly, right beside the check box. This is really the meat and potatoes of what wikitools does. Your settings may differ from ours of course.&lt;/li&gt;
		&lt;li&gt;I kept &amp;#8220;Hijack freelinking filter&amp;#8221; as checked because we will be using the freelinking filter for the wiki links and we want to make sure that wikitools is used when a wiki page does not exist.&lt;/li&gt;
	&lt;/ol&gt;

	&lt;p&gt;&lt;em&gt;&lt;span class="caps"&gt;NOTE&lt;/span&gt;: There are other wiki filter formats out there, like &lt;a href="http://drupal.org/project/pearwiki_filter"&gt;&lt;span class="caps"&gt;PEAR&lt;/span&gt; Wiki Filter&lt;/a&gt;, which allow you to use various markup languages such as MediaWiki. I chose to just use the freelinking module because our staff was already used to using the textile markup language so I didn&amp;#8217;t want to introduce something new.&lt;/em&gt;&lt;/p&gt;

	&lt;p&gt;&lt;img src="http://www.imagexmedia.com/sites/default/files/wikitools-settings.jpg" alt="" /&gt;&lt;/p&gt;

	&lt;h3&gt;Step 7: The Wiki Input Format&lt;/h3&gt;

	&lt;p&gt;Setting up wikitools alone doesn&amp;#8217;t do much though. You really need to have an input format to see the fruit of it. I&amp;#8217;m going to walk you through the set up of the input format that we have used. You&amp;#8217;ve already installed the necessary modules in the first step of this article, so we can get started configuring them.&lt;/p&gt;

	&lt;h3&gt;Code Highlighting (Optional)&lt;/h3&gt;

	&lt;p&gt;This step is optional, and only recommended if you believe you will be including code snippets throughout your manual. Since we&amp;#8217;re a web development company, this feature really makes sense for us. &lt;/p&gt;

	&lt;p&gt;&lt;em&gt;To follow along you will need to have the &amp;#8220;GeSHi Filter&amp;#8221; module installed as well as the GeSHi Source Code.&lt;/em&gt;&lt;/p&gt;

	&lt;ol&gt;
		&lt;li&gt;Go to admin/settings/geshifilter&lt;/li&gt;
		&lt;li&gt;I&amp;#8217;ve kept most of the geshi settings as they are by default except I have changed the following. I&amp;#8217;ve set:
	&lt;ol&gt;
		&lt;li&gt;&amp;#8220;Default highlighting mode&amp;#8221; I set to &amp;#8220;Drupal 5&amp;#8221;&lt;/li&gt;
		&lt;li&gt;&amp;#8220;Default line numbering&amp;#8221; I set to &amp;#8220;normal line numbers&amp;#8221;&lt;/li&gt;
	&lt;/ol&gt;&lt;/li&gt;
	&lt;/ol&gt;

	&lt;h3&gt;Freelinking&lt;/h3&gt;

	&lt;ol&gt;
		&lt;li&gt;Configure the freelinking module by going to (admin/settings/freelinking)&lt;/li&gt;
		&lt;li&gt;See my settings below. Note that I have disabled camel case. This would turn something like MacBook or McDonalds into a link and that isn&amp;#8217;t helpful for us. Instead only text enclosed in [[Square Brakets]] will be converted to a link.&lt;/li&gt;
	&lt;/ol&gt;

	&lt;p&gt;&lt;img src="http://www.imagexmedia.com/sites/default/files/freelinking.jpg" alt="" /&gt;&lt;/p&gt;

	&lt;p&gt;Now that we have setup the code highlighting and freelinking we can actually create the input format. &lt;/p&gt;

	&lt;ol&gt;
		&lt;li&gt;Head over to admin/settings/filters&lt;/li&gt;
		&lt;li&gt;Create a new format. We&amp;#8217;ve called ours &amp;#8220;wiki-style&amp;#8221;.&lt;/li&gt;
		&lt;li&gt;Make sure the new format is at least available to the staff role&lt;/li&gt;
		&lt;li&gt;Under filters we have checked: &amp;#8220;GeSHi filter&amp;#8221;, &amp;#8220;Headings to Anchors&amp;#8221;, &amp;#8220;Table of Contents&amp;#8221;, &amp;#8220;Textile&amp;#8221;, &amp;#8220;&lt;span class="caps"&gt;URL&lt;/span&gt; filter&amp;#8221;, and &amp;#8220;freelinking filter&amp;#8221;&lt;/li&gt;
		&lt;li&gt;Save the settings&lt;/li&gt;
		&lt;li&gt;While still on the same input format click the &amp;#8220;Rearrange&amp;#8221; tab. Here you can adjust the order that filters are executed. I haven&amp;#8217;t noticed any conflicts, but you may want to keep an eye out and adjust as necessary&lt;/li&gt;
	&lt;/ol&gt;

	&lt;p&gt;&lt;img src="http://www.imagexmedia.com/sites/default/files/input-formats.jpg" alt="" /&gt;&lt;/p&gt;

	&lt;p&gt;&lt;span class="caps"&gt;EDIT&lt;/span&gt;: In the above image I had &amp;#8220;Line break converter&amp;#8221; selected, however, with the textile converter this is not necessary and depending on the order they are interpreted in could even cause double line breaks.&lt;/p&gt;

	&lt;p&gt;Now that we have the input format setup, to make life easier, let&amp;#8217;s set it so that input format is used by default when staff create a manual entry.&lt;/p&gt;

	&lt;ol&gt;
		&lt;li&gt;Go to admin/settings/default_filter&lt;/li&gt;
		&lt;li&gt;Add the following entry (Role = staff; Format = Wiki-Style; Node Type = &amp;#8220;Manual Entry&amp;#8221;). This will override the default and says, when a user with the role staff is editing or creating a manual entry use the wiki-style input format.&lt;/li&gt;
		&lt;li&gt;Add other rules as needed.&lt;/li&gt;
	&lt;/ol&gt;

	&lt;p&gt;&lt;img src="http://www.imagexmedia.com/sites/default/files/default-filter-settings.jpg" alt="" /&gt;&lt;/p&gt;

	&lt;p&gt;Now, let&amp;#8217;s test out or new wiki system. I&amp;#8217;ve included a text file which you can download, open, and copy and paste into a book page. It will give you a general idea of all the options available to you and how it works.&lt;/p&gt;

	&lt;p&gt;&lt;a href="http://www.imagexmedia.com/sites/default/files/sample-wiki-entry.txt"&gt;Download Sample Wiki Entry&lt;/a&gt;&lt;/p&gt;

	&lt;p&gt;Here is what that page will look like:&lt;/p&gt;

	&lt;p&gt;&lt;img src="http://www.imagexmedia.com/sites/default/files/sample-page.jpg" alt="" /&gt;&lt;/p&gt;

	&lt;p&gt;A couple things to note&amp;#8230;&lt;/p&gt;

	&lt;ul&gt;
		&lt;li&gt;You may want to learn more about the &lt;a href="http://hobix.com/textile/"&gt;textile markup language&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;Note the table of contents functionality; it will automatically add anchors to the H2 and H3 tags and produce a table of contents.&lt;/li&gt;
		&lt;li&gt;Normal &lt;span class="caps"&gt;URL&lt;/span&gt;s are automatically parsed&lt;/li&gt;
		&lt;li&gt;Text surrounded with [[Square Brackets]] are made into wiki links. Try clicking on one.&lt;/li&gt;
	&lt;/ul&gt;

	&lt;h3&gt;Step 8: Managing Revisions&lt;/h3&gt;

	&lt;p&gt;Earlier on in this process, I got you to set revisions on by default. We&amp;#8217;re going to take advantage of this now. Go ahead and make a change to an existing page and add a log message. When you do this the revisions tab will appear. Because we installed the diff module earlier we will get an added bonus when we click on the revisions tab.&lt;/p&gt;

	&lt;p&gt;&lt;img src="http://www.imagexmedia.com/sites/default/files/revisions-tab.jpg" alt="" /&gt;&lt;/p&gt;

	&lt;p&gt;You can now choose two different revisions and then click &amp;#8220;Show diff&amp;#8221; which is short for &amp;#8220;Show differences&amp;#8221;. When we do that we are shown the changes that were made.&lt;/p&gt;

	&lt;p&gt;&lt;img src="http://www.imagexmedia.com/sites/default/files/diff-example.jpg" alt="" /&gt;&lt;/p&gt;

	&lt;h3&gt;Step 9: Discussions&lt;/h3&gt;

	&lt;p&gt;So we&amp;#8217;ve setup two books to be used as our client and employee manuals and we&amp;#8217;ve add the wiki functionality to make this a more collaborative effort. However, from time to time we need to discuss company policies or best practices. We&amp;#8217;ve already installed and configured the talk modules so let&amp;#8217;s go ahead an enable it for this message. &lt;/p&gt;

	&lt;p&gt;Edit the book page you just created and under &amp;#8220;Comment settings&amp;#8221; set it to &amp;#8220;Read/Write&amp;#8221; and save. Notice that right away a talk tab is added. If you click on that you can now post the first comment.&lt;/p&gt;

	&lt;h3&gt;Step 10: Staying up to date&lt;/h3&gt;

	&lt;p&gt;It&amp;#8217;s no use having a manual if no one reads it. Initially, we thought we might be able to keep people up to date via &lt;span class="caps"&gt;RSS&lt;/span&gt;. One could easily install the Views module and create an &lt;span class="caps"&gt;RSS&lt;/span&gt; feed and in addition install the Comment &lt;span class="caps"&gt;RSS&lt;/span&gt; module to include comments. However, that doesn&amp;#8217;t allow for people to only get notified about the topics that matter to them and it doesn&amp;#8217;t ensure that all changes to manual entries that affect them run past their eyes. So we decided to the use the subscription module. &lt;/p&gt;

	&lt;ol&gt;
		&lt;li&gt;Upon installing the Subscription module you will want to make sure Content Subscriptions, Subscriptions, Subscriptions Mail, Subscriptions UI, and Taxonomy Subscriptions have been installed. In addition you will need to install &amp;#8220;Mail Editor&amp;#8221; and &amp;#8220;&lt;span class="caps"&gt;HTML&lt;/span&gt; to Text&amp;#8221;.&lt;/li&gt;
		&lt;li&gt;Create a new vocabulary called Departments. (admin/content/taxonomy)&lt;/li&gt;
		&lt;li&gt;Set it to show up for &amp;#8220;Manual Entry&amp;#8221; or &amp;#8220;Book&amp;#8221; (whatever yours is called)&lt;/li&gt;
		&lt;li&gt;And allow &amp;#8220;Multiple select&amp;#8221;&lt;/li&gt;
		&lt;li&gt;Next add the terms that you would like to use for example: Contractors, Design, Development, Employees, Information Architecture, Sales&lt;/li&gt;
		&lt;li&gt;Go to admin/settings/subscriptions&lt;/li&gt;
		&lt;li&gt;I set the unlisted content types and blocked content types to all but the manual entry (book) content type.&lt;/li&gt;
		&lt;li&gt;I set all the vocabularies to &amp;#8220;restricted&amp;#8221; and &amp;#8220;omitted&amp;#8221; except for &amp;#8220;Department&amp;#8221;&lt;/li&gt;
		&lt;li&gt;Under user defaults you can set the defaults for new users, I added the following to the defaults:&lt;/li&gt;
	&lt;/ol&gt;

	&lt;p&gt;&lt;img src="http://www.imagexmedia.com/sites/default/files/subscription-settings..jpg" alt="" /&gt;&lt;/p&gt;

	&lt;p&gt;&lt;span class="caps"&gt;NOTE&lt;/span&gt;: I haven&amp;#8217;t added any default subscriptions to specific user roles. You may want to.&lt;/p&gt;

	&lt;h3&gt;Conclusion&lt;/h3&gt;

	&lt;p&gt;That&amp;#8217;s it. We&amp;#8217;ve created a corporate manual that we can use for documenting client support as well as for internal employees. We&amp;#8217;ve used the book module so that we have the ease and strucuture it provides, but we&amp;#8217;ve also used wiki and revisions tools to allow for a collaborative. And in the last few steps we&amp;#8217;ve enabled subscriptions so staff members can stay up to date on policies that matter to them.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/imagexmedia/blog/~4/318347883" height="1" width="1"/&gt;</description>
 <comments>http://www.imagexmedia.com/blog/2008/6/corporate-client-staff-manual-wiki-style#comments</comments>
 <category domain="http://www.imagexmedia.com/tags/book">book</category>
 <category domain="http://www.imagexmedia.com/tags/drupal">Drupal</category>
 <category domain="http://www.imagexmedia.com/tags/how">how-to</category>
 <category domain="http://www.imagexmedia.com/tags/tutorial">tutorial</category>
 <category domain="http://www.imagexmedia.com/tags/wiki">wiki</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.imagexmedia.com/crss/node/299</wfw:commentRss>
 <pubDate>Mon, 23 Jun 2008 14:27:36 -0500</pubDate>
 <dc:creator>Chris Geoghegan</dc:creator>
 <guid isPermaLink="false">299 at http://www.imagexmedia.com</guid>
<feedburner:origLink>http://www.imagexmedia.com/blog/2008/6/corporate-client-staff-manual-wiki-style</feedburner:origLink></item>
<item>
 <title>Drupal Camp Vancouver</title>
 <link>http://feeds.feedburner.com/~r/imagexmedia/blog/~3/275544210/drupal-camp-vancouver</link>
 <description>&lt;p&gt;&lt;img src="/sites/default/files/drupal-camp-large.jpg" alt="drupal camp logo"/&gt;&lt;/p&gt;

	&lt;p&gt;Calling all &lt;span class="caps"&gt;PHP&lt;/span&gt; web developers, themers, programmers, Drupal enthusiasts and anyone else interested in learning more about the &lt;a href="http://www.packtpub.com/article/drupal-wins-overall-2007-open-source-cms-award"&gt;hottest open source content management system&lt;/a&gt;  in the world&amp;#8230; Spread the word! &lt;a href="http://drupalcampvancouver.org"&gt;Drupal Camp Vancouver&lt;/a&gt; is coming in less than a month! &lt;!--break--&gt; &lt;/p&gt;

	&lt;p&gt;On May 9th and 10th, the &lt;a href="http://www.sfu.ca/dialog/"&gt;&lt;span class="caps"&gt;SFU&lt;/span&gt; Wosk Centre for Dialogue&lt;/a&gt; &lt;a href="http://maps.google.ca/maps?f=q&amp;hl=en&amp;geocode=&amp;q=Morris+J.+Wosk+Centre+for+Dialogue&amp;jsv=107&amp;sll=49.282168,-123.110733&amp;sspn=0.023012,0.027595&amp;ie=UTF8&amp;z=15"&gt;(Hastings &amp;amp; Seymour)&lt;/a&gt; and &lt;a href="http://www.abetterplacetowork.com/"&gt;Workspace&lt;/a&gt; in &lt;a href="http://maps.google.ca/maps?f=q&amp;hl=en&amp;geocode=&amp;q=Workspace&amp;jsv=107&amp;sll=49.284408,-123.110754&amp;sspn=0.009602,0.025921&amp;ie=UTF8&amp;ll=49.28284,-123.103244&amp;spn=0.009602,0.025921&amp;z=16"&gt;Gastown&lt;/a&gt; will become a multi-track conference all about the Drupal &lt;span class="caps"&gt;CMS&lt;/span&gt;. This event is for all Drupal enthusiasts and will provide a forum for learning, sharing and networking. Some of the themes that will be addressed in the sessions are: 
	&lt;ul&gt;
		&lt;li&gt;Drupal 101&lt;/li&gt;
		&lt;li&gt;Development (Beginner and Advanced)&lt;/li&gt;
		&lt;li&gt;Theming, Business &amp;amp; Community&lt;/li&gt;
		&lt;li&gt;Site Case Studies &amp;amp; Implementation.&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;Tickets are $20 for the two day event, and that includes 2 lunches and a lovely eco-friendly T-shirt that you can wear proudly. To register, you can purchase tickets &lt;a href="http://drupalcampvancouver.eventbrite.com/"&gt;online&lt;/a&gt;. There are just over 80 spaces available and they&amp;#8217;re going fast so act quickly!&lt;/p&gt;

	&lt;p&gt;&lt;a href="http://drupalcampvancouver.org"&gt;Drupal Camp Vancouver&lt;/a&gt; is run by volunteers and kept affordable by the help of many sponsors.  ImageX is a gold sponsor and we hope to be able to contribute as presenters and volunteers as well.  Here are some of our peers who are also making the conference possible:
	&lt;ul&gt;
		&lt;li&gt;&lt;a href="http://appnovation.com" title="Appnovation"&gt;Appnovation Technologies&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href="http://www.nowpublic.com/" title="Now public"&gt;NowPublic&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href="http://www.strutta.com/" title="Strutta"&gt;Strutta&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href="http://www.civicactions.com/" title="CivicActions"&gt;Civic Actions&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href="http://www.workhabit.com" title="Workhabit"&gt;Workhabit&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href="http://www.raisedeyebrow.com" title="Raised Eyebrow"&gt;Raised Eyebrow&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href="http://www.abetterplacetowork.com" title="Workspace co-working in Gastown"&gt;Workspace&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href="http://ventureweb.net" title="Venture Web"&gt;VentureWeb Design Ltd.&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href="http://Agentic.ca" title="Agentic"&gt;Agentic&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href="http://RaincityStudios.com" title="Raincity Studios"&gt;Raincity Studios&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href="http://affinitybridge.com" title="Affintity Bridge"&gt;Affinity Bridge&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href="http://www.socialsignal.com" title="Social Signal"&gt;Social Signal&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href="http://activestate.com" title="Active State"&gt;Active State&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;Check out the official &lt;a href="http://drupalcampvancouver.org"&gt;Drupal Camp Vancouver website&lt;/a&gt; for more info.  See you there!&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/imagexmedia/blog/~4/275544210" height="1" width="1"/&gt;</description>
 <comments>http://www.imagexmedia.com/blog/2008/4/drupal-camp-vancouver#comments</comments>
 <category domain="http://www.imagexmedia.com/tags/company-news">company news</category>
 <category domain="http://www.imagexmedia.com/tags/drupal">Drupal</category>
 <category domain="http://www.imagexmedia.com/tags/drupalcamp">Drupalcamp</category>
 <category domain="http://www.imagexmedia.com/tags/event">event</category>
 <category domain="http://www.imagexmedia.com/tags/vancouver">Vancouver</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.imagexmedia.com/crss/node/265</wfw:commentRss>
 <pubDate>Thu, 17 Apr 2008 12:03:35 -0500</pubDate>
 <dc:creator />
 <guid isPermaLink="false">265 at http://www.imagexmedia.com</guid>
<feedburner:origLink>http://www.imagexmedia.com/blog/2008/4/drupal-camp-vancouver</feedburner:origLink></item>
<item>
 <title>10 Sins of Blog Usability</title>
 <link>http://feeds.feedburner.com/~r/imagexmedia/blog/~3/262897175/10-sins-blog-usability</link>
 <description>&lt;p&gt;&amp;#8220;Sinning&amp;#8221; is an archery term, which literally means &amp;#8220;to miss the mark&amp;#8221;. If you&amp;#8217;re blogging to establish a two-way dialogue with the world, the &amp;#8220;mark&amp;#8221; is the optimal reader experience. The following is a list of ten things that can hurt your blog&amp;#8217;s &lt;a href="/services/web-usability"&gt;usability.&lt;/a&gt; &lt;/p&gt;

	&lt;h3&gt;10. Sending Mixed Messages&lt;/h3&gt;

	&lt;p&gt;The focus of your blog should be decided before your first post and then committed to. Random blog entries about a melee of topics might work for a personal blog read by friends and family, but is not a good approach for a serious, professional blog. The lifeblood of any blog is in its loyal subscriber base. And readers are more willing to subscribe to blogs that talk about their area of interest on a consistent basis.&lt;/p&gt;

	&lt;p&gt;If your blog&amp;#8217;s &amp;#8220;personality&amp;#8221; includes the odd personal entry, create a separate category for &amp;#8220;fun stuff&amp;#8221;, &amp;#8220;random&amp;#8221; or other &amp;#8220;personal&amp;#8221;, and think about each post&amp;#8217;s fit with your target audience before you publish. Or start a separate blog on that topic and cross-link your blogs.&lt;/p&gt;

	&lt;h3&gt;9. Making It Hard to Subscribe&lt;/h3&gt;

	&lt;p&gt;Because subscribers are such an important part of blogging success, you need to make it easy for users to sign up. Since not all users understand and use &lt;span class="caps"&gt;RSS&lt;/span&gt; feed aggregators like Feedburner and Bloglines (also called newsreaders), offer both email and &lt;span class="caps"&gt;RSS&lt;/span&gt; options. Make them very conspicuous, preferably placing them at the top of your navigation menu and above the fold.&lt;/p&gt;

	&lt;p&gt;Don&amp;#8217;t be afraid to &amp;#8220;ask for the subscription&amp;#8221; at the end of each post as well. Chicklets are mini-icons that make it easy to add to feed aggregators and social bookmark sites like del.icio.us and Netvouz with one click. You can find more information on adding chicklets to your blog with the Chicklet Creator.&lt;/p&gt;

	&lt;p&gt;If you are using free blog software and hosting, it may not be possible to add these extra functions. So plan ahead when choosing your platform.&lt;/p&gt;

	&lt;h3&gt;8. Inconsistent Posting&lt;/h3&gt;

	&lt;p&gt;Now that you have a loyal fan base who are notified of every new post, don&amp;#8217;t disappoint them with time lags between posts. Pick a posting schedule that&amp;#8217;s realistic for your time schedule and stick to it. If you can&amp;#8217;t think of anything to post about, blog about someone else&amp;#8217;s post related to your topic and include a link back to that post.&lt;/p&gt;

	&lt;p&gt;Will this hurt your own blog to send subscribers away to another blog? No, because you&amp;#8217;re still offering them something useful in lieu of you posting something. You can also leave a comment or trackback on the other blog that links back to your post which can send traffic back to you. Bloggers often monitor their trackbacks or incoming links through Technorati, PubSub or other services. They might end up blogging about you in return.&lt;/p&gt;

	&lt;h3&gt;7. No Contact Info&lt;/h3&gt;

	&lt;p&gt;Some blogs can pull off the mystique of an anonymous posting. But if your website is for business, it&amp;#8217;s hard to have a two-way dialogue when you make it impossible to contact you. Transparency is fundamental to building trust on the web. And you don&amp;#8217;t want users to mistake your reputable blog for a &amp;#8220;splog&amp;#8221; or spammy blog that scrapes content from other sites.&lt;/p&gt;

	&lt;p&gt;If you don&amp;#8217;t want to advertise your email address because of spammers, you can still enable comments on your posts. Yes, you&amp;#8217;ll still get spammed, that&amp;#8217;s the reality of the Web. Wordpress blogs come with Akismet anti-spam which does a good job at catching most spam. You usually have the option to moderate comments before they appear on your blog.&lt;/p&gt;

	&lt;h3&gt;6. Not Moderating Comments&lt;/h3&gt;

	&lt;p&gt;Allowing anyone and everyone to post whatever they want in your comments section is asking for spam. Not only is this annoying to your readers, but it really takes down the professionalism of your blog.&lt;/p&gt;

	&lt;h3&gt;5. Excessive Advertising&lt;/h3&gt;

	&lt;p&gt;It&amp;#8217;s fine to monetize your blog or use affiliate links, as long as they are not intrusive to users and overshadow useful content. When ads appear all over the page and even in the middle of posts, the user experience suffers. Avoid contextual ads-programs that highlight words in your posts to make them look like hyperlinks, but popup an ad when they are rolled over with a mouse. Just like having items appear clickable that are not has been a usability issue, so is tricking users into clicking on ads or viewing ads when they appear to be hyperlinks.&lt;/p&gt;

	&lt;p&gt;And if your blog is very new, it&amp;#8217;s a good idea to wait until you&amp;#8217;ve built up a history of useful posts before running advertising.&lt;/p&gt;

	&lt;h3&gt;4. Not Linking to Posts&lt;/h3&gt;

	&lt;p&gt;When you&amp;#8217;re referring to something that can be found on the Web such as a news story, another business, person or other blog post (whether on your own or someone else&amp;#8217;s blog), allow your reader to check out the background info. Linking back to previous entries also builds page strength for those posts and can help you with search engine rankings. But don&amp;#8217;t be afraid to link off your site, this generosity can help you get noticed by other bloggers. And it&amp;#8217;s also nice to give credit where credit is due.&lt;/p&gt;

	&lt;h3&gt;3. Dark Background, Light Text&lt;/h3&gt;

	&lt;p&gt;What&amp;#8217;s been a general usability rule for years certainly applies to blogs. Anything that makes your blog harder to read should be avoided. Remember, it&amp;#8217;s harder to read online than offline. The worst culprits for eyestrain are white text on a black backgrounds, low contrast combinations like black with red and busy patterned backgrounds. And it&amp;#8217;s a good idea to avoid blocks of red text, even on a white background.&lt;/p&gt;

	&lt;h3&gt;2. No Search Box&lt;/h3&gt;

	&lt;p&gt;Returning visitors may remember a post that&amp;#8217;s not intuitive to find through your navigation menu or tag system. Regular readers might also want to find their own comments, so make that possible by placing a search box somewhere in your layout.&lt;/p&gt;

	&lt;h3&gt;1. Hiding Navigation&lt;/h3&gt;

	&lt;p&gt;Most blog software comes with a variety of lovely templates to skin your site. But not all of these templates are optimal for usability. Templates that require users to scroll right down to the bottom of the blog to find navigation are not the best choice. Stick to conventional left column or right column navigation.&lt;/p&gt;

	&lt;p&gt;One of social media&amp;#8217;s best gifts to the World Wide Web is the ability to &amp;#8220;tag&amp;#8221; posts by subject/content and automatically create a navigation categories. Users can easily browse by subject, and hone in on all your posts related to a specific topic or microtopic. This also helps users find you on blog portals like Technorati.&lt;/p&gt;

	&lt;p&gt;You also have the option of displaying calendars, archives and tag clouds which may or may not be useful and can clutter up your page. Keep in mind that with usability and design, less is often more.&lt;/p&gt;

	&lt;h3&gt;Conclusion&lt;/h3&gt;

	&lt;p&gt;Taking some time to evaluate your blog wearing the hat of your reader can greatly improve the user experience. Considering what makes a user-friendly blog before you begin blogging helps you plan for optimal usability right from the start.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/imagexmedia/blog/~4/262897175" height="1" width="1"/&gt;</description>
 <comments>http://www.imagexmedia.com/blog/2008/4/10-sins-blog-usability#comments</comments>
 <category domain="http://www.imagexmedia.com/tags/blogging">blogging</category>
 <category domain="http://www.imagexmedia.com/tags/blogs">blogs</category>
 <category domain="http://www.imagexmedia.com/tags/usability">usability</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.imagexmedia.com/crss/node/158</wfw:commentRss>
 <pubDate>Wed, 02 Apr 2008 15:07:12 -0500</pubDate>
 <dc:creator>Linda Bustos</dc:creator>
 <guid isPermaLink="false">158 at http://www.imagexmedia.com</guid>
<feedburner:origLink>http://www.imagexmedia.com/blog/2008/4/10-sins-blog-usability</feedburner:origLink></item>
<item>
 <title>Ten Ways To Clear Bad Press From Search Engines</title>
 <link>http://feeds.feedburner.com/~r/imagexmedia/blog/~3/255082606/ten-ways-to-clear-bad-press-from-search-engines</link>
 <description>&lt;p&gt;What do you see when you search for your company or brand name? Is there anything on the first page of the search engine results that you wouldn&amp;#8217;t be proud to display on your home page? Consumer review sites, blogs and forums have made it easy for anyone to say whatever they want about your company, whether they be disgruntled customers or competitors who like to play dirty.&lt;/p&gt;

	&lt;p&gt;If you&amp;#8217;re in a situation where negative publicity is front and center in search results, there are ways you can reclaim search engine real estate for your corporate identity. Though you can&amp;#8217;t make negative results disappear from the search engine indexes entirely, the following strategies can help them slip off the first few pages of search engine results.&lt;/p&gt;

	&lt;h3&gt;1. Good Old Fashioned Networking&lt;/h3&gt;

	&lt;p&gt;Even if you take none of the advice following in this article, the first thing you should do is contact the webmasters of the sites in question with a polite request for removal of negative comments. There&amp;#8217;s a good chance they&amp;#8217;ll be willing to co-operate. Note that, even if they do remove the listing, the cached pages may remain in the search engine indexes for some time. But users who click through the search engine results will land on a page with the comments removed.&lt;/p&gt;

	&lt;p&gt;Check out some of the sites that already have something good to say about you. Send them an appreciation note, and offer them a link back from your site. You could even create a special page called &amp;#8220;Gary&amp;#8217;s Garage On The Web&amp;#8221; (if that&amp;#8217;s the name of your business) or &amp;#8220;Press Room&amp;#8221;.&lt;/p&gt;

	&lt;h3&gt;2. Tap Into the Power of Wiki&lt;/h3&gt;

	&lt;p&gt;Wiki websites allow users not only to add their own content, but also edit pages. They get their name from the Hawaiian word &amp;#8220;wiki wiki&amp;#8221; meaning &amp;#8220;rapidly&amp;#8221;. There are many wiki pages like AboutUs.org and LoveToKnow.com that you can use to create content about your company. If your company name is &amp;#8220;notable&amp;#8220;enough (meaning there are objective third party sites that already have pages citing facts about your company), you might also be able to create a page in Wikipedia. This is easier if your company is publicly traded.&lt;/p&gt;

	&lt;h3&gt;3. Raise Your Profile&lt;/h3&gt;

	&lt;p&gt;Some websites like PR.com allow you to post your company&amp;#8217;s profile. An annual fee might be required. It&amp;#8217;s not easy to find these sites, but you may find some opportunities by searching your competitors&amp;#8217; names and discovering where they are listed.&lt;/p&gt;

	&lt;h3&gt;4. Wet Your Pen&lt;/h3&gt;

	&lt;p&gt;Articles can help you kill three birds with one stone. Not only can articles rank for your company name, they also build valuable backlinks to your site and position you as an expert in your field. You can use your company name in the resource box at the end of an article along with a link back to your site.&lt;/p&gt;

	&lt;p&gt;Using your company name in the article body gives it a better chance of ranking well. You can research potential sites to submit your article to by searching for one of your industry keywords in a search engine like this: &amp;#8220;car mechanics&amp;#8221; + &amp;#8220;submit article&amp;#8221;. Or submit it to various article directories like Article Alley.&lt;/p&gt;

	&lt;h3&gt;5. Become a Socialite&lt;/h3&gt;

	&lt;p&gt;Using social bookmark sites like Netvous and Del.icio.us is an easy way to quickly create a page that ranks for your name. You can create an account for yourself that bookmarks all of your positive press, and anything interesting on your website, such as articles or videos. Make sure you use your company name in the titles of the articles (even if they are not the real titles) and in the descriptions. Although this may seem to be &amp;#8220;spamming&amp;#8221; the bookmarking sites, it really is not, as the purpose is to create a page that ranks for your name, and there is no ethical reason why you should not be able to create an account that keeps track of all your company&amp;#8217;s press. You are simply choosing to make the list public for those that may be interested.&lt;/p&gt;

	&lt;p&gt;The links themselves are not given much weight by search engines, but you have an opportunity to use your company name in the titles and descriptions of your bookmarks and photos. Make sure you make good use of the tagging feature, using general keywords as these will also begin to rank for your name. For example, Gary&amp;#8217;s Garage should tag: &amp;#8220;Garys Garage&amp;#8221;, &amp;#8220;garage&amp;#8221;, &amp;#8220;autobody&amp;#8221;, &amp;#8220;mechanic&amp;#8221;, &amp;#8220;mechanics&amp;#8221;, &amp;#8220;body shop&amp;#8221;, &amp;#8220;car&amp;#8221; &amp;#8220;auto body&amp;#8221; and so on. When you are first starting out, the more popular tags will start appearing on pages 1-5 in Google. They will eventually drop off as Google finds and indexes your content as you get it out there on other websites.&lt;/p&gt;

	&lt;h3&gt;6. Become a Lensmaster&lt;/h3&gt;

	&lt;p&gt;A company blog is certain to rank well, and it&amp;#8217;s easier than ever to create one with Squidoo.com. When you create a &amp;#8220;lens&amp;#8221; for your site, you can easily upload pictures and also make use of tags. Unlike other blogs, Squidoo won&amp;#8217;t show the posting date, so your lens won&amp;#8217;t look neglected if you ever stop posting. You can build your blog&amp;#8217;s link popularity by submitting it to blog directories like &lt;span class="caps"&gt;LSB&lt;/span&gt;logs and BlogHub, and linking to it from your site.&lt;/p&gt;

	&lt;p&gt;Once you&amp;#8217;ve done that, why not drop some other lensmasters a line and exchange lensroll links (Squidoo&amp;#8217;s answer to blogroll). This may be a tactic that is passee in search engine optimization link building, but remember that Squidoo is a community. So it&amp;#8217;s not as much link building as networking. In my experience, Squidoo lensmasters are quite keen to cross-promote.&lt;/p&gt;

	&lt;h3&gt;7. Broadcast Yourself&lt;/h3&gt;

	&lt;p&gt;Do you have promo videos or other visual media about your site? Why not create a channel on YouTube?&lt;/p&gt;

	&lt;h3&gt;8. Explore Shopping Engines&lt;/h3&gt;

	&lt;p&gt;If you sell products online, consider listing them in comparison shopping sites, or &amp;#8220;shopping engines&amp;#8221; like Shopping.com, Bizrate or Nextag. If you are not ready to manage a new ecommerce channel for many products, you might consider listing one product in one engine to start.&lt;/p&gt;

	&lt;h3&gt;9. Use Directories for Deep Links&lt;/h3&gt;

	&lt;p&gt;Search engines still consider a page&amp;#8217;s number of relevant backlinks to be a strong indicator of quality and relevance to a search term. Octopedia, WorldSiteIndex and Microsoft&amp;#8217;s Small Business Directory are a few examples of solid directories that allow you to link to deeper pages of your own site, like your About Us page, to help raise their rankings for your company name.&lt;/p&gt;

	&lt;h3&gt;10. Post an E-Help Wanted Sign&lt;/h3&gt;

	&lt;p&gt;Leverage the strength of sites like Craigslist.org to post your company&amp;#8217;s current job offerings. Make sure you use your company name first in the posting headline: &amp;#8220;Gary&amp;#8217;s Garage Now Hiring Junior Grease Monkeys&amp;#8221;, for example. This will ensure the title tag for that page is optimized, which is very helpful for &lt;span class="caps"&gt;SEO&lt;/span&gt;. And make sure to describe your company in the ad, repeating your name three or four times.&lt;/p&gt;

	&lt;h3&gt;Tracking Results&lt;/h3&gt;

	&lt;p&gt;I strongly recommend setting up an account with Google Alerts (free) which monitors the top 50 results, or with Google Alert, a professional tracking system that will monitor the top 200 results for you for as little as $4.95/month. You will be notified daily when new references to your name have been found in Google &amp;#8211; not only to see when your articles, profile pages, blog posts and so on get indexed, but also to keep on top of any new negative or positive references to your name outside of your own reputation management efforts.&lt;/p&gt;

	&lt;h3&gt;How Long Will This Take?&lt;/h3&gt;

	&lt;p&gt;Results may vary but they won&amp;#8217;t come overnight. You will get out of your reputation management efforts what you put in. It could take anywhere from a few months to a year. Expect monitoring and tweaking your strategy to be a long-term activity. As new pages are being added daily to the Web, search results for your name can fluctuate daily, even hourly.&lt;/p&gt;

	&lt;p&gt;The danger with social media optimization for reputation management purposes is that whatever you create easily through social media sites can easily be re-created by users disgruntled with your company. Using sites like 43Things to quickly create a high ranking page using your name in the title bar for &amp;#8220;Buy &lt;span class="caps"&gt;XYZ&lt;/span&gt; Product&amp;#8221; can attract similar posts like &amp;#8220;Boycott &lt;span class="caps"&gt;XYZ&lt;/span&gt;!!!&amp;#8221;&lt;/p&gt;

	&lt;h3&gt;Wrapping it Up&lt;/h3&gt;

	&lt;p&gt;As the World Wide Web turns, you may come across new or different ways to help your cause, especially as social media sprockets keep creating new opportunities. If &lt;span class="caps"&gt;SEO&lt;/span&gt;&amp;#8217;s not your bag, consider hiring a consulting firm skilled in copywriting and public relations. The key is to look at reputation management as a long term activity and to take advantage of all the options you have to keep the search engine results positive.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/imagexmedia/blog/~4/255082606" height="1" width="1"/&gt;</description>
 <comments>http://www.imagexmedia.com/blog/2008/3/ten-ways-to-clear-bad-press-from-search-engines#comments</comments>
 <category domain="http://www.imagexmedia.com/tags/corporate-identity">corporate identity</category>
 <category domain="http://www.imagexmedia.com/tags/internet-marketing">Internet marketing</category>
 <category domain="http://www.imagexmedia.com/tags/link-building">link building</category>
 <category domain="http://www.imagexmedia.com/tags/reputation-management">reputation management</category>
 <category domain="http://www.imagexmedia.com/tags/seo">SEO</category>
 <category domain="http://www.imagexmedia.com/tags/social-media">social media</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.imagexmedia.com/crss/node/157</wfw:commentRss>
 <pubDate>Thu, 20 Mar 2008 12:47:14 -0500</pubDate>
 <dc:creator>Linda Bustos</dc:creator>
 <guid isPermaLink="false">157 at http://www.imagexmedia.com</guid>
<feedburner:origLink>http://www.imagexmedia.com/blog/2008/3/ten-ways-to-clear-bad-press-from-search-engines</feedburner:origLink></item>
<item>
 <title>Welcome to Our Blog</title>
 <link>http://feeds.feedburner.com/~r/imagexmedia/blog/~3/251697341/welcome-our-blog</link>
 <description>&lt;p&gt;&lt;img src="/sites/default/files/imagexmedia-studio2.jpg" alt="Our Studio" /&gt;&lt;/p&gt;

	&lt;p&gt;All of us at ImageX Media are excited to have finally launched our newly redesigned site this week along with this blog. We&amp;#8217;re looking forward to connecting with many of you in the coming months as we start contributing a regular flow of articles and begin to interact with those who find value in what we have to say. We hope you&amp;#8217;ll learn a thing or six &amp;amp; join the conversation!  &lt;/p&gt;

	&lt;p&gt;By subscribing to our &lt;a href="http://feeds.feedburner.com/imagexmedia/blog"&gt;blog feed&lt;/a&gt;, you won’t simply stay in the loop about &lt;span class="caps"&gt;IXM&lt;/span&gt; news. In our blog you’ll also find timely articles on:
	&lt;ul&gt;
		&lt;li&gt;Web design&lt;/li&gt;
		&lt;li&gt;Web development&lt;/li&gt;
		&lt;li&gt;Drupal&lt;/li&gt;
		&lt;li&gt;Web usability and information architecture&lt;/li&gt;
		&lt;li&gt;Social media marketing for business&lt;/li&gt;
		&lt;li&gt;Internet marketing&lt;br /&gt;
Our articles will range from instructional/tips for non-techie business owners to discussions with industry insiders. You can choose your track to subscribe to based on your interests.&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;The easiest way to keep in touch with us is to subscribe to our blog via email or &lt;span class="caps"&gt;RSS&lt;/span&gt; feed. If you’re unfamiliar with &lt;span class="caps"&gt;RSS&lt;/span&gt;, &lt;a href="/support/faqs/general-questions/what-rss-and-why-would-i-want-use-it"&gt;this video&lt;/a&gt; called &lt;a href="/support/faqs/general-questions/what-rss-and-why-would-i-want-use-it"&gt;&lt;span class="caps"&gt;RSS&lt;/span&gt; in Plain English&lt;/a&gt; will bring you up to speed. &lt;/p&gt;

	&lt;p&gt;&lt;strong&gt;We also want to take this opportunity to introduce you to the faces of ImageX Media:&lt;/strong&gt;&lt;/p&gt;

	&lt;h3&gt;Alex J. Ventpap&lt;/h3&gt;

	&lt;p&gt;&lt;img src="/sites/default/files/alex-web-designer.jpg" alt="Brazil? Can't even remember that place anymore" /&gt;&lt;/p&gt;

	&lt;p&gt;&lt;strong&gt;Position:&lt;/strong&gt; Web Designer/Flash Animator&lt;br /&gt;
&lt;strong&gt;Expertise:&lt;/strong&gt; Graphic / Web Design and Flash Animation,&lt;br /&gt;
&lt;strong&gt;Blogs I Read:&lt;/strong&gt; &lt;a href="http://www.smashingmagazine.com/"&gt;Smashing Magazine&lt;/a&gt;, &lt;a href="http://www.cpluv.com/"&gt;Computer Luv&lt;/a&gt;, &lt;a href="http://gizmodo.com/"&gt;Giz Modo&lt;/a&gt;, &lt;a href="http://www.thecoolhunter.net/"&gt;Cool Hunter&lt;/a&gt;, &lt;a href="http://motionographer.com/"&gt;Motion Grapher&lt;/a&gt;&lt;br /&gt;
&lt;strong&gt;Favorite Starbucks Beverage:&lt;/strong&gt; I just don`t like the orange juice from starbucks&lt;br /&gt;
&lt;strong&gt;Favorite Pastime:&lt;/strong&gt; Movies, read some books, apples and walk &amp;amp; take some picures&lt;br /&gt;
&lt;strong&gt;Childhood Hero:&lt;/strong&gt; Space Ghost&lt;/p&gt;

	&lt;h3&gt;Anne Ikeda&lt;/h3&gt;

	&lt;p&gt;&lt;img src="/sites/default/files/anne-administrator-imagexmedia.jpg" alt="Anne loves to talk to clients" /&gt;&lt;/p&gt;

	&lt;p&gt;&lt;strong&gt;Position:&lt;/strong&gt; Administrative Assistant&lt;br /&gt;
&lt;strong&gt;Expertise:&lt;/strong&gt; Administration&lt;br /&gt;
&lt;strong&gt;Blogs I Read:&lt;/strong&gt; &lt;a href="http://perezhilton.com/"&gt;PerezHilton.com&lt;/a&gt; (jk)&lt;br /&gt;
&lt;strong&gt;Favorite Starbucks Beverage:&lt;/strong&gt; Mocha Frapp (but only as an occasional indulgence)&lt;br /&gt;
&lt;strong&gt;Favorite Pastime:&lt;/strong&gt; Traveling and eating good food.&lt;br /&gt;
&lt;strong&gt;Childhood Hero:&lt;/strong&gt; Cookie Monster (&amp;#8220;Me want cookie!!&amp;#8221;)&lt;/p&gt;

	&lt;h3&gt;Chris Geoghegan (Presently traveling in Europe)&lt;/h3&gt;

	&lt;p&gt;&lt;img src="/sites/default/files/chris-project-manager-imagexmedia.jpg" alt="Chris enjoying his time away" /&gt;&lt;/p&gt;

	&lt;p&gt;&lt;strong&gt;Position:&lt;/strong&gt; Project Manager&lt;br /&gt;
&lt;strong&gt;Expertise:&lt;/strong&gt; &lt;span class="caps"&gt;CSS&lt;/span&gt; Theming, Programming, Drupal Development, Business Administration&lt;br /&gt;
&lt;strong&gt;Blogs I Read:&lt;/strong&gt; &lt;a href="http://someperspective.com/"&gt;My own blog&lt;/a&gt;&lt;br /&gt;
&lt;strong&gt;Favorite Starbucks Beverage:&lt;/strong&gt; I like the orange juice&lt;br /&gt;
&lt;strong&gt;Childhood Hero:&lt;/strong&gt; David Lee Roth&lt;br /&gt;
&lt;strong&gt;Favorite Pastime:&lt;/strong&gt; Traveling with my lovely wife&lt;/p&gt;

	&lt;h3&gt;Chris Hartman&lt;/h3&gt;

	&lt;p&gt;&lt;img src="/sites/default/files/chrish-drupal-developer-imagexmedia.jpg" alt="Chris chillin at his desk in Ohio" /&gt;&lt;/p&gt;

	&lt;p&gt;&lt;strong&gt;Position:&lt;/strong&gt; Drupal Developer&lt;br /&gt;
&lt;strong&gt;Expertise:&lt;/strong&gt; &lt;span class="caps"&gt;CSS&lt;/span&gt; Theming, Graphic Design, PC Hardware&lt;br /&gt;
&lt;strong&gt;Blogs I Read:&lt;/strong&gt;  &lt;a href="http://digg.com/"&gt;Digg&lt;/a&gt;, &lt;a href="http://www.engadget.com/"&gt;Engadget&lt;/a&gt;, &lt;a href="http://lifehacker.com/"&gt;LifeHacker&lt;/a&gt;, &lt;a href="http://gizmodo.com/"&gt;Gizmodo&lt;/a&gt;, &lt;a href="http://www.9to5mac.com/"&gt;9 to 5 Mac&lt;/a&gt;&lt;br /&gt;
&lt;strong&gt;Favorite Starbucks Beverage:&lt;/strong&gt; Strawberry Frappuccino&lt;br /&gt;
&lt;strong&gt;Childhood Hero:&lt;/strong&gt; Arnold Schwarzenegger&lt;br /&gt;
&lt;strong&gt;Favorite Pastime:&lt;/strong&gt; Videogames, Racquetball, Golfing and Friends&lt;/p&gt;

	&lt;h3&gt;Glenn Hilton&lt;/h3&gt;

	&lt;p&gt;&lt;img src="/sites/default/files/glenn-creative-director-imagexmedia.jpg" alt="Glenn busy at work" /&gt;&lt;/p&gt;

	&lt;p&gt;&lt;strong&gt;Position:&lt;/strong&gt; President/Founder&lt;br /&gt;
&lt;strong&gt;Expertise:&lt;/strong&gt; Creative Direction, Visionary, Human Resources&lt;br /&gt;
&lt;strong&gt;Blogs I Read:&lt;/strong&gt; &lt;a href="http://canucks.com"&gt;Canucks.com&lt;/a&gt; (does anything else truly matter?)&lt;br /&gt;
&lt;strong&gt;Favorite Starubucks Beverage:&lt;/strong&gt; Extra Large Double Double (oops, that&amp;#8217;s actually from Tim Hortons)&lt;br /&gt;
&lt;strong&gt;Favorite Pastime:&lt;/strong&gt; Spending time with my fam, my dog Abby and my heaterfan&lt;br /&gt;
&lt;strong&gt;Childhood Hero:&lt;/strong&gt; Christie Brinkley&lt;/p&gt;

	&lt;h3&gt;Doug Gough&lt;/h3&gt;

	&lt;p&gt;&lt;img src="/sites/default/files/doug-drupal-developer-imagexmedia.jpg" alt="An overhead view of Doug making client's happy on the phone" /&gt;&lt;/p&gt;

	&lt;p&gt;&lt;strong&gt;Position:&lt;/strong&gt; Drupal Developer&lt;br /&gt;
&lt;strong&gt;Expertise:&lt;/strong&gt; Drupal, Drupal Module Development, &lt;span class="caps"&gt;CSS&lt;/span&gt; and &lt;span class="caps"&gt;XHTML&lt;/span&gt;, Social Networking&lt;br /&gt;
&lt;strong&gt;Blogs I Read:&lt;/strong&gt; &lt;a href="http://firstimportance.org/"&gt;Of First Importance&lt;/a&gt;&lt;br /&gt;
&lt;strong&gt;Favorite Starbucks Beverage:&lt;/strong&gt; Venti Earl Grey Vanilla Tea Misto&lt;br /&gt;
&lt;strong&gt;Childhood Hero:&lt;/strong&gt; Sigurd the dragon slayer&lt;br /&gt;
&lt;strong&gt;Other interests:&lt;/strong&gt; Playing my Stratocaster as loud and distorted as my roommates will let me.&lt;/p&gt;

	&lt;h3&gt;Rick Vugteveen&lt;/h3&gt;

	&lt;p&gt;&lt;img src="/sites/default/files/rick-sales-manager-imagexmedia.jpg" alt="Rick's happy after closing another deal" /&gt;&lt;/p&gt;

	&lt;p&gt;&lt;strong&gt;Position:&lt;/strong&gt; Sales Manager&lt;br /&gt;
&lt;strong&gt;Expertise:&lt;/strong&gt; Drupal, &lt;span class="caps"&gt;CSS&lt;/span&gt; &amp;amp; &lt;span class="caps"&gt;XHTML&lt;/span&gt;, “Getting It” &lt;br /&gt;
&lt;strong&gt;Blogs I Read:&lt;/strong&gt; &lt;a href="http://drupal.org/planet/"&gt;Planet Drupal&lt;/a&gt;, &lt;a href="http://www.kottke.org/"&gt;Kottke&lt;/a&gt;, &lt;a href="http://www.456bereastreet.com/"&gt;456 Berea Street&lt;/a&gt;, &lt;a href="http://www.commoncraft.com/"&gt;Common Craft&lt;/a&gt;, &lt;a href="http://paulstamatiou.com/"&gt;Paul Stamatiou&lt;/a&gt;, &lt;a href="http://paulstamatiou.com/"&gt;Apophenia&lt;/a&gt;, &lt;a href="http://www.macrumors.com/"&gt;Mac Rumors&lt;/a&gt;, &lt;a href="http://stereogum.com/"&gt;Stereogum&lt;/a&gt;, &lt;a href="http://www.37signals.com/svn/"&gt;Signal vs. Noise&lt;/a&gt;, &lt;a href="http://www.43folders.com/"&gt;43folders&lt;/a&gt;, &lt;a href="http://www.desiretoinspire.blogspot.com/"&gt;Desire to Inspire&lt;/a&gt;, &lt;a href="http://blackrimglasses.com/"&gt;BlackRimGlasses&lt;/a&gt;, &lt;a href="http://www.thewiire.com/"&gt;The Wiire&lt;/a&gt;, etc…&lt;br /&gt;
&lt;strong&gt;Favorite Starbucks Beverage:&lt;/strong&gt; Anything with chocolate&lt;br /&gt;
&lt;strong&gt;Favorite Pastime:&lt;/strong&gt; Road trips, Snowboarding, Friends &amp;amp; Family, Guitar&lt;br /&gt;
&lt;strong&gt;Childhood Hero:&lt;/strong&gt; Pavel Bure&lt;/p&gt;

	&lt;h3&gt;Robert Phillips&lt;/h3&gt;

	&lt;p&gt;&lt;img src="/sites/default/files/rob-drupal-developer-imagexmedia.jpg" alt="Rob taking a rare break" /&gt;&lt;/p&gt;

	&lt;p&gt;&lt;strong&gt;Position:&lt;/strong&gt; Drupal Developer&lt;br /&gt;
&lt;strong&gt;Expertise:&lt;/strong&gt; Drupal, Web Development, Drupal Module Development&lt;br /&gt;
&lt;strong&gt;Blogs I Read:&lt;/strong&gt; &lt;a href="http://www.sixapart.com/"&gt;Six Apart&lt;/a&gt;, &lt;a href="http://lifehacker.com/"&gt;Lifehacker&lt;/a&gt;&lt;br /&gt;
&lt;strong&gt;Favorite Starubucks Beverage:&lt;/strong&gt; Not a coffee guy&lt;br /&gt;
&lt;strong&gt;Childhood Hero:&lt;/strong&gt; Iron Man&lt;/p&gt;

	&lt;h3&gt;Susan Villecroze&lt;/h3&gt;

	&lt;p&gt;&lt;img src="/sites/default/files/Susan-information-architect-imagexmedia.jpg" alt="An overhead view of Doug making client's happy on the phone" /&gt;&lt;/p&gt;

	&lt;p&gt;&lt;strong&gt;Position:&lt;/strong&gt; Usability Expert/Information Architect&lt;br /&gt;
&lt;strong&gt;Expertise:&lt;/strong&gt; User Experience Design, User Research, Information Architecture&lt;br /&gt;
&lt;strong&gt;Blogs I Read:&lt;/strong&gt; &lt;a href="http://www.sitepoint.com/"&gt;Sitepoint&lt;/a&gt;, &lt;a href="http://www.digital-web.com/"&gt;Digital Web Magazine&lt;/a&gt;, &lt;a href="http://www.456bereastreet.com/"&gt;456 Berea St&lt;/a&gt;, &lt;a href="http://www.alistapart.com/"&gt;A List Apart Favorite&lt;/a&gt;&lt;br /&gt;
&lt;strong&gt;Starbucks Beverage:&lt;/strong&gt; Marble Mocha Macchiato&lt;br /&gt;
&lt;strong&gt;Favorite Pastime:&lt;/strong&gt; cooking, running, traveling, getting to know people&lt;br /&gt;
&lt;strong&gt;Childhood Hero:&lt;/strong&gt; Didn’t have one&lt;/p&gt;

	&lt;h3&gt;Tom James&lt;/h3&gt;

	&lt;p&gt;&lt;img src="/sites/default/files/tom_james_imagex.jpg" alt="Tom burning the midnight oil" /&gt;&lt;/p&gt;

	&lt;p&gt;&lt;strong&gt;Position:&lt;/strong&gt; Drupal Developer&lt;br /&gt;
&lt;strong&gt;Expertise:&lt;/strong&gt; Drupal module &amp;amp; theme development, &lt;span class="caps"&gt;HTML&lt;/span&gt;, &lt;span class="caps"&gt;CSS&lt;/span&gt;, &lt;span class="caps"&gt;PHP&lt;/span&gt;, jQuery&lt;br /&gt;
&lt;strong&gt;Blogs I Read:&lt;/strong&gt; &lt;a href="http://facebook.com"&gt;Facebook&lt;/a&gt;, &lt;a href="http://drupal.org"&gt;Drupal&lt;/a&gt;, &lt;a href="http://www.bbc.co.uk/"&gt;&lt;span class="caps"&gt;BBC&lt;/span&gt;&lt;/a&gt;, &lt;a href="http://mashable.com/"&gt;Mashable&lt;/a&gt;&lt;br /&gt;
&lt;strong&gt;Favorite Starbucks Beverage:&lt;/strong&gt; Wouldn’t touch the stuff&lt;br /&gt;
&lt;strong&gt;Favorite Pastime:&lt;/strong&gt; Travel, exercise, sport, languages, music.&lt;br /&gt;
&lt;strong&gt;Childhood Hero:&lt;/strong&gt; MacGyver&lt;/p&gt;

	&lt;h3&gt;Joel Kitching&lt;/h3&gt;

	&lt;p&gt;&lt;img src="/sites/default/files/joelsbiopic.jpg" alt="Joel the Child Prodigy Drupal Developer" /&gt;&lt;/p&gt;

	&lt;p&gt;&lt;strong&gt;Position:&lt;/strong&gt; Drupal Developer&lt;br /&gt;
&lt;strong&gt;Expertise:&lt;/strong&gt; The Internets, Browsers, Codes, Photoshops&lt;br /&gt;
&lt;strong&gt;Blogs I Read:&lt;/strong&gt; &lt;a href="http://www.reddit.com"&gt;Reddit&lt;/a&gt;, &lt;a href="http://news.google.ca"&gt;Google News&lt;/a&gt;, &lt;a href="http://ww.thedailywtf.com"&gt;The Daily &lt;span class="caps"&gt;WTF&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;strong&gt;Favorite Starbucks Beverage:&lt;/strong&gt; If I must support the giant multinational corporation with ridiculously overpriced drinks, a chai tea latte.&lt;br /&gt;
&lt;strong&gt;Childhood Hero:&lt;/strong&gt; Charlotte Diamond&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/imagexmedia/blog/~4/251697341" height="1" width="1"/&gt;</description>
 <comments>http://www.imagexmedia.com/blog/2008/3/welcome-our-blog#comments</comments>
 <category domain="http://www.imagexmedia.com/tags/company">company</category>
 <category domain="http://www.imagexmedia.com/tags/team-bios">team bios</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.imagexmedia.com/crss/node/256</wfw:commentRss>
 <pubDate>Fri, 14 Mar 2008 00:00:00 -0500</pubDate>
 <dc:creator>Linda Bustos</dc:creator>
 <guid isPermaLink="false">256 at http://www.imagexmedia.com</guid>
<feedburner:origLink>http://www.imagexmedia.com/blog/2008/3/welcome-our-blog</feedburner:origLink></item>
<item>
 <title>Search Engine Copywriting Tips for Business Owners</title>
 <link>http://feeds.feedburner.com/~r/imagexmedia/blog/~3/251697342/search-engine-copywriting-tips-business-owners</link>
 <description>&lt;p&gt;Do you write your own copy for your business website? Could you be doing it better? Many people have &amp;#8220;heard somewhere&amp;#8221; that &amp;#8220;&lt;span class="caps"&gt;SEO&lt;/span&gt;&amp;#8221; or &lt;a href="/services/search-engine-optimization"&gt;search engine optimization&amp;#8221;&lt;/a&gt; is important&amp;#8230;but they&amp;#8217;re not sure why, or how to go about it. And the thought of hiring a big fancy firm to take care of it for thousands of dollars makes them scared. Does this sound like you? Well take heart, if your site has existing copy, this article explains how you can make simple changes yourself that will help your site grab more targeted traffic from search engine rankings.&lt;/p&gt;

	&lt;h3&gt;Optimizing for Keyword Phrases&lt;/h3&gt;

	&lt;p&gt;Before you begin &lt;span class="caps"&gt;SEO&lt;/span&gt; copywriting, it&amp;#8217;s important to understand that you want to optimize for keyword phrases rather than single words. Why? Trying to optimize for &amp;#8220;restaurant&amp;#8221;; is near impossible! If you are a Japanese restaurant, you would be competing with &amp;#8220;fast-food restaurant&amp;#8221;, &amp;#8220;Italian restaurant&amp;#8221;, &amp;#8220;Greek restaurant&amp;#8221;, &amp;#8220;restaurant in Boston&amp;#8221; et cetera.&lt;/p&gt;

	&lt;p&gt;You will have better success optimizing for longer phrases like:&lt;/p&gt;

	&lt;p&gt;	&lt;ul&gt;
		&lt;li&gt;&amp;#8220;Japanese restaurant in Vancouver&amp;#8221;&lt;/li&gt;
		&lt;li&gt;&amp;#8220;Vancouver sushi restaurant&amp;#8221;&lt;/li&gt;
		&lt;li&gt;&amp;#8220;Vancouver Japanese restaurant&amp;#8221;&lt;/li&gt;
		&lt;li&gt;&amp;#8220;best Japanese food in Vancouver&amp;#8221;&lt;/li&gt;
	&lt;/ul&gt;
*&amp;#8220;Vancouver sushi bar&amp;#8221;&lt;/p&gt;

	&lt;p&gt;These terms will bring you better targeted traffic. People looking for Japanese restaurants in Vancouver will likely type in one of the above rather than &amp;#8220;restaurant&amp;#8221;.&lt;/p&gt;

	&lt;p&gt;If you offer services like &amp;#8220;dog grooming&amp;#8221;, you would also want to include variations like &amp;#8220;pet grooming&amp;#8221;, &amp;#8220;groom your dog&amp;#8221; and &amp;#8220;dog groomer&amp;#8221;. Not only does this make you relevant for the variations that users naturally type, but it will make your copywriting sound more natural than if you used &amp;#8220;dog grooming&amp;#8221; 10 times on one page.&lt;/p&gt;

	&lt;p&gt;Creating Specific Pages for 2 &amp;#8211; 3 Keywords You want to optimize for all the important products and services you provide. However these may require their own detail pages. Trying to optimize the home page for everything you do or sell will not show the search engines what is specifically important on your page because it appears &lt;span class="caps"&gt;EVERYTHING&lt;/span&gt; is important! Try not to optimize for more than 2 or 3 separate phrases per page.&lt;/p&gt;

	&lt;p&gt;Another benefit of creating focused pages around products and services is you capture buyers in later buying stages. For example, if Mary types in: &amp;#8220;blue widget &lt;span class="caps"&gt;XYZ&lt;/span&gt; replacement cartridge&amp;#8221;, she knows exactly what she is looking for and is more likely to buy than someone who is looking for blue widgets.&lt;/p&gt;

	&lt;h3&gt;Finding Keyword Phrases with Keyword Research&lt;/h3&gt;

	&lt;p&gt;If you need keyword phrase ideas, go to the Google Keyword Sandbox tool at: &lt;a href="https://adwords.google.com/select/KeywordToolExternal" title="https://adwords.google.com/select/KeywordToolExternal"&gt;https://adwords.google.com/select/KeywordToolExternal&lt;/a&gt;&lt;/p&gt;

	&lt;p&gt;Enter in your general keywords to get more suggestions, or enter in your &lt;span class="caps"&gt;URL&lt;/span&gt; under the &amp;#8220;Site Related Keywords&amp;#8221; tab to have the tool extract potential keywords based on your existing copy. You could also do this for a competitor&amp;#8217;s site to glean from their &lt;span class="caps"&gt;SEO&lt;/span&gt; efforts.&lt;/p&gt;

	&lt;p&gt;To get a feel for search volume, select from the &amp;#8220;Choose Data to Display&amp;#8221; dropdown menu: &amp;#8220;Global Search Volume Trends&amp;#8221; to get an idea of what forms of your keywords are searched the most. For example, you might discover that search for&amp;#8220;computer distributor&amp;#8221; more than for &amp;#8220;computer distribution&amp;#8221;. You want to optimize for the highest search volume phrases more often.&lt;/p&gt;

	&lt;p&gt;Note that this tool is based on global search trends and has its limitations. Some niche phrases may be very important to your business even though their search volume is relatively low. &amp;#8220;Harrison Hot Springs vacation&amp;#8221; for example, would not be a high volume search term although it might be a profitable niche keyword for you.&lt;/p&gt;

	&lt;h3&gt;Improving Existing Copy&lt;/h3&gt;

	&lt;p&gt;If you are targeting &amp;#8220;music lessons&amp;#8221; you probably already have the words &amp;#8220;lessons&amp;#8221;, &amp;#8220;piano&amp;#8221;, &amp;#8220;singing&amp;#8221;, &amp;#8220;violin&amp;#8221;, &amp;#8220;guitar&amp;#8221; et cetera sprinkled throughout your site. You can easily start optimizing by turning the solo words into phrases:&lt;/p&gt;

	&lt;p&gt;Piano lessons, singing lessons, violin lessons, children&amp;#8217;s piano lessons, adult singing classes, private singing training in Vancouver, beginner violin lessons, advanced guitar classes&amp;#8230;&lt;/p&gt;

	&lt;p&gt;Using Punctuation Make sure to separate slashes like products/services into products and services or products / services. Search engine spiders ignore brackets, quotation marks and hyphens, so using them won&amp;#8217;t hurt you.&lt;/p&gt;

	&lt;p&gt;&lt;span class="caps"&gt;FAQ&lt;/span&gt; optimization: If, for example, you sell headsets, you can use an &lt;span class="caps"&gt;FAQ&lt;/span&gt; page to use keywords.&lt;/p&gt;

	&lt;p&gt;Frequently Asked Questions About:&lt;/p&gt;

	&lt;ul&gt;
		&lt;li&gt;Corded Headsets&lt;/li&gt;
		&lt;li&gt;Binaural Headsets&lt;/li&gt;
		&lt;li&gt;&lt;span class="caps"&gt;WIFI&lt;/span&gt; Headsets&lt;/li&gt;
		&lt;li&gt;Bluetooth Headsets&lt;/li&gt;
		&lt;li&gt;Monaural Headsets&lt;/li&gt;
	&lt;/ul&gt;

	&lt;p&gt;Not only can you use keywords in a reader-friendly way, the bullet points tell the search engines that these things are important on your page.&lt;/p&gt;

	&lt;h3&gt;Local Keywords&lt;/h3&gt;

	&lt;p&gt;If you have a specific city or region you would like to optimize for, try and include that word in your page titles as well as 2 &amp;#8211; 3 times in the copy (for a page of 250 words).&lt;/p&gt;

	&lt;h3&gt;Contextual Links&lt;/h3&gt;

	&lt;p&gt;Contextual links are hyperlinks within your copy &amp;#8211; also called &amp;#8220;anchor text&amp;#8221; This gives a bit more weight in search engines so it&amp;#8217;s a good idea to name your external links to other sites with keyword phrases as well as hyperlinks to your own pages. Example:&lt;/p&gt;

	&lt;p&gt;Last week, I reviewed several karaoke bars (link to your review on another page of your site) in Vancouver. Far and away, my favorite is Kawasaki Sushi and Karaoke Bar (links to other site).&lt;/p&gt;

	&lt;p&gt;If it makes sense to do so, try and turn existing keywords into internal or external links.&lt;/p&gt;

	&lt;h3&gt;Various Spellings&lt;/h3&gt;

	&lt;p&gt;Even if 50% of searchers type &amp;#8220;loose weight&amp;#8221; you do not want to optimize for misspellings. There are cases where two forms of a word are correct. For example &amp;#8220;birth mother&amp;#8221; and &amp;#8220;birthmother&amp;#8221;. Try to optimize for both phrases but on different pages. That way you have a chance to be found for both phrases, but it won&amp;#8217;t look like a mistake.&lt;/p&gt;

	&lt;h3&gt;Checking your keyword frequency&lt;/h3&gt;

	&lt;p&gt;&lt;a href="http://www.webconfs.com/keyword-density-checker.php" title="http://www.webconfs.com/keyword-density-checker.php"&gt;http://www.webconfs.com/keyword-density-checker.php&lt;/a&gt;&lt;/p&gt;

	&lt;p&gt;Use this tool if you want a quick count of the frequency and percentage of words on your page or a high ranking competitor&amp;#8217;s. Though there is no magic formula for keyword frequency and percentage (density), this is useful to gauge approximately how many times you should include a on a page to rank well.&lt;/p&gt;

	&lt;h3&gt;Is this all Greek to you?&lt;/h3&gt;

	&lt;p&gt;Not every business owner has time to take on his or her own copywriting, nor does every company have the trained staff to do so. For this reason, many look to outsourcing search engine optimization, including copywriting, to Internet marketing consultants. If you don&amp;#8217;t feel your organization has the resources to take on &lt;span class="caps"&gt;SEO&lt;/span&gt; copywriting in-house, you would benefit greatly from specialized expertise. An &lt;span class="caps"&gt;SEO&lt;/span&gt; professional can also help you identify the keywords you should be targeting using keyword popularity tools. Even if a consultant&amp;#8217;s hourly rate is more than you value your own time, a professional can accomplish higher quality work in less time that it would take you, the end result of increased professionalism, search engine rankings and sales make it well worth the investment.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/imagexmedia/blog/~4/251697342" height="1" width="1"/&gt;</description>
 <comments>http://www.imagexmedia.com/blog/2008/3/search-engine-copywriting-tips-business-owners#comments</comments>
 <category domain="http://www.imagexmedia.com/tags/copywriting">copywriting</category>
 <category domain="http://www.imagexmedia.com/tags/internet-marketing">Internet marketing</category>
 <category domain="http://www.imagexmedia.com/tags/seo">SEO</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.imagexmedia.com/crss/node/159</wfw:commentRss>
 <pubDate>Mon, 10 Mar 2008 15:10:15 -0500</pubDate>
 <dc:creator>Linda Bustos</dc:creator>
 <guid isPermaLink="false">159 at http://www.imagexmedia.com</guid>
<feedburner:origLink>http://www.imagexmedia.com/blog/2008/3/search-engine-copywriting-tips-business-owners</feedburner:origLink></item>
<item>
 <title>ImageX Designer Captures Silver at WorldSkills Competition</title>
 <link>http://feeds.feedburner.com/~r/imagexmedia/blog/~3/251697343/imagex-designer-captures-silver-worldskills-competition</link>
 <description>&lt;p&gt;&lt;img src="/sites/default/files/joel-closing-ceremony2_0.jpg" alt="Joel at the closing ceremony of the WorldSkills Competition" /&gt;&lt;/p&gt;

	&lt;p&gt;ImageX Designer, Joel Kitching, has won a silver medal at this year&amp;#8217;s WorldSkills competition, which was held in Japan. This is the latest prize for the young designer who has also been awarded a silver medal for a provincial skills competition in 2005 and gold medals in regional, provincial and national competitions in 2006.&lt;/p&gt;

	&lt;p&gt;Competitors at this year&amp;#8217;s WorldSkills Competition were   presented with the task of creating a database-driven website for WorldSkills alumni to keep in touch with each other.  Joel&amp;#8217;s quick analytical and coding skills and good eye for design helped him snag second place against 20 other top web designers from around the world.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/imagexmedia/blog/~4/251697343" height="1" width="1"/&gt;</description>
 <comments>http://www.imagexmedia.com/blog/2008/3/imagex-designer-captures-silver-worldskills-competition#comments</comments>
 <category domain="http://www.imagexmedia.com/tags/company-news">company news</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.imagexmedia.com/crss/node/201</wfw:commentRss>
 <pubDate>Mon, 03 Mar 2008 13:37:55 -0600</pubDate>
 <dc:creator />
 <guid isPermaLink="false">201 at http://www.imagexmedia.com</guid>
<feedburner:origLink>http://www.imagexmedia.com/blog/2008/3/imagex-designer-captures-silver-worldskills-competition</feedburner:origLink></item>
<item>
 <title>The A-Z of Web 2.0 Jargon</title>
 <link>http://feeds.feedburner.com/~r/imagexmedia/blog/~3/251697344/the-a-z-web-20-jargon</link>
 <description>&lt;p&gt;Most people can use social media in at least one way to make life easier. And because of the rapid pace with which social media is permeating our lives, social media literacy is increasingly important. The following is an A-Z glossary of social media terminology to help you understand Web 2.0 jargon.&lt;/p&gt;

	&lt;h3&gt;A is for &lt;span class="caps"&gt;AJAX&lt;/span&gt;&lt;/h3&gt;

	&lt;p&gt;Ajax is a town in Ontario, Canada, a brand of household cleanser and an acronym for Asynchronous JavaScript + &lt;span class="caps"&gt;XML&lt;/span&gt; or Advanced JavaScript + &lt;span class="caps"&gt;XML&lt;/span&gt; (see JavaScript and &lt;span class="caps"&gt;XML&lt;/span&gt;definitions below). In a nutshell, it stands for the technologies used in building applications like social bookmarking and social networking sites. Unless you&amp;#8217;re a programmer, that&amp;#8217;s pretty much all you need to know.&lt;/p&gt;

	&lt;h3&gt;B is for Blogroll&lt;/h3&gt;

	&lt;p&gt;A blogroll is a list of blogs on a blog that a blogger reads and or thinks are useful sources of information related to a given topic.&lt;/p&gt;

	&lt;h3&gt;C is for Chicklet&lt;/h3&gt;

	&lt;p&gt;A chicklet is another name for an &lt;span class="caps"&gt;RSS&lt;/span&gt; button. An &lt;span class="caps"&gt;RSS&lt;/span&gt; button is an icon that makes it easy for visitors to your website to subscribe to your content as it&amp;#8217;s added. Examples are &amp;#8220;Add to My Yahoo&amp;#8221; or &amp;#8220;Bloglines&amp;#8221;.&lt;/p&gt;

	&lt;h3&gt;D is for Del.icio.us&lt;/h3&gt;

	&lt;p&gt;Del.icio.us is one of a plethora of social bookmarking sites where you can create lists of bookmarks like you would with your web browser (Ctrl+D), but like a bookmark list on steroids that you can access from any computer, share with the world, and categorize with tags (see T).&lt;/p&gt;

	&lt;h3&gt;E is for Embed a YouTube Video&lt;/h3&gt;

	&lt;p&gt;You can add a video from YouTube (see Y) to your blog, site or MySpace page with a simple code that will display the video you want.&lt;/p&gt;

	&lt;h3&gt;F is for Folksonomy&lt;/h3&gt;

	&lt;p&gt;Folksonomy is like a taxonomy (way of classifying something) used by regular &amp;#8220;folks&amp;#8221; on a social media site. For example, if someone bookmarks a news story with &amp;#8220;technology&amp;#8221;, &amp;#8220;cellphones&amp;#8221;, &amp;#8220;telecommunication&amp;#8221;, and &amp;#8220;Nokia&amp;#8221;, this tells the community what the news story is about without having to read it.&lt;/p&gt;

	&lt;h3&gt;G is for Groups&lt;/h3&gt;

	&lt;p&gt;Most social media sites allow you to build networks with other users profiles. You can also find new people through your contacts by surfing their networks or by surfing tags.&lt;/p&gt;

	&lt;h3&gt;H is for Hacks&lt;/h3&gt;

	&lt;p&gt;A hack is a piece of code that helps you customize or improve the functionality of a software product such as a blog program or a content management system. An example would be adding some code that would allow you to put chicklets at the bottom of blog posts.&lt;/p&gt;

	&lt;h3&gt;I is for Image Attribute&lt;/h3&gt;

	&lt;p&gt;The image attribute is an &lt;span class="caps"&gt;HTML&lt;/span&gt; element used to describe Web photos. This helps search engines understand what the picture relates to, and also helps visually impaired people who use text reading software &amp;#8220;see&amp;#8221; your pictures. Adding image attributes to your blog&amp;#8217;s images can help your site rank higher.&lt;/p&gt;

	&lt;h3&gt;J is for JavaScript&lt;/h3&gt;

	&lt;p&gt;JavaScript is a system of programming codes that can be added to the &lt;span class="caps"&gt;HTML&lt;/span&gt; code of a web page to make it do the cool interactive things you find in web 2.0. (The &amp;#8220;J&amp;#8221; in &lt;span class="caps"&gt;AJAX&lt;/span&gt;).&lt;/p&gt;

	&lt;h3&gt;K is Knowledge Economy&lt;/h3&gt;

	&lt;p&gt;Knowledge economy describes the use of knowledge to produce economic benefits. Social media is a way of sharing knowledge on a grand scale, using computer hardware and software, interactive websites, self-publishing platforms like blogs, forums and wikis (see W). This mass movement of knowledge may be monetized in many ways including affiliate revenues, e-books, software sales and service contracts that began with a search online, all contributing to the worldwide economy.&lt;/p&gt;

	&lt;p&gt;A number of New Zealand businesses had been identified as being highly innovative and leading their fields as a result of the knowledge and intellectual creativity that went into their products and services. The resulting success is seen as a pathway for others to follow.&lt;/p&gt;

	&lt;p&gt;Various observers describe today&amp;#8217;s global economy as one in transition to a &amp;#8220;knowledge economy&amp;#8221;, or an &amp;#8220;information society&amp;#8221;. But the rules and practices that determined success in the industrial economy of the 20th century need rewriting in an interconnected world where resources such as know-how are more critical than other economic resources.&lt;/p&gt;

	&lt;p&gt;Here, there may be a need to differentiate with the Web Economy of Google, Skype and Ebay that seems to have created wealth based more on services dependent on mass interconnectivity rather than on knowledge-based skills.&lt;/p&gt;

	&lt;h3&gt;L is for Linkbait&lt;/h3&gt;

	&lt;p&gt;Linkbait is an &lt;span class="caps"&gt;SEO&lt;/span&gt; term for really awesome content that attracts links naturally by virtue that it&amp;#8217;s really good content. This could be a great blog post, a useful web tool or something similar.&lt;/p&gt;

	&lt;h3&gt;M is for Moblogging&lt;/h3&gt;

	&lt;p&gt;When you post a blog entry, photo or photo to the web while away from your computer, you are moblogging or mobile blogging. You could use a digital camera, &lt;span class="caps"&gt;PDA&lt;/span&gt; or cellphone to moblog as long as you have access to the &lt;span class="caps"&gt;WWW&lt;/span&gt; from it.&lt;/p&gt;

	&lt;h3&gt;N is for Newsreader&lt;/h3&gt;

	&lt;p&gt;A newsreader (or news aggregator) translates any &lt;span class="caps"&gt;RSS&lt;/span&gt; or Atom feeds (see above) for websites, blogs, podcasts or other news services you subscribe to. Remember that raw feeds are not reader friendly as is, so you need something to convert it into something you can make sense out of.&lt;/p&gt;

	&lt;p&gt;A couple examples are Bloglines and NewsGator.&lt;/p&gt;

	&lt;h3&gt;O is for Open Source&lt;/h3&gt;

	&lt;p&gt;Open source code is software code that is available to the general public without licensing restrictions. This is useful to people who know how to use the code (programmers) so they can make innovative social media sites.&lt;/p&gt;

	&lt;h3&gt;P is for Ping&lt;/h3&gt;

	&lt;p&gt;Generally, &lt;span class="caps"&gt;PING&lt;/span&gt; stands for &amp;#8220;Packet Internet Groper&amp;#8221;. A &lt;span class="caps"&gt;PING&lt;/span&gt; is a basic program used to verify that an IP address can be seen by another. With respect to pinging your blog, you want another site such as Technorati or Google&amp;#8217;s blog search engine to know that you&amp;#8217;ve added new content, so it knows to come visit your with it&amp;#8217;s robot and take a snapshot of your new content to add to its database.&lt;/p&gt;

	&lt;h3&gt;Q is for Query String&lt;/h3&gt;

	&lt;p&gt;Hey, Q&amp;#8217;s not that easy! A query string is that stuff that follows the ? in a &lt;span class="caps"&gt;URL&lt;/span&gt;, like&lt;/p&gt;

	&lt;p&gt;&amp;#8220;http://www.google.com/search?hl=en&amp;amp;lr=&amp;amp;client=firefox-a&amp;amp;rls=org.mozilla%3Aen-US%3Aofficial&amp;amp;q=define%3A+query+string&amp;amp;btnG=Search&amp;quot;&lt;/p&gt;

	&lt;p&gt;If you&amp;#8217;re blogging, it&amp;#8217;s a good idea to use Wordpress or other blog platform that will clean up your &lt;span class="caps"&gt;URL&lt;/span&gt;s so they are &amp;#8220;clean&amp;#8221; and search engines (and users) can make more sense of your &lt;span class="caps"&gt;URL&lt;/span&gt;s as you can take advantage of using valuable keywords in place of &amp;amp;s and %s. That way more people will find your blog / podcast / website.&lt;/p&gt;

	&lt;h3&gt;R is for &lt;span class="caps"&gt;RSS&lt;/span&gt;&lt;/h3&gt;

	&lt;p&gt;&lt;span class="caps"&gt;RSS&lt;/span&gt; stands for Rich Site Summary, but most folks like to call it Real Simple Syndication, because that describes its function quite well. An &lt;span class="caps"&gt;RSS&lt;/span&gt; feed is simply an &lt;span class="caps"&gt;XML&lt;/span&gt; (see X below) file full of code that newsreaders / news aggregators can easily digest and translate into a copy of your website&amp;#8217;s content on another site (syndicated content).&lt;/p&gt;

	&lt;h3&gt;S is for Sock Puppet Spam&lt;/h3&gt;

	&lt;p&gt;We&amp;#8217;ve all had our inboxes invaded by unsolicited mail which we refer to as spam. But there are many types of spam on the Internet besides email spam. For example, link spam happens when webmasters post in forums or otherwise leave their &lt;span class="caps"&gt;URL&lt;/span&gt; somewhere simply for the purpose of gaining a link. With blogs, comment spam can be a problem too. Users who leave totally irrelevant comments about Rolex watches are as unsavoury as canned ham. Spammers now have a new way to exploit social media for their own (temporary and futile) gain &amp;#8211; creating &amp;#8220;sock puppet&amp;#8221; profiles to increase their networks in MySpace, submit or vote on their own content in Digg or to ask and answer their own questions in Yahoo! Answers.&lt;/p&gt;

	&lt;h3&gt;T is for Tag Cloud&lt;/h3&gt;

	&lt;p&gt;A tag cloud gives you a visual idea of tag popularity for a blog or other social media site. The more popular a tag, the bigger the text appears in the cloud. You can click on any word to jump to all the posts that &amp;#8220;tagged&amp;#8221; each keyword. A cool way of organizing a &amp;#8220;taggsonomy&amp;#8221; and letting users discover tags as opposed to a boring navigation menu.&lt;/p&gt;

	&lt;h3&gt;U is for User Generated Content&lt;/h3&gt;

	&lt;p&gt;Websites usually push content at you. But when a website supports community and allows its members to add their own content using various media, its content is user generated. Simple as that. Forums, blog comments, 43Things, Flickr accounts, MySpace and so on.&lt;/p&gt;

	&lt;h3&gt;V is for Vlogging&lt;/h3&gt;

	&lt;p&gt;Video blogging.&lt;/p&gt;

	&lt;h3&gt;W is for Wiki&lt;/h3&gt;

	&lt;p&gt;Wiki-Wiki is a Hawaiian term for &amp;#8220;rapidly&amp;#8221;. So a wiki is a website that any registered user can not only add content to but also edit content for. Some businesses also use wiki pages for project management internally. Public examples are Wikipedia and LoveToKnow.&lt;/p&gt;

	&lt;h3&gt;X is for &lt;span class="caps"&gt;XML&lt;/span&gt;&lt;/h3&gt;

	&lt;p&gt;&lt;span class="caps"&gt;XML&lt;/span&gt; is what you get when you apply the tagging concept to &lt;span class="caps"&gt;HTML&lt;/span&gt; coding. With &lt;span class="caps"&gt;XML&lt;/span&gt; language (Extensible Markup Language) allows coders to use their own tag descriptions. For example, you could have Curious George and The Man in The Yellow Hat as tags if you wanted to. &lt;span class="caps"&gt;XML&lt;/span&gt; is useful to social media advancement as it puts the X in &lt;span class="caps"&gt;AJAX&lt;/span&gt;. And it makes &lt;span class="caps"&gt;RSS&lt;/span&gt; feeds possible.&lt;/p&gt;

	&lt;h3&gt;Y is for YouTube&lt;/h3&gt;

	&lt;p&gt;You were named Time Magazine Person of the Year thanks to YouTube, a website that made stars of ordinary people by allowing users to upload their own videos.&lt;/p&gt;

	&lt;h3&gt;Z is for Zoominfo&lt;/h3&gt;

	&lt;p&gt;Zoominfo is an example of a business/social networking site that is useful to recruiters and job seekers. It&amp;#8217;s basically a niche search engine that allows you to search for information about a company or person using natural language programming, a type of artificial intelligence. You can read more about Zoominfo and its technology on Wikipedia.  &lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/imagexmedia/blog/~4/251697344" height="1" width="1"/&gt;</description>
 <comments>http://www.imagexmedia.com/blog/2008/2/the-a-z-web-20-jargon#comments</comments>
 <category domain="http://www.imagexmedia.com/tags/social-media">social media</category>
 <category domain="http://www.imagexmedia.com/tags/social-media-literacy">social media literacy</category>
 <category domain="http://www.imagexmedia.com/tags/web-2-0">web 2.0</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.imagexmedia.com/crss/node/156</wfw:commentRss>
 <pubDate>Wed, 13 Feb 2008 13:53:05 -0600</pubDate>
 <dc:creator>Linda Bustos</dc:creator>
 <guid isPermaLink="false">156 at http://www.imagexmedia.com</guid>
<feedburner:origLink>http://www.imagexmedia.com/blog/2008/2/the-a-z-web-20-jargon</feedburner:origLink></item>
<item>
 <title>Is Your Website Old School? 5 Reasons To Redesign With CSS</title>
 <link>http://feeds.feedburner.com/~r/imagexmedia/blog/~3/251697345/is-your-website-old-school-5-reasons-to-redesign-with-css</link>
 <description>&lt;p&gt;Many small business owners have a hard time seeing the value of a website redesign. They believe &amp;#8220;if it ain&amp;#8217;t broke, don&amp;#8217;t fix it.&amp;#8221;; And this is understandable. Unless you are eating, breathing and sleeping technology and staying up to date with the moving target of Internet business, you&amp;#8217;re not likely to know intuitively if your site needs a redesign.&lt;/p&gt;

	&lt;p&gt;And as a small business owner, you may be concerned about the up-front costs of a website redesign. But once you understand how a redesign can help you drive traffic to your site, convert more users and even save money, you&amp;#8217;ll feel more positive about making the investment in your business.&lt;/p&gt;

	&lt;h3&gt;Old School Web Design &amp;#8211; Tables-Based &lt;span class="caps"&gt;HTML&lt;/span&gt;&lt;/h3&gt;

	&lt;p&gt;Not long ago, fax machines were the best way to deliver business documents fast. But now it&amp;#8217;s so easy to scan and email documents, and even capture digital signatures through email, the fax machine is quickly going the way of the typewriter. With email, recipients can choose to read and archive the message online, or print it out themselves on their own desktop printer. No need for individual telephone lines for the fax machine, taking up desk space, replacing toner, uncurling fax paper and listening to screeching fax machine tones!&lt;/p&gt;

	&lt;p&gt;Tables-based &lt;span class="caps"&gt;HTML&lt;/span&gt; websites are like the fax machine. At one time tables were the best way to render information on the Web. But like curled paper and fading ink, tables left something to be desired. Designers were constrained by tables that allowed data to be rendered only in tabular form. The clean, professional and creative layouts today&amp;#8217;s best designers create with Cascading Style Sheets could never be achieved with tables-based &lt;span class="caps"&gt;HTML&lt;/span&gt;.&lt;/p&gt;

	&lt;h3&gt;New School Web Design &amp;#8211; Cascading Style Sheets&lt;/h3&gt;

	&lt;p&gt;Cascading Style Sheets separate the presentation elements of a website (code) from its content (words). &lt;span class="caps"&gt;CSS&lt;/span&gt; allows web designers and developers to format the layout and style (fonts, spacing, text size, colors and so on) of multiple Web pages using one file, rather than entering the code to each individual page. Making changes to styles and layouts is much quicker and easier with &lt;span class="caps"&gt;CSS&lt;/span&gt; as well, as updating one file &amp;#8220;cascades&amp;#8221; the changes to every page on the site. There is less room for error, and the website maintains a professional consistency.&lt;/p&gt;

	&lt;p&gt;But web designers and developers are not the only ones who benefit from &lt;span class="caps"&gt;CSS&lt;/span&gt;. You as a business owner benefit even more. How?&lt;/p&gt;

	&lt;h3&gt;5 Solid Reasons To Redesign Your Website With &lt;span class="caps"&gt;CSS&lt;/span&gt;&lt;/h3&gt;

	&lt;h3&gt;1. Branding and Aesthetics&lt;/h3&gt;

	&lt;p&gt;Consumer behavior experts tell us that, presented with many similar product or service options, and little prior knowledge and experience with these brands or companies, consumers will rely on mental shortcuts to make purchase decisions. The way your website looks compared to your competitors has a large influence on how a visitor perceives your company&amp;#8217;s professionalism and goodwill. If your website looks modern, crisp and clean, you leave a positive impression on your visitors about your company.&lt;/p&gt;

	&lt;h3&gt;2. Better Usability&lt;/h3&gt;

	&lt;p&gt;&lt;span class="caps"&gt;CSS&lt;/span&gt; also reduces the amount of &lt;span class="caps"&gt;HTML&lt;/span&gt; code a website requires. Tables and extra tags for fonts and colors cause pages to load slowly. The longer it takes for your page to load, the more likely a visitor will hit the back button. Even though the majority of people use a broadband connection, many are still using dialup. And others may be using a high speed wireless network which, depending on how many others are sharing the same wireless channel, may experience fast or slow connections.&lt;/p&gt;

	&lt;h3&gt;3. Accessibility&lt;/h3&gt;

	&lt;p&gt;Rapid advances in wireless communications have made it easy to surf the ‘Net using &lt;span class="caps"&gt;PDA&lt;/span&gt;s and cell phones. Tabular page layouts simply don&amp;#8217;t display properly on small screens. A business that wants to be accessible to anyone, anywhere now and in the future needs to have a website that can be viewed on mobile devices.&lt;/p&gt;

	&lt;p&gt;&lt;span class="caps"&gt;CSS&lt;/span&gt; design also greatly improves the user experience for the visually impaired, as they cause fewer problems for screen readers and Braille programs.&lt;/p&gt;

	&lt;h3&gt;4. Search Engine Benefits&lt;/h3&gt;

	&lt;p&gt;It has been estimated that up to 80% of all purchases online begin with a search engine. And an entire industry is dedicated to helping businesses rank highly for specific search terms to take advantage of the power of search engines.&lt;/p&gt;

	&lt;p&gt;Although the relevance of a webpage to a search term is determined by &lt;span class="caps"&gt;HTML&lt;/span&gt; elements like title tags and heading tags, content is still &amp;#8220;king&amp;#8221; because visitors are looking for content, not code. When you have a high code-to-content ratio, your keyword density (the relative frequency of your targeted keywords on your page) is diluted by &lt;span class="caps"&gt;HTML&lt;/span&gt; instructions for how tables, fonts, styles and colors should be rendered. With &lt;span class="caps"&gt;CSS&lt;/span&gt;, there are no tables, and formatting information is contained in one style sheet. So search engines see more keywords and less code.&lt;/p&gt;

	&lt;p&gt;Search engines are more and are more likely to index deeper pages of your site and send you more referral traffic.&lt;/p&gt;

	&lt;h3&gt;5. Bandwidth&lt;/h3&gt;

	&lt;p&gt;Cascading Style Sheets can save you money and increase the number of eyeballs that see your page in other ways. &amp;#8220;Bandwidth&amp;#8221; refers to how much website traffic your hosting company will allow you to have each month. Because every time a user lands on your site, he or she must load your pages in his or her browser. Not only visitors, but search engine spiders consume bandwidth too. The more code your pages have, the more bandwidth you use.&lt;/p&gt;

	&lt;p&gt;If you exceed bandwidth usage your site will be suspend until you buy more bandwidth or reach end of the month. Suppose your site receives a sudden surge of traffic shortly after a popular magazine features your company. That would be the worst possible time for your website to go offline! &lt;span class="caps"&gt;CSS&lt;/span&gt; makes for a more efficient use of bandwidth, and reduces the chances of such problems.&lt;/p&gt;

	&lt;h3&gt;So Are Tables Taboo?&lt;/h3&gt;

	&lt;p&gt;Absolutely not. There are bona fide reasons to use tables to display certain types of content. The beauty about &lt;span class="caps"&gt;CSS&lt;/span&gt; is that you still can use tables when you need to, but you don&amp;#8217;t need to use tables for everything which significantly reduces your &amp;#8220;code load.&amp;#8221;&lt;/p&gt;

	&lt;h3&gt;How Do I Know If I&amp;#8217;m Already Using &lt;span class="caps"&gt;CSS&lt;/span&gt;?&lt;/h3&gt;

	&lt;p&gt;A quick test to see if your site is using &lt;span class="caps"&gt;CSS&lt;/span&gt; is to load your website in your browser (any page will do). Right click anywhere in the window, and a menu box will appear. Click &amp;#8220;View Page Source.&amp;#8221; You should see keywords like rel=&amp;#8220;stylesheet&amp;#8221; or type=&amp;#8220;text/css&amp;#8221; near the top of the window that pops up to view your source code.&lt;/p&gt;

	&lt;p&gt;If you&amp;#8217;re already using &lt;span class="caps"&gt;CSS&lt;/span&gt;, there may be other ways your business could benefit from a website redesign. Driving traffic, improving the customer experience, making your website more accessible to users and saving time and money on webmaster updates make it well worth the investment. Whether you choose to redesign now or in the future, make sure that your web designer and developer are skilled in &lt;span class="caps"&gt;CSS&lt;/span&gt;.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/imagexmedia/blog/~4/251697345" height="1" width="1"/&gt;</description>
 <comments>http://www.imagexmedia.com/blog/2008/1/is-your-website-old-school-5-reasons-to-redesign-with-css#comments</comments>
 <category domain="http://www.imagexmedia.com/tags/branding">branding</category>
 <category domain="http://www.imagexmedia.com/tags/css">CSS</category>
 <category domain="http://www.imagexmedia.com/tags/redesign">redesign</category>
 <category domain="http://www.imagexmedia.com/tags/seo">SEO</category>
 <category domain="http://www.imagexmedia.com/tags/usability">usability</category>
 <category domain="http://www.imagexmedia.com/tags/web-design">web design</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.imagexmedia.com/crss/node/160</wfw:commentRss>
 <pubDate>Sat, 19 Jan 2008 14:12:38 -0600</pubDate>
 <dc:creator>Linda Bustos</dc:creator>
 <guid isPermaLink="false">160 at http://www.imagexmedia.com</guid>
<feedburner:origLink>http://www.imagexmedia.com/blog/2008/1/is-your-website-old-school-5-reasons-to-redesign-with-css</feedburner:origLink></item>
</channel>
</rss>
