Quicktime Format

Written by Richard Lowe


One ofrepparttar very first video formats was released by Apple Computer Systems way back in 1991. It's still in use and it's called Quicktime. In those long ago days of computers (pre-web) Quicktime was hot stuff. Like many ofrepparttar 134586 really great innovations ofrepparttar 134587 time, Apple wasrepparttar 134588 creator.

Oh you didn't knowrepparttar 134589 little fact that Apple originated much of repparttar 134590 technology that today we take for granted, did you? What, did you think all ofrepparttar 134591 great inventions ofrepparttar 134592 computer world came from Microsoft (sarcasm intended)? While Apple didn't always invent what it sold, it tended to create good solid products of exceptionally high quality (it's too bad that in those days Apple didn't haverepparttar 134593 marketing ability of a wet paper bag). And they usually created these wonders way before anyone else.

Quicktime was an incredible invention atrepparttar 134594 time. I remember when it came out (yes, I admit I lovedrepparttar 134595 old MacIntosh computers, and I was really upset when I realized how badly Apple had blown their chances to becomerepparttar 134596 top computer company) and how exciting it was to be able to see moving pictures on a computer. Wow, that was in incredible thing.

Quicktime is one of three major competing products: Real (by RealNetworks), Quicktime and Microsoft Media Player, and it's dead last in popularity. Personally, I thinkrepparttar 134597 technology is very good and reliable, but Quicktime is suffering fromrepparttar 134598 problem that it is perceived as a MacIntosh product. Most people use a Windows platform.

Of course, Quicktime runs on may different platforms. In fact,repparttar 134599 product runs very, very well on Windows and is definitely up their in quality with it's competitors.

In fact, Quicktime has been chosen to berepparttar 134600 base platform for repparttar 134601 new MPEG-4 video standard. The next version (6.0) will support this format in it's video files. This leads torepparttar 134602 distinct possibility that Quicktime could rise torepparttar 134603 top ofrepparttar 134604 pack as MPEG-4 is potentially a huge benefit to users.

DESIGNING WITH STYLE

Written by Richard Igoe


One important aspect of good design is to give your site a theme and coherence. A great deal of this can be done using a stylesheet.

Using stylesheets is not difficult. In fact it makesrepparttar task of designing a website that much easier. However many new designers don't use them.

But before dispelling some ofrepparttar 134585 confusion, let us look atrepparttar 134586 advantages of using CSS - cascading style sheets.

ADVANTAGES

1) You can use an external stylesheet to controlrepparttar 134587 look and appearance of your whole website, such asrepparttar 134588 font size, style, and color,repparttar 134589 background image,repparttar 134590 background color, etc... by changing a single file. You don't need to edit every page.

2) Linking to a stylesheet reducesrepparttar 134591 size of your web pages and gives you much cleaner HTML code because you don't need to specifyrepparttar 134592 font, color, or "style" of every element on your page.

3) Web pages are displayed differently on different browsers and platforms. For example a 10pt font looks fine on a PC but becomes too small on a Mac. You can use a browser-detection script inrepparttar 134593 header of your pages which will link to a different stylesheet depending on which browser is being used.

The rest of this article assumes you have a basic understanding of HTML tags,repparttar 134594 code behind your web pages. If not you can get our simple HTML tutorial at - http://www.thewebseye.com/HTML.htm.

Now using stylesheets is actually easier than HTML. The main cause of confusion is that you can either link your web pages to an external stylesheet, or you can includerepparttar 134595 style sheet inrepparttar 134596 header of individual web pages inside STYLE tags. Web design software does not always make this clear unless you readrepparttar 134597 HELP pages in detail. Forget your web design software for a moment, because it is easier to understand stylesheets if you take a look underrepparttar 134598 surface.

An external style sheet can be as simple and powerful as this:

BODY { background-image: url(images/mybackground.gif); background-color: #FFFFFF; }

P { FONT-FAMILY: Verdana, Helvetica, sans-serif; FONT-SIZE: 12pt; COLOR: navy }

You copy and pasterepparttar 134599 above in Notepad, Wordpad or other text or HTML editor, and save it as "mystyle.css". Put this stylesheet inrepparttar 134600 same directory as your HTML files. Noterepparttar 134601 ".css" extension is important. Then you link your web pages to this stylesheet by puttingrepparttar 134602 following code inrepparttar 134603 HEAD area of your pages.

Cont'd on page 2 ==>
 
ImproveHomeLife.com © 2005
Terms of Use