Remove WP Branding WordPress Plugin

Remove WP Branding WordPress plugin

This is a WordPress plugin I created a while back to white label, replace and/or remove the WordPress branding from the CMS to give you the user a more professional look if they are doing custom builds with WordPress. The plugin allows you to change the howdy text within the dashboard, hide multiple WordPress logos … Read more

Interactive Mapping with Leaflet.js

Interactive mapping with leaflet.js javascript library

This app has user authentication with Devise, and mapping with leaflet.js and drawing shapes with Leaflet Draw. I figured out a clever way to allow clicks on the map image to create coordinates in an array that leaflet understands and then saving it into a field. It’s something that you have to try out for … Read more

Status Plan by work.shopMG

Status Plan Ruby on Rails project

Status Plan is a Ruby on Rails application that I built for work.shopMG, a Chicago based Property Development Management company. It’s basically a CRM for Property Development that helps the developers communicate with the tenants and the contractors to work out their deals and complete their projects. I built this from the ground up. Initial … Read more

IE Print Text Running Off of Page

IE Page running off on print

With the Internet Explorer browser I was having issues with the text running off the page when printing to a pdf. It had to do with not having a img {max-width:100%;} within the @media print. There are a couple of different ways that you can accomplish this. I have an odd situation here as this … Read more

Transfer WordPress site from one server to another

video screenshot moving a wordpress site

Breakdown/Times for the video Transferring the website Grab backup of files you will need to move Export all content from WordPress (1:50) Grab SQL back-up of original database from phpMyAdmin (2:54) Set-up new database on new server – Create Database user and password and then add the user to the database with all privileges (4:20) … Read more

How To Set-Up WordPress

WordPress logo blue

The following will be an in-depth article on how to set-up a WordPress Site. There are a few things that you really will need. Really you need a hosting service and a domain to set it up under, beyond that you are golden. I am going to give you a step by step, here goes…

Read more