Sunday, December 16, 2007
Readings Week 3 For RIT 737
http://www.rit.edu/~jrhicsa/03outline.html
I have always been frustrated by how I could never get a fluid layout to look across all the different resolutions users were using to see my sites. Columns never really scaled exactly the way I wanted them to and tiny font-sizes on higher resolutions, which were okay on lower resolutions, killed content legibility. When I tried to drop 800x600 layouts, I ended up inconveniencing users that didn’t maximize their browser windows.
03outline.html example attempts to deal with the different resolution problems that occur.
Chapter 6 Forms - Webmaster in a Nutshell
Link, check yours and other classmates http://www.rit.edu/~jrhicsa/winter08.html
Matt's Script Archive FormMail.pl http://www.scriptarchive.com/formmail.html
Setting Up the FormMail Script http://www.scriptarchive.com/readme/formmail.html#setting_up
CSS - Links and Ebook ( look in your My Courses)
Variety of CSS positioning and layout guides and templates
* CSS Layouts from Code-Sucks.com
* http://del.icio.us/mamamusings/css/
Sunday, December 9, 2007
Readings Week 2 For RIT 737
Some of the key points that I noted down from the reading that chapter included
Webmaster in a Nutshell Chapter One
This weeks readings are going to be including-A Web Browser works by connecting over the Internet to remote machines, requesting specific documents, and then formatting the documents they recieve for viewing on the local machine. (Examples of browsers: Netscape, Mozilla, Internet Explorer)
-The format for a URL(Uniform Resource Locators) is http://host/path and scheme://host/path/extra-path-info?query-info
-The top web document formats are HTML(Hypertext Markup Language), CSS(Cascading Style Sheet), or XML(Extensible Markup Language)
- A Webmaster is a person who works on the content end of the web. This title can then be divided between four different groups:
-Content Provider: Work on the data itself creating or editing HTML documents, incorporating images and forms, and maintaining the links.
-Designers: Create the images and also define the "look" of the site.
-Programmers: Write CGI, Java, JavaScript, and other programs to incorporate the website.
-Administrators: Manage the server, establishing new content development areas, writing new scripts, and maintaining security of sensitive documents and of the general site
Webmaster in a Nutshell Chapter Two
Some of my notes that I highlighted while reading chapter 2 included the following:
This week's in class exercises is going to involve setting up your index page and your external master css for your course and introducing events that trigger JavaScript functions.-An HTML document consists of text, which comprises the context of the document, and tags, which define the structure and appearance of the document.
Event Handlers: Script that reacts to a certain action such as a mouse cursor rolling over something, clicking on a link, leaving a page, etc.-HTML can be used to invoke JavaScript functions to use specific even handlers.
I have a preference to XHTML however, there are a lot of debates and discussions about XHTML vs HTML. Here are some selected readings on the topic for those who are interested in the pros and cons of each.
* HTML vs. XHTML on standards compliant websites (Roger Johansson, 19 June 2006)
* HTML or XHTML? (Robert Nyman, 2 November 2005)
Some of my lecture time on Monday December 10 is going to be on XHTML and CSS
http://www.rit.edu/~jrhicsa/02outline.html
