Small Business Resources

I spend the better part of my time advising Small Business on the ins and outs of Online Marketing. Pop over to eBiz4Results.com for the full story.

Current Project

At the end of 2008, I launched BestMacTools.com where you will find reviews, and commentary mostly related to Productivity Tools for Mac OS X.

For Bloggers

It is now just about axiomatic... the most effective online marketing tool for any business is a Blog. That's why I publish Blog4Results.com.

Archive for Publishing

Following Jim Wilson’s comment I have revisted this subject and now offer my own extension which adds Textile2 to the AlternateSyntaxParser without the need for hacking Jim’s original extension.

You can download the extension here.

Instructions are included in the source, but for convenience, they are repeated here…

Installation:

  1. Install the AlternateSyntaxParser extension.
  2. Drop this script (AlternateSyntaxParserTextile2.php) into $IP/extensions/AlternateSyntaxParser
  1. Enable the extension by adding this line to your LocalSettings.php:
require_once('extensions/AlternateSyntaxParser/MarkdownSyntax.php'); after the line enabling the AlternateSyntaxParser
  1. Download the Textile2 library
  2. Extract the file classTextile.php from the downloaded archive.
  1. Drop classTextile.php into $IP/extensions/AlternateSyntaxParser/

Usage:

To use Textile2 in a page, put #MARKUP textile2 at the top of the page:

Alternatively, you may specify a site-wide default alternate language by setting the $wgAlternateSyntaxParserLanguage variable in your LocalSettings.php.

$wgAlternateSyntaxParserLanguage = ‘textile2’;

MediaWiki is used extensively for documentation sites simply because it has so many features that make it ideal for this type of wiki application. The primary example is, of course Wikipedia

Naturally, I want to use MediaWiki for my own documentation sites. However, I use Textile – a lightweight, humane web text generator almost exclusively wherever HTML markup would otherwise be used. Also, I have to admit that I find the built-in MediaWiki markup verbose, ugly and counter-intuitive.

So, I was pleased to find a well written and documented MediaWiki extension which provides for alternative parsers, including textile. For some reason, the standard extension does not work on my sites. What I describe here is a simple mechanism to replace the TextilePHP parser with the Textile2 parser.

Step One

Install the MediaWiki AlternativeSyntaxParser extension. Test it and if it works for you you’re done!

Step 2

If the basic installation does not work, or if you want to try Textile2, add the following lines to AlternativeSyntaxParser.php at about line #153

 case 'textile2':
    require_once('classTextile.php');
    $textile = new Textile();
    $text = $textile->TextileThis($parser->mSwappedOutText);
    break;

Step Three

Download the Textile2 source from here& and copy the file classTextile.php to the same directory where the alternative parsers are.

Step Four

Actually, you’re done! You now have another alternative parser ‘textile2’ available.

Once you have installed this, the editor buttons are no longer useful… maybe I’ll integrate TheEditorHelper unless someone else gets it done first.

Have you Googled yourself recently? It’s not a bad idea to do this from time to time remembering that others are probably doing it and quite possibly making decisions based on the outcome.

Prospective employers, clients and others thinking about forming some sort of relationship with you, or just the plain old curious, will do a Google on you. Why?

  • To check on claims that you have made
  • To make sure that there are no negative indications
  • To find, and check, your blog or web site

So, you should be checking your “Google-Index” on a reasonably regular basis.

What you find might surprise you.

For example, just last week I checked the online identity of three clients. The first yielded a link to his business web site as the first result.

The second, did not return any relevant hits on any of the first five Google results! This was a concern as it was highly likely that his potential clients would do this search and be disapointed.

The third case was interesting. My client was surprised to find himself on the first page of Google results. However, the overall results gave no indication that he is a widely published technical author in his consultancy field.

Ok, so what?

There is a way to control your online identity. It’s very new (still in beta) and may or may not survive the test of time. However, it does work so I thought it would be a good idea to write about it.

The service is called claimID

You can see it in action by clicking on my hCard badge in the righthand sidebar on this page.