Coding
Find the right colours for your site…
So you thought you would design you site and already have some company colours or just trying to find your company colours to start…well here are some useful site to help you on your way.
My first stop everytime is http://www.colorschemedesigner.com/ This site is a great resource to find which colours work well together and which contrast. It is a site the has the funstionaloty to cater from novice to expert as the settings give the abillity to adjust the colours, hues, saturation, etc down to exacting levels. If you want something a bit simpler then it has a great function to randomise the palette to get quick ideas. When you need get the full details of you chosen palette you can easily export to various formats for either you HTML style sheets or your favorite art package.
If you are looking for just one colour code to put into your style sheet then http://www.w3schools.com/tags/ref_colorpicker.asp is the site you need. Not only is this easy to work to get the HEX code needed for HTML but it is also a great resource for all things coding. Definately a good bookmark.
If you are lloking to get further into the coding side of things then go straight for the horses mouth with http://www.w3.org/Style/CSS/learning This gives a great list of sites that offer online tutorials.
One thing that you may hear about is web safe colours. This isn’t some thing that needs to be worried about quite so much nowadays. When the internet first began and browser were very basic designers would only have a limited palette of 256 colours that they could chose from http://en.wikipedia.org/wiki/Web_colors explains which colours can safe be viewed on all browsers.
I hope you find this useful and there will be more coming soon…
Google’s Webmaster Videos
The webmaster help that google offer is a great offering back to all web designers, web developers and web masters.
They offer a lot of insight into the information that is help and processed about your site on the web. This coupled with Google Analytics give a really in depth way to look at how you site is performing.
The main webmaster information can be found at Google Webmaster and the analytics can be found at Google Analytics.
More will be written on this in due course.
Posted with WordPress for BlackBerry.
Relevance of (header) tags for search engines
The header tags of your web pages have several functions. The main function and the original design of this code was an easy way to write and distinguish different levels of heading and subheadings within a web page. The main page title would be enclosed in <h1> tags; this would give them the largest font size and the highest visual impact on the web page. When the page the requires a sub-heading the <h2> would then be employed, and if a sub-sub-heading was needed <h3>, and so on… Read the rest of this entry »
