Introduction to Bower

Keep all of your web application’s front end libraries/dependencies up to date with Bower package manager. This intro shows you how to install the bower command-line utility and learn about the various commands necessary for managing your front end packages. Installing Bower … Continued

Change Navbar Collapse Breakpoint in Bootstrap

 

On Scroll Animations on Multiple Divs

Create on scroll animation effects on your website using waypoints and animate.css. Waypoints allows developers to execute a function when an element is scrolled to, in this case, we will execute an animation. Animate.css is a library of CSS animations … Continued

Rename WordPress Default Post Type

Change WP’s default “post” type menu and overall labels to anything you want, by replacing every instance of “post” using the code below with your desired label. Post this code in your theme’s functions.php file.

  Reference URL

WordPress Command Line

Use WP CLI to automate and execute on WordPress tasks from the command line, instead of the WP admin dashboard. Especially useful for installing wordpress, backups and updates of wordpress and it’s plugins, changing option values and adding users. Here’s … Continued

Ubuntu Usermod Options

For Ubuntu 14.04.1 LTS Usage: usermod [options] LOGIN Options: -c, -comment COMMENT new value of the GECOS field -d, -home HOME_DIR new home directory for the user account -e, -expiredate EXPIRE_DATE set account expiration date to EXPIRE_DATE -f, -inactive INACTIVE set … Continued