Parrot AR. Drone Awesomeness

by wordpress expert seth on July 6, 2011

I recently got a Parrot AR. Drone and I can’t believe how amazingly cool this thing is. One of the best things about the AR. Drone is how easy it is to repair. How easy – well, let me put it this way, in half a dozen videos, you can learn just about everything you need to know to completely take your AR. Drone apart and put the sucker back together again. I was so impressed with the AR. Drone, I build a site dedicated to repairing your Parrot AR. Drone.

There is this theme from Elegant Themes called eGamer that I have been wanting to use ever since I discovered Elegant Themes two years ago and I finally found the right project to fit the theme. Since this theme is a video review theme, it seemed to be a perfect fit to go with the parrot ar. drone repair videos.

This is one of those classic projects that rely on a sexy theme and a handful of plugins. Besides making a few adjustments to the graphics on the theme, this site is largely driven my a really nice Amazon plugin called WPZon. It made it really easy to add Amazon products right on the site.

P.S. If you like the site, please leave a comment below.

 


{ 0 comments }

WebMatrixFest hosted by Microsoft

by wordpress expert seth on June 16, 2011

I just got back from WebMatrixFest, a nice little gathering put on by one of Microsoft’s teams. First, let me say that everyone from Microsoft was incredible. The day flew by and dinner was over before I knew it.  Special thanks to Grace and Fernanda for making it so memorable.

The focus of the day was a piece of software called WebMatrix.  You can read a review of WebMatrix here. The real highlight of the day was the time we spoke about Azure. I don’t want to go in to Azure quite yet, as I need to play with it a little bit, but I think this could really change the way web sites get developed and deployed. Web hosting companies beware. If your not part of the cloud, your going to get blown right by.

 


{ 0 comments }

New sites – coupon-zoo.com and petnewsalerts.com

by wordpress expert seth on March 30, 2011

pet news alerts image Pleased to announce two new sites that went up recently. The first is a pet news service called Pet News Alerts and leveraged an existing Woo theme. There isn’t too much exciting going on with this site in terms of design. I created a simple logo (sorry – its a complete CNN rip-off) and got the site up and running. The real learning experience with this project was getting to know oDesk and Elance. The client contracted me to find a writing team for the site and using oDesk and Elance was really helpful. Persoanlly, I liked oDesk better. The interface was better, easy to use and quite frankly, I was able to find good talent quickly and at very reasonable prices. So far the site is performing great and the client is happy.

coupon-zoo picture

The other project I just completed is a pet supply coupon web site called Coupon-Zoo and I’m really pleased with how the site turned out. For this project I once again, did something new; I bought a pre-made logo from 99 Designs. I never thought I’d resort to buying logos on the cheap, but for what the project needed it was perfect and looks good. 99Designs has a whole library of logos that can be customized incredibly fast and very inexpensively – right around $100. I will definitely be using their services again. The rest of coupon-zoo was a modified theme that I like. I adjusted all of the colors to match the logo and have more of an organic feel and made some other minor tweaks. Check out the site and if you have a pet – check out all the good coupons.


{ 0 comments }

WordPress Menu Tool Show ID

by wordpress expert seth on February 17, 2011

I’m working on a custom WordPress theme for a great organization – California Adolescent health Collaborative and I’m running in to a real pain. I’m using the built in navigation tool in WordPress – a nice new feature since the 3.0 release (I think). Too many of my pages and categories have the same name, making it nearly impossible to build the menus. What I’d really like to see is the ID.  In comes some quick custom code. If I were smarter, I’m sure I could make this a plugin that didn’t alter core code, and maybe someone can take what I’ve done to the next level – but right now I need something quick and dirty- a hack. Here it is

Open wp-includes/nav-menu.php and find and replace:

$output .= empty( $item->label ) ? esc_html( $item->title ) : esc_html( $item->label );

with

$output .= empty( $item->label ) ? esc_html( $item->title ).” – ” .$item->ID : esc_html( $item->label ).” – ” .$item->ID;

Any viola – now I can tell the difference. I hope this helps. If it does or you see a better way – please leave a comment.

{ 0 comments }

The Speed of Business in 2011

February 16, 2011

I know things are getting faster and faster, but apparently, for 2011, I’m too slow.

I was recently contacted by a new business perspective – Kris (supposedly a referral – but she never said who). She called the hot-line number…

Read the full article →

Stuf – an exercize in smplicity

February 3, 2011

Stuf – What is it? Stuf is simple, yet has no boundaries. Stuf is for you home;  stuf is for your office;  stuf can be anything you want it to be.

What is Stuf? Stuf is a new custom WordPress

Read the full article →

Modified WordPress Theme Examples

August 25, 2010
Sometimes clients really don't have the time or budget to reinvent the wheel. In these cases, as a WordPress Expert I recommend a really good theme and I do just a little bit of modification to

Read the full article →

A WordPress “No No”

August 9, 2010

I only have time for a quick post because I had to spend a bunch of time re-doing my entire blog. As a WordPress expert, I feel like I should have know better, but as I was doing some research…

Read the full article →

WordPress Expert for Hire

August 6, 2010

My name is Seth and I’m a WordPress expert for hire. I specialize in custom CMS WordPress themes and eCommerce Themes for WordPress. I’m based in the New York City…

Read the full article →

My top 10 favorite WordPress plugins

July 22, 2010

One of the things I truly love about WordPress, is the huge plugin community. I’d like to start this post with a thank you to everyone in that community for all of the hard work you put in to your…

Read the full article →