Click here to Skip to main content
15,879,326 members
Articles / Web Development / ASP.NET / ASP.NET Core

Beginner's Walk - Web Development

Rate me:
Please Sign up or sign in to vote.
4.90/5 (148 votes)
12 Sep 2019CPOL7 min read 476.7K   592   120
Web development beginner tutorials. A compilation of web development tutorials that serve as a beginner's walk to web development

We want to create the definitive Beginner's Walk for Web Development and we need your help in putting together the articles.

This Table of Contents is editable by all Silver members and above. What we want you to do is replace the entries in the Table of Contents below with links to articles that represent the entries.

Find an article that matches an entry and replace the entry with a link to the article, updating the entry's text with the title of the article, and making the entry a hyperlink to the article. If you can't find an article then write one! Find a topic that suits you, author an article, and once it's approved by our members then link to it from here. Full circles represent article titles, open circles represent article topics.

This is not a wiki in the traditional sense. It's an experiment we hope you enjoy. If you have any questions or comments feel free to send us an email at submit@codeproject.com.

HTML – Basics Required For Making Web Sites

  • HTML For Beginners By Nongjian Zhou
    • Basic tags and Page Structure
    • Elements
    • Attributes
    • Paragraph, Divs, Tables
    • Design, Formatting Tags – Style Declaration (Basic CSS)
    • Div Page Design – Why using tables for layout is bad
    • Protocols – HTTP, Port Numbers, SSL (HTTPS)
    • URL-encode (for specifying addresses in hyperlinks) / HTML Encode (for representing entities in HTML)
    • What not to use
    • Designing for different browsers / Cross Browser Compatibility / Quirks vs Standards Mode
    • XHTML schema, and how to target it

CSS

  • CSS For Beginners By Nongjian Zhou
    • Syntax
    • Text Properties
    • Borders, Margins, Padding - Differences in how these are rendered in different browsers
    • Positioning
    • Cross Browser Issues, CSS 2.1

JavaScript

ASP.NET

PHP

  • General Overview
    • Basic Syntax
    • Using Operators, Functions, Statements, Namespaces, Exceptions, etc.
    • GET vs POST
  • Basics
    • Page Creation
    • Inserting PHP Script
    • Files — create, read/write, open, delete, etc.
  • Objects
    • Overview
    • Constructors and Destructors
    • Class Definitions
    • Object Iteration
    Function Reference
  • APC
  • Error Handling
  • Database Extensions
  • Directory
  • Filesystem
  • FTP
  • HTTP
  • libxml
  • XML Parser
  • Session Handling
  • Web Services
    • SCA
    • SOAP
    • XML
    • RPC
    Libraries
  • MySQL
  • SQLite
  • LDAP servers

Ajax

Security

  • Security – Cross Site Scripting
  • Security – SQL Injection by Colin Angus Mackay
  • Security – HTML Injection
  • Security – Spoofing and Phishing
  • Security – Handling Passwords and Logins
  • Security – General Overview – all possible threats

History

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Writer CodeProject
Canada Canada
Sean Ewington is the Content Manager for CodeProject.

His background in programming is primarily C++ and HTML, but has experience in other, "unsavoury" languages.

He loves movies, and likes to say inconceivable often, even if it does not mean what he thinks it means.

Comments and Discussions

 
GeneralMy vote of 5 Pin
maq_rohit1-Mar-11 4:46
professionalmaq_rohit1-Mar-11 4:46 
GeneralSneaky Pin
Sacha Barber1-Mar-11 4:32
Sacha Barber1-Mar-11 4:32 
GeneralMy vote of 5 Pin
Hans Dietrich1-Mar-11 4:20
mentorHans Dietrich1-Mar-11 4:20 
Generalvery nice collection Pin
Rounak Hasan12-Feb-11 19:46
Rounak Hasan12-Feb-11 19:46 
GeneralMy vote of 5 Pin
Rounak Hasan12-Feb-11 19:39
Rounak Hasan12-Feb-11 19:39 
GeneralNice Collection Pin
thatraja7-Jul-10 7:48
professionalthatraja7-Jul-10 7:48 
GeneralRe: Nice Collection Pin
Sean Ewington7-Jul-10 8:01
staffSean Ewington7-Jul-10 8:01 
GeneralRe: Nice Collection Pin
thatraja7-Jul-10 8:15
professionalthatraja7-Jul-10 8:15 
GeneralMy Contribution Pin
Arun Jacob23-Jun-10 0:07
Arun Jacob23-Jun-10 0:07 
GeneralRe: My Contribution Pin
Sean Ewington23-Jun-10 10:20
staffSean Ewington23-Jun-10 10:20 
GeneralRe: My Contribution Pin
Arun Jacob23-Jun-10 18:39
Arun Jacob23-Jun-10 18:39 
QuestionWhat about "Understanding OOP in ASP.NET AJAX extensions" ? Pin
Petr Pechovic11-May-10 5:06
professionalPetr Pechovic11-May-10 5:06 
AnswerRe: What about "Understanding OOP in ASP.NET AJAX extensions" ? Pin
Sean Ewington11-May-10 5:11
staffSean Ewington11-May-10 5:11 
GeneralRe: What about "Understanding OOP in ASP.NET AJAX extensions" ? Pin
Petr Pechovic11-May-10 5:31
professionalPetr Pechovic11-May-10 5:31 
GeneralHere's One Pin
thund3rstruck8-May-10 18:03
thund3rstruck8-May-10 18:03 
GeneralRe: Here's One Pin
Sean Ewington10-May-10 3:33
staffSean Ewington10-May-10 3:33 
GeneralArticle Published Pin
Abhijit Jana6-May-10 8:52
professionalAbhijit Jana6-May-10 8:52 
GeneralRe: Article Published Pin
Sean Ewington6-May-10 11:25
staffSean Ewington6-May-10 11:25 
GeneralRe: Article Published Pin
Abhijit Jana7-May-10 22:24
professionalAbhijit Jana7-May-10 22:24 
GeneralArticle Replacement Pin
Abhijit Jana1-May-10 20:36
professionalAbhijit Jana1-May-10 20:36 
GeneralRe: Article Replacement Pin
Sean Ewington4-May-10 10:30
staffSean Ewington4-May-10 10:30 
GeneralRe: Article Replacement Pin
Abhijit Jana4-May-10 10:42
professionalAbhijit Jana4-May-10 10:42 
QuestionCan we place these articles. Pin
Brij6-Apr-10 1:02
mentorBrij6-Apr-10 1:02 
AnswerRe: Can we place these articles. Pin
Sean Ewington9-Apr-10 8:39
staffSean Ewington9-Apr-10 8:39 
GeneralRe: Can we place these articles. Pin
Brij9-Apr-10 20:36
mentorBrij9-Apr-10 20:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.