Dynamic Sites
Dynamic sites, in their very nature are more your Bespoke site. These type of sites can have so many different products attached to them that only an individual Quote can be given.
You can obtain a rough estimate by entering some design variables in our Bespoke Design Form.
There are many different types of scripting and to go into them all here is not what we are about.
Our aim is to get you what you want and with the best results possible, within your budget.
Javascripts such as those below can usualy be picked up by searching the web. There are many different things that you can do with javascripts that make sites more interesting or more informative.
To have an Idea of some of the different things that can be done with scripting just follow this link - scripting
To view one of our sites specificaly
scripted dynamicaly go to :-
www.meanmachinesltd.com
For the Javascript Date and Time above. Just copy the script below and past it into the body of your html page.
<script language="Javascript">
now = new Date();
datetime=now.toGMTString();
document.write("<b>:Date & Time:</b><br>
" + datetime + "<br>");
</script>


