Tuesday, March 20, 2007
Ex 4
- Shortcuts (Firefox)
Open Java console: Cntl+Shift+O
Validate HTML : Cntl+Shift+H (A: Local HTML)
Page source: Cntl+U - character count: /onkeyup="countit(this)"/
- Buttons: Show and hide menu
- How to use EVALUATE ???
Posted by RJ at 16:26 0 comments
Ex 3
- CSS rules for "other sections"
font-family: Helvetica, Arial, sans-serif
color: #B36B00 - Change "sidebar - float: right to left"- to make the menu appear on the left
- Change the color of the headings, change the hex code
- dimensions of the menu ???
- there are two errors when you try to validate.....debug !! and "hack" to suit to the other browsers. errors are related to the "text area" and " input" statements.
Posted by RJ at 16:08 0 comments
Ex 2
I included the image by editing the doc in dreamweaver.
I could not upload it to the mim server
Posted by RJ at 16:06 0 comments
Ex 1
Comments-1
navigation menu: "other sections"
list: main, comments, and hat, coat, pterodactyl
Headings: "other sections" & "the is the main part"
The document has two divisions.
Posted by RJ at 15:45 0 comments
Web Design check list !!
Remember to check it off in final design!!
http://www.maxdesign.com.au/presentation/checklist.htm
Posted by RJ at 14:51 0 comments
Javascript
I need to learn about Javascript and CSS as well...
Getting a little too much for me now...!!!
Posted by RJ at 14:48 0 comments
Listamatic
Do not forget this site !!!!!
http://css।maxdesign.com.au/listamatic/index.htm
Gives HTML code for awesome stuff !!!
Posted by RJ at 14:45 0 comments
Mark up Languages
What is a Markup Language?
Markup is code that is included when a document is created
- to provide display instructions,
- to provide meaning or semantics to words or phrases or
- to provide processing instructions.
The markup code or element is made up of a start and end tag and usually some included text and maybe an attribute.
(http://careo.prn.bc.ca/losc/mod1t1.html, viewed on 20th March 07)
Posted by RJ at 14:40 0 comments
Learn HTML, tutorials
http://www.w3schools.com/html/default.asp
I started here a few days ago...I can say that I can create a basic HTML page.....hurray...but its taken me an awfully long time to get here...hmm.....(pondering)...Got to get hold of Sams Teach yourself...Although Tim discouraged their use...they suit my learning abilities....possibly coz I am retarded !!! No offense to anyone....
Cheers,
Rj
Posted by RJ at 14:39 0 comments
How to use the web standards ?
Step 1: use the correct doctype
"Many developers still don't realize that newer browsers look for a DOCTYPE at the top of each page, and will change the way they behave in response to it. Without the correct DOCTYPE, browsers can take your standards-compliant page and render it all wrong."
Read more:
Web Standards for Hard Times - Put a DOCTYPE Atop Every Page
Fixing your site with the right doctype
Step 2: validate your code
"Validators check the syntax of your HTML and CSS to make sure it is correct, and let you know about any errors or ambiguities. It's up to you to figure out how to fix the errors, but usually the mistakes are fairly obvious."
Read more:
What is validation?
Web Standards for Hard Times - Use Those Validators
Validating Australian Museum Online
Step 3: move presentation tags into CSS
The ultimate aim for a website is to separate presentation (colours, fonts, layout, positioning) from content. This is achieved using CSS (Cascading Style Sheets).
Read more:
What is CSS
Advantages of CSS
Disadvantages of CSS
CSS Panic guide
(http://online.uts.edu.au/webapps/portal/frameset.jsp?tab=courses&url=/bin/common/course.pl?course_id=_1506_1, viewed on 20th March 07)
Posted by RJ at 14:34 0 comments
Why do we need to "validate" ?
What is validation?
Recommendation for standards in a browser.
Getting rid of invalid code or "hacks"
How do I validate ?
- Check your entire site : www.validator.w3.org
- Fix any invalid code:
- Make validation part of your process
( http://webboy.net/presentation/ict2003/validation.htm, viewed on 20th March 07)
Posted by RJ at 14:27 0 comments
Need for web standards
Need for web standards ?
- Less bandwidth requirement
- Future-proof
- Extensibility
- Easier to maintain
- Compatible with newer browsers
- Accessible
(http://online.uts.edu.au/webapps/portal/frameset.jsp?tab=courses&url=/bin/common/course.pl?course_id=_1506_1, viewed on 20th March 07)
Posted by RJ at 14:23 0 comments
XHTML ?
http://online.uts.edu.au/webapps/portal/frameset.jsp?tab=courses&url=/bin/common/course.pl?course_id=_1506_1
Check on it for FAQs regarding the two languages..
Why is XHTML needed? Isn't HTML good enough?
- upward compatibility
- lot less messy
- can clean up untidy html documents
- added functionality
Advantages of XHTML:
- availabilty of XForms
- better with XTHML 1.0
Posted by RJ at 14:17 0 comments
W3C
Through the W3C, I stumbled on the following link :
http://online.uts.edu.au/webapps/portal/frameset.jsp?tab=courses&url=/bin/common/course.pl?course_id=_1506_1
I think that it is a good beginners point. The article starts with the very basic things that I would like to know. I although find it easier to understand from a print version...I know it sucks...IT and all....but...well....I am more used to it I guess.....so print outs...here I come !!
It also explains some of the things from the excercise Tim wanted me to do....
Hmmm..
I really need to get on with HTML !!
Posted by RJ at 14:13 0 comments