Download presentation
Presentation is loading. Please wait.
Published byCecilia Cameron Modified over 9 years ago
1
Additional Topics
2
Tutorial #9 Review – Forms Forms Legend and fieldset Fields Text Email Password Radio buttons, check box, text area, select lists Buttons (submit, reset) Placeholder Iframes
3
iframes Iframes - An inline frame is used to embed another document within the current HTML document. Example: Can style like other elements iframe.dmacc { height: 500px; width: 800px; border: solid thick red; }
4
iframes Some sites have really nice iframes for you to use Google Maps has a great one (demo)
5
Placing Multimedia Object Element – used to embed a variety of data types Appendix A has examples <object data =“moviename.swf” type= “application/x-shockwave-flash” classid = “” height=“400” width=“400” >
6
The Parameter Element Object uses parameter to define the characterizes of the object Can only be used within the object start and end The element can be used for when browsers have trouble with the object being used HTML5 has and elements to use video and audio within your page
7
Image Maps Discussed in Tutorial # 2 An image map is an image that is divided into sections that server as links Uses the usemap attribute to assign the value of the image map You create the maps by defining the area <area shape=“” coords = “x, y, r”
8
Image Maps This is a lot easier in Dreamweaver. (Demo)
9
Java Script – Image Rotation The simplest one here: http://www.dmacc.info/Rotate/banner.htm The element is used to define the javascript It is placed in the section (or could also be linked in) The onload attribute of the body element calls the script in this case. There are multiple attributes that can call js.
10
Java Script – Image Rotation DMACC.edu uses a WOW Slider http://wowslider.com/?gclid=CM- qoK3vwbgCFdBcMgodHS0A3A http://wowslider.com/?gclid=CM- qoK3vwbgCFdBcMgodHS0A3A Costs money for use other than personal stuff but very powerful Demo
11
Wow Slider Example
12
Java Script - General A lot of sites off free java script that you can just paste in code Some sites have things to buy Getting pre-made JS can really help add functionality while developing a site.
13
Gradient Background This was a requested topic. This site can be used to generate gradients http://www.colorzilla.com/gradient-editor/ Pick the style and paste the CSS into the selector you want to style. Demo
14
User Interaction Users with disabilities Government sites must follow standards.
15
Search Engine Optimzation
16
User File Upload Create a form for user to enter values Input type File used for file browser Create the PHP to handle the upload Example: http://www.w3schools.com/PHP/php_file_upload.asp
17
Larry’s Topics Hosting http://www.heartland-webhosting.com/ Others
18
What to do after this class Some general ideas of things to look into if you want to continue with web development Advanced Dreamweaver Server Side (PHP, ASP, JSP) Scripting (Java Script) Photoshop (other photo editing) Database Web Dev at DMACC https://go.dmacc.edu/programs/webdevelopment/Pages/wel come.aspx https://go.dmacc.edu/pibs/documents/webdevaas.pdf
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.