Useful Git Commands
List of useful Git commands Configure local git repo git config –local user.email "EMAIL" git config –local user.name "USERNAME" Configure global git git config –global...
Web Developer
List of useful Git commands Configure local git repo git config –local user.email "EMAIL" git config –local user.name "USERNAME" Configure global git git config –global...
Part 1 can be found here Showing the featured image on the home page First update the rxjs imports in the wordpress-restapi.service.ts with the following imports. At the bottom...
In this post I will create a simple Ionic app that pulls from a wordpress site and displays the posts in the app. Before following...
List of useful MySQL commands for Linux. Login to MySQL mysql -u USERNAME -p Create a MySQL user mysql > CREATE USER 'user'@'localhost' IDENTIFIED BY 'password';...
Download iso file 1. Setting Up Virtual Machine Open Virtual Box Click on New Select Guided Mode and adjust Settings as below for each screen...
Demo | Source Resources Zend GData Client Library Google Spreadsheet PHP Helper Class In this post I’m going to show how to post to Google...
Demo | Source In this article I will show how to create a Simple captcha using PHP sessions. The captcha will simply ask for the answer...
This tutorial will show you how to create a barebones Rails app with Devise and Foundation. Our application will have user registration and login capabilities...
Demo | Source Resources jQuery Kwicks Open Sans I worked on a project where we implemented a similar panel slider for a landing page to...
When setting up Google Analytics on a website it can be helpful to exclude an IP from Google Analytics results to give a more accurate...