Wednesday, September 21, 2005

test

test

Monday, February 28, 2005

other j/s topics...

great post...i will see if time will allow for us to discuss this...

Tuesday, February 22, 2005

Week 5

while jamie hit the jackpot on this assignment, as he already did this, if you are not so lucky, what do you do?

well, the first thing you should do is look at if you have done anything similar. for example, you will need to do an image swap for your last javascript...is there a way you can take what you learned from this assignment and plan it...that doesn't mean you'll do it exactly the same, in fact, if you try to do it exactly the same, you're apt to run into trouble, but try to apply the thought process - object, attribute/method, event to it...

Thursday, February 10, 2005

week 4

you all are doing a great job with your posts. therefore, i do not feel the need for me to post a "good example" every week. i urge you to read everyone else's blogs to get some good ideas. each week, i will post a few thoughts, but not necessarily do the complete assignment.

anyhow...for this week, if i did not know how to do this, i would consider...
what objects do we have? main menu and sub menu - what kind of tag will i use to make each of these...hmmm...can't be an individual link cause i want the submenu to appear/disappear as a block - what can i use to indicate a section, a division of the page...

then, what event(s) will trigger the actions?

finally, what properties on the objects, i will need to set/manipulate....

pretty much, this is a generic way to approach any oo problem...

Monday, February 07, 2005

week 3

you all had good posts about liquid layouts - go and read the other students' posts:
jamie
pam
rebecca

the one thing missing from the descriptions is the use of the "float" property. check out this resource

Monday, January 31, 2005

week 2: web standards

the web standards movement is a group of designers that advocates strict compliance with the letter and the spirit of web standards developed by the w3c. well, doesn't everyone use html and other standards - well, yes and no...

the biggest issues that the web standards folks find with web sites relates to code that works or works well with only certain browsers. for example, a site that says "optimized for ie 6.0 1280x768" is likely not following standards - nor are sites that have hacks for different browsers. the other issue relates to using html tags in ways other than what was intended - i.e. using a table for layout or h1 just to make text bigger....

see this page for a summary of the points supporting web standards

like any movement, not everyone agrees...this article summarizes most of the objections

for the most part, i support web standards. that being said, like any ideology, i feel it does not need to be followed fanatically. there are times, to be frank, i can accomplish a layout with a table easier than with css. however, these are exceptions and should be done with discretion and in an informed way - not simply because one does not want to learn the css way....


Wednesday, January 26, 2005

week 1: why re-invent the wheel...

see this entry for a great example of a journal entry for week 1