If you are a site owner or marketer you have most likely seen a few odd referrals in your acquisition reports recently from websites that don’t seem to add up. Some of the biggest offenders you may have noticed are buttons-for-website.com and variations of makemoneyonline.com. What Are These Referrals? These sites are not actual referrals;…
The Hall Blog
Coding Conventions: Keep Your Code Clean and Stylish
When working on a project it is important to keep your code efficient in both execution and appearance. All projects, especially web projects, will need to be maintained on some level. One way to make this easier is by adhering to the code conventions, or style guide, set up within your development team or community. A good example of…
Google Search Tips: Let the Search Engine Do the Heavy Lifting
At the end of the day, most of us use Google just as it was originally intended – to type in a few keywords related to what we are looking for and start the hunt for our desired content. What’s that, you didn’t find what you were looking for in the first few search…
10 More Tips for Using the WordPress WYSIWYG Editor
WYSIWYG (WIZ-ee-wig) or “What You See Is What You Get” is just another name for a text editor. It can interpret code, media, and images and display them similarly in the editor as they will appear on the front-end of the website. In a previous post I outlined ten tips for using the WordPress editor. In this post I will build…