Choosing The Right Domain

Finding the right domain can be a arduous process. That is, unless of course you are lucky enough to find your business name in the exact form you desire. More often than not, obtaining a great domain takes a lot f time, mental energy and cautious anxiety. Will it be easy to type? Easy to remember? What about SEO and marketing issues?

Luckily there are a few tools out there to help you pick the right URL. First up is Lean Domain Search. This handy program allows you to enter a keyword and searches available domains that contain that keyword.

Namemesh is a step up and allows you to enter a list of keywords, even wildcard characters (not sure why), and will report a list of domains categorized by commonality. The program also gives you a list of similar domains that can help you find synonyms.

For the lazy business owner you can always go with Web2.0 Name Generator. It’s a one click solution that spits out random names like, Fudnuddler or Topicspace.

Finding the right domain name can be a tedious process but hopefully these tools can help you along the way. Just remember that the perfect domain is thoughtful, easy to understand/communicate and intuitive.

More Web Design Blog Content

WordPress: Capturing Post Author Meta

An easy one here from your local Gainesville Web Designer: How to retreive the author information from a post in the WordPress loop. This assumes you’re in the loop, of course. $meta_field= get_the_author_meta( ‘your_meta’ );   Badda-bing badda-boom. You’re done. It really is that simple. Just use get_the_author_meta,

Is DIY Website Design Costing You More Than You Think?

Brought to you by Livewire – Professional Web Design and SEO Services Building your own website sounds like a budget-friendly way to get your business online. Platforms like Wix, Squarespace, and WordPress make it look easy. Just drag, drop, publish… right? But here’s the catch: DIY web design

Client Spotlight – Veterans Moving Help

Greg came to us needing a boost in his website traffic. He already had his site running but needs people to be able to find it. We are currently working diligently to make that happen for him. We’ve already made significant progress in his search engine rankings and

Preloading Images with Jquery

There are times when preloading images is an important step in keeping your site/page/program running smoothly. This is especially true in the era of mobile. Here’s a cute little snippet that does just that. function preload(yourarrayOfImages) { $(yourarrayOfImages).each(function(){ $(‘<img/>’)[0].src = this; }); } preload([ ‘img/image1.jpg’, ‘img/image2.jpg’, ‘img/image3.jpg’ ]);

Jquery XML Shopping Cart

We’ve built all kinds of shopping carts – many from the ground up. Experienced with all the third party vendors – zencart, opencart, xcart, etc… we know that clients need something completely customized sometimes. Many shopping carts are simply to complicated for some clients to use – also