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:
Building an App from Your WordPress Site with AppPresser
/0 Comments/in WordPress /by Fire BullBy Jeff Reifman What You’ll Be Creating If you have a popular WordPress site, you might have wondered how hard it may be to build a mobile app for your subscribers and/or visitors. There are a number of ways to launch apps powered directly from your WordPress site without having to build an app from […]
WordPress eCommerce With Selz & Ecwid
/0 Comments/in Tips /by Fire BullBy Sam Berson When it comes to setting up an eCommerce website, the natural tendency for most site owners is to go for a custom developed website. However, a much cheaper and easier alternative is to use WordPress. Because of the popularity of WordPress as a CMS, many leading eCommerce services and platforms now offer […]
Getting Started With Amazon Simple Email Service (SES)
/0 Comments/in Tips /by Fire BullBy Sam Bennett
In this tutorial I am going to talk about Amazon’s Simple Email Service (SES) and go over a few ways you can utilise it. SES is an outbound email service, which means that it will allow you to send emails through it.
Why would you need an email service though? Well, with many hosting providers, sending a lot of emails (perhaps you have a great deal of customers using your web shop) can be an issue as hosts tend to have limitations. The standard alternative is to use Gmail to send emails, however, that has limitations as well. This is where SES comes in as it is designed for this exact purpose. SES makes sending emails more reliable, and, using a touch of magic, it also helps your emails avoid SPAM folders.
A Launch Check List for Professional WordPress Websites
/0 Comments/in Tips /by Fire BullBy Rachel McCollin Getting to the ‘launch’ stage of a project can feel like a huge relief. You’ve finally done your development work, creating a site according to your client’s brief or your own requirements, and now you can press that metaphorical button and launch the site for the world to see. But wait. Before […]
Develop a Monkey Ball Inspired Game with Unity
/1 Comment/in Tips /by Fire BullBy Carlos Yanez Introduction In this tutorial, you’ll learn how to create a mobile 3D game using C# and Unity. The objective of the game is to use the accelerometer to move the ball and reach the portal. You will learn about the following aspects of Unity game development in this tutorial: 3D Primitives accelerometer […]
Final Tips for Best Practices in WordPress Development
/0 Comments/in Tips /by Fire BullBy Damian Logghe Welcome to the last part of this series. If you just arrived, please check our two previous articles. We covered so far the following topics: Tips for Best Practices in WordPress Development WordPress Coding standards Avoiding Global namespaces collisions (prefix and use of classes) Code commenting Security More Tips for Best Practices […]
10 Alternative Android App Stores
/0 Comments/in Tips /by Fire BullBy Ryan Chang You’ve just written a great Android app and you’re ready to make some money from it. The most common route is probably to pay $25 to get it listed on Google Play. However, there are many alternatives to Google Play, each with their own audience that can drive more downloads. Some of […]
Extending HTML with AngularJS’s Directives
/0 Comments/in Tips /by Fire BullBy Maciej Sopyło The main thing about AngularJS is that it allows us to extend the capabilities of HTML to serve the purpose of today’s dynamic webpages. In this article, I will show you how you can use AngularJS‘s Directives to make your development faster, easier, and your code more maintainable. Preparation Step 1: HTML […]
From Beginner To Advanced in OpenCart: Products and Categories
/0 Comments/in Tips /by Fire BullBy Zaman Riaz Welcome to the next article in our OpenCart series. In our previous articles, we’ve discussed the administration panel and its controls; however, we haven’t actually discussed entering products, categories, and so on. In this article, we’ll begin doing exactly that. Adding Products is essential and a basic feature in the OpenCart System; […]
Understanding and Working with Relationships Between Data in WordPress
/0 Comments/in Tips /by Fire BullBy Rachel McCollin In the first part of this series on data in WordPress, I gave an overview of the WordPress database tables, and which tables are used to store what kind of data. In this second part, I’ll outline how WordPress manages the relationships between that data. As you’ll see, WordPress uses three kinds […]