About me
I am a Software Developer from the Netherlands. After having worked as a Linux OPS Engineer for a couple of years I found out that programming/automation is my true passion.
if($_SERVER["REQUEST_METHOD"] == "POST"){ // Check if the url field is empty if so, send e-mail. This prevents spam if(isset($_POST['url']) && $_POST['url'] ==''){ $to = "tom@tomemming.nl"; $name = $_POST['name']; $subject = "Received a message from: $name, reply to:". $_POST['email'];; $message = $_POST['message']; $from = "tom@tomemming.nl"; $headers = "From:". $from; mail($from,$subject,$message,$headers); echo "Email has been sent. Thank you, we will be in touch shortly"; } } ?>
I am a Software Developer from the Netherlands. After having worked as a Linux OPS Engineer for a couple of years I found out that programming/automation is my true passion.
I created this random picker using HTML, CSS and Javascript. It helps you make some of the hardest choices in life.
Code LiveA random password generator app. The app utilizes the CSS Grid functions in order to be responsive. The app is written in HTML, CSS and JavaScript.
Code LiveA calculator to help calculate your current BMI, BMR and TDEE. It is written in HTML, CSS and JavaScript.
Code LiveAn application to check whether or not a domain is in use or if it is still free. This application makes use of the TransIP PHP API to check the domain.
Code LiveMy girlfriend and I are expecting to get our dog later this year. So I created a countdown timer so that we can count the days. There is some JavaScript code that functions as the timer and some code for the slideshow.
Code LiveA multi-page WordPress website for a local restaurant. It features animations, menu's, a contact form and a reservation module. For this customer I also provide the hosting on my own Linux servers.
LiveA multi-page WordPress website for a local restaurant. It features animations, menu's, a contact form and a reservation module.
LiveA one-page WordPress website for a Personal Trainer. The website features animations, pictures and a contact form. I also provide the hosting for this customer on my own Linux servers.
LiveGot any questions or want to get in touch?
Fill out the form on the right and I'll be in touch.