How to SEO your website

In this series of articles I’m going to tell you how to SEO your website.  There are 2 parts to SEO (onsite and offsite), this article discusses onsite SEO.

Onsite Search Engine Optimisation (SEO)

Keyword Analysis

 

The first thing we need to do is decide on which keywords to target for this its useful to do some keyword research. There are tools to do (such as good adwords tool) but another good way to do this is to look at what your competition is doing. For example if your a plumber in London google plumber london and then use a website such as this  to analyse the break down of keywords.

Read more

Java Generics (2008)

Notes on SCJP I did in 2008 Generics   Straight forward Type Safe Collections   List<Animal> myList = new ArrayList<Animal>();   the generic type in the declaration must match on both side of = , in this case <String> (unless a wildcard is used to the left of the equals OR the ref has no gen … Read more