Home >> Business Blog - Jadex Solutions Business Blog

Welcome to Jadex Solutions Blog

Grace Website Updated

May 8th, 2009

Just a quick post to say we have just completed an update on behalf of a Win Marketing to the Grace website (part of Nottingham University).

The update was to incorporate a new micro-site for a forthcoming conference into their existing website.

The new micro-site can be found at http://www.grace.ac.uk/events/vista09/index.php

Horizontal Menus

May 6th, 2009

I often seen questions in forums asking how can you create horizontal menus in CSS without using tables.

This is actually quite straight forward and simply requires the use of UL within the HTML and a small amount of CSS (as opposed to all the table code required to achieve the same effect).

So the HTML for a simple menu then will be as follows:
<div id="menulist">
<ul>
<li><a href="item1.html">Item 1</a></li>
<li><a href="item2.html">Item 2</a></li>
<li><a href="item3.html">Item 3</a></li>
</ul>
</div>

Which will give a menu list that looks like the following:

  • Item 1
  • Item 2
  • Item 2

So how do we turn it into a horizontal menu? This is where the CSS comes in!

In our CSS style sheet, we firstly we need to turn the bullets off, and set it to display inline, since by default UL is a block level element; thus:
#menulist ul {
list-style-type: none;
display: inline;
}

Now to get the menu items to display horizontally with a gap between each item:
#menulist ul li {
position: relative;
float: left;
margin-right: 20px;
}

And there we have it!

But what if you want the menu to be displayed on the right hand side of the page?

Well it’s as simple as changing the float: left to float: right. However, when you do this the menu items are reversed, i.e. Item 1 will appear on the right of the menu with Item 3 on the left. So you need to reverse the menu items in your list to counteract this.

This gives a menu list that is semantically correct without the need for tables.

Of course you can add background images, background color, borders, etc. to the list items to make them look as you desire, but the point is you don’t need to use tables to add any fancy graphics/style to the menu – it can all be done in CSS.

One last little trick to remember is to get the ANCHOR link to fill the whole width of the LI don’t specify any padding on the LI itself, put this on the ANCHOR and set the ANCHOR to be a block-element. This will mean hovering over the whole of the LI will activate the menu – rather than just the text.

#menulist ul li a { display: block; }


IE6 Issues

Now this all works fine in everything apart from IE6 or below, so we need to apply a fix for these old browsers, thus:

<!--[if lt IE 7]>
<style>
#menulist ul li a { display: inline-block; }
</style>
<![endif]-->

Be sure to place this code after your other styling, or any style sheets reference, otherwise it will get overridden!

So now we have it working consistently across all browsers.

Where this really wins overs tables is when you have sub-menus. With a table layout you would have to nest tables; and if you go to more than 2 levels of menu can become a real mess. For aural browsers this is a significant issue since the nested tables break up the correct semantic flow of the menu.

Whereas by using lists for your menu items the semantic flow is kept in tact, the code is neater, and if you need to amend it in the future (adding a new menu item for example) it’s a sinch!

Forums

April 30th, 2009

One method I am starting to use in an effort to drive more traffic to my site, improve it’s page ranking in Google and also improve it’s position in the search listings is participation within various Forums. (You did know that Page Rank is not the same as your position in search listings didn’t you? Ahh a topic for another post I think)

I have registered to a couple of Forums related to the content of my website where I can place a url to my website as part of the signature. The idea of this is that each time I post on the Forum a link is set up back to my site. I have picked a couple of Forums initially that rank well in Google and are relevant to what my site is about, since Google rates each link on the relevance and where the link is coming from.

However it’s not a question of posting as many times as you can on the Forum (apart from the fact you’re likely to get barred from the forum if the posts are irrelevant), since if you overdo it and have too many links back to your site from the same place Google is just as likely to downgrade the rating of those links. There is another trade off as well – TIME! Whilst you’re participating in the Forums, you not doing any “real” work and earning money.

So the question is how do you know when you’ve overdone it on one particular Forum and what to do about it? Haven’t got a definite answer to the first one at the moment. As for the second question, well time to find a different Forum – that’s still relevant and ranks well with Google. Course if you like the original Forum you can continue to post on there, but perhaps remove the url from your signature?!?

Obviously I will now have to keep an eye on my traffic stats to see if I can measure how effective my time spent on the Forums is being!

Forum Life……

I’ve never really been in to posting on Forums before, I’ve used them to find an answer to a technical problem but that’s about it. So posting is new to me. What I’m finding is that it is quite enjoyable, you can get involved in some quite interesting debates (not necessarily related to your field of expertise) – and you don’t have to be the definitive expert on the subject matter to post (which is what always put me off in the past) – just got to me careful that all you end doing is living on Forums!

Of course one thing you need to select for your Forum is an Avatar, so being a huge fan of Family Guy and not actually knowing anyone on any of the forums I picked the following for my Avatar:

Family Guy

Family Guy

More later…..

Neil

Welcome

April 30th, 2009

Well this is my first post!

I’ve finally decided to take the plunge into blogging in an attempt to raise the profile of my website in the search engine rankings. This is one thing on my to do list that I’ve been slowly working down in an attempt to generate more leads and hopefully clients for my freelance website design work and hence allow me to follow my desired lifestyle change and be able to work from home more – hence get out of the “motorway daily life”; and have a more flexible lifestyle! In conjunction with this I’ve been also doing other things to generate leads and clients; joining various forums, finding out where business breakfast meetings are taking place locally, looking at what sort of advertising might work best, that sort of thing.

Normally I work as a contract project manager, which pays well but often means a fair bit of traveling up and down the motorways. However since Xmas that contract work has dried up a bit (wonder why) and I’ve been forced to look at other ways to earn money, and had the website design work on the back burner. It is something I have been involved in over the last 15 years or so, from designing and implementing to project managing developments as well. What I’ve discovered with being forced to stay at home is apart from I can basically do what I want when I want, is actually how much less money you need per month to live on. For example, I’ve calculated that I save on average £400 per month on motoring costs – 1 tank of petrol lasts me 1-2 months and the car doesn’t need servicing, tyres etc. etc. So it became apparent to me that I don’t really need to earn as much money as I thought I did to live!?!

Fortunately I have been working on and off with a local marketing company over the last couple of years that has allowed me to build up a portfolio of design work now and I’ve also done some local organisation sites for free for the same reason. In fact one of these generated a lead within a week of it being put live! So this one action, of doing selected work for free has already achieved it’s aim, whereas another didn’t; taking out an advert on a well known online directory – I had this for 2 years and it generated zero leads, money down the drain! I have spoke with some of my peers and colleagues and they all seem to have the same experience – so beware before you part with your cash! It might work for some businesses/industries but for website design or internet related work it looks about as useful as a chocolate fireguard!

So as a starter for the blog, thought I’d keep a record of how successful I am in generating enough leads/clients to get to the lifestyle I want. I’ll keep people updated on the various actions I’m trying to generate those leads and how successful these are!

Neil