Matt West
Matt West is a designer at Wildbit, creators of Beanstalk, Postmark and DeployBot. He also wrote the book HTML5 Foundations. You can catch him on twitter as @MattAntWest.
Thanks for pointing that out. I've updated the code example.
On How to WebSockets [Complete Guide]
Hello! If you're interested in agile project management you might want to check out Treehouses course on Scrum basics. https://teamtreehouse.com/library/scrum-basics…
On Getting Involved in Open Source Projects
Try: JSON.parse(LocalStorage.myarray).length
On How to Store Data in LocalStorage in JavaScript
Thanks for reading Dan!
On Getting Started with Bower
Hi Dmitri, Of course. You can find a full copy of all the code here: https://github.com/matt-west/ajax-contact-form
On How to Create an AJAX Contact Form for a Website [Guide]
Thanks for mentioning HTML5 Foundations Ashley! 🙂
On Find (and Keep) Your Motivation to Code
Hi Paul, Try changing this line: $email_headers = "From: $name "; to: $email_headers = "Reply-To: $name "; There was recently…
On How to Create an AJAX Contact Form for a Website [Guide]
Hi Damien, This tutorial didn't include the server-side code for storing the files. Server-side handling will be heavily dependent on…
On Uploading Files with AJAX
Hi Peter, Unfortunately not as you cannot directly access the user's filesystem. Matt
On Reading Files Using The HTML5 FileReader API
Hi Chris, What error do you get when you're using the `header` method instead?
On How to Create an AJAX Contact Form for a Website [Guide]