click tracking

Google Analytics – Clearing the Mist

by flaminglacer on March 11, 2010
Worth Looking At

Occasionally you come across something that is just too much of a joy to keep to yourself. In this case I do have to admit to prior knowledge of what was coming in that I assisted in a small way on the technical side of the site but the content all comes from the mind of it’s author. The genius behind this site, and I use that word deliberately, is a friend of mine (another vested interest) Tim Leighton-Boyce, and the subject is Google Analytics.

Analytics is one of those things we all pay lip service to, but how many of really understand the full bounty that is on offer and how to get to it, let alone use it? One of the very few is Tim, and he has a knack for explaining it clearly. I dive in to my various analytics accounts on a regular basis, but getting down to the real nitty gritty is always something of a trial, or at least it was until a couple of days ago.

CXFocusTim describes himself as a Customer Experience Evangelist and who better to guide us through the minefield of Analytics, after all we all want to make our Customer’s experience so good that they buy from us.  He has now launched his blog, CXFocus, onto the sea that is the internet. I had the privilege of reading his first post a bit ahead of everyone else and it has already saved me hours or futile argument because I could actually prove my point with facts and figures. I have a much greater understanding of advanced filters and how I can track various parameters on my sites, and extrapolating Tim’s words led me to the creation of some fairly complex custom reports which are actually useful to me and my clients, not to mention our customers.

There isn’t a lot there yet, but every word is a gem worth treasuring. I would wholeheartedly recommend that you dash over to CXFocus and click on that magic RSS button to drop it into your Reader – it will be worth every moment you spend on it.  Speaking for myself, I can’t wait for the next post as I know it will not only make my life easier but almost certainly add to my income from satisfied customers.

{ 0 comments }

Johnson Boxes and How To Make Them

by flaminglacer on February 23, 2010
Tools

Johnson Boxes are one of those things that everyone refers to and assumes that everyone knows all about them and how to do them – but in my experience they don’t. Following the ‘clean page’ option last week which most people spotted as a potential sales/squeeze page it seems logical to follow it up with a bit about Johnson Boxes.

For anyone who doesn’t know, they are those colored boxes with a solid or broken line around them that emphasis some text, usually a benefit of the product, or the sales price – anything you want to draw attention to. They are a proven method of increasing conversions. So how do you make them?

First of all you need the bit of code to go in your custom_css.php that specifies the style and type of your box, then you ned to put something in your page text that calls up that box.

A simple version is given here – you can elaborate on it as you please but this will give you a basic box

/*--Johnson-Box--*/
div#johnson-box{
display: center;
background: #YOUR-COLOR-CHOICE-HERE;
border: YOUR-BORDER-WIDTH-HEREpx solid #YOUR-COLOR-CHOICE-HERE;
width: YOUR-WIDTH-HEREpx;
height:YOUR-HEIGHT-HEREpx;
text-align: center;
}
/*--End Johnson-Box*/

This will give you a centered box with centered text and a solid line round it. The solid line doesn’t want to be much more than 4px and often less. If you want a broken border just replace ’solid’ with ‘dashed’. If you want a fluid height for your box, just miss out the height line.

To use the box place the following in your page text (using the html editor, not the visual one in WP)

<div id="johnson-box">
YOUR TEXT AND IMAGES HERE
</div>

This is what I used to generate the box below though the more usual color for the border is #cc0000

/*--Johnson-Box--*/
div#johnson-box{
display: block;
background: #f3edfc;
border: 4px dashed #cc99ff;
width: 600px;
height:60px;
text-align: center;
}
/*--End Johnson-Box*/

and this is what I put in my page:-

<div id="johnson-box">
This is a Johnson Box
</div>

This is a Johnson Box

If you want more than one style of Johnson Box then just give each set up a different div name.

You can also use an inline style but I find the CSS version easier when I am setting up templates but for the sake of completeness here is the code, which you would use in the html editor.

<div style="display: center; background: #YOUR-COLOR-CHOICE-HERE; border: 1px solid #YOUR-COLOR-CHOICE-HERE; width: YOUR-WIDTH-HEREpx; height:YOUR-HEIGHT-HEREpx; text-align: center;">
YOUR TEXT AND IMAGES HERE
</div>

This may be a bit basic for some of you but I hope it is useful to someone out there.

{ 1 comment }

Thesis Clean Page Option

February 18, 2010

I am truly, madly, deeply in love with Thesis – it is the best wordpress theme, bar none.  It is worth every single penny I paid for it.  I would pay a lot more.  It is probably the most valuable single investment I have ever made for my business. One of the joys is how [...]

Read the full article →

Who Is Your Website For?

January 17, 2010

There’s been a lot of redecorating going on in my life at the moment – the living room and the blog.  The living room is nearer finished than the blog and the latest thing completed gave me pause for thought.
I spent yesterday making (altering to be exact) the curtains for the living room, because they [...]

Read the full article →

Delicious Dropbox

January 13, 2010

A friend said to me the other day, when discussing some new geekery “We are toolsmiths” and he was quite right.  I love new shiny toys and tools. We were discussing Google Wave* at the time  but the tool I want to bring to your attention today is Dropbox – a fantastic tool for anyone [...]

Read the full article →

A Small Thing

January 8, 2010

I am in something of a philosophical mood today.  It’s been an up and down week largely due to the cold weather which I loathe, but three things have happened today which brought home to me how much small things matter and gave me the added bonus of inspiration.
The first thing that happened was the [...]

Read the full article →

I’m Back!

January 6, 2010

I haven’t posted anything to my blog for a long time.  There are many reasons, none of which I am going to go into because it would take to long and rapidly become a plaintive self-justifying wail.  It’s just the way it was.
However, times are changing, I have plans and this blog is a part [...]

Read the full article →

West Midlands MeetUp

February 21, 2009
Thumbnail image for West Midlands MeetUp

I’ve just got back from the West Midlands MeetUp in Evesham, tired but happy as they say.   It was a great afternoon and well worth the effort of organising it.
We were a select band with a widely differing range of experience, and all kinds of different skill sets but it made for a harmonious whole [...]

Read the full article →

West Midlands Meetup

February 10, 2009

I’ve been threatening to do this for a while and have finally got it sorted!  For anyone who has been to one of the MeetUps held all over the globe, you will know how beneficial they are – and fun too. I have happy memories of the Manchester MeetUp that launched the Thirty Day Challenge [...]

Read the full article →

Turning The Tables

February 5, 2009

It’s a well known fact that I have unbounded admiration for Seth Godin, what you probably don’t know is that I have spent the last few weeks and months becoming increasingly vitriolic in my tirades against the Numpties who preach doom, gloom and despondency in the various media – I am becoming the woman who [...]

Read the full article →