In this Ionic App Tutorial I will show you step by step how to create a mobile application for Android. The application allows quickly buying public transport tickets via SMS. The source code for this application is available on GitHub Download Prerequisites: NodeJS npm – package manager for NodeJS Cordova & Ionic Framework (install with...
2017 Roundup of Top 5 Premium WordPress Themes with Demo
Want to know what are the best premium WordPress themes of 2017? Here’s a look at the bestselling premium themes for the start of this year. #1 Massive Dynamic – Powerful WordPress Theme VIEW DEMO For only 49$, the Massive Dynamic WordPress Theme promises complete control over your website’s design. It allows you to drag and drop...
Preparing your Sails JS application for production
So, you’ve built your application using Sails JS and you are ready to throw it into the world. What are the steps to prepare it for production? In this tutorial I will show you a couple of things you need to do in order to prepare your Sails JS application for production. The Sails JS...
How to Block Referral Traffic in Google Analytics
Looking at my Google Analytics data I noticed a relative increase in traffic on coding-dude.com during the November 2016. I tried to find out where this traffic came from and the referral overview showed all sort of dubious websites like abc.xyz and lifehacĸer.com (notice the “ĸ” character as oposed to k). Of course this is not...
Ionic Creator, the tool for rapid prototyping of mobile apps
Ionic Creator is a Rapid Prototyping Tool for Developing Ionic Framework Mobile Apps Ionic Framework is one of the most active open source framework for developing mobile apps. It’s based on technologies like Cordova and AngularJS and I’ve been using it for the last couple of years with great success. What is Ionic Creator? In...
How to improve user experience and reduce bounce rate on a website
Bounce rate is the percentage of users exiting your website after viewing only one page. A high bounce rate might indicate that the user experience on the website is not that good. In this post we will see what are a few easy things you can do to improve user experience on your website. What can...
How To Change The Domain Name On WordPress
Change The Domain Name Of Your WordPress Website Having to changing the domain name for your WordPress website can be scary, but sometimes you just have to. Either as part of a re-branding process or other reason, it’s clear that you landed on this page because you need to change the domain name for your...
How to use jQuery plugin with WordPress plugin tutorial
I’ve ran several times into the problem of how to use jQuery plugin with WordPress posts and pages. Every time the solution was rather complicated having to modify the theme or to directly modify the HTML source of the post or page. In this post I will show you how to easily use jQuery plugin with...
NTW: New 60TB SSD from Seagate is the biggest in the world, Microsoft acquires Beam and other news
New 60TB SSD from Seagate is the biggest in the world Seagate has just announced the largest SSD in the world with a capacity of 60-terabyte. Pricing is unknown for the moment, but the company says the drive will provide “the lowest cost per gigabyte for flash” memory today. The drive is expected to launch in 2017...
How to get the return a value from a AJAX asynchronous call with jQuery and AngularJS $http
Web applications often make use of dynamic views. These require some JavaScript skills usually and I think that one of the most common use of JavaScript for web apps with dynamic views is the AJAX asynchronous call. With AJAX one is able to load data within a page without having to reload the whole page...