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?)

Monday, April 19, 2010

HTML

Web developer is first and non other the simplest language the computer understands.
I would say we all should be allowed to speak the language to better our strive to computer know-how.
Here are lessons I feel everyone should know... I call it Basic 101 (html)