Sample Content for Genesis Theme Development

I am trying to use the Genesis Framework for all of my WordPress projects moving forward. The other day while working on such a project, I needed some sample content to make sure certain elements were styled to my liking. The elements used in the sample content are not exhaustive. I just consolidated some of [...]

Learn How to Drive Free Cars for Life

Yep, you read the title correctly. You can drive free cars for life! It won’t be easy getting started and it will take sacrifice and discipline on your part but it is very possible. Take about five minutes of your time to watch this video and learn how you can say goodbye to those dreaded [...]

WordPress: Get Tags for a Specific Category

WordPress is such a powerful tool out of the box that it is surprising to find something that it doesn’t have a function for. Here is a code snippet that will allow you to show tags that are related to a specific category. The nice thing about this snippet is that it does not require [...]

JavaScript: 3 Ways to Use document.write

The document.write command is a standard, yet powerful, JavaScript command for writing output to a page. In this article I’ve outline 3 ways to use document.write statements.