How to remove pocket from Firefox, another service that probably wants to know everything about you for some reason. Don’t get scared Pocket is…
Technology
Less loop using mixin, simple example to generate CSS
Writing Less loops One of the advantages of writing less instead of CSS is that you can create loops instead of repeating the same…
Drupal add custom page template for content type
In order for a content type to use a different page template in drupal 7 you need to do two things. Create a new…
Drupal l Function in Drupal 7 example
This is how you use the l function in Drupal 7 The Drupal l function should be used when printing out links. This function…
How to add Javascript file to a WordPress theme
There are basically 3 steps that you need to do in your themes functions.php in order to add a javascript file to your theme.
Pixel perfect image borders using CSS
Images that sit against a white or very light background sometimes need CSS borders around them. Usually a flat border color works fine however…
WordPress Login Security Plugins for Beginners
Here are 3 easy to add plugins that you should consider adding to your website in order to make it more secure.
Free Icons for Android apps
Here is an icon set for android that you will love. http://www.icons4android.com/
URL not found: C:\Program Files (x86)\Android\android-studio\sdk\temp\android (Access is denied)
URL not found: C:Program Files (x86) Android \android-studio\sdk\tempandroid (Access is denied) If you ever encounter this problem when trying to update / install SDKs from…
Drupal remove date module description, unset bootstraps data-original-title attribute
In one of the projects I worked on recently, we had to use the Drupal date module to display the date field in a…