• Soaring Eagle

    A real estate investment group that focus full time on the Seller Financed Notes business. The site needed to convey professionalism and allow users to interact with them through a quoting system and multimedia content.

    visit site

  • Executopia

    Executopia offers workshops, seminars and other means of training and education primarily for executives and leaders. Their site is built on WordPress with three templates in a custom theme.

    visit site

  • Middle Class Movement

    The Middle Class Movement is a website built on WordPress with a custom theme. It has Twitter integration and takes full advantage of WordPress's most recent capabilities.

    visit site

  • OrganizingPro

    OrganizingPro is a custom Wordpress site that uses 5 custom plugins including e-commerce solutions, calendar management, video management among others.

    visit site

  • NW Sports Rehab

    Chiropractic and rehabilitation center, this group of doctors was in need of modernizing their website. With a powerful CMS and 6 custom plugins, NW Sports Rehab was able to get the refresh they were wanting.

    visit site

Soaring Eagle

A real estate investment group that focus full time on the Seller Financed Notes business. The site needed to convey professionalism and allow users to interact with them through a quoting system and multimedia content.

visit site

Clean Up A Hacked WordPress Site


JAN.04.2012

Recently, a colleague contacted me saying his WordPress instance had been hacked and asked for suggestions on how to clean it up. This got me thinking about how many articles and blogs I read regarding being proactive about security, but how few I’ve read about cleaning up your site if it’s been infected.

Read More...

Smartphone Comparisons – The Dilema


OCT.06.2011

I’ve stated before that I believe comparisons like this are unnecessary on mobile devices (for example, a faster processor on a phone doesn’t make a phone better if there are no apps that you use that can take advantage of it), however with recent comparisons I’ve noticed many problems.

Read More...

Read Facebook Feeds In PHP


MAR.24.2011

So you want to read a Facebook feed in your PHP application but you’re running into trouble. If you’re like me you probably spent hours pulling your hair out trying to figure out what the issue is when your code looks perfectly fine.

Read More...

Show A Twitter Status Update On A Page Using Javascript


AUG.22.2010

So you want to show your Twitter status on your website? Don’t want to deal with server-side scripts? Luckily, Twitter gives you an excellent API to call that makes this pretty easy.

Read More...

Practices Developers Should Avoid


JUL.17.2010

Every developer wants to create the best site for their users. Though often times they will add functionality, use formats, or design in a way that matches what they perceive to be a “standard”. Unfortunately, just because something is used often doesn’t mean it’s a good thing. In this article I’ll discuss some common practices that you may have done without even considering other options.

Read More...

The Truth About HTML5


JUN.06.2010

There’s a new buzz word in the technology world, and its name is HTML5. Since the term “Web 2.0″ is losing its luster and becoming a dated phrase, every one is going nuts over this new term. Is HTML5 just a marketing title like “Web 2.0″ or is there really something worth investing in? Is HTML5 the future? Will HTML5 really kill Flash?

Read More...

Hierarchical Data in MySQL


MAY.07.2010

Managing a site structure, or any other structure, in a database often gets overlooked. It’s pretty simple and a common standard to use what’s called the Adjacency List Model without sitting down and thinking about other possible solutions. In this post I’ll talk about a different method of storing hierarchical data in a relational database.

Read More...

Rewriting URL’s with mod_rewrite


MAY.01.2010

Rewriting URL’s from difficult-to-read addresses to simple, clean addresses can make your website much more user-friendly and SEO-friendly, but it can be difficult to accomplish without the proper tools. Enter mod_rewrite! Mod_rewrite is a part of the Apache web server that acts as a proxy before content from the web server is returned to your browser…

Read More...