• 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

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...

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...