https://github.com/jeffthompson/webdesignexamples
Example files for teaching HTML, CSS, JavaScript, PHP, and other web technologies
https://github.com/jeffthompson/webdesignexamples
Last synced: about 1 year ago
JSON representation
Example files for teaching HTML, CSS, JavaScript, PHP, and other web technologies
- Host: GitHub
- URL: https://github.com/jeffthompson/webdesignexamples
- Owner: jeffThompson
- Created: 2013-01-11T21:40:32.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-04-27T14:27:49.000Z (about 12 years ago)
- Last Synced: 2025-04-20T14:43:39.140Z (about 1 year ago)
- Language: CSS
- Size: 7.63 MB
- Stars: 5
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Web Design Examples
=================
Example files for teaching HTML, CSS, JavaScript, PHP, and other web technologies
\- \- \-
####HTML
Basic HTML structure; comments; headlines and paragraph text, basic formatting; links; lists
####CSS
Formatting all of the above; placement and color; web fonts
####HEADERS, FOOTERS, AND SIDEBARS
Using CSS 'float' to create more complex layouts
####BASIC PHP
Creating text and HTML onscreen; randomized images
####DYNAMIC HEADERS
PHP to create dynamic (and more easily updatable) menus
####FORMS
Using PHP to process, parse, and email the results of forms
####JAVASCRIPT
Basic structure and syntax; manipulating HTML and styles; randomization; getting window size; rollovers and dropdown menus; intro to JQuery
####IMAGES FOR WEB
Example files for exporting images at web resolution
####RANDOM AND PROJECT-SPECIFIC DEMOS
An assortment of files created to help students with particular project, but that might be useful for others
\- \- \-
\[ all code available under [Creative Commons BY-NC-SA license](http://creativecommons.org/licenses/by-nc-sa/3.0/) - feel free to use but [please let me know](http://www.jeffreythompson.org) \]