Bobbing Wideweb design - web development

We do the techno-babble - so you don't have to

WordPress and Drupal specialists

New website development

develop the XHTML

XHTML stands for stands for eXtensible HyperText Markup Language. It is a W3C Recommendation. We will endeavour to develop your site to XHTML standards.
W3C XHTML validation

 

When I say endeavour it means that sometimes the XHTML will not conform to standards. For example, when first developed this page did not conform to standards since the technique I used to make this text appear when you hover over the link meant that I used non-conforming HTML.
Now that I have re-implemented he solution using a Drupal slideshow, I no longer have the problem. And it's actually a much better solution.

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.

We will endeavour to develop code that conforms to the W3C standards for CSS.
W3C standard for CSS

develop custom code

There may be times when you have a lot of repetitive information
that you want to display in the same layout on different pages.

Rather than just writing the same XHTML tags over and over again
the static pages can be created by server side programming using a
scripting language such as PHP.

For example, the contents of these web pages are stitched together using PHP.
You can't see it since the PHP code generates the XHTML.

Also, on the

Anchor Golf Society website, custom code is used
to ease the maintenance of the player lists and the tee times draws.

If the code can be easily developed, or found
in the vast Open Source libraries, then we may be able run a web site
which appears to be dynamic but without the need for a Content Management System.
This means you may not have a dependency on a database for storing the
information so your server requirements will be reduced.

 

Drupal SEO