This learning session, from the Georgia Institute
of Technology, shows how to use the MySQL database and PHP web
scripting to quickly and cheaply program and build a content
management system, URL reference database, and web-based
information
portal for a real-world library application. This training
session covers working modules, provides development
resources and gives you a practical understanding of web development
with these tools.
Developing Web
Applications with MySQL and PHP
Speech
and Presentation - View/Open
32347Kb,
AVI format
Handout - View/Open
72Kb,
pdf format
Discussion - View/Open
101Kb,
pdf format
Power Point Presentation - View/Open
2308Kb,
Powerpoint format
Developing Web Applications with MySQL and PHP
January 29, 2007, 12:52 pmHTML & CSS Tutorials using Pictures
January 15, 2007, 7:50 pmThis new software tutorial web site, In Pictures,
hosts and offers free online computer Tutorials. This blog post details
and links to their free HTML and CSS Tutorials.
These HTML and CSS tutorials will help
you learn how to use HTML and CSS. The tutorials on this
site are based
on pictures, or illustrations and screen shots demonstrating the tasks
and features being taught. These software tutorials were
developed as part of a research study
performed for
the U.S. Department of Education. Every user who
completed these illustrated HTML and CSS tutorials
reported that they were able to learn and understand HTML and CSS more
quickly and easily compared to using
traditional
software training methods.
HTML
& CSS Tutorials using Pictures
HTML Basics
- Create Web pages
- Employ style sheets
- Format text
- Create links
- Insert graphics
- Link multiple pages
- Change colors
Navigation & Layout
Interactivity
Advanced Layout
Web Style Guide, 2nd edition
January 9, 2007, 11:07 pmThis free book, The Web Style Guide, 2nd edition,
teaches you Web page and Web site design principles, along with tips
and tricks, ranging from interface design to editorial style and
graphics. It provides you a high level of understanding which
will assist your Web development and design efforts. Whether you're a
newbie to Web design and development or a veteran, this book will give
you insight into Web site design that you have not had before, bringing
you a more reasoned and realistic perspective. The
information given in this Web Style Guide is based on the
functional concepts of design, but it also discusses Web site
accessibility, Cascading Style Sheets (CSS), and flexible page design.
Material covering information architecture, site
maintenance, and multimedia design is also included. The second edition
offers added illustrations and
updated Web site examples to show current best practices.
Web Style Guide, 2nd
edition
Chapter 1: Process
- Web page design versus conventional document design
- Make your Web pages freestanding
- Basic interface design
- Navigation
- References
- Organizing information
- Site structure
- Site design themes
- Site elements
- Internet versus intranet design
- References
- Visual hierarchy
- Consistency
- Page dimensions
- Page length
- Design grids for Web pages
- Page headers and footers
- Page layout
- Frames
- General design considerations
- Cross-platform issues
- Accessibility
- References
- Characteristics of type on the Web
- Content structure and visual logic
- Legibility
- Consistency
- Cross-platform issues
- Accessibility
- Type graphics
- References
- Characteristics of Web graphics
- Graphic file formats
- Images on the screen
- HTML and graphics
- Accessibility
- References
Replacing outdated DHTML with DOM Scripting in your JavaScript
January 8, 2007, 3:34 pmThis JavaScript Tutorial is aimed at beginners to help them
understand how old and
outdated JavaScript techniques can cause issues on a web page. The
tutorials proceeds by analyzing the source code of a web page that
was written several years ago using concepts that were
ok good to use then,
but in the current Web will render inaccessible
or broken pages in a browser.
Three
dynamic elements using
JavaScript are reviewed and explained from the point of view when they
were originally developed, and then a more current method of re-writing
them is demonstrated making them more hardened and less error-prone in
regards to DOM scripting. The tutorial starts with providing
some understanding about what DHTML and the DOM are. The
example web site containing the JavaScript code examples are available
for download
as a zip file.
From
DHTML to DOM Scripting - How to replace outdated javascript techniques
Download
PDF version (202KB)
Table
of Contents
- Preface
- What is DHTML and what is DOM scripting?
- Creating
the page in DHTML
- The goal of DHTML
- The tabbed navigation in DHTML
- DHTML issue #1: Script dependence
- Showing, hiding and tab highlight in DHTML
- DHTML issue #2: Mixing presentation and functionality
- The Product Photo in DHTML
- DHTML issue #3: Assuming functionality without testing for it
- The Slide Show in DHTML
- DHTML issue #4: Keeping maintenance JavaScript based
- DHTML issue #5: Mixing HTML and JavaScript
- DHTML issue #6: Blaming the user
- DHTML issue #7: Taking over the document
- Introducing
DOM scripting
- The goal of DOM scripting
- DOM scripting asset #1: Progressive Enhancement
- DOM scripting asset #2: Ease of maintenance
- DOM scripting asset #3: Separation of Presentation and Behaviour
- DOM scripting asset #4: Separation of Structure and Behaviour
- DOM scripting asset #5: Using modern event handling
- DOM scripting asset #6: Avoiding clashes with other scripts
- Re-creating the demo page with DOM scripting
- Where to now?