Archive for the ‘HTML’ Category

HTML5 feature by Ben Frain in MacUser magazine

Wednesday, December 16th, 2009

I’ve been looking at the HTML5 specification a lot recently and intend to use parts of the specification in my upcoming website redesign. I’ve consolidated a lot of the research on the subject I’ve done into an HTML5 feature for MacUser magazine (it will be in issue 25/25). It’s kind of a primer on the subject so if you’re wondering just what is in HTML5 for you, or whether you should consider using portions of the specifications in your next website, it may be worth you taking a look. In the meantime, for more on HTML5, take a look at the HTML5 gallery and HTML5 Doctor - two sites that give you a good insight on the features of the new spec and how they can be applied today.

Bookmark and Share

TECH: An easy ‘contact us’ script for websites

Sunday, February 4th, 2007

A lot of folk want a simple ‘contact us’ form for their website. Historically there have been lots of relatively simple CGI scripts that could handle this such as FormMail.pl. However, these have two problems nowadays. Firstly, they are far more complicated than they need to be (the eyes of many novice web masters glaze over when you tell them to make sure they CHMOD the script to 755, check the path to Perl, upload the files in ASCII etc). Secondly they lack security, their functionality is often easily by-passed and many web hosts won’t allow such scripts to run as they have been used to send spam etc

The solution: head over to www.tectite.com.
They have a simple step by step interface that makes you a FREE custom PHP script that you can simply upload to your website. Ah, if only everything in web design were so simple. If you like the script, make sure you send those folks some money. It’s a great tool and means you can literally just upload the script to whatever directory your HTML page is and Voila - fully working form. You can see it working on my ‘contact’ page at benfrain.com

Note: Virtually all hosting companies support PHP. If you want to test if your host server has PHP installed, simply Open a text editor and type in the following:

<?

phpinfo();

?>

and save it as phpinfo.php

Now upload this to your webspace and go to it in your browser. If you have PHP installed you will see a page with all the details of your PHP installation on it. If you find a section about MySQL then you will know that MySQL is also installed.

Bookmark and Share

Valid XHTML 1.0 Transitional © benfrain.com 2007-2008 | UK Based Freelance Writing and Web Design