<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Solicitors Online Blog &#187; Tips and how to</title>
	<atom:link href="http://www.solicitorsonlineblog.co.uk/category/tips-how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.solicitorsonlineblog.co.uk</link>
	<description>Musings from an online lawyer</description>
	<lastBuildDate>Wed, 04 Aug 2010 08:52:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
<link>http://www.solicitorsonlineblog.co.uk</link>
<url>http://www.solicitorsonlineblog.co.uk/wp-content/uploads/2010/01/favicon-19.ico</url>
<title>The Solicitors Online Blog</title>
</image>
		<item>
		<title>Navigation for wordpress posts and pages</title>
		<link>http://www.solicitorsonlineblog.co.uk/2010/03/31/navigation-for-wordpress-posts-and-pages/</link>
		<comments>http://www.solicitorsonlineblog.co.uk/2010/03/31/navigation-for-wordpress-posts-and-pages/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 21:11:01 +0000</pubDate>
		<dc:creator>Tessa Shepperson</dc:creator>
				<category><![CDATA[Tips and how to]]></category>
		<category><![CDATA[doing techie stuff]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://www.solicitorsonlineblog.co.uk/?p=446</guid>
		<description><![CDATA[<a href="http://www.solicitorsonlineblog.co.uk/2010/03/31/navigation-for-wordpress-posts-and-pages/"><img align="left" hspace="5" width="150" src="http://www.solicitorsonlineblog.co.uk/wp-content/uploads/2010/03/navigation.jpg" class="alignleft wp-post-image tfe" alt="navigation in a blog" title="navigation in a blog" /></a>
Wordpress navigation
I like to be able to move around my blog easily.  And for a long time I have been really annoyed by the fact that there were no &#8216;next post&#8217; or &#8216;previous post&#8217; links at the bottom of my blog posts.
This is present on many sites automatically, but not on mine.  I use the [...]]]></description>
			<content:encoded><![CDATA[<h4><a rel="attachment wp-att-449" href="http://www.solicitorsonlineblog.co.uk/2010/03/31/navigation-for-wordpress-posts-and-pages/navigation/"><img class="alignleft size-full wp-image-449" style="border: 10px solid white;" title="navigation in a blog" src="http://www.solicitorsonlineblog.co.uk/wp-content/uploads/2010/03/navigation.jpg" alt="navigation in a blog" width="200" height="173" /></a><br />
Wordpress navigation</h4>
<p>I like to be able to move around my blog easily.  And for a long time I have been really annoyed by the fact that there were no &#8216;next post&#8217; or &#8216;previous post&#8217; links at the bottom of my blog posts.</p>
<p>This is present on many sites automatically, but not on mine.  I use the <a href="http://www.headwaythemes.com/affiliates/idevaffiliate.php?id=487">Headway theme</a>, which in many respects very good.  However, when I asked a question about this on their forum, I did not get much help (their forum help is not all it is cracked up to be).  So it was left to me to go rummaging around to see what I could find.</p>
<p>Searches in the <a href="http://wordpress.org/extend/plugins/">plugin&#8217;s directory</a> brought forth a few which looked promising, but none of them did what I wanted.  I liked the <a href="http://wordpress.org/extend/plugins/wp-pagenavi/">WP-PageNavi plugin</a> though, so decided to keep that one (and added it to my other blogs).  But how to get the previous/next post links?  Time to visit the <a href="http://codex.wordpress.org/Main_Page">Word Press Codex</a>.</p>
<p>The WP Codex is a great site which has lots and lots of technical information about using, hacking, repairing, doing anything really with a wordpress site.  I am slightly hampered of course by not being a developer and not having had any training in php.  However I managed to find a page (which <a href="http://codex.wordpress.org/Next_and_Previous_Links#The_Next_and_Previous_Posts">you will find here</a>) which gave me some code to make the links.</p>
<p>But where do you put them?  On the files.  Happily, if you need to do this yourself,  you do not have to download and upload files via ftp or (in my case) cpanel, as you can get at them via your WP administration area.  In the appearance section there is a link to a page called Editor.  There you will find pages with all that puzzling code.  Take a look at the index on the right.  The one you want is called Single Post (single.php).</p>
<p>Get the page up and put this code in a suitable place (you may need to mess around a bit):</p>
<pre>&lt;?php previous_post('&amp;laquo; &amp;laquo; %', '', 'yes'); ?&gt;
| &lt;?php next_post('% &amp;raquo; &amp;raquo; ', '', 'yes'); ?&gt;</pre>
<p>Yes I know it looks peculiar, but you don&#8217;t have to understand it, just copy and paste it.  Then go to your page and refresh.  Voila!  You can see it right at the bottom of this page (assuming you are looking at the post page).</p>
<p>&#8220;But&#8221;  hear you say &#8220;there is only one link&#8221;.  Thats because you are looking at the most recent post.  There is only one link &#8211; your last post.  Go back a few posts and you will see them both.  But yes, that worried me too for a while.</p>
<p>Needless to say I then went off to put in the links on all my other blogs.  I had a bit of a problem however with my Lodger Landlord blog, as that uses the most recent version of Headway.  The one with the visual editor.</p>
<p>The Headway visual editor, I have found, is brilliant, until it suddenly stops working, and you can&#8217;t get it going again (and the Headway forum are no help).  Not only, I have found, can you no longer edit much of the appearance of your blog, you also can&#8217;t edit single.php.  Because it ain&#8217;t there.</p>
<p>So the Lodger Landlord does not have the previous post/next post links.  But all the others do, and I am dead chuffed that I have managed to do a bit of coding all on my own (with a bit of help from the Codex of course).  But even so, I don&#8217;t think I&#8217;ll give up the day job yet &#8230;</p>
<p>Have you had a go at anything like this?  How did you get on?</p>
<div class='wp_likes' id='wp_likes_post-446'><a class='like' href="javascript:wp_likes.like(446);" title='' ><img src="http://www.solicitorsonlineblog.co.uk/wp-content/plugins/wp-likes/images/like.png" alt='' border='0'/>Like</a><span class='text'></span>
<div class='unlike'><a href="javascript:wp_likes.unlike(446);">Unlike</a></div>
</div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.solicitorsonlineblog.co.uk/2010/03/04/excerpts-and-pictures/" rel="bookmark" class="crp_title">Excerpts and pictures</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2010/01/28/social-media-buttons/" rel="bookmark" class="crp_title">Social media buttons</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2010/01/10/favicons/" rel="bookmark" class="crp_title">Favicons</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2010/01/05/the-lodger-landlord-testing-the-theories/" rel="bookmark" class="crp_title">The Lodger Landlord &#8211; testing the theories</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2009/12/14/like-plugins-for-wordpress/" rel="bookmark" class="crp_title">Like plugins for wordpress</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.solicitorsonlineblog.co.uk/2010/03/31/navigation-for-wordpress-posts-and-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Favicons</title>
		<link>http://www.solicitorsonlineblog.co.uk/2010/01/10/favicons/</link>
		<comments>http://www.solicitorsonlineblog.co.uk/2010/01/10/favicons/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 19:53:57 +0000</pubDate>
		<dc:creator>Tessa Shepperson</dc:creator>
				<category><![CDATA[Tips and how to]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[favicon]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://www.solicitorsonlineblog.co.uk/?p=228</guid>
		<description><![CDATA[<a href="http://www.solicitorsonlineblog.co.uk/2010/01/10/favicons/"><img align="left" hspace="5" width="150" src="http://www.solicitorsonlineblog.co.uk/wp-content/uploads/2010/01/faviconcc-2.jpg" class="alignleft wp-post-image tfe" alt="A screenshot of the favicon.cc web-site" title="A screenshot of the favicon.cc web-site" /></a>I love favicons.  They are those tiny little icons that sit in the address bar next to the website url/web address.  I think they look really cool, and differentiate (for me) sites where attention is paid to detail from all the others.
Apart from  aesthetic values, I think it is very important to have a good [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-250" href="http://www.solicitorsonlineblog.co.uk/2010/01/10/favicons/faviconcc-2/"><img class="alignleft size-full wp-image-250" style="border: 10px solid white;" title="A screenshot of the favicon.cc web-site" src="http://www.solicitorsonlineblog.co.uk/wp-content/uploads/2010/01/faviconcc-2.jpg" alt="A screenshot of the favicon.cc web-site" width="300" height="180" /></a>I love favicons.  They are those tiny little icons that sit in the address bar next to the website url/web address.  I think they look really cool, and differentiate (for me) sites where attention is paid to detail from all the others.</p>
<p>Apart from  aesthetic values, I think it is very important to have a good favicon.  Why?  Because it helps develop your brand:</p>
<ul>
<li>With many browsers (such as Internet Explorer and Firefox) the favicons appear in the tabs, so you can more easily locate sites with recognisable favicons</li>
<li>They also appear next to the links on booksmarks (including online books marks)</li>
<li>Apparently links with recognisable favicons get clicked more often</li>
</ul>
<p><big><strong>Creating a favicon</strong></big></p>
<p>A favicon is 16 pixels wide so its design has to be simple to stand out.  Complex logos don&#8217;t work.  There are sites where you can upload an image (such as your regular logo) and it will turn it into a favicon for you.  However these  often turn out blurry.  I think the best favicon creation sites are those which allow you to adapt the image, or to create one from scratch.</p>
<p>The site I used to create the S favicon for this site was <a href="http://www.favicon.cc/">www.favicon.cc</a>.  This gives you a palette with the 16 x 16 canvas and a colour generator to paint with (see the picture above).</p>
<p>It took quite a bit of messing around to get the S favicon.  I initially made the whole square dark blue.  Colours have numbers when you are creating them on the web, and the number for the dark blue surround I use is #171D86.  White is #ffffff.  I then did quite a few different combinations of the letters SOLB or SOB or SB, none of which really  worked.  I finally put a white border just inside the square and put in the one S which looked much better.</p>
<p>I also created a suitcase favicon for my <a href="http://www.lodgerlandlord.co.uk/">Lodger Landlord site</a> &#8211; it is more of a gladstone bag look than the &#8216;proper&#8217; case logo, but I think it looks quite nice.  It seems to stand out quite nicely too.</p>
<p><big><strong>Putting them on your site</strong></big></p>
<p>If you use the <a href="http://www.headwaythemes.com/affiliates/idevaffiliate.php?id=487">Headway theme</a>, as I do, you can add it to the Headway Configuration page (load the favicon up to the media library and then use the link you will find there).  However I prefer the MaxBlogPress Favicon plugin.</p>
<p>Its a bit of a faff, as its not one you can upload from the wordpress plugins page.  You have to download the file from the <a href="http://www.maxblogpress.com/plugins/mfi/">MaxBlogPress Favicon plugin page</a>, and then upload the php file (no, I don&#8217;t really know what that means either) directly to the server.  It goes in the wp-content/plugins folder.  You can do this by fpt, or I use the file manager facility provided by my ISP <a href="http://www.ecowebhosting.co.uk/">Ecowebhosting</a>.  Then, after you have activated it, you need to tell it where to find the favicon to display, in the special admin area.  NB If you find it stops your site showing, go to the advanced options section and click the other radio button.</p>
<p>You have to register with MaxBlogPress which means you get put on the mailing list, but its worth it as it is a superior plugin.  I like it because you get the icon on the bookmark for the admin area as well as for the site itself, which helps me (as I have quite a few blogs now, and I put them all in the same bookmarks section).</p>
<p>So there you are.  If you want to read more about favicons online, see the post on <a href="http://www.blogussion.com/marketing/branding-battle-favicon/">Blogussion here</a>, and the links that they give.</p>
<p>What do you think about favicons?  Have you ever noticed them?  If you decide to add a favicon to your site as a result of this post, please let me know how you got on!</p>
<div class='wp_likes' id='wp_likes_post-228'><a class='like' href="javascript:wp_likes.like(228);" title='' ><img src="http://www.solicitorsonlineblog.co.uk/wp-content/plugins/wp-likes/images/like.png" alt='' border='0'/>Like</a><span class='text'></span>
<div class='unlike'><a href="javascript:wp_likes.unlike(228);">Unlike</a></div>
</div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.solicitorsonlineblog.co.uk/2010/03/31/navigation-for-wordpress-posts-and-pages/" rel="bookmark" class="crp_title">Navigation for wordpress posts and pages</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2010/01/28/social-media-buttons/" rel="bookmark" class="crp_title">Social media buttons</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2010/03/04/excerpts-and-pictures/" rel="bookmark" class="crp_title">Excerpts and pictures</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2010/01/05/the-lodger-landlord-testing-the-theories/" rel="bookmark" class="crp_title">The Lodger Landlord &#8211; testing the theories</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2009/12/14/like-plugins-for-wordpress/" rel="bookmark" class="crp_title">Like plugins for wordpress</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.solicitorsonlineblog.co.uk/2010/01/10/favicons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogging – What is it?</title>
		<link>http://www.solicitorsonlineblog.co.uk/2009/07/24/blogging-%e2%80%93-what-is-it/</link>
		<comments>http://www.solicitorsonlineblog.co.uk/2009/07/24/blogging-%e2%80%93-what-is-it/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 19:44:31 +0000</pubDate>
		<dc:creator>Tessa Shepperson</dc:creator>
				<category><![CDATA[Tips and how to]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[social media]]></category>

		<guid isPermaLink="false">http://79.170.44.116/solicitorsonlineblog.co.uk/?p=57</guid>
		<description><![CDATA[<a href="http://www.solicitorsonlineblog.co.uk/2009/07/24/blogging-%e2%80%93-what-is-it/"><img align="left" hspace="5" width="150" src="http://79.170.44.116/solicitorsonlineblog.co.uk/wp-content/uploads/2009/11/belledejour-300x239.jpg" class="alignleft wp-post-image tfe" alt="belle de jour" title="belle de jour" /></a>As most people will know, a blog is a sort of online diary – the name is a shorted form of weblog. The blog owner will blog ‘posts’ which will appear in a list with the most recent at the top.
Blogs have been around for some time, and most people are familiar with them. There [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-58" title="belle de jour" src="http://79.170.44.116/solicitorsonlineblog.co.uk/wp-content/uploads/2009/11/belledejour-300x239.jpg" alt="belle de jour" width="144" height="115" />As most people will know, a blog is a sort of online diary – the name is a shorted form of weblog. The blog owner will blog ‘posts’ which will appear in a list with the most recent at the top.</p>
<p>Blogs have been around for some time, and most people are familiar with them. There are hundreds of millions of them around, ranging from blogs with just a few posts which no-one wants to read by someone no-one has ever heard of, to highly influential blogs read by millions every day.</p>
<p>Most newspapers will have at least one blog, and some will have many, kept by their journalists on particular topics, for example The Times and The Guardian. Perhaps the most popular of these is the American <a href="http://www.huffingtonpost.com/">Huffington Post blog</a>. Many TV channels will also have blogs, for example <a href="http://www.bbc.co.uk/blogs/thereporters/robertpeston/">Robert Peston</a> of the BBC and <a href="http://blogs.channel4.com/snowblog/blogs/snowblog/">Jon Snow</a> of Channel Four.</p>
<p><img class="alignright size-full wp-image-59" title="newlllb" src="http://79.170.44.116/solicitorsonlineblog.co.uk/wp-content/uploads/2009/11/newlllb.jpg" alt="newlllb" width="200" height="120" />Many businesses now have blogs. Some will be anodyne company speak which will be largely ignored, others will be interesting and worth reading. You may have a blog for your firm. Many solicitors firms do now. I have written the <a href="http://landlordlaw.blogspot.com/">Landlord Law Blog </a>for my business since February 2006.</p>
<p>Many of the best known blogs are anonymous. Most of you will have heard of the blog by <a href="http://belledejour-uk.blogspot.com/">Belle de Jour</a>, a London call girl. This became so famous that it was published as a book, and there has been a TV show based on it starring Billie Piper. Another anonymous blog recently in the news was that written by Night Jack, a policeman who told it like it was, which was closed down after The Times discovered and published his identity (after a court case seeking to preserve his identity failed).</p>
<p><img class="alignleft size-medium wp-image-60" title="geeklawyer" src="http://79.170.44.116/solicitorsonlineblog.co.uk/wp-content/uploads/2009/11/geeklawyer-300x224.jpg" alt="geeklawyer" width="180" height="134" />There are many anonymous legal blogs, for example <a href="http://nearlylegal.co.uk/blog/">Nearly Legal</a> which covers housing law cases, <a href="http://blog.geeklawyer.org/">Geeklawyer</a> an intellectural property barrister, and <a href="http://timesonline.typepad.com/baby_barista/">Baby Barista</a> who blogs for The Times. Law Blogs are sometimes called Blawgs, for obvious reasons.</p>
<p>Although there are many more lawyers blogging now, we have come fairly late to the blogging scene. When I started there were just a handful, mainly John Bloches excellent <a href="http://www.familylore.co.uk/">Family Lore blog</a>, The <a href="http://charonqc.wordpress.com/">Charon QC</a> blog, and Geeklawyer. There are far more legal bloggers (as you would expect) in America. Two well known ones are Susan Cartier Liebel&#8217;s <a href="http://buildasolopractice.solopracticeuniversity.com/">Solo Practice blog</a> (and since I first knew her, her consultancy for sole practitioners has turned into a University) and Kevin O’Keefe’s <a href="http://kevin.lexblog.com/">Real Lawyers Have Blogs</a>.</p>
<p>But why write a blog? This will be looked at in future posts</p>
<div class='wp_likes' id='wp_likes_post-57'><a class='like' href="javascript:wp_likes.like(57);" title='' ><img src="http://www.solicitorsonlineblog.co.uk/wp-content/plugins/wp-likes/images/like.png" alt='' border='0'/>Like</a><span class='text'></span>
<div class='unlike'><a href="javascript:wp_likes.unlike(57);">Unlike</a></div>
</div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.solicitorsonlineblog.co.uk/2009/12/17/learning-from-the-masters/" rel="bookmark" class="crp_title">Learning from the Masters</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2009/05/26/twitter/" rel="bookmark" class="crp_title">Twitter</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2010/03/20/norfolk-sole-practitioners-launch-independent-law-network-group-blog/" rel="bookmark" class="crp_title">Norfolk Sole Practitioners launch Independent Law Network group blog</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2009/05/31/the-law-bazaar/" rel="bookmark" class="crp_title">The Law Bazaar</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2010/02/25/toolbar-make-life-easier-for-yourself/" rel="bookmark" class="crp_title">Make your own toolbar, and make life easier for yourself!</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.solicitorsonlineblog.co.uk/2009/07/24/blogging-%e2%80%93-what-is-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>E-newsletters</title>
		<link>http://www.solicitorsonlineblog.co.uk/2009/06/09/e-newsletters/</link>
		<comments>http://www.solicitorsonlineblog.co.uk/2009/06/09/e-newsletters/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 19:29:35 +0000</pubDate>
		<dc:creator>Tessa Shepperson</dc:creator>
				<category><![CDATA[Tips and how to]]></category>
		<category><![CDATA[e-newsletters]]></category>

		<guid isPermaLink="false">http://79.170.44.116/solicitorsonlineblog.co.uk/?p=43</guid>
		<description><![CDATA[<a href="http://www.solicitorsonlineblog.co.uk/2009/06/09/e-newsletters/"><img align="left" hspace="5" width="150" src="http://www.solicitorsonlineblog.co.uk/wp-content/uploads/2009/06/laptop.jpg" class="alignleft wp-post-image tfe" alt="You read it on this" title="You read it on this" /></a>If you have a web-site, you need some way to capture the contact details of those who visit, so you can keep in touch with them, and stay in the forefront of their minds. Then (so the theory goes) when they need a solicitor they will think of you first.
The standard way of doing this [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-391" href="http://www.solicitorsonlineblog.co.uk/2009/06/09/e-newsletters/laptop/"><img class="alignleft size-full wp-image-391" style="border: 10px solid white;" title="You read it on this" src="http://www.solicitorsonlineblog.co.uk/wp-content/uploads/2009/06/laptop.jpg" alt="You read it on this" width="200" height="184" /></a>If you have a web-site, you need some way to capture the contact details of those who visit, so you can keep in touch with them, and stay in the forefront of their minds. Then (so the theory goes) when they need a solicitor they will think of you first.</p>
<p>The standard way of doing this is by offering a ‘free’ newsletter. This must offer something of value, or people will not sign up. Most contain news items, articles and tips on the newsletter subject matter, and general information about the firm (i.e. new services, staff members, etc).</p>
<p>I have run a newsletter for years. I have two, one for members of my Landlord-Law service (a subscription site providing information and resources for private residential landlords and tenants), and a free one which anyone can sign up to. Although in point of fact they are actually more or less the same. The chief difference is that the members version cuts out the paragraph suggesting that they join up!</p>
<p>The main reasons why people like my newsletters are the tips (one for landlords and one for tenants) which are always at the top, and the news section. Readers appreciate being kept up to date and made aware of significant legal changes in their area of work or interest.</p>
<p>There are many landlords and tenants (and letting agents and solicitors) who signed up for my free newsletter who have subsequently gone on to become a full member of my service. However often this has only been after several years, so don’t expect results immediately. It is a long term thing.</p>
<p>If you are planning on doing a newsletter, it is best to deal with a specific area of work or client type (as mine is mainly for landlords). You can then concentrate on information and news which are important to your readers.   I find that the prospect of having to write monthly news items also makes me more aware and noticing of what is going on in my field. Which is beneficial for me as a specialist.</p>
<p>I think a general firm newsletter is less likely to succeed. People’s time is precious today and they will only want to read a newsletter if it is relevant to them. On the whole, people are not interested in your latest charity fundraising activities, the fact that you have three new secretaries, or your latest web-site makeover. What they are really interested in is “are there any new legal developments out there which will affect me or my business?”</p>
<p>If you are the person to inform them of a new legal development, and if at the same time you tell them about a new service you are offering to help them deal with it, they are more likely to come to you than another firm.</p>
<p>So the best way forward is to decide on which areas of law and practice your firm wishes to major in and provide a newsletter for that (although for larger firms there is no reason why you should not do two or even three specialist newsletters).</p>
<div class='wp_likes' id='wp_likes_post-43'><a class='like' href="javascript:wp_likes.like(43);" title='' ><img src="http://www.solicitorsonlineblog.co.uk/wp-content/plugins/wp-likes/images/like.png" alt='' border='0'/>Like</a><span class='text'></span>
<div class='unlike'><a href="javascript:wp_likes.unlike(43);">Unlike</a></div>
</div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.solicitorsonlineblog.co.uk/2010/01/05/the-lodger-landlord-testing-the-theories/" rel="bookmark" class="crp_title">The Lodger Landlord &#8211; testing the theories</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2009/05/25/the-internet-newsletter/" rel="bookmark" class="crp_title">The Internet Newsletter</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2010/01/13/lawnet-%e2%80%93-stronger-together/" rel="bookmark" class="crp_title">LawNet – stronger together</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2009/10/01/quality-solicitors-%e2%80%93-taking-on-the-big-boys/" rel="bookmark" class="crp_title">Quality Solicitors – taking on the big boys</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2009/08/05/quality-solicitors-the-scottish-experience/" rel="bookmark" class="crp_title">Quality Solicitors &#8211; the Scottish Experience</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.solicitorsonlineblog.co.uk/2009/06/09/e-newsletters/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Twitter</title>
		<link>http://www.solicitorsonlineblog.co.uk/2009/05/26/twitter/</link>
		<comments>http://www.solicitorsonlineblog.co.uk/2009/05/26/twitter/#comments</comments>
		<pubDate>Tue, 26 May 2009 17:06:33 +0000</pubDate>
		<dc:creator>Tessa Shepperson</dc:creator>
				<category><![CDATA[Tips and how to]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://79.170.44.116/solicitorsonlineblog.co.uk/?p=17</guid>
		<description><![CDATA[<a href="http://www.solicitorsonlineblog.co.uk/2009/05/26/twitter/"><img align="left" hspace="5" width="150" src="http://79.170.44.116/solicitorsonlineblog.co.uk/wp-content/uploads/2009/05/twitter.jpg" class="alignleft wp-post-image tfe" alt="twitter" title="twitter" /></a>Twitter has been very much in the news recently, what with high profile twitterers such as Stephen Fry and Jonathan Ross. But is it something law firms should do?
I have been ‘twittering’ for a few months now. In many ways it is a bit of a timewaster. However I have discovered the following ways it [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-24" title="twitter" src="http://79.170.44.116/solicitorsonlineblog.co.uk/wp-content/uploads/2009/05/twitter.jpg" alt="twitter" width="200" height="177" /><a href="http://twitter.com/">Twitter</a> has been very much in the news recently, what with high profile twitterers such as Stephen Fry and Jonathan Ross. But is it something law firms should do?</p>
<p>I have been ‘twittering’ for a few months now. In many ways it is a bit of a timewaster. However I have discovered the following ways it can be usefully used:</p>
<ul>
<li>to make announcements about new services being launched</li>
<li>to keep clients up to date with other firm news</li>
<li>to make announcements about new legal developments</li>
<li>to make announcements when you post a new item on your blog (NB there are ways of doing this automatically)</li>
</ul>
<p>With twitter, you follow other ‘twitterers’ and are followed by others in turn. Often they are the same people, but not necessarily. One way you can make yourself known to other people is to ‘follow’ them (you do this by visiting their profile and clicking the follow button). They then get an email telling them that you are now following them. The hope is that they will then be prompted to visit your profile, and follow you in turn. They will then read your tweets and may end up being a client!</p>
<p>This could happen. However many people seem only concerned to get as many followers as possible. If you are following several thousand people you probably won’t have much time to read everything (or perhaps anything). Also if someone follows you, there is no guarantee that they will always follow you. It is very easy to ‘unfollow’ someone by re-visiting their profile and clicking the follow button again.</p>
<p>Twitter is also a very ‘in the moment’ service. If you log in to your twitter account at 5.50 pm you are unlikely to scroll back as far as to read the tweets published in the morning (unless you only follow a handful of people in which case there may not be many tweets to read). Therefore if you make an announcement about, say, a new service, it will only be read by those who are online at or shortly after the time it is published. One way around this is to ‘tweet’ it again later. However you don’t want to do this too often or you will start to annoy people.</p>
<p>Twitter can also be useful in keeping you informed. Virtually all the newspapers now have twitter accounts and you can subscribe to those which interest you. For example I follow a number of twitter accounts from the Times and the Guardian and a number of legal information services. You can also follow people who write blogs you admire, so you will be informed when they write a new post.</p>
<p>However although my twitter experience has been mainly a positive one, <a href="http://blog.larrybodine.com/2009/05/articles/tech/twitter-not-effective-for-law-firm-marketing/">Larry Bodine, a legal marketing blogger in the USA</a>, believes that it is not an effective marketing tool for law firms. He points out that it generates a lot of leads but little sales, can get lawyers and firms in a lot of trouble in the event of litigation, and is a distraction to getting real marketing work done. He goes on to say:</p>
<p><em>“After months of using Twitter, I&#8217;ve learned that it is a shouting post for relentless self-promoters, a dumping ground for press releases and advertising, an ego-driven competition to amass followers, and a target for computer-automated Tweets.  It&#8217;s always been a good place to learn what sandwich someone had for lunch and when someone changed a baby&#8217;s diapers.  But Twitter is supposed to be &#8220;all about the conversation,&#8221; and I see few conversations that lead to new business.”</em></p>
<p>I have to say that there is a lot of truth in this, and personally cannot put my hand on my heart (at the time of writing this) and point to any new client who has specifically come to me via twitter (although a number of existing clients have joined twitter just so they can follow my tweets).</p>
<p>Although I accept that there is a lot of truth in what Larry Bodine says, I still think that twitter is worth persevering with. However, it is for each firm to make their own decision.</p>
<div class='wp_likes' id='wp_likes_post-17'><a class='like' href="javascript:wp_likes.like(17);" title='' ><img src="http://www.solicitorsonlineblog.co.uk/wp-content/plugins/wp-likes/images/like.png" alt='' border='0'/>Like</a><span class='text'></span>
<div class='unlike'><a href="javascript:wp_likes.unlike(17);">Unlike</a></div>
</div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.solicitorsonlineblog.co.uk/2010/04/17/social-media-whats-the-point-part-3/" rel="bookmark" class="crp_title">Social Media &#8211; Whats the point? (Part 3)</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2009/12/13/linkedin-for-lawyers/" rel="bookmark" class="crp_title">Linkedin for lawyers</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2010/01/05/the-lodger-landlord-testing-the-theories/" rel="bookmark" class="crp_title">The Lodger Landlord &#8211; testing the theories</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2010/06/11/review-of-the-legal-web-20102100-by-delia-venables-and-nick-holmes/" rel="bookmark" class="crp_title">Review of the Legal Web 2010/2100 by Delia Venables and Nick Holmes</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2010/03/20/norfolk-sole-practitioners-launch-independent-law-network-group-blog/" rel="bookmark" class="crp_title">Norfolk Sole Practitioners launch Independent Law Network group blog</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.solicitorsonlineblog.co.uk/2009/05/26/twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)

Served from: www.solicitorsonlineblog.co.uk @ 2010-09-08 04:05:11 -->