FB Web Tips

Working With Intl

By Raymond Camden Internationalization – something you constantly hear developers talking about but rarely actually see people using in practice – is getting a kick in the pants with the new ECMAScript Internationalization API. Currently supported in Chrome 24, Chrome for Android, Firefox 29, IE 11, and Opera 15 (sadly no Safari support), the new […]

FB Web Tips

Getting Started With Phpspec

By Peter Suhm In this short, yet comprehensive, tutorial, we’ll have a look at behavior driven development (BDD) with phpspec. Mostly, it will be an introduction to the phpspec tool, but as we go, we’ll touch on different BDD concepts. BDD is a hot topic these days and phpspec has gained a lot of attention […]

FB Web Tips

Don’t Forget to Cover Your Client Side!

By Jonathan Creamer By making sure that your application is tested, you are able to reduce the amount of bugs you find in your code, increase the maintainability of your application, and design well structured code. Client side unit testing presents different challenges than server side testing. When dealing with client side code, you will […]