Archive for the ‘Web Development’ Category

Apr
08

Over the years IE 6 has played a major role in the world of web development. Regardless of you personal stance, be that outright hatred or tolerance, you’ve likely put up with IE 6 even if you were kicking and screaming along the way.

Towards the end of 2003 IE 6 held a little over 70% of the web browser market and has been plaguing web developers ever since. It’s been a long road, but all signs point to the near extinction of this once dominant browser.

At the start of 2009 IE 6 was being used by over 18.5% of the web world and in just one year lost another 8.3% of its market share weighing in with only 10.2% of the market to start 2010 - now just 2 months later 8.9%.
Continue Reading

Mar
10

As defined in my post What is SEO and Why is it Important? SEO is the process of enhancing a website to achieve a high rank within search engine result pages for specific keywords. If you’re asking yourself, “What exactly needs to be enhanced to achieve high rank within search engine results pages?” then you’re on the right track.

However, to fully understand what needs to be enhanced we should first take a look at how search engines like Google and Bing crawl, index and serve results.
Continue Reading

At some point when developing websites, you will likely need to determine whether or not you need an SSL Certificate. If your new to the web, SSL may appear to be just one more of the seemingly thousands of acronyms used in technology world. Nevertheless, you may want to dig a little deeper to see if SSL is something you should be concerned with.

Let’s first take a look at a definition of SSL and then work our way into how it relates to you and your web development.

Continue Reading

Dec
28

Planning A Website

by Jon Crim

Planning in Web design, just as in any other design process, is essential. Not only does careful planning cut your development time considerably, but it makes it far easier to achieve a uniform look and feel for your website – making it friendlier and easier to use.

This section briefly covers some of the basics of website design: what to focus on, what options to consider, and what pitfalls to avoid. If you are an established Web site developer who has covered this ground before, feel free to skip this section.

Continue Reading

Dec
18

Website Hosting 101

by Hieu Bui

One of the often overlooked but most important aspects of having a successful website is the choice of where to host the site. While hosting is not a glamorous or hip topic like CSS, the choices that you make will have a direct impact on how effective your site is in fulfilling its purpose.

There are many choices when it comes to hosting your site, but they can generally be grouped into four categories: simple, shared, dedicated, and advanced.

Continue Reading

The speed of your site, or the amount of time it takes your pages to load, is one of the many important factors to consider when developing websites.

With the release of Google’s new tool Site Performance, available within your webmaster tools account, I thought it would be a good time to provide a few resources that you can use to ensure your sites speed is up to par – the following are five tools I have found particularly useful. Continue Reading

Firebug is a Firefox add-on that extends the browser with some very helpful web development tools. I think the tag line on their website says it best “You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page”.

The key phrase here is “live in any web page”. Firebug can be activated for any site on the internet and allows you to interact in a number of ways. Throughout this article, I will explain some of the common scenarios that I use on a daily basis.

Continue Reading

Arguably one of the most important elements with regard to web design is navigation usability. Recognizing this, a great deal of consideration should be put into making sure your website is easy to navigate. After all, if your customers cannot easily navigate your site and find what they are looking for you will risk losing potential new customers and in turn revenue. Can you afford this?

The good news is that it is never too late to improve the usability of your website’s navigation. Whether you are in the process of building a new site or looking to enhance your existing site the following are seven essential usability tips for providing an easy-to-use navigation experience.

Continue Reading

Dec
14

Most designers are just as particular about the way their code looks as they are about the way their page looks. Good thing Dreamweaver offers a tremendous degree of control toward shaping your code just the way you like it.

The basic option, Apply Source Formatting, is found under the Command menu and reformats all the code in your page according to your Preference settings where you can specify elements such as indent, tab size, automatic wrapping, and more.

Continue Reading