Thursday, September 23, 2010

How to create a table using HTML


Tables are “A systematic arrangement of data usually in rows and columns for ready reference.” (from Merriam-Webster,  http://www.merriam-webster.com/dictionary/table).

Tables are nice, within a website, because it allows the viewer to quickly find links and data without having to search through all the contents of the page being viewed.


Within this tutorial you will learn the code necessary to create a table for your website.

Software needed: Adobe Dreamweaver

HTML table terminology & Important Info

·      Tables consist of rows (horizontal) and columns (verticle).
·      Table…                    <table>                           </table>
·      Table Row…            <tr>                                </tr>          
·      Each row is divided into data cells (like in an excel spreadsheet); this is where the context for the cell is placed. (<td> tag)
·      Table Data…            <td>                                </td>
·      <td> tag can contain information such as text, links, images, forms, lists, etc.


Step 1:             Open up Adobe Dreamweaver.
                        Click the following in order given:
Files
New
Page Type: HTML
Layout: <none>
Create
Step 2:            Click the “Split” button at the top left-hand corner of the document. This allows you to few both the HTML code as well as an example of the browser. Once here you will find code automatically created, DELETE IT ALL (only do so for the purpose of this tutorial).
Step 3:             Begin your code, remember to start out with the <html> tag, and a <body> tag. Do not forget to close them as well.
                        To begin the table, start with the <table> tage and then hit enter and type in the <tr>, hit enter twice. Now put the end tag (</tr>). In the line between the opening and the closing <tr> tags there should be a blank space (see image), this is where you will type the information regarding what is going into the tables.
                       
Step 4:             In the line between the <tr> and </tr> type <td> for data table, then type in what you want in the first cell, for this example lets create a multiplication chart starting with the number 2. Type the end tag </td>. See the example. If the design view does not show up try saving it first or clicking on the design side.

Step 5:            Now under your first <td> add 3 more <td> consisting of the multiple of 2. When viewing your design you will see the 2,4,6,8 all lined up in a row. You can continue this process to add more information.

Step 6:            Now you have 1 row and 4 columns, we want this to be a multiplication chart therefore we need more rows. To do this you end the <tr> that was done in Step 5 and you start another table with a new<tr>. You will do this several times in order to complete the chart. The hardest thing is remembering the times tables. See example.

           

Step 7:             You have now completed the chart! Feel free to add any other HTML code that you know that may enhance your design view. (I added a headed <h1> and gave it a title.


                       
There is a lot more that can be done with this table such as table borders, etc. However, it is not covered in this tutorial. If you would like to know how to create borders as well as more about creating tables you can visit: http://www.w3schools.com/html/html_tables.asp

This tutorial was made possible with help by www.w3schools.com and www.m-w.com.

Thursday, September 2, 2010

HTML Webiste Assignment

Since Tuesday I've been thinking of ideas to do for my HTML website. Here's a short list:

-Animals... specifically monkey's (they are my favorite).
-Autism... information about Autism and techniques on how to work with an Autistic individual.
-My Portfolio... I really need a portfolio blog and this would be a great chance for me to do one.
-Non-Profit Organization (Specifically Aggie Special Olympics)... I volunteer for this organization and  we don't have one.

Right now I'm torn between Austism, my portfolio, and Aggie Special Olympics. I should really do the portfolio one but I am extremely passionate about Autism awareness (my youngest brother is autistic) and the Aggie Special Olympics (I love my special needs athletes).

Like I said, I'm torn between those three, maybe I should just go with the monkeys...

Graphic Interface Design - Site Critique

Here are the two links for this assignment (plus one of my favorite links):


http://www.cartelle.nl/#/toys/beatmonsters
http://www.pixar.com/
http://www.plateinteractive.com/

I had an extremely hard time finding a html site, all the sites I was interested in were completed in flash.

This assignment is based on the "cartelle" site.

The navigation of this sight is not common, it took me a minute to figure it out. All of the navigation is located on the left - hand side of the template. Under the "C" it says menu, first you hover over that and then several options pop up, click on one. Once that has been completed all the options pull up along the left - hand side of the "c". If you don't hover over there they disappear. Once I figured out the navigation it was much easier for me to look through this site.

This site feels "fun" to me, this is not due to it's look but due to the first menu labeled "toys". That section consists of "toys" for your mouse to follow and move around. One toy is a skeleton and you can make it bounce and twirl etc. Another example is the birds and the bee's mouse mover. It's very addicting. I found myself checking out all the toys before I moved on to anything else in the site.


I did not see anything pertaining to a "true" hierarchy. I would click on something and it wouldn't state where I was except for in the address bar. I found this a bit annoying.

The contents of this site I found to be fun and informational. They had a section for their "toys" as well and examples of their work and information about themselves. Cartelle is a Graphic/Interactive Studio.

This website had a large variety of elements within it. First off it was extremely engaging with their "toys". Several of the toys made noise when moved around and the view was compelled to move them around. It had motion synced with the sound (only within certain toys).

I found the typography and text a bit difficult. The background was a variety of dark colors consisting of blacks and shades of gray. (It's the whole white on black thing... doesn't work so well with text.). The simplicity of the type worked well with the simplicity of the look of the website. The colors were simple, black, white, red, and shades of grey. Using these colors they were able to pull of contrasts between lights and darks. I found that the combination of colors within the site as well as their toys works well. The colors of their site and their design work did not work as well together.

Information... I felt that more information about Cartelle could have been provided. A list of affiliations as well as a spot for the blog was useful however I would have enjoyed reading more information about how it was started and not just a brief message of what they do and a few key people.

I would say that the audience for this site is other designers and those individuals in the community that are looking to hire an interactive studio. To communicate this they not only show examples however they allow the viewer actually participate in the motion.



My favorite link...

I absolutely love the Pixar website. This website contains all the info needed to feed a Pixa junkie like myself. It talkes about upcoming projects, history of the company, features previous work. It is just a FUn site. I'm not sure if this site is html or flash (the whole "right click trick" didn't work on this site).

Introducing My Design Blog

Hello everyone and welcome to my design blog. Here you will find sketches, ideas, and research behind my design process. Feel free to leave comments. Enjoy!