Services

  • Drupal CMS Developer
  • Website speed optimisation
  • Drupal 6 to Drupal 8 migrations

Welcome

Welcome, I am a Web Developer based in Madrid, Spain originally from the UK. I studied Computer Science & eBusiness at Loughborough University. I specialise in Content Management System websites

Javascript

Dynamic Date ticker/scroller

This is useful for displaying dynamic data in a small space, it scrolls the data and pauses at every line. It will also pause on mouseover

Javascript automatically submit a form

Simply remove the sumit button and place this after the form. Once your browser reads in this script the form will submit.

Note: You must remove the submit button otherwise you will receive a javascript error saying "object doesnt support this function".

<script>
document.form1.submit();
</script>

Syndicate content