JavaScript Handout and Examples:
Java Demos and Sites:
The Main problem is that each time you view the preview or post, blogger changes the code to "their"standard. It looks the same but may be more complicated.
Thanks to Ben Suter for the character converter. Check out his other tools.
A few quick shots:
To change the background image for a whole document:
<body style="background-image:url('blueswatch.gif');">
To change the font for a whole document put this line after the body tag:
<div style="FONT-family:times; font-size:18pt;color:white;">
A font-family is a prioritized list of font family names and/or generic family names . The browser will use the first value it recognizes so be sure to include enough description.There are two types of font-family values:
family-name: The name of a font-family, like "times", "courier", "arial"
generic-family: The name of a generic-family, like "serif", "sans-serif", "cursive", "fantasy", "monospace".
Always offer a generic-family name as the last alternative.
Note: If a family-name contains white-space, it should be single-quoted.
<div style="FONT-family: ‘Comic Sans MS’,cursive; font-size:18pt;color:white;">
The line above will display Comic Sans or another cursive font if it is not available
To set the color and behavior of links in HTML
EXAMPLE:
In the head of your page put code like this to get white links, no underline and a change when the mouse is over them. When visited the link will turn red and when hovering the link will turn green. It will turn white after you click before the new page loads.
<Head>
<style type="text/css">
a:link {color:White;text-decoration:none;}
a:visited {color:red;text-decoration:none;}
a:hover {color: green;text-decoration:none;}
a:active {color:white;text-decoration:none;}
</style>
<head>
So where do you get a cool button? Cooltext.com will help you with the button or... you can buy a program that will do it.
The button above was made with ButtonShop3 from Kristanix software. Today, May 21, 2008 it is the GiveAway of the day. Check it out
Go to this link: http://faculty.stritch.edu/ced/533/FZ/
IMPORTANT: Right click on the installfilezilla.txt file and select save Target As...
Change the filename to installfilezilla.exe (be sure you know where it is saved!)
All you need to do is double-click on this file and follow the directions. Don't
forget to provide a folder name, say "filezilla" on the drive you want to
install to. This can be a flash/pen/usb drive of your choice.
So why do we need to do this filename dance? Because the server won't let us download an executable file.
This course examines the origins, history and evolution of the Internet and World Wide Web. Students develop skills in page design concepts, simple html, including the basic use of Javascript and Java applets. Students also investigate page production tools, development of web-based content, content management systems, on-line web applications and curricular examples. 3 graduate credits.
Go to this link: http://faculty.stritch.edu/ced/533/FZ/
IMPORTANT: Right click on the installfilezilla.txt file and select save Target As...
Change the filename to installfilezilla.exe (be sure you know where it is saved!)
All you need to do is double-click on this file and follow the directions.
So why do we need to do this filename dance? Because the server won't let us download an executable file.
Welcome to class. I hope that you will enjoy yourself and learn a lot about Excel and spreadsheets. Don't hesitate to email me with questions.
Here are sites she thought you might find interesting and useful as you learn to blog: