Simple PHP Contact Form

A simple PHP contact form

 

The first step is to add the form to a HTML page, its needs to be added within the <body> section of a page.

<form action="email.php" method="post">
 Email:
<input name="email" size="30" type="text" />
 
 Message:
 
<textarea cols="40" rows="15" name="message">
  </textarea>
<input type="submit" />
</form>

Continue Reading…

Reflective Text

Ok in this tutorial we are going to cover making reflective text in photoshop.

 

The first step is to write out a line of text I have went with WebDesignerHelp. Step two is to duplicate the layer, to do this you can right click on the text layer and select duplicate layer or press CTRL + J (PC) or CMD + J (Mac).

  Continue Reading…

Web Related Abbreviations

Here is a list of common web related abbreviations, this list will continue to grow so bookmark it or sign up the RSS feed to be updated!

 

ASP – Active Server Pages
CGI – Common Gateway Interface
CMS – Content Management Systems
CSS – Cascading Style Sheets
DNS – Domain Name System Continue Reading…

Styling a form using CSS

Ok in this tutorial we are going to teach you haw to style a web form, we will go through 3 basic options on a form; input, select and textarea.

  Continue Reading…

Interview with Anthony Lane

Name: Anthony Lane

 

Age: 32

 

Location: Devon

Continue Reading…