Welcome to S-Design
The home of your bespoke, professional, fast-loading, interactive, database-driven web presence.
Menu
TUTORIALS

If you're new to web programming, you may find these tutorials helpful.
There's nothing too fancy here, just a quick and easy introduction to get you started.

This is the basic language that all webpages are coded in.
HTML stands for Hyper Text Markup Language. HTML is a language for describing webpages. HTML documents are described by HTML tags. Each HTML tag describes different document content. View HTML Tutorial


This is how you style your HTML webpage.
CSS stands for Cascading Style Sheets. CSS defines how HTML elements are to be displayed. Styles were added to HTML 4.0 to solve a problem... CSS saves a lot of work. External Style Sheets are stored in CSS files. View CSS Tutorial


This is how to make your HTML webpage interactive, or to manipulate it.
JavaScript is the most popular programming language in the world. Like HTML & CSS, it runs client-side (in the browser) to interact with the user, control the browser, communicate asynchronously, and alter the document content that is displayed. View JavaScript Tutorial


This is how you process data before or after a HTML webpage is displayed in the browser.
PHP is a server-side scripting language. PHP can be used to determine what HTML to send to the browser, or to process data from a form, or to store an uploaded image, or to interact with a database. View PHP Tutorial


This is how you store data in, or retrieve data from, a database.
MySQL is an open source Relational Database Management System (RDBMS) that uses Structured Query Language (SQL). SQL is the most popular language for adding, accessing and managing content in a database. View MySQL Tutorial
Title