Web Development Tutorials
Print this Section
Web Development Tutorials
About the SoIT
Search IT Tutorials
Website Index
About the SoIT
HTML Tutorial
JavaScript Tutorial
XML Tutorial
PHP Tutorial
Search IT Tutorials
Website Index
A-Z Index of Web Tutorials
About the SoIT
Search IT Tutorials
Website Index
HTML Tutorial
Chapter 1 - Creating Web Pages
Internet History and Usage
Serving Web Pages
HTML Tags and CSS Styles
Working with Documents
Creating Your First Web Page
Chapter 2 - Basic Document Layout
Structuring Page Content
Document Structure Tags
Paragraphs
Line Breaks
Headings
Horizontal Rules
List Structures
Linking Pages
Displaying Pictures
Chapter 3 - Basic Document Styling
Applying Styles
Margin Styles
Alignment Styles
Width & Height Styles
Basic Color Styles
Spans & Divisions
ID & Class Selectors
Chapter 4 - Text Formatting
Font Settings
Text Properties
Font Style Tags
Text & Background Colors
Special Characters
Chapter 5 - Graphic Images
Graphic Formats
Displaying Images
Background Images
Image Transparency
Chapter 6 - Applying Special Styles
Styling Lists
Borders and Padding
Sizing Elements
Positioning Elements
Chapter 7 - Linking Pages
Text Links
Graphic Links
Image Maps
Redirecting Pages
Traversing Folders
Chapter 8 - Using Tables
Creating Tables
Table Borders
Table Captioning
Table Colors & Background
Table Size & Alignment
Aligning Text & Cells
Column & Row Spanning
Table Groupings
Chapter 9 - Playing Multimedia
Audio & Video Formats
Playing Audio
Playing Video
Third Party Content
Chapter 10 - Creating Forms
Form Controls
Creating Forms
Textbox Controls
Textarea Control
Radio Buttons
Checkboxes
Drop-Down Lists
Submit & Reset Buttons
Other Buttons
Grouping & Labels
Submitting Forms
Forms & CSS
Chapter 11 - Designing Web Sites
Site Structure
Design Principles
Choosing Colors
Typography
Accessibility
Site Development
Mobile Development
HTML/CSS Appendix
New HTML5 Tags
HTML Reference
CSS Reference
HTML Special Characters
HTML Colors
JavaScript Tutorial
Chapter 1 - Foundations
Browser Object Model (BOM)
The JavaScript Language
JavaScript Comments
Error Messages
Chapter 2 - JavaScript Data Operations
Data Types and Variables
JavaScript Functions
Arithmetic Operations
String Operations
The Math Object
String Objects
The Date Object
Events & Event Handlers
Chapter 3 - Basic Input and Output
Writing to a Document
Textbox Fields
Alert Boxes
Prompt Boxes
Confirm Boxes
Chapter 4 - Script Decision Making
if() Statements
if()...else Statements
if()... else.. if() Statements
switch() Statements
Chapter 5 - Script Iterations
for() Statements
while() Statements
do... while() Statements
Break/Continue Statements
Nested Loops
Composing Script References
Chapter 6 - Arrays
Creating Arrays
Accessing Arrays
Corresponding Arrays
Parsing Array Strings
Array Methods
Objects as Associative Arrays
Chapter 7 - Browser Objects
Window Properties
Window Methods
The location Object
Window Timers
The screen Object
The history Object
The navigator Object
Chapter 8 - Document Object
Document Object Model (DOM)
Images and Links
Advanced DOM
Chapter 9 - The Form Object
Text Controls
Drop-Down Lists
Radio Buttons
Checkboxes
Buttons
Validating Forms
Chapter 10 - Dynamic Styles
Dynamic CSS Styles
Font Styles
Text Styles
Text & Background Colors
Borders, Padding, & Margins
Background Images
Chapter 11 - Error Handling
Try..Catch Statements
Throw Statement
Chapter 12 - JQuery
Intro to jQuery
jQuery Selectors
jQuery Functions
jQuery Events
jQuery Effects
jQuery Widgets
XML Tutorial
Chapter 1 - XML Data Structures
eXtensible Markup Language
XML Documents
Document Layout & Syntax
XML Editing
Chapter 2 - Document Type Definitions
Elements
Attributes
Entities
XML Validation
Chapter 3 - Schemas
Schema Element
Simple Elements
Simple Attributes
Restrictions
Complex Elements
Indicators
PHP Tutorial
Chapter 1 - Foundations of Web Design
Web Development Environments
Web Systems Models
Web Applications Development
About PHP
Chapter 2 - Basic Document Structure
Mixing HTML & PHP
Displaying Content
Instruction Terminator
Commenting Your Code
Chapter 3 - PHP Data
Scalar Variables
Array Variables
Constants
Operators
Strings
Date/Time
Chapter 4 - Decision Structures
if() Statements
switch() Statements
Chapter 5 - Looping Structures
while loops
do...while loops
for loops
foreach loops
Chapter 6 - Reusing Code & Functions
Include Files
Using Functions
Chapter 7 - Basic Form Processing
Form Design
Form Handling
Form Validation
Redisplaying Form Values
Chapter 8 - Sessions
Using Session Variables
Cookies
Chapter 9 - DB Access Using MySQL
MySQL Functions
Inserting Records
Selecting Records
Deleting Records
Updating Records
Transactions
Prepared Statements
Chapter 10 - File and Folder Access
Opening Files
Reading Files
Writing to Files
Copying Files
Deleting Files
Renaming Files
Collecting Form Data
Uploading Files
Chapter 11 - Sending Emails
Email Processing
TOP