Skip to main content Screen Reader Website Version

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

Another Mouse Burned

This makes my 7th mouse in less than 18 months. incessant clicking has it’s consequences … and costs …..

Javascript called by PHP

Interesting little snippet. What is going on here? Livewire gives you the low down.    if($num_rowvs == 0){ echo ‘<script>// <![CDATA[ alert(“This is an alert message. I’m alerting you that you are totally awesome!”); // ]]></script>’; }   First, we’re creating a simple if statement in PHP.  Not entirely

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,

Howe Development Has a New Website

Website is complete on Howe Development. Now for phase 2 – integrating a simply, custom CMS so they can update content on parts of the site. No need for wordpress – we can easily do a custom solution for those cases where a client only needs to control

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’ ]);

Eat More Protien

Meat in your website diet is needed – you’re probably in optimization atrophy … What is meat for your website? Content. Your site need fresh content added to it on a regular basis. Good content. Compelling content. But most of all, it need to be original content. That means