nodejs-light

Writing Node.js Addons

By Maciej Sopyło Node.js is great for writing your back-end in JavaScript. But what if you need some functionality that is not provided out of the box, or which also can’t be accomplished even using modules, but is available in the form of a C/C++ library? Well, awesomely enough, you can write an addon that […]

wordpress-themes

Writing Maintainable WordPress Themes: Naming Conventions

By Tom McFarlin In the first post in this series, we reviewed some of the strategies that are available as it relates to organizing our WordPress theme directories in order to make them more maintainable. Specifically, we touched on how to organize: JavaScript and CSS files Templates and Temple Parts Translations Helper Files and Utility […]

wordpress

Tips for Best Practices in WordPress Development

By Damian Logghe In this series, we’re going to cover the most important things you should consider when developing a WordPress Plugin or a WordPress Theme. This guide aims to provide a set of good practices that will be helpful to beginners and also to experts developers that are starting to work with WordPress But […]

angularjs

AngularJS & Socket.IO: Creating the Library

By Maciej Sopyło Neither HTML nor HTTP were created for dynamic web applications. We basically rely on hacks, on top of hacks to give our apps a responsive user interface. AngularJS removes some limitations from HTML, allowing us to create and manage user-interface code easier. Socket.IO, on the other hand helps us send data from […]

Xamarin

An Introduction to Xamarin: Part 3

By Derek Jensen 1. Before Getting Started Hopefully to this point, you have been following along with these introductory tutorials on what Xamarin is and how to use it. If you have, then you are primed and ready for the next step in your Xamarin training, cross-platform applications. If not, then head back and take […]