SEO For Wordpress: Are Wordpress Websites SEO Fri...

Did you know that there are over two billion websites on the Internet? With that incredible number, you might worry about how people are going to find you, and if you already have good rankings, you might worry about losing them if you were to convert to a WordPress content management system. If you need an easy platform that’ll allow you to rank well and drive more traffic, consider a WordPress website. WordPress websites...

Magento – Claims to be the fastest growing ecomm...

Our company uses many types of ecommerce platforms for various customers, and we particularly like working with the PHP open source ecommerce system called SquirrelCart by Lighthouse Development. We also work with Oscommerce, WordPress Ecommerce Module, Zend Cart and X-Cart, and we are always open to new carts that will make programming an ecommerce system cheaper and easier for our customers to maintain. In the coming...

6 Very Useful (and SEO Friendly) jQuery Website An...

How do I animate my website while still keeping it SEO friendly? When most people visit websites, they assume the animated material is Flash.  That’s not always the case.  Due to the growing popularity of JavaScript frameworks, there are now a variety of exciting options for incorporating animations and animated material into your website that don’t involve Flash, which can’t be read by search engines. You want...

A Bash Shell Script to do Multiple Whois Lookups...

On a recent project, I was given a list of about 30 domains to redirect to a new site.  I needed to get a handle on where the domains were registered and where the DNS was hosted.  I could have spent a lot of time typing “whois domain-name.com” into the terminal of my Mac, or write a shell script to do the lookups for me and write the results to a file that I could quickly examine.  I already had all the...

Creating an exit survey using jQuery and Zend Fram...

One of our clients was looking at his Google Analytics data and noticed that he was getting a high bounce rate on his site’s contact page. Naturally, he wanted to know why, so he asked us to create an exit survey that pops up when a user navigates away from the page. So, for example, when a user comes to the contact page, then clicks away to another page, they’re presented with a dialog box that looks like...

Fix WP Post Thumbnail JSON Response Parse Errors...

I’ve been using Stanley Yeoh’s great WP Post Thumbnail plugin for quite some time now.  It provides an easy to use interface for cropping and editing post thumbnails for use in your custom WordPress themes.  He’s recently released a beta version of the plugin for testing with the latest 2.8 release of WordPress. UPDATE: It appears this is broken again when upgrading to WordPress version 2.9.2.  Currently...

Moving WordPress to a New Directory or Domain...

When you build a blog or site using WordPress, you usually develop it in a subdiretory of the domain where it will ultimately reside or on a completely separate development server with a different domain or even just an IP address.  When you first install WordPress in your development environment, you have to tell it the URL where it will reside even though this will change when the site is pushed live. There’s...

A Cross-browser Rounded Corner Solution...

After much trial and error, deliberation, research, and head banging on my desk, I’ve finally come up with a solution to the programmer’s age-old cross-browser rounded corners dilemma that works for me. The dilemma, of course, is that it’s the year 2009 and rounded corners can be implemented in EVERY modern-day browser except our friend Internet Explorer. Even the most recent incarnation of IE (v8) STILL...