This site uses cookies. By continuing to browse the site, you are agreeing to our use of cookies.
OKWe may request cookies to be set on your device. We use cookies to let us know when you visit our websites, how you interact with us, to enrich your user experience, and to customize your relationship with our website.
Click on the different category headings to find out more. You can also change some of your preferences. Note that blocking some types of cookies may impact your experience on our websites and the services we are able to offer.
These cookies are strictly necessary to provide you with services available through our website and to use some of its features.
Because these cookies are strictly necessary to deliver the website, refusing them will have impact how our site functions. You always can block or delete cookies by changing your browser settings and force blocking all cookies on this website. But this will always prompt you to accept/refuse cookies when revisiting our site.
We fully respect if you want to refuse cookies but to avoid asking you again and again kindly allow us to store a cookie for that. You are free to opt out any time or opt in for other cookies to get a better experience. If you refuse cookies we will remove all set cookies in our domain.
We provide you with a list of stored cookies on your computer in our domain so you can check what we stored. Due to security reasons we are not able to show or modify cookies from other domains. You can check these in your browser security settings.
These cookies collect information that is used either in aggregate form to help us understand how our website is being used or how effective our marketing campaigns are, or to help us customize our website and application for you in order to enhance your experience.
If you do not want that we track your visit to our site you can disable tracking in your browser here:
We also use different external services like Google Webfonts, Google Maps, and external Video providers. Since these providers may collect personal data like your IP address we allow you to block them here. Please be aware that this might heavily reduce the functionality and appearance of our site. Changes will take effect once you reload the page.
Google Webfont Settings:
Google Map Settings:
Google reCaptcha Settings:
Vimeo and Youtube video embeds:
The following cookies are also needed - You can choose if you want to allow them:
Writing Node.js Addons
/0 Comments/in Tips /by Fire BullBy 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 […]
More Tips for Best Practices in WordPress Development
/0 Comments/in Tips /by Fire BullBy Damian Logghe Welcome to the second part of the series. In the first article, we explained the WordPress Coding Standards, how to avoid namespaces collisions, comments in the code, and some basic security tips. Today, we are going to go a bit deeper and write some more code and learn some techniques to improve […]
Create a Plane Fighting Game in Corona: Finishing Gameplay
/0 Comments/in Tips /by Fire BullBy James Tyner Introduction In the fourth and final part of this series, we continue where we left of in the previous tutorial. We’ll create enemy planes the player needs to avoid or shoot, and we’ll also create a game over screen. 1. generateEnemys The generateEnemys function generates a number between three and seven, and […]
Refactoring Legacy Code: Part 9 – Analyzing Concerns
/0 Comments/in Tips /by Fire BullBy Patkos Csaba In this tutorial, we will continue to focus on our business logic. We will evaluate if RunnerFunctions.php belongs to a class and if so, to which class? We will think about concerns and where methods belong. Finally, we will learn a little bit more about the concept of mocking. So, what are […]
Introduction to Webhook: Custom CMS and Website Builder
/0 Comments/in Tips /by Fire BullBy Kezz Bracey Webhook is a new site building platform which was successfully backed on Kickstarter in May 2014 and has just been released to the public. The concept behind Webhook is, if you’ll excuse my enthusiasm, absolutely brilliant. One of the most often heard requests in many CMS communities is “How can I customize […]
Writing Maintainable WordPress Themes: Naming Conventions
/0 Comments/in Tips /by Fire BullBy 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 […]
Tips for Best Practices in WordPress Development
/0 Comments/in Tips /by Fire BullBy 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 & Socket.IO: Creating the Library
/0 Comments/in Tips /by Fire BullBy 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 […]
Taxonomy Archives: List Posts by a Second Taxonomy’s Terms
/0 Comments/in Tips /by Fire BullBy Rachel McCollin If your site uses multiple taxonomies to categorize information, it can be helpful to split up posts in a taxonomy archive by the terms of a second taxonomy. In this tutorial I’ll show you how to create a taxonomy archive to do just that. If you’ve ever worked with multi-relational databases, you’ll […]
An Introduction to Xamarin: Part 3
/0 Comments/in Tips /by Fire BullBy 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 […]