Posts Tagged ‘web 2.0’
There are so many web design companies out there these days it’s enough to make your head spin. At last count, Google came up with 173,000,000 search results. Don’t freak out – your search can be easy and pain-free with this simple guide below. We will show you how to select a web design and development company that will meet all your goals and not drive you nuts.
Who
Who are your customers? What information will you be providing them? It is important to have a clear idea what role your new or redesigned web site will be like. A good web designer will want to know the following:
- Your intended market or audience.
- The role of your new web site.
- Your budget.
What
What websites do you admire? They may be your competition or in unrelated businesses. Sometimes the web design firm is included in the site credits or is listed elsewhere on the website. If you cannot find the credits on the site itself, don’t hesitate to contact the business and ask them which web design firm is responsible.
How
How is the web designer going to help you? Gather a list of potential web design firms and ask them this question and then ask them several more:
- How consistent they are?
- Do they have any testimonials that speak about their credibility?
- Do the projects in the portfolio have a consistent quality?
- Have they consistently given good results in the given time frame?
- Has the web design company provided solutions to other companies in your business category?
- Have they dealt with similar challenges to those faced by your organization?
Remember – a web site doesn’t have to be flashy or animated to do its job. Check for organization of information, ease of navigation, overall cleanliness and user-friendliness.
Why
When they tell you how much it is going to cost, don’t scream – instead, ask them “why?” Experience and fees are very much related – this is called the EF of a web design firm. The general rule of thumb is the more experienced they are, the more they are going to charge. Don’t sacrifice quality just to save a few bucks. On the other hand, don’t pay through the nose if you think you can get a better deal somewhere else.
Here are some more questions related to fees that you can ask:
Technology – What is their technological competence? Does it match with your requirements? How frequently is their technology upgraded- both in terms of software and hardware?
Deadlines – Has the company carried out the projects in a specified time? Time is one of the most important factors as the longer it takes, the higher the costs get.
Responsiveness – How promptly does the company respond to your inquiries? Are they responsive to your suggestions and questions? Do they explain issues in ways you can understand? Do they share your general vision for the site?
Communication – Poor communication is one of the major roadblocks for business processes. Ensure that the company who you will be working is comfortable with the language you speak.
Services – What services does the company offer other than designing? What kind of value-added products or services can they bring to the table?
Where
Where you end up will be determined with a proposal. Ask the finalists to send you a proposal. This will help you decide which web design firm understands your requirements best. And ask each web design firm to include a description of their development process of the project. Take these points into consideration:
- Likeability of the proposal
- Strength and weaknesses of the proposal.
- Presentation and format style.
When
After you have reviewed all proposals, compare them with each other. How do they fare in terms of presentation? How do they appear in terms of project management? Do they present scalability and/or upgrade paths for your project? Is the price worth it? You should have a winner by now. Your next question should be: “When can you start?”
This headline is not a typo. Read on and you will find out why. JavaScript is used almost everywhere to accomplish a wide variety of features like hover menus, rollovers, animation and form validation. In fact, JavaScript is used so frequently web developers often take it for granted, without realizing that not all browsers support it. You heard right, not all browsers support JavaScript. In fact, many web surfers actually disable JavaScript and if you’re wondering why – take a look at the list below.
1. Pop-up Windows.
Web developers often create annoying pop-up windows which are more irritating than useful. The best way to get rid of them is to disable JavaScript.
2. Security.
One of the most important reasons is security, and it is a well known fact that JavaScript can be easily exploited. (This is especially true for users browsing with Internet Explorer.) Additionally, many redirects are accomplished via JavaScript. By disabling JavaScript, you always know exactly where you are going and are less likely to be forwarded to an alternate website.
3. Animations and Sounds.
Have you ever been at work and navigated to a website which started playing loud music or sounds? A lot of this is accomplished by JavaScript. Additionally, by disabling JavaScript, you can also get rid of annoying animation which clutter the screen or distract you from the information you are trying to see.
4. Annoying Restrictions.
Sometimes websites limit the actions that can be taken by visitors. For example, you have probably seen the websites which stop users from viewing the source code, saving images, or highlighting text.
Alternatives to JavaScript
Clearly, there are many good reasons internet users would opt to disable JavaScript in their browsers. And while estimates aren’t too accurate, somewhere between 5 and 7 percent of internet users disable JavaScript. That means that at least 1 in every 20 visitors might not see your website as you intended. So it is important to ensure that your website works properly with or without JavaScript.
Fortunately, other internet technologies can accomplish most of what you would probably use JavaScript to do:
Hover Menus
Believe it or not, you don’t need JavaScript to create a hover menu! Sometimes, however, you might want to create a cool effect which is only possible with JavaScript. In this case, feel free to create the JavaScript menu, but pay special attention to how the menu behaves without JavaScript. Be sure that it can still be used to navigate your website.
Image Rollovers
This can be accomplished by CSS by using the ‘hover’ state to shift the position of an element or show a new element. Either way, rollovers are rarely crucial to the usability of a web page.
Redirection and Form Validation
Fortunately, there are alternatives for these as well. When you use JavaScript, it is always processed on the client-side, which is why users are able to modify the behavior of the web page when they turn it off. Instead, you can opt to do all of your processing on the server-side, by using a programming language. For example, our contact forms use server-side validation to ensure that a valid email address has been entered, even though this could be accomplished with JavaScript. By opting for server-side processing, your users will always be subject to certain restrictions. Similarly, you can use a programming language to redirect users to other web pages.
Animation and Pop-ups
For animation, there are two alternatives: (1) create an animated gif image, or (2) use flash. Both of these methods have their drawbacks. With the animated gif image, you are limited to creating an image with a reasonable filesize. (The longer the animation or larger the image, the larger the file size.) And finally, if you opt to use flash, you will encounter some of the same problems you encountered with JavaScript: Not All Visitors Enable Flash. And like the animated gif, you are likely to have some file size issues as well. As for pop-ups, we are at a loss. Instead, you will have to bait your users to click on a link which would open in an external window or tab (Let us know if you’ve found suitable alternatives.)
So if you are building a website, by all means use JavaScript. But it should only be used on elements that are not crucial to the use of your website. And if, for some reason, JavaScript is essential to the use of an element on your page, consider supplying some alternative text explaining what the element is and that users need to turn on JavaScript to take advantage of it.