Submit a Site to International Search Engines

I’ve decided to create this list because it’s been hard to find clear directions in English on how to submit international sites to international search engines. Google’s international versions usually dominate all search engines, but it’s always nice to know some others. This list...

PHP Include or Require Causes Unwanted Gap or Space

<?php include_once('yourfile.php'); ?> This happens all the time. You have a header, navigation, or footer that you intend on including into several other PHP files, and for some reason, it keeps adding blank space. The CSS can’t explain it, but for some reason there’s...

Adding a Dynamic Meta Description to Your WordPress Theme

Any good developer knows the importance of good SEO structure. Having certain META tags in your header.php file can make all the difference in how Google and other search engines prioritize your pages. Meta keywords serve absolutely no purpose. Meta descriptions, however, are one...

JQuery Slider with Sliding Panes and Opacity Changes

I designed a Jquery Slider with “panes” that transition in size and opacity. I liked this idea as an alternative to some sliders that “slide” pane to pane, or ones that have funny transitions between each pane. This could be used more for a...

Duplicate Domain Name in URL Google Crawl Errors

I came across a very annoying error while reviewing a client’s site through Google Webmaster Tools the other day. For some reason, Google was reporting crawl errors while trying to find a page that contained my domain name twice!! Welcome, my friend, to malformed...

WordPress Permalink URL for Add This Sharing

AddThis is the leading developer tool for sharing your blog posts, pages, and pics. Just embed the simple code into your website, and visitors will be able to share your content with all of the leading social media networks with just a click. It’s...