CSS
Skype and telephone numbers
I recently re-installed Skype after a long time not using it and found that some of my web pages telephone numbers were no longer visible due to the processing performed by the Skype plugin. Fortunately there are a couple of (little known) solutions that web developers can invoke to prevent the skype plugin from converting telephone numbers to Skype links.
bloody Skype
you can read more about this at http://skype.otherlinks.co.uk/page.asp?id=toolbar_number_formatting
More problems with Drupal optimised style sheets
Some time ago I experienced the well documented but little known (does that make sense) problem whereby IE can't handle more than 31 style sheets. Since I don't often use IE that's not much of a problem for me. But that's not really the point is it? The Drupal workaround is to optimize the style sheets. It does this by combining the sheets into one big file and serving that from a different CSS directory ( sites/default/files/css ).
I just re-enabled optimisation and noticed I've got a couple of new problems to solve.
Drupal CSS optimization does not correctly cater for whitespace in the url() attribute.
This is a known problem for Drupal 6 and 7.
See http://drupal.org/node/567086 and
http://drupal.org/node/258846
Marshall Builders Horndean
Marshall Builders wanted a simple website outlining the services they provide in Hampshire. We created a static website with 6 pages including a contact form and Google map.
develop the CSS
CSS stands for Cascading Style Sheets.
Where XHTML is used to specify the content of your web site's pages, CSS is used to define the layout.
CSS enables us to develop web sites that can be used on a variety of systems.
Deal with Stress ( to Aug 2010)
This is a screen capture of the Deal With Stress website as it was up to Jul/Aug 2010.
There were 15 pages selectable from a menu in the left hand column.
Some of the pages, such as training, had other links. Giving about 20 static pages in all.
Website development process
On this page we summarise
- new website design
- new website development
- website testing and installation
- extras

