Stripe Testing and Tricks
Review of "100 Things Every Presenter Needs to Know About People"
Devising a Strategy for Responsive Design
Jared M. Spool, a renown UI and UX expert, just posted a great article titled " Devising a Strategy for Responsive Design". In the article, Mr. Spool covers the current issues surrounding designing web sites responsibly (and responsively) for today’s environment, devices, and destinations. Not only does Mr. Spool talk about just the technologies involved, he also explains how some of these issues have further implications on other aspects of a site, such as content management. It’s a sufficiently thorough and well-explained article that’s definitely worth your time if you want to get up to speed on the issues surrounding web design today.
Handling Stripe Errors
If you’ve sequentially followed this series on implementing payments with Stripe, you now know everything you need to be processing payments with Stripe today. In theory. This series, the six posts to this point, has already walked through all of the code needed for the system to work, assuming everything does work. Which is to say I have yet to explain how to watch for and handle the errors and problems that will inevitably occur. That’s the focus in this post.
Note that this article assumes that you have read the previous articles and are comfortable with PHP.