Web Design and Development Essentials Tutorials
Online Contents For This Course
We have made some of the video tutorials for
Web Design and Development Essentials
freely available to help you evaluate our training. Click on any of the linked lesson listings below to preview FREE!
Course Description
Successful web design and development requires a wide range of skills in multiple scripting languages, software applications, and methodologies. Author Rick Martin brings all of these together in one course to guide you through HTML, CSS, PHP, MySQL, JavaScript, Adobe Photoshop, and the processes involved in planning a successful website project. At the end of the course, you will be comfortable with developing functional, standards-compliant websites. Work files are included. To begin learning today, simply click on the movie links below.
Choose your media type:
|
Introduction
|
|||
| Course Overview | (04:53) | T | |
| Software Applications Used | (04:57) | T | |
| Cross Browser Compatibility | (04:43) | T | |
| Validation | (03:34) | T | |
|
Hosting & Domain Names
|
|||
| Web Hosting | (05:22) | T | |
| Domain Names & DNS | (05:50) | T | |
|
HTML & XHTML Basics
|
|||
| Overview | (04:45) | T | |
| Tags | (04:01) | T | |
| Elements & Attributes | (03:06) | T | |
| Inline Elements vs. Block Elements | (05:00) | T | |
| The DOCTYPE Declaration pt. 1 | (02:55) | T | |
| The DOCTYPE Declaration pt. 2 | (03:34) | T | |
| Quirks Mode | (03:03) | T | |
| Meta Tags | (03:53) | T | |
| Hyperlinks pt. 1 | (06:09) | T | |
| Hyperlinks pt. 2 | (03:18) | T | |
| Images pt. 1 | (04:30) | T | |
| Images pt. 2 | (03:20) | T | |
| Lists | (02:08) | T | |
| Divs & Spans | (04:35) | T | |
| Tables pt. 1 | (03:06) | T | |
| Tables pt. 2 | (06:31) | T | |
| Tables pt. 3 | (02:40) | T | |
| Comments & Conditional Comments | (04:17) | T | |
|
CSS Basics
|
|||
| Overview | (02:40) | T | |
| CSS Placement pt. 1 | (03:57) | T | |
| CSS Placement pt. 2 | (02:54) | T | |
| Syntax & Types of Styles pt. 1 | (05:01) | T | |
| Syntax & Types of Styles pt. 2 | (03:31) | T | |
| Cascading pt. 1 | (02:46) | T | |
| Cascading pt. 2 | (03:08) | T | |
| Specificity pt. 1 | (05:10) | T | |
| Specificity pt. 2 | (04:07) | T | |
| Specificity pt. 3 | (02:49) | T | |
| Color Codes pt. 1 | (03:34) | T | |
| Color Codes pt. 2 | (04:41) | T | |
| The CSS Box Model | (04:33) | T | |
| Styling Text | (02:34) | T | |
| Styling Fonts pt. 1 | (03:34) | T | |
| Styling Fonts pt. 2 | (05:07) | T | |
| Styling Backgrounds | (02:44) | T | |
| Dimensions | (02:30) | T | |
| Padding & Margins | (05:24) | T | |
| Borders | (03:17) | T | |
| Horizontally Aligning Block Elements | (04:26) | T | |
| Vertically Aligning Block Elements pt. 1 | (04:38) | T | |
| Vertically Aligning Block Elements pt. 2 | (03:08) | T | |
| Positioning & Overlapping pt. 1 | (04:52) | T | |
| Positioning & Overlapping pt. 2 | (05:45) | T | |
| Floating Elements pt. 1 | (03:58) | T | |
| Floating Elements pt. 2 | (03:22) | T | |
|
PHP Basics
|
|||
| Overview pt. 1 | (04:29) | T | |
| Overview pt. 2 | (05:15) | T | |
| The php.ini File | (06:15) | T | |
| Error Messages pt. 1 | (03:38) | T | |
| Error Messages pt. 2 | (04:21) | T | |
| PHP Variables pt. 1 | (04:25) | T | |
| PHP Variables pt. 2 | (04:56) | T | |
| Displaying Content in the Page | (04:24) | T | |
| If/Else Statements pt. 1 | (06:21) | T | |
| If/Else Statements pt. 2 | (04:02) | T | |
| Numeric Arrays | (02:57) | T | |
| Associative Arrays | (02:32) | T | |
| Multidimensional Arrays | (06:02) | T | |
| The GET Variable | (05:55) | T | |
| The POST Variable | (03:43) | T | |
| Session Variables | (03:39) | T | |
| Embedding External Pages | (04:05) | T | |
| Functions | (04:23) | T | |
| While Loops | (02:08) | T | |
| Foreach Loops | (01:47) | T | |
| Quotes | (03:18) | T | |
|
MySQL Basics
|
|||
| Overview | (04:54) | T | |
| MySQL Data Structure pt. 1 | (02:29) | T | |
| MySQL Data Structure pt. 2 | (03:35) | T | |
| Creating a Database | (04:08) | T | |
| Creating Tables pt. 1 | (04:56) | T | |
| Creating Tables pt. 2 | (04:20) | T | |
| Editing Tables | (03:51) | T | |
| Importing & Exporting | (05:17) | T | |
|
Forms
|
|||
| Overview | (04:33) | T | |
| Input Element Types pt. 1 | (03:12) | T | |
| Input Element Types pt. 2 | (02:31) | T | |
| Form Accessibility | (04:23) | T | |
| Form Layout | (05:30) | T | |
| Form Styling pt. 1 | (05:31) | T | |
| Form Styling pt. 2 | (04:07) | T | |
| Form to Email | (02:50) | T | |
|
Using PHP with MySQL
|
|||
| Setup | (01:39) | T | |
| Connecting to the Database | (04:40) | T | |
| SQL Injection | (02:31) | T | |
| Magic Quotes | (03:19) | T | |
| Selecting Data | (04:55) | T | |
| Displaying Data | (02:35) | T | |
| Displaying Multiple Data Rows pt. 1 | (02:39) | T | |
| Displaying Multiple Data Rows pt. 2 | (03:14) | T | |
| Reusing a Query | (01:58) | T | |
| Inserting Data | (06:12) | T | |
| Updating Data pt. 1 | (03:29) | T | |
| Updating Data pt. 2 | (04:41) | T | |
| Deleting Data | (04:43) | T | |
|
JavaScript Basics
|
|||
| Overview | (04:32) | T | |
| Adding JavaScript to a Document | (05:15) | T | |
| Variables & Functions | (03:45) | T | |
| Controlling Elements & Content | (05:24) | T | |
| Detecting User Input pt. 1 | (05:39) | T | |
| Detecting User Input pt. 2 | (03:02) | T | |
| Moving PHP Data into JavaScript | (01:54) | T | |
|
Planning a Website
|
|||
| Overview | (03:43) | T | |
| Website Goals | (03:29) | T | |
| Target Audience | (03:00) | T | |
| Research & Analysis | (02:24) | T | |
| Assets & Organization | (04:33) | T | |
| Wireframing | (02:41) | T | |
|
Graphic Design
|
|||
| Overview & Setup | (03:07) | T | |
| Color Modes | (02:51) | T | |
| Image Resolution & Size | (04:18) | T | |
| Document Setup | (04:04) | T | |
| Canvas Size | (03:43) | T | |
| Page Background | (03:36) | T | |
| Header & Content Backgrounds | (06:06) | T | |
| Menu Background | (05:08) | T | |
| Content Boxes pt. 1 | (05:49) | T | |
| Content Boxes pt. 2 | (05:08) | T | |
| Cropping & Exporting pt. 1 | (02:48) | T | |
| Image Formats pt. 1 | (03:24) | T | |
| Image Formats pt. 2 | (03:13) | T | |
| Cropping & Exporting pt. 2 | (06:33) | T | |
|
Navigation Menus
|
|||
| Using Lists for Menus pt. 1 | (02:35) | T | |
| Using Lists for Menus pt. 2 | (04:46) | T | |
| Horizontal Menus | (03:09) | T | |
| Centered Horizontal Menus | (04:38) | T | |
|
Assembling the Page
|
|||
| Basic Page Structure | (06:28) | T | |
| Content | (06:18) | T | |
|
Conclusion
|
|||
| Wrap Up | (01:25) | T | |
|
Credits
|
|||
| About the Author | (01:47) | T | |
Course Information
| Course: | Web Design and Development Essentials |
| Author: | Rick Martin |
| SKU: | 34187 |
| ISBN: | 1-936334-69-0 |
| Release Date: | 2010-12-22 |
| Duration: | 9.5 hrs / 136 tutorials |
| Work Files: |
Yes |
| Captions: | Available on CD and Online University |
Search within Captions
Subscription / Purchase Information
Visitors to VTC.com will be able to view all introductory videos for each training course.
Free Trial Members will gain access to first three chapters for each training course.
Sign up for a Free Trial
Full Access Members have full access to VTC.com's entire library of video tutorials.
If you are already a member, please login here.
United States
Email this Page
Send us Feedback