Posts Tagged ‘Website Designers’

How to hire a web designer

Before rushing into your big online business idea, there are a lot of things to consider and the first is how to hire a web designer.

Have a plan

Let’s take a look a few key points when hiring a web designer, first you need to establish what it is that a web designer is going to do for you. Before you even approach a web designer, know what you want. It’s far too easy for web designers to accidently overwhelm you with technical jargon and deliver something that might not meet your needs.

Understand their role

A web designer is a tool much like a hammer, you can build a great house with them but you can’t depend on them to be everything, all the time just like you can’t expect an architect to be a great plumber. What most people think of as web design falls into several special categories:

  • Web designers, the people who control the look and code static HTML for browsers to read
  • Web developers, who program website dynamic code for ’smart’ websites
  • Web marketers, who promote your website and create social media links
  • Web architects, the people who plan complex websites
  • Web content developers, people who write and edit text for your website

Freelance web designers are often great at one thing, sometimes two but rarely three or more. If you’re unsure if the web designer you’re talking to can complete all the tasks required, hire additional help.

Shop Smart

If you’re the type of person who wants (or needs) to succeed online, shop smart and shop around. Once you have a comprehensive plan for what you (the business owner) wants, talk to at least three web designers and get equally comprehensive quotes from each. Remember, you’re in control of your own website and need to feel educated and properly equipped to make the best choice possible.

If all else fails, ask me for an opinion I offer comprehensive consulting services designed to help business owners make better website decisions and build better websites.

How to create a Coming Soon page for WordPress

Adding a Coming Soon! page to WordPress is surprisingly easy for website designers of all levels, there are a few ways to do it of course but here are two extremely simple and straight forward ways to ensure your WordPress website has a proper greeting page.

Theme Switcher Reloaded

A super cool, extremely easy way to create a Coming Soon! page for WordPress is to install the Theme Switcher Reloaded plugin and simply add a second theme to your install! Your second theme only needs a few things, I’ve included a free bare bones theme for you to use as your Coming Soon page, so all you need to do is:

  1. Download, install and activate the Coming Soon theme
  2. Download and install and activate Theme Switcher Reloaded

Now that the general public can only see the Coming Soon! page, you’re free to add your second (real) theme and activate it using the Theme Switcher Reloaded plugin. Once you’ve added it, visit your homepage using the ?wptheme=[yourthemedirectoryname] option to view the working theme. Remember you have to be logged into the backend to see it!

Adding a Template to Your Existing Theme

If you don’t want to go to the trouble of installing the Theme Switcher plugin, you could also add a special page template to your directory with the following content:

[source lang="php"]

<?php
/**
 * @package WordPress
 * @subpackage Default_Theme
 */
/*

Template Name: Coming Soon
*/
echo "Coming Soon!";
?>
[/source]
Of course, you will then have to add a new Page to your website, make it the default homepage and change the theme. This option works well but causes the homepage of the site to always default back to a coming soon page, even for the developers. Tim has an article with detailed instructions on it here.

By the way, if you think a Coming Soon! page has to be boring, think again! Check out these great Coming Soon pages at 25 Examples of Cool Coming Soon Page Designs – Part II