Monday, December 24, 2007

Understanding Domain Names and Hosting Server Accounts

When starting a brand new website, you or your web designer will need to register a Domain Name and establish a Hosting Account on a server to get the website on the internet. But what are these things, and how do they work? This blog will explain what these important items are, and how they interact with each other.

The easiest way to explain Domain Names and Hosting is to think of a city. The City is divided into City Blocks, which each hold different Buildings containing your Stuff.

Here's a quick visual breakdown:
Internet (City) -> Hosting Server (City Block) -> Domain Name (your Building) -> Website Content (your Stuff)

City: The Internet

Definition: A series of servers that hold content for websites.

Example: A large City that is made up of millions of City Blocks, and contains billions of Buildings, each of which contains lots of Stuff.

City Block: Hosting Server

Definition: Location where different websites hold all of their content for users to view.

Example: A City Block. There can be many buildings on one city block. For you place your Building on a City Block, you will most likely have to pay a monthly fee.

Building: Domain Name

Definition: Name of your website. All files are placed under this one name. A domain name can only belong to one website, although one website can have multiple domain names that all go to the same location.

Example: The name of your Building on the City Block. All of your Stuff is placed in the building. The building belongs to you, so only you can put your things into it.

Your Stuff: Content

Definition: Web pages, or files that are used to make up a web page.

Example: The Stuff you put into each room of your Building.


For people to visit you in the city, you need to have a Building, and a City Block to put it on. This means for people to find your website on the internet, you need to register a Domain Name of your own, and pay for access to a Hosting Server to put all of your content on.

Several Locations to Register Domain Names:
GoDaddy.com
Register.com

Several Hosting Server Providers:
GoDaddy.com
InnerPlanet.com

Labels:

Flash vs. HTML Websites: Which one do you need?

You know you need a website, but do you know which kind you would benefit the most from? In the world of websites, Flash and HTML are king. Each has distinct advantages and disadvantages, so which one should you request from your designer? Below are a few pros and cons of each that will help you determine which kind would be best.

*Quick Overview: HTML is the standard coding language of the world wide web. Flash is an Adobe product that allows for interactivity and creative animations.

HTML

Most websites you see are made of HTML web pages, made entirely of HTML code. This code is read by your internet browser and displayed as text or images on your computer screen.
    Pros of HTML

      Easy to Update
      Beacuse HTML is a simple text code, updating it is relatively simple. Also, the code requires no special program or licensing to write, so you can edit your own web pages whenever you want with relative ease.

      Fast Loading
      Lean-mean HTML code is read very quickly by your internet browser. This means that each page will take relatively little time to load on even the slowest connections.

      Search Engine Friendly
      Search engines like Google and Yahoo! read the HTML code that makes up your web page. If you have important keywords in this code, search engines will see those keywords and display your site in search results. So, if showing up on Google for a specific term or phrase, (like Seattle Website Design, for example), is important to you, stick with HTML

    Cons of HTML

      Limited Animation
      Some simple animations can be made using graphics and a scripting language like JavaScript, but nothing beats Flash when creating complex animations. Flash still remains the easiest way to create and incorporate animation elements into a website.

      Limited Graphic Abilities
      If you're still using tables for HTML layouts, you're probably very much aware of their limitations. If you've advanced to the HTML <DIV> tag then you've got more ability to overlay graphic elements. But different internet browsers sometimes display the exact same code in slightly different ways. Getting graphic elements to align perfectly in different browsers can become a very time consuming game of trial-and-error.

FLASH


Many high-end websites are done entirely in Flash, or contain at least some Flash components. Some common examples of Flash components are media players (audio or video), complex animations, complex user interactivity, or webpage based video games.
    Pros of Flash

      Animation
      Sophisticated animation can bring a website to a whole other level, and interactivity can bring users back to your site time-and-time again. There are ways to include basic animations in a web page without Flash, but Flash's ability to create masterful animations and interactivity are unrivaled. If you desire sharp animations to draw your user in, you should consider using at least some Flash elements on your website.

      Wide Graphic Possibilities
      Layering elements in complex ways isn't a problem for Flash. Flash allows you to overlay elements with an easy drop-and-drag interface, and will display that same graphics equally across all browsers.

      Include Multimedia
      If you want to have an audio or video player on your website, you will mostly like use Flash. You can include playback buttons for streaming media that will be delivered to the user in the sharpest quality.

    Cons of Flash

      Less Updateable
      That fact of the matter is that Flash is just not as updateable as HTML code. The most prominent reason for this is that Flash elements can only be made using the $700 Adobe Flash program. If your designer creates some Flash elements for your site, you will be unable to edit those elements without the program and the knowledge how to use it.

      Not Search Engine Friendly
      Unfortunately, search engines just don't read Flash movies with the same ease that they read HTML. If search engine rankings matter to you at all, it is important to avoid putting important text or you website's navigation into a Flash video.

Labels:

Sunday, December 02, 2007

Updating Your Own Site: More than you bargained for!

You hired someone to build a website for you. Now it's complete and on the web, but you want to make some changes yourself.

You may think that updating your own website is simple, but you could be getting in over your head. If you accidentally delete a file, or edit it in an undesired way, would you be able to fix the file yourself?

Here are a few questions that you should ask yourself before attempting to alter your website.

Do you know enough HTML?

HTML isn’t a very difficult language to understand if you’ve had some experience with it. <p> stands for Paragraph, <div> stands for Division, <li> stands for Line, etc. But the code can be difficult to edit if you haven’t done it before.

If you don’t know how pages interact with each other through links, how to place elements into a page with code (example: <img src="images/image1.gif" />), or how different browsers interpret the same code in different ways, you may want to let your website designer to be responsible for all major changes to your website.

Was any part of your website made in Flash?

Flash is a great way to create animations and dynamic elements for your website. One drawback to Flash is that you must have the Adobe Flash program to create or edit Flash files. Unless you have the program and the knowledge how to use it, your designer will have to alter these files for you.

Can you resize images to exact specifications?

Website graphics are images that are arranged in a creative way to give a website its look and feel. You can think of them like puzzle pieces. They are a specific size and are placed in a specific location with HTML & CSS.

If you place an image that is the incorrect size, it may completely throw off the layout of the rest of the page. Unless you can create/edit these image files to the exact specifications, you should let your designer prepare graphic files and images so they fit perfectly into place.


You can probably tell I personally recommend that you let the person who built the site be responsible for all major changes.

Of course, there are minor changes to text that you should be able to make without having to contact your web designer. If you need some help learning to make minor changes to your website, see if your designer will write up a step-by-step document that will instruct you how to make those changes on your own.

Labels: