After downloading Windows 7 from MSDN Academic allience (blog to come soon) I burnt the ISO to a disk and went about formatting to install and test it out. However, shortly into the installation process an error message appeard stating that the drivers for the disk-srive (which windows was reading the disk from) couldn’t be [...]
Part 2 of this tutorial gives code to validate the form designed in part one, stopping spam and fake users submitting data.
Here is the code (it uses javascript);
<script>
function validate(form){
var name = form.name.value;
var company = form.company.value;
var description = form.description.value;
var telephone = form.telephone.value;
var contact = form.contact.value;
var AtPos = contact.indexOf(“@”);
var StopPos = contact.lastIndexOf(“.”);
if (description.length < 1) {
alert(“You [...]
This is my first real tutorial (more commented code than a real tutorial), and is as much for myself as everyone else (I’m using the blog as a sort of resource store for myself, with the added bonus that everyone else can see it too!).
Anyway, the idea here is some explained code to produce a [...]
Catagories:
Tutorials,
Website Design
Tags:
code,
contact form,
email,
email form,
form,
input,
mail,
php,
validation,
variables,
Website Design
You may have read that I recently installed a complete new system in my family house lounge? Well here is the kit I used:
Samsung 46″ 5 Series LCD (Comet – £599)
SkyHD+ box (Sky – £30)
PS3 Slimline 120GB (Asda – £180)
HDMI 10.2Gbps Monster Cable x2 (Amazon – £100)
Logitech Z5500 5.1 THX (Amazon – £298)
This setup falls [...]
Catagories:
Development,
Discussion,
New Technology,
Tutorials
Tags:
Blu-ray,
HDMI,
High Definition,
Monster cable,
PS3,
Samsung,
Sky+,
SkyHD,
Z5500
I have had the ‘Google XML-Sitemap’ plug-in for Wordpress installed for a time now, and everything was working perfectly.
However, after the plug-in was updated some time last week it started showing errors in Google’s Webmaster Tools. The error was the following.
“Paths don’t match we’ve detected that you submitted your Sitemap using a URL path that [...]
Catagories:
Internet,
Tutorials,
Website Design
Tags:
design,
Google,
google analytics,
Google ranking,
Internet,
online,
Search Engine Optimisation,
sitemap,
Website Design,
Wordpress,
XML
So, with mobile browsing becoming more and more popular, it’s increasingly important to optimize your site for a variety of screen resolutions.
Another nice little feature which I have recently implemented for both work and my personal site is the addition of an iPhone icon, so that when the website is saved to the home-screen on [...]
As you may have read in my previous post there are a number of factors Orange are using to influence customers.
An application entitled ‘Orange Wednesdays’ has recently been released, allowing Orange users to get there discount code via the app. Now, I’m on O2, so don’t have this option… Or do I?
Yesterday I started testing [...]
Wordpress 2 has recently been released for the iPhone via the App store. Not only is it free but also very easy to set up.
All I did to set it up was go to /wp-admin/options-writing.php and tick the XML-RPC checkbox under the remote Publishing section. From there I simply put in my login details and [...]