<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MWD &#187; Having a Website</title>
	<atom:link href="http://mikewarddesign.com/category/having-a-website/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikewarddesign.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 21 Jul 2009 21:57:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>What You USE Is What You Get&#8230;</title>
		<link>http://mikewarddesign.com/what-you-use-is-what-you-get/</link>
		<comments>http://mikewarddesign.com/what-you-use-is-what-you-get/#comments</comments>
		<pubDate>Sun, 30 Jul 2006 21:57:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Having a Website]]></category>

		<guid isPermaLink="false">http://www.mikewarddesign.com/?p=25</guid>
		<description><![CDATA[In some of my past posts, Searching for a web designer, part two and part two and a half I talked about standards and separating presentation from content, and threw out words like download and rendering. I still believe that finding a designer who understands all that is extremely important, but a redesign project I [...]]]></description>
			<content:encoded><![CDATA[<p>In some of my past posts, Searching for a web designer, <a  href="http://www.mikewarddesign.com/?p=8">part two</a> and <a  href="http://www.mikewarddesign.com/?p=9">part two and a half</a> I talked about standards and separating presentation from content, and threw out words like download and rendering. I still believe that finding a designer who understands all that is extremely important, but a redesign project I am currently on brought another point to my attention. The software a designer uses may have considerable impact on the final project.<span id="more-25"></span></p>
<p>The most popular web development tools are often referred to as WYSIWYG (pronounced Wiz E Wig or what you see is what you get) Editors because they have a mode where you can see exactly how the page looks as you develop it instead of working directly with raw HTML code (another mode). This is both a blessing and a curse. A blessing because it saves designers lots of time as they can see their changes as they work instead of having to publish the site every time they want to view its progress, and a curse because now, it is relatively simple to put together a webpage so lots of people are doing it. That in and of itself is not a bad thing, its how they are doing it that is the issue. The website I am redesigning will help me demonstrate what I am talking about as well as a few things I have talked about in past posts.</p>
<h2>The Before</h2>
<p>The <a  href="http://www.mikewarddesign.com/images/blog/vshbefore.jpg" rel="lightbox[25]">before example</a>, presented as a screen shot, is a portion of a page from the site. The page was created in Microsoft Frontpage (an older version I think) which is a very popular WYSIWYG editor. Some statistics about this individual page:</p>
<ul>
<li>485 lines of HTML code</li>
<li>8 images</li>
<li>14 second *download time</li>
</ul>
<p>The author of the site just let Frontpage do its thing and took full advantage of the WYSIWYG mode.</p>
<p><strong>The Issues</strong><br />
The presentation code was mixed in with the content code (see the <a  href="http://www.mikewarddesign.com/?p=9">background and theory</a> section) and a table based layout was used instead of using cascading style sheet(CSS) positioning, both of which significantly increased the amount of code. The images were created automatically by the software(Frontpage) to replace some of the headers instead of styling them with CSS. Additionally, the images were created specifically for each page and stored in a separate directory. They were not reused on other pages even though similar images were created for the other pages (there were over 50 web pages in this site with similar headers, all of which had images made for them). The use of all these images along with the amount of code caused the larger download time.</p>
<h2>The After</h2>
<p><a  href="http://www.mikewarddesign.com/images/blog/vshafter.jpg" rel="lightbox[25]">My redesign</a> (also presented as screenshot here) was developed in Dreamweaver, another popular WYSIWYG editor. Statistics for the redesigned page:</p>
<ul>
<li>70 lines of HTML code</li>
<li>No images (see disclaimer)</li>
<li>1 second download time</li>
</ul>
<p>I used the WYSIWYG mode for verifying the design but worked heavily in the code mode and used CSS extensively.</p>
<p><strong>The Disclaimer</strong><br />
Now I have to say there are 2 CSS pages applied to this webpage with 101 and 161 lines of code respectively, each with a download time of 1 second, so I should actually say 3 second download time altogether right?</p>
<p>And how can I say there are no graphics on the page, I mean, just looking you can tell there are graphics. Actually, there are four images placed on the page by the CSS so they are not actually in the page code. These images have a download time of about 1 &#8211; 2 seconds a piece, so that adds, lets say, 6 seconds. So where did I get the 1 second download time for the page, looks more like 9 seconds right?</p>
<p>If this was the first page I viewed in my browser for this website, the 9 seconds would probably be fairly accurate, but it is still 5 seconds better than the original version above. That still doesn&#8217;t explain the 1 second download.</p>
<p><strong>The Benefits of Coding with Dreamweaver</strong><br />
The benefits are that once the 2 CSS pages and the 4 images (all of which are used by every page) have loaded the first time, they are held in your systems memory and do not have to be downloaded for every additional page you visit, they are just called from your systems memory as required. So, the 1 second download time is correct. Plus, maintenance is easier because the design is stored in the CSS and search engines can rank the site better because they just have to read the content on the page and not the additional 415 lines of presentation code.</p>
<p><strong>Is it really the WYSIWYG Editor?</strong><br />
No, well partly yes, but I bet somebody using Frontpage could probably get similar results. The whole editor thing was just another way to stress the importance of finding a designer who knows how to use those editors properly to create standards based websites so that you benefit in the end. Hopefully, the redesign example helped illustrate those points a bit better.</p>
<p>A lot of geek speak above, I know. Look at it this way, with my design, the user will have to wait about 9 seconds for the first page to load, and then each page after that will be 1 or 2 seconds. With the old design, the user will have to wait 14 seconds for each page to load. How many will they wait on before going to Google and finding another website with similar information? Is this happening with your site?</p>
<p>As always, if I can answer any questions or offer any advice on this subject, <a  href="http://mikewarddesign.com/contact.asp">just ask</a>. Advice is always free.</p>
<p>* All download time references assume use of a 56k modem to download the page. Your mileage may vary.</p>
]]></content:encoded>
			<wfw:commentRss>http://mikewarddesign.com/what-you-use-is-what-you-get/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Website graphics.. do you need pictures?</title>
		<link>http://mikewarddesign.com/website-graphics-do-you-need-pictures/</link>
		<comments>http://mikewarddesign.com/website-graphics-do-you-need-pictures/#comments</comments>
		<pubDate>Tue, 02 May 2006 16:46:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Having a Website]]></category>

		<guid isPermaLink="false">http://www.mikewarddesign.com/?p=12</guid>
		<description><![CDATA[There are many types of websites but what you need visually for your site is largely influenced by the kind of content you are trying to deliver and the impression you would like your website to make about you. What I want to briefly touch on today are points to consider for the visual appearance [...]]]></description>
			<content:encoded><![CDATA[<p>There are many <a  href="http://en.wikipedia.org/wiki/Website#Types_of_websites" onclick="window.open(this.href); return false;" onkeypress="window.open(this.href); return false;" title="Wikipedia definition for types of websites">types of websites</a> but what you need visually for your site is largely influenced by the kind of content you are trying to deliver and the impression you would like your website to make about you. <span id="more-12"></span>What I want to briefly touch on today are points to consider for the visual appearance of your site when delivering your content and making your impression, and show you examples of my work to help illustrate my point.</p>
<h3>Reduced Visual Impact</h3>
<p>Some sites have lots of content to deliver and a less visually distracting design helps the user focus on content. In cases like these, graphics on the site are not absolutely necessary to get the websites point across, and just serve to enhance the site without being overpowering. They may also be used to illustrate some aspect in the content, but even then, are kept to a minimum.</p>
<p>This type of design also has a slightly more professional feel to it and I find it is how I approach my more &#8216;traditionally professional&#8217; clients like <a  href="http://www.daytonent.com" title="Dayton ENT site by Mike" onclick="window.open(this.href); return false;" onkeypress="window.open(this.href); return false;">doctors</a> and <a  href="http://www.lovettlawoffice.com" title="Lovett Law Office site by Mike" onclick="window.open(this.href); return false;" onkeypress="window.open(this.href); return false;">lawyers</a>.</p>
<h3>High Visual Impact</h3>
<p>This is more suitable when the graphics add significantly to the point the website is trying to make, or, in some cases, deliver a message on top of what the content is trying to say without adding a lot of text. Big graphics can also be used to fill space when there is not a lot of text on the site in the first place.</p>
<p>In my opinion, high visual impact could be used for any type of website but work well for <a  href="http://monicawatercolors.com" title="Monica Watercolors site by Mike" onclick="window.open(this.href); return false;" onkeypress="window.open(this.href); return false;">portfolio</a>, <a  href="http://www.chasethegoodlife.com" title="Steeplechase Apartments site by Mike" onclick="window.open(this.href); return false;" onkeypress="window.open(this.href); return false;">marketing</a> and <a  href="http://www.lobfest.net" title="LobsterFest site by Mike" onclick="window.open(this.href); return false;" onkeypress="window.open(this.href); return false;">documentary</a> sites.</p>
<h3>Everything in between&#8230;</h3>
<p>Of course there are sites with <a  href="http://www.owenslawofc.com" title="Owens Law Office site by Mike" onclick="window.open(this.href); return false;" onkeypress="window.open(this.href); return false;">more impact</a> and <a  href="http://myyankeetrace.com" title="My Yankee Trace HOA site by Mike" onclick="window.open(this.href); return false;" onkeypress="window.open(this.href); return false;">less impact</a> and some <a  href="http://www.bazaartown.com" title="BazaarTown site by Mike" onclick="window.open(this.href); return false;" onkeypress="window.open(this.href); return false;">in between</a>, and although I have put down my thoughts on the subject, there are no set rules of how many pictures a site should have.</p>
<h3>A final point to consider&#8230;</h3>
<p>There are of course pros and cons to adding graphics to a design. Sites with fewer (and smaller) graphics load faster for the user, but, without many images, they tend to be text heavy (a lot of reading) which is actually less appealing to some users. Having great visual appeal might mean a lot of big graphics which will slow website download time and users may not wait around to see what your site is all about. The best mix of course is a nice balance of text and graphics optimized to load quickly.</p>
<p>As always, if I can answer any questions or offer any advice on this subject, <a  href="http://mikewarddesign.com/contact.asp" title="Contact Mike">just ask</a>. Advice is always free.</p>
]]></content:encoded>
			<wfw:commentRss>http://mikewarddesign.com/website-graphics-do-you-need-pictures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Annual Costs</title>
		<link>http://mikewarddesign.com/website-annual-costs/</link>
		<comments>http://mikewarddesign.com/website-annual-costs/#comments</comments>
		<pubDate>Tue, 25 Apr 2006 19:29:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Having a Website]]></category>

		<guid isPermaLink="false">http://www.mikewarddesign.com/?p=10</guid>
		<description><![CDATA[OK, so you have found your designer and (s)he has but together a great website for you that&#8217;s going to make millions&#8230; so now what? You&#8217;re going to need a Domain Name You might already have one before you find the designer, or it may be part of the development process, but either way, you [...]]]></description>
			<content:encoded><![CDATA[<p>OK, so you have found your designer and (s)he has but together a great website for you that&#8217;s going to make millions&#8230; so now what? <span id="more-10"></span></p>
<h3>You&#8217;re going to need a Domain Name</h3>
<p>You might already have one before you find the designer, or it may be part of the development process, but either way, you are going to need a domain name (aka dotcom) or people won&#8217;t know what to type in to find you.  Dotcom is a term derived from the most common type of domain name, those ending in &#8216;.com&#8217;, but it is only one of many &#8216;<a  href="http://en.wikipedia.org/wiki/Top-level_domain">top level domain</a>&#8216; (TLD) types.</p>
<p>In the U.S. .com is probably the most popular however, many other options exist; .net, .org, .biz, .info, .us and .name for example. Each of these have a purpose, .com for commercial sites, .org for organizations etc&#8230; but you will find that many sites don&#8217;t necessarily follow these guidelines.</p>
<p>And another thing, you don&#8217;t really own a domain name, it&#8217;s more like leasing and you will pay a renewal each year, although multi year options are available (some with discounted rates). You get the name from a domain registrar and depending on who you choose, you could pay as much as $35 (or higher) a year. This will vary based on the type of TLD you get and what specials are currently available. I always recommend <a  href="http://www.godaddy.com">GoDaddy</a> for acquiring domain names at about $8.95.</p>
<h3>And you are going to need Hosting</h3>
<p>A host is where your website is stored and is basically just a computer with a connection to the internet. There are hundreds of hosting options out there with prices ranging from free to hundreds of dollars per month, depending on your needs. Your web designer may host your site for you or will probably have recommendations, but like everything else, you need to be aware of what to look for. At a bare minimum I recommend a host that provides the following:</p>
<ul>
<li><strong>EMail </strong>- The number and size of accounts vary per host but you should have the option of setting up email addresses for you and your employees like yourname@yourdomain.com.</li>
<li><strong>Statistics </strong>- These are reports that show you the who, what, where, when and how of people visiting your website, and can provide useful information as to its effectiveness.</li>
<li><strong>File Transfer Protocol (FTP)</strong> &#8211; FTP allows you to transfer files up to your website easily.</li>
</ul>
<p>You might also need to have;</p>
<ul>
<li><strong>Databases </strong>- an option to use a database on your website to gather/disseminate information.</li>
<li><strong>Secure Socket Layers (SSL)</strong> &#8211; An encryption protocol enabling you to have secure communication with your website. An absolute must if you will be accepting credit cards, gathering privacy act information etc&#8230;</li>
<li><strong>Permissions </strong>- The ability to restrict portions of your website to authorized users. This can be done programmatically in the code but some hosts have it as an option.</li>
</ul>
<p>Some things to be aware of;</p>
<ul>
<li><strong>Host Operating Systems</strong> &#8211; It could be Windows or UNIX and this info is more important to your web developer than it is to you, however, the type of server you put your web on dictates the kind of coding language that the developer needs to use to write your site.</li>
<li><strong>Storage space and bandwidth</strong> &#8211; These items dictate the amount of stuff you can put on your site and how much traffic your site can get in a specified time period. If you are planning on lots of traffic, you will want to plan for that in your hosting choice. More space and bandwidth programs could up your hosting costs.</li>
<li><strong>Host backup plan</strong> &#8211; Hopefully your host will have a daily backup of your site in case of emergency. You would hate to make updates over a week and then find something has happened where you loose all your changes because your host only does monthly backups.</li>
</ul>
<p>And speaking of hosting costs, I use a provider who provides me with all that for under $4 a month. Keep that in mind and please be careful because a lot of companies take advantage of the fact that most people don&#8217;t know what to expect and they charge a lot more.</p>
<h3>What else can add to the annual costs?</h3>
<p>Hosting and domain names are the bare minimum to run your site. If you are going to run an ecommerce site then you could encounter fees from banking services etc&#8230; but for a basic site, this article covers the biggies.</p>
<h3>Gotchas</h3>
<p>I recently did some logo work for a client who was using Sam&#8217;s Club as a hosting provider. Apparently, she had registered her domain name through them and used their services to put up her site by herself. All that considered, it wasn&#8217;t a bad site. Sam&#8217;s is more of a content management system than it is a full service host. You can easily put your info into one of their templates, and for a lot of people it is a reasonable solution, however&#8230;</p>
<p>I found out right away that she was paying twice as much as she should have been (in my opinion) and getting limited services for twice the money. Without going into a lot of details here, suffice it to say that we discussed other options and she found my recommendations to be much more to her liking. She decided to transfer her domain name to GoDaddy so she had more control and ended up getting a run-around from Sam&#8217;s with them basically saying that they owned her domain name and that she could buy it from them at an increased price if she so desired. She ended up going with a new domain name as that was just easier. Lesson learned &#8211; easy and cheap is not necessarily either.</p>
<h3>Is that all?</h3>
<p>If you are going to have a basic website, after development fees, these are the annual costs you can expect. Keep in mind you will have the costs of updates to your site and that will vary depending on your developer, but at least for my clients, I tell them that their costs will be about $50 a year for hosting and domain name. Where else can you get worldwide exposure for less than $5 a month?</p>
<p>As always, this is just an overview to help familiarize you with what you need to know. If you have additional questions, advice is always free, just <a  href="http://mikewarddesign.com/contact.asp">let me know</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://mikewarddesign.com/website-annual-costs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Searching for a web designer, part two and a half</title>
		<link>http://mikewarddesign.com/searching-for-a-web-designer-part-two-and-a-half/</link>
		<comments>http://mikewarddesign.com/searching-for-a-web-designer-part-two-and-a-half/#comments</comments>
		<pubDate>Tue, 18 Apr 2006 20:25:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Having a Website]]></category>

		<guid isPermaLink="false">http://www.mikewarddesign.com/?p=9</guid>
		<description><![CDATA[I realized about two-thirds of the way through my last post that it was getting a bit long and since I wanted to finish with the story of my client who switched designers, I didn&#8217;t give as much detail about standards as I would have liked. So without further ado, a little clarification on what [...]]]></description>
			<content:encoded><![CDATA[<p>I realized about two-thirds of the way through <a  href="http://www.mikewarddesign.com/?p=8">my last post</a> that it was getting a bit long and since I wanted to finish with the story of my client who switched designers, I didn&#8217;t give as much detail about standards as I would have liked. <span id="more-9"></span></p>
<p>So without further ado, a little clarification on what I may have glossed over the last time.</p>
<h3>What were we talking about?</h3>
<p>If you recall, web standards are technologies used to create and interpret web content and there are benefits to finding a designer who develops standards-based websites. These benefits include;</p>
<ul>
<li>Simpler development and maintenance</li>
<li>Faster download and rendering of web pages</li>
<li>Compatibility with future web browsers</li>
<li>Better accessibility</li>
<li>Better search engine rankings</li>
</ul>
<h3>A little background and theory&#8230;</h3>
<p>Web page code can fall into 3 categories;</p>
<ul>
<li>formatted content &#8211; the content on the website formatted with headers and paragraphs.</li>
<li>the presentation &#8211; the code that is used to style the formatted content by adding colors, layout, images etc&#8230;</li>
<li>scripts &#8211;  code which helps make the web page interactive (not required).</li>
</ul>
<p>When the web was young, having all this code on one page was the norm because the code was relatively simple, as were the browsers used to display it. As the web and all its parts continue to get more complex, designing a web site like this is still acceptable, but it is not the most efficient way to do things. One of the goals of standards based design is the help remove some of this complexity by separating these 3 code types into their own files, especially the presentation and scripting, which can then be easily reused throughout the website.</p>
<h3>How do standards do all that?</h3>
<p>When these 3 parts are separated, the benefits just start rolling in.</p>
<p>The webpage has been reduced to just the main message of the page formatted into headers and paragraphs without all the presentation code that used to be intermingled with it. Scripts have also been removed. This can literally cut the amount of code on a web page in half which;</p>
<ul>
<li>Simplifies maintenance due to less code on the page &#8211; saves you development costs.</li>
<li>Helps your web pages download faster &#8211; keeps your website users happy.</li>
<li>Makes your site more accessible because the removal of extra code helps other technologies (like screen readers for visually impaired users) work better &#8211; more reasons for users to be happy.</li>
<li>Improves your search engine rankings because search engines actually read your website to rank you. With less to read, your message is clearer and can rank better &#8211; more hits for you.</li>
</ul>
<p>The presentation code and scripting (if used) is now in one (or possibly several small) file(s). These files are referenced on each webpage and you benefit because;</p>
<ul>
<li>Simplifies maintenance and design changes to your site because now, how the whole site looks is controlled by the presentation files. To change the color of a header throughout the site the designer simply needs to go to one place and make one change, instead of editing the values on every page in the site &#8211; saves the developer time and you development costs.</li>
<li>Helps your web pages download faster because the presentation code is read once and then kept in the users computer memory instead of repeated and downloaded with every page &#8211; keeps your website users happy.</li>
<li>Makes your site more accessible and improves your search engine rankings since all this code is no longer on the webpage itself &#8211; benefits you and your users.</li>
</ul>
<h3>What about future compatibility?</h3>
<p>If you have been following closely, you may have realized I did not mention the future compatibility benefit I referrenced initially. To make it simple, future compatibility is an added bonus of using standards. Web standards require use of specific coding standards and the site developed by the standards aware designer should be free of the issues and deprecated code that could bring it down in the future.</p>
<h3>In summary&#8230;</h3>
<p>This one page post is not meant to be a replacement for all the information available regarding web standards and the reasons you should find a designer who codes to them. Instead, consider it a way to help you be more aware of what to look for in your search for a web firm who has your best interest in mind. As always if you need more info, please <a  href="http://www.mikewarddesign.com/contact.asp">contact me</a>. Advice is always free.</p>
]]></content:encoded>
			<wfw:commentRss>http://mikewarddesign.com/searching-for-a-web-designer-part-two-and-a-half/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Searching for a web designer, part two</title>
		<link>http://mikewarddesign.com/searching-for-a-web-designer-part-two/</link>
		<comments>http://mikewarddesign.com/searching-for-a-web-designer-part-two/#comments</comments>
		<pubDate>Mon, 10 Apr 2006 22:25:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Having a Website]]></category>

		<guid isPermaLink="false">http://www.mikewarddesign.com/?p=8</guid>
		<description><![CDATA[Recently one of my clients let me know that another firm was going to redesign his website for him stating that it was a business decision based solely on the fact that he could update his site in trade for services he could provide for the designers. I understand that, and had no hard feelings [...]]]></description>
			<content:encoded><![CDATA[<p>Recently one of my clients let me know that another firm was going to redesign his website for him stating that it was a business decision based solely on the fact that he could update his site in trade for services he could provide for the designers. I understand that, and had no hard feelings about it, <span id="more-8"></span>especially when my client asked me to keep being his webmaster after the other firm delivered the new site. We had built a good working relationship which both of us wanted to keep going.</p>
<p>What, you might ask, does this have to do with finding a web designer? It seems more appropriate for how to lose a client, but bear with me, there is a point.</p>
<h3>What do you need to know?</h3>
<p>When searching for a designer, keep in mind there is a lot more to a website than a pretty design. Pretty designs are everywhere and you will find a wide range of designers who can provide that for you. What you need to keep in mind is that that pretty design will have to appear in different web browsers, over broadband and dial-up connections, on millions of computers throughout the world, and at some point in the future, your site will need to change/update. None of that may happen easily if you shop for just a pretty design.</p>
<p>In <a  href="http://www.mikewarddesign.com/?p=6">part one of this series</a>, I mentioned listing what you needed to look for and ask about when selecting a designer, and that can pretty much be summed up in one question, &#8216;does the designer adhere to web standards when developing your website?&#8217;</p>
<h3>What are web standards?</h3>
<p>You can <a  href="http://www.google.com">Google</a> &#8216;web standards&#8217; and find a lot of information on them but I find that Roger Johansson at <a  href="http://www.456bereastreet.com/lab/developing_with_web_standards/">456 Berea St.</a> sums it up nicely;</p>
<p><em>&#8220;Web standards are technologies, established by the <abbr title="World Wide Web Consortium"><a  href="http://www.w3.org/" title="World Wide Web Consortium">W3C</a></abbr> and other standards bodies, that are used to create and interpret web-based content. These technologies are designed to future-proof documents published on the Web and to make those documents accessible to as many as possible.&#8221;</em></p>
<p>There is a lot more to it than that, but as definitions go, that one sums it up well.</p>
<h3>What do web standards do for you?</h3>
<p>Simply put (once again quoting Mr. Johansson) web standards benefit you through;</p>
<ul>
<li><strong>Simpler development and maintenance:</strong> Using more semantic and structured HTML(HyperText Markup Language &#8211; code that makes a web page) makes it easier and quicker to understand code created by somebody else.</li>
<li><strong>Compatibility with future web browsers:</strong> When you use defined standards and valid code you future-proof your documents by reducing the risk of future web browsers not being able to understand the code you have used.</li>
<li><strong>Faster download and rendering of web pages:</strong> Less HTML results in smaller file sizes and quicker downloads. Modern web browsers render pages faster when they are in their standards mode than when they are in their backwards compatible mode.</li>
<li><strong>Better accessibility:</strong> Semantic HTML, where structure is separated from presentation, makes it easier for screen readers and alternative browsing devices to interpret the content.</li>
<li><strong>Better search engine rankings:</strong> The separation of content and presentation makes the content represent a larger part of the total file size. Combined with semantic markup this will improve search engine rankings.</li>
</ul>
<p>I know there is some &#8216;geek-speak&#8217; techno babble mixed in there but the bolded lines sum up in layman&#8217;s terms the items that will benefit you and your website users most. It may not seem like much, but trust me, finding a designer who understands and codes to web standards will pay off in the long run in terms of cost savings to you and a more pleasant user experience to your customers.</p>
<h3>And what about the client who switched designers?</h3>
<p>And so, back to the story&#8230; my client received a pretty website. I won&#8217;t mention his site or the other designers out of professional courtesy but when my client asked me to make a few updates to the new site I was astonished to find that a reputable firm had coded the website that way.</p>
<p>The site was created in a &#8216;pre-standards&#8217; fashion, full of extra lines of code that weren&#8217;t necessary, making the site bigger (and slower to load) and harder for future developers(in this case me) to update for the client. The biggest issues and consequences I found in the new design were;</p>
<ul>
<li><strong>semantic HTML was not used:</strong> so my clients new site will probably not work on all browser types, in fact, I have already found a display issue in one of the most popular browsers.</li>
<li><strong>deprecated HTML was used:</strong> deprecated is a word used typically in reference to a computer language which means that it will be obsolete in future versions. In other words, they wrote code that will break in the future, rendering my clients site useless.</li>
<li><strong>the design code was mixed in with the main content code:</strong> so the clients pages will load slower and will not perform as well in search engine rankings. In addition, if I want to make any design changes, I have to edit every page in the website instead of making the change in one place that controls the look and feel for the entire site.</li>
</ul>
<p>Basically, and I am sorry to say, what worked out for my client initially will have immediate negative impacts (download time and search rankings) and will cost him extra in the long run when he wants to make changes to his site.</p>
<h3>To summarize&#8230;</h3>
<p>This is a very quick overview of what to look for, but if you take nothing else away from all this remember a pretty website does not necessarily mean an effective website. As always if you need more info, please <a  href="http://www.mikewarddesign.com/contact.asp">contact me</a>. Advice is always free.</p>
]]></content:encoded>
			<wfw:commentRss>http://mikewarddesign.com/searching-for-a-web-designer-part-two/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Searching for a web designer, part one</title>
		<link>http://mikewarddesign.com/searching-for-a-web-designer-part-one/</link>
		<comments>http://mikewarddesign.com/searching-for-a-web-designer-part-one/#comments</comments>
		<pubDate>Thu, 30 Mar 2006 22:24:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Having a Website]]></category>

		<guid isPermaLink="false">http://www.mikewarddesign.com/?p=6</guid>
		<description><![CDATA[OK, so maybe I said something in the previous post that made you think, &#8216;hmm, maybe I do need a web site.&#8217; That begs the question however, who should I get to design my site? There are literally hundreds of people in your local area (this of course depends on where you live, but generally [...]]]></description>
			<content:encoded><![CDATA[<p>OK, so maybe I said something in the <a  title="Do you really need a website?" href="http://www.mikewarddesign.com/?p=5">previous post</a> that made you think, &#8216;hmm, maybe I do need a web site.&#8217; That begs the question however, who should I get to design my site? <span id="more-6"></span></p>
<p>There are literally hundreds of people in your local area (this of course depends on where you live, but generally it&#8217;s probably true) who could build a web site for you. A search on <a  title="Blingo Search Engine" href="http://www.blingo.com/friends?ref=V6ruhaOeaRqfZVLZtax2L86Ejdc">Blingo</a> for &#8216;web design dayton&#8217; returns 595,000 hits. I break them down into a few general categories;</p>
<ul>
<li>The large design firm</li>
<li>The small design firm</li>
<li>The freelancer</li>
<li>The geeky &#8216;kid, co-worker, niece, retiree (choose one or provide your own)&#8217; next door</li>
</ul>
<p>Actually, any of the above could create a quality web site for you, but at the same time, any one of them could do just the opposite.</p>
<p>  Before I get into the distinct qualities I feel you should look for in a web designer(part two of this series), let&#8217;s consider the pros and cons of each of the above.</p>
<p><strong>The large design firm<br />
</strong>One would assume the reason they got to be a large firm is because they have built up their client base by doing good work. There are probably exceptions to this assumption but generally, if you do crappy work you won&#8217;t be around long enough to build your company.</p>
<ul>
<li><strong>PRO &#8211; </strong>Large, established and experienced.</li>
<li><strong>CON</strong> &#8211; On the flip side a large firm may use multiple employees to develop your site and you will end up paying for all these employees plus part of the overhead to run that large company.</li>
</ul>
<p><strong>The small design firm<br />
</strong>A small design firm can be small by choice or because they are fairly new. If they are small by choice I tend to make these assumptions:</p>
<ul>
<li> <strong>PRO &#8211; </strong>If they have been around awhile they probably fall in to the &#8216;must do good work category&#8217;. </li>
<li><strong>CON</strong> &#8211; If they have chosen to remain small, they are probably selective and might be expensive.</li>
</ul>
<p>The small design firm that is fairly new;</p>
<ul>
<li><strong>PRO</strong> &#8211; Smaller and not as established so the prices may be more reasonable than bigger firms.</li>
<li><strong>CON</strong> &#8211; Less established could also mean less experienced and you may not get the quality work you deserve.   </li>
</ul>
<p><strong>The freelancer<br />
</strong>The freelancer could fall into many different categories like the college student trying to build a portfolio or the professional web designer who does this on the side for the money, or for the joy of it (or both). In my view, the pros and cons of freelancers are;</p>
<ul>
<li><strong>PRO</strong> &#8211; Does not have the overhead of the big firm so will probably be less expensive.</li>
<li><strong>CON</strong> &#8211; May not have the experience found in the large and small design firms.</li>
<li><strong>PRO</strong> &#8211; Professionals who do this on the side bring the experience at  reduced prices.</li>
<li><strong>CON</strong> &#8211; Freelancers have a &#8216;regular&#8217; job that may impact their turn-around time.</li>
<li><strong>PRO</strong> &#8211; May exchange services instead of working for cash which might not be an option for firms. </li>
</ul>
<p><strong>The geeky kid next door</strong><br />
Everybody knows one.</p>
<ul>
<li><strong>PRO</strong> &#8211; Will work for beer money (or candy bar money), or for free</li>
<li><strong>CON</strong> &#8211; Probably no training and little experience and may not be able to meet all your web site needs  </li>
</ul>
<p>Now I reiterate, this is just my opinion and not every scenario above will necessarily be true. Just because a firm is established and has longevity and experience doesn&#8217;t necessarily mean that they are up to date in their methods. Some of them are old dogs and there are new tricks in web development every day. You may be comfortable with the geeky kid next door doing your web site for you but remember, the final product might look like the kid next door did it, or, it just might be one of the freshest web sites on the internet. </p>
<p>Your decision needs to accommodate your wallet and your gut feeling about your designer, just remember there are many options to choose from and you <strong>CANNOT</strong> necessarily tell a book by its cover. So, how to decide? In <a  href="http://www.mikewarddesign.com/?p=8">my next post</a> I will let you know what you should look for, and ask about, when trying to choose a web designer. </p>
]]></content:encoded>
			<wfw:commentRss>http://mikewarddesign.com/searching-for-a-web-designer-part-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do you really need a website?</title>
		<link>http://mikewarddesign.com/do-you-really-need-a-website/</link>
		<comments>http://mikewarddesign.com/do-you-really-need-a-website/#comments</comments>
		<pubDate>Tue, 28 Mar 2006 02:59:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Having a Website]]></category>

		<guid isPermaLink="false">http://www.mikewarddesign.com/?p=5</guid>
		<description><![CDATA[No, you don&#8217;t really NEED a website. No one needs a website per se, well maybe the Google guys, but this isn&#8217;t about them, I am talking about you. Humor me for a minute and let me just lay out some reasons why I think you should have a website. It&#8217;s helps you look professional [...]]]></description>
			<content:encoded><![CDATA[<p>No, you don&#8217;t really <strong>NEED</strong> a website. No one needs a website per se, well maybe the <a  target="_blank" href="http://www.google.com">Google</a> guys, but this isn&#8217;t about them, I am talking about you.<span id="more-5"></span></p>
<p>Humor me for a minute and let me just lay out some reasons why I think you should have a website.</p>
<ul>
<li>It&#8217;s helps you look professional and gives you and your company an image of credibility in the market for whatever that &#8220;market&#8221; might be.</li>
<li>It is there to inform your customers even when you are not open, and if you are, it can provide information to those potential customers who would prefer to know more before they visit you in person.</li>
<li>It can sell your product or service (if that is what you do) to anyone, anytime, anywhere in the world with no interaction from you or your staff.</li>
<li>It can track what your customers are looking for and provide you with information on how to better serve them.</li>
<li>It can get information or products and services to those customers who are unable to get to you.</li>
<li>It doesn&#8217;t cost as much as you think.</li>
<li>It puts you up against the &#8220;big guys&#8221; in the market.</li>
<li>Your competition probably already has one, and if not, you&#8217;ll be the first &#8216;insert product or service type here&#8217; business on the block that does.</li>
</ul>
<p>That&#8217;s it, in a nutshell and maybe I got you to start thinking about having your own. If I have, you will probably want to know how to find a &#8220;web firm&#8221; (be it a one person shop or an entire team from a large design firm) that is right for you. I&#8217;ll make that the topic of my next post!</p>
<p>If you have questions in the meantime, <a  href="http://www.mikewarddesign.com/contact.asp">just ask</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://mikewarddesign.com/do-you-really-need-a-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
