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.
Hi Ronildo, Thanks for pointing this out. I've added some extra information to the post to address this.
On How Data URIs Speed Improve Website Speed
Hi Ian, Thanks for the link. I hadn't seen this article. I mainly use data URIs for small images (read:…
On How Data URIs Speed Improve Website Speed
I think that if you're already using Web Components it makes a lot of sense to go with HTML imports…
On An Introduction to HTML Imports
It's pretty easy for a site to be cloned even without HTML imports. I'm not aware of a way that…
On An Introduction to HTML Imports
I wasn't sure, so I've just tested this and any paths in the imported file are resolved relative to the…
On An Introduction to HTML Imports
Happy to do either 🙂 You can reach me at matt.west [at] kojilabs.com if you prefer email.
On How to Create an AJAX Contact Form for a Website [Guide]
Good stuff! 🙂 Yep, the header() function would replace http_response_code().
On How to Create an AJAX Contact Form for a Website [Guide]
Hi Reme, This sounds strange. Would you be able to share your code with me? I'd be happy to take…
On How to Create an AJAX Contact Form for a Website [Guide]
Hi Glenn, Looks like your version of PHP doesn't support the http_response_code() function. Try setting the response code manually. For…
On How to Create an AJAX Contact Form for a Website [Guide]
Not that I'm aware of. The datastores are sandboxed to the domain so any JavaScript that runs on the site…
On Using localForage for Offline Data Storage