Tuesday, October 26, 2010

HTML Form with Inputs

Out of curiosity, I need to which method is the best.


/* Email Variables */

$emailSubject = 'Any Subject!';
$webMaster = 'me@mintwebmail.com';


/* Data Variables */

$name = $_POST['name'];
$email = $_POST['email'];
$phone = $_POST['phone'];
$subject = $_POST['subject'];
$message = $_POST['message'];

?>

Sunday, October 24, 2010

If I Had Started Web Design Today (And You?)


It has been ~15 years that I've been into web design where the first 5 was totally amateur, 7 years were for creating client projects and the last 3 is focused on personal ones.

When looking back, I'm thankful to many stuff that helped me improve my skills on web design/development. And, there are some important ones that makes me say "I wish I had..".

This article is mostly focused on the "I wish" part hoping it may help anyone who is new to web design.

....Anonymous (You?)