﻿// JavaScript Document
var msg = new Array();
Stamp = new Date();
today = Stamp.getDate();
msg[1] = "<u>Reasons to be a Web Designer:</u> Web design is the art and process of creating simple Web document or entire Web site.";
msg[2] = "<u>Quote:</u> ''Graphic design will save the world right after rock and roll does.'' - <i>David Carson</i>";
msg[3] = "<u>Quote:</u> ''[A designer is] an emerging synthesis of artist, inventor, mechanic, objective economist and evolutionary strategist.'' - <i>Buckminster Fuller</i>";
msg[4] = "<u>Quote:</u> ''Design is a plan for arranging elements in such a way as best to accomplish a particular purpose.'' - <i>Charles Eames, Architect, Graphic and Industrial Designer, Filmmaker</i>";
msg[5] = "<u>Reasons to design in XHTML/CSS:</u> Web designers are writing the codes on the World Wide Web and make the design available on most of the browsers and platforms.";
msg[6] = "<u>Quote:</u> ''Design is more than meets the eye. Design is about communicating benefits. Design is not about designers. Design is not an ocean it's a fishbowl. Design is creating something you believe in.'' - <i>Milton Glaser, Graphic Designer</i>";
msg[7] = "<u>Reasons to design in XHTML/CSS:</u> When the coding is faster you can spend more time on thinking about the user experience.";
msg[8] = "<u>Reasons to design in XHTML/CSS:</u> It’s going to be easier for you to switch to XHTML 2.0 which will give you more semantic tools.";
msg[9] = "<u>Quote:</u> ''Design is in everything we make, but it’s also between those things. It’s a mix of craft, science, storytelling, propaganda, and philosophy.'' - <i>Erik Adigard</i>";
msg[10] = "<u>Quote:</u> ''Design is more than meets the eye. Design is about communicating benefits. Design is not about designers. Design is not an ocean it's a fishbowl. Design is creating something you believe in.'' - <i>Chuck Green, Principal, Logic Arts Corporation</i>";
msg[11] = "<u>Quote:</u> ''The outcome of a design will always be variant from each designer or a group but as long as they stick to the principle of ''K.I.S.S.'' - Keep It Simple & Straightforward, the design should be successful.'' - <i>David D. Campbell, Web/Graphic Designer</i>";
msg[12] = "<u>Reasons to design in XHTML/CSS:</u> You can quickly make a dummy site to test your sites information architecture and append a look and feel later with only minor code changes.";
msg[13] = "<u>Reasons to design in XHTML/CSS:</u> You can be inspired from sites like www.csszengarden.com, www.stylegala.com, www.cssimport.com or www.cssbeauty.com.";
msg[14] = "<u>Quote:</u> ''Graphic design is the paradise of individuality, eccentricity, heresy, abnormality, hobbies and humors.'' - <i>George Santayana</i>";
msg[15] = "<u>Quote:</u> ''Have no fear of perfection - you will never reach it.'' - <i>Salvador Dali</i>";
msg[16] = "<u>Quote:</u> ''When you have a web designer's block, I recommend moving away from the computer and getting some fresh air by walking around the block - it will help you get some new ideas in your head for one or two projects.'' - <i>David D. Campbell, Web/Graphic Designer</i>";
msg[17] = "<u>Quote:</u> ''Graphic design will save the world right after rock and roll does.'' - <i>David Carson</i>";
msg[18] = "<u>Reasons to design in XHTML/CSS:</u> It’s going to be easier for you to switch to XHTML 2.0 which will give you more semantic tools.";
msg[19] = "<u>Reasons to design in XHTML/CSS:</u> When the coding is faster you can spend more time on thinking about the user experience.";
msg[20] = "<u>Quote:</u> ''The two most important tools an architect has are the eraser in the drawing room and the sledge hammer on the construction site.'' - <i>Frank Lloyd Wright</i>";
msg[21] = "<u>Quote:</u> ''Design is in everything we make, but it’s also between those things. It’s a mix of craft, science, storytelling, propaganda, and philosophy.'' - <i>Erik Adigard</i>";
msg[22] = "<u>Reasons to design in XHTML/CSS:</u> It’s simpler to make small last minute changes to your designs.";
msg[23] = "<u>Quote:</u> ''Design is more than meets the eye. Design is about communicating benefits. Design is not about designers. Design is not an ocean it's a fishbowl. Design is creating something you believe in.'' - <i>Chuck Green, Principal, Logic Arts Corporation</i>";
msg[24] = "<u>Reasons to design in XHTML/CSS:</u> Modern browsers render a valid document faster.";
msg[25] = "<u>Quote:</u> ''Design is more than meets the eye. Design is about communicating benefits. Design is not about designers. Design is not an ocean it's a fishbowl. Design is creating something you believe in.'' - <i>Chuck Green, Principal, Logic Arts Corporation</i>";
msg[26] = "<u>Reasons to design in XHTML/CSS:</u> XHTML has a cooler name than HTML.";
msg[27] = "<u>Reasons to design in XHTML/CSS:</u> You can use basically same markup template for many different websites.";
msg[28] = "<u>Quote:</u> ''As a Web Designer, you can pretend to be a GOD temporarily and create the world by designing websites through the World Wide Web (WWW).'' - <i>David D. Campbell, Web/Graphic Designer</i>";
msg[29] = "<u>Reasons to design in XHTML/CSS:</u> Accessibility is enforced with requiring Alt attribute for images.";
msg[30] = "<u>Quote:</u> ''Design is not just what it looks like and feels like. Design is how it works.'' - <i>Steve Jobs, 2003</i>";
msg[31] = "<u>Quote:</u> ''Design is the method of putting form and content together. Design, just as art, has multiple definitions; there is no single definition. Design can be art. Design can be aesthetics. Design is so simple, that's why it is so complicated.'' - <i>Paul Rand</i>";

function writeTip() { 
document.write(msg[today]);
}
writeTip();
