
Creating Maintainable WordPress Meta Boxes
7 PostsThroughout this series, we're going to take at one way that we can write maintainable code in WordPress through an example plugin that introduces meta boxes, various options, and tabbed navigation in the WordPress dashboard.View Learning Guide...
Writing Maintainable WordPress Themes
3 PostsIn this series, we've been talking about a number of practices that we can employ in our WordPress theme development that will help not only provide a consistent foundation off of which we can build our existing and future projects, but that will also help us maintain them after they're released.View Learning Guide...
Rolling Your Own Framework
2 PostsBuilding a framework from scratch is not something we specifically set out to do. You’d have to be crazy, right? With the plethora of JavaScript frameworks out there, what possible motivation could we have for rolling our own?View Learning Guide...
WordPress Error Handling
2 PostsSince users behavior can't be predicted, a website or application can be programmed to out-rightly reject any invalid data entered by the user and inform the user that the data was invalid. This process is what is termed error handlingView Learning Guide...
Configuring W3 Total Cache
7 PostsThe page speed of an optimized website scaled for high traffic is a phrase which a developer often hears from the moment they enter the industry. There is a lot of discussion about these topics, and rightly so!View Learning Guide...
Building a Customer Management App Using AngularJS and Laravel
2 PostsIn this tutorial you will create a simple customer/transaction management system with the ability to add and remove both transactions and customers using both AnuglarJS and Laravel.View Learning Guide...



