!!blue's blog

 

my presentation

Yeah, I made a presentation.

I presented yesterday to a class of art students on all things web design, and I called it “Introduction to Web Designopen link in new window. And I liked it and it was good. :razz:

It was a small class over at the School of the Art Institute of Chicago. open link in new window The presentation I created was recieved with much love and appreciation. The questions that the students asked were along the lines of:

  1. “What do you mean when you say that IE breaks the code?”
    –> you know the answer to that one ;)
  2. “What are the top browsers I should test on?”
    –> the biggies on Mac and PC: IE, Mozilla, Opera, Netscape, MacSafari (if possible Linux Konqueror)
  3. “What are the steps I need to take to get webspace/domain name?”
    –> buy domain name; buy webspace; learn FTP; voila
  4. “What’s bandwidth?”
    –> every time your webpage is visited it’s downloaded; monthly limit based on your host; depending on how you show video, it can be a huge drain on your monthly limit
  5. “Do I have to pay to get X search engine to crawl my site?”
    –> no, it’s free; pay if you want top, highlighted results or to be placed as ads
  6. “How can my website make money for me?”
    –> ads; sell your artwork (big discussion on shopping carts vs. PayPal)

It was so exciting to talk ab/t web standards and all that I’m passionate about. It felt great to explain why learning to code by hand is highly important before jumping into Dreamweaver (I explained that Dreamweaver has so many features and widgets that if you don’t know what the code means, you won’t know what it’s doing, why it did A or B, etc. etc). I touched on other important topics like: SEO, Accessibility and explained that these are tools that you need to be introduced to so once your familiar with HTML and CSS what the next steps are to take. I also explained the difference between stealing code and learning from and changing code.

I hope they call me in again next year. :smile:

Posted on: Apr 13, 2005 at 11:28 am
Filed under: thoughts,web related


comments (2)


  • http://every-passing-moment.blogspot.com/ lorena

    congratulations girl :) that is so great to have that opportunity, it makes you feel well accomplished which you are. I’m sure they will call you back. btw, also very informative. what coding knowledge is needed?

  • http://blog.zoblue.com blue

    To be able to create a web page or a website all you really need to know is HTML (or it’s better brother XHTML), CSS, and JavaScript. Now, JavaScript you should understand how it works, but beyond that don’t worry too much about it because there are many free scripts on the web that you can find. The first two are super easy to learn, I recommend this website that has great tutorials: W3Schools.