Home | Applications | Documentation | Transport | Personal |

Documentation

Home | Cloud | C# | Database | DevOps | Revision | Web |

Web | AJAX | CSS3 | DOM | HTML5 | JavaScript | JQuery | Node.JS | TypeScript |

Web

AJAX

AJAX stands for Asynchronous Javascript And Xml. It allows a web form send data to the server and refresh a part of the web form without having to refresh the whole page. This happens the bachground.

Angular>

Waiting for a training course before updating this page.

CSS

Page for CSS3, the latest Cascading Style Sheet standard.

DOM

The html page is the source code. When the browser reads this, it creates the DOM and javascript can then use this and amend for dynamic changes.

HTML

Page for HTLM5, the latest HTML (HyperText Markup Language) standard.

Javascript

Programming language, based on C++, for client and server side web pages.

JQuery

JQuery is a JavaScript Library. It is not a programming language. It does make Javascript and Ajax much easier to code.

Node.JS

Designed for Server Side Web development for Javascript. Uses the NPM (Node Package Manager) that is very popular with other programming languages like Angular.

TypeScript

TypeScript stands in an unusual relationship to JavaScript. TypeScript offers all of JavaScript’s features, and an additional layer on top of these: TypeScript’s type system.