ASP |
XML |
JavaScript |
Java Applets |
PHP |
Perl |
RSS |
AJAX |
SVG |
Web Technologys
ASP
- This is a Program built by microsoft commonly called ASP.net and is used to build dynamic web pages. It uses a common languagues to build web pages and so any microsoft language is likely to work.
- XML
- (Entensible markup language) which is XML is used a a kind of language which is performed in tags to format the text on the web page. It is used to encode and serialise text
- JavaScript
- This is bacicly a languaging for writing web pages. It derives from java but this is built more around non programer to use and so it is easier for the user to understand and use. It is made up of many common languages. This language supports first class funtions e.g. to build objects
- Java Applets
- These have a primary purpose of building components that HTML langugue cant, this is usually complex objects such as virtual things. This is delivered by something called javabytecodes
- PHP
- This is basicly an extra programing language which can be used in certain programs to upgrade and make programs better, It is used while making dynamic web pages, but mainly user on the server side of scripting networks. It stands for (Hypertext Procceser)
- Perl
- (Practical Extraction and Report Language) This is a scripting language that is commonly used for scripting web servers. It is a symilar language to C# and c++. This means that is is easy to learn by other programers. This can be good for looking and parsing through text so that is a common use for this language.
- RSS
- (Really Simple Syndication) This has a common use as a format for updating blogs and new sites.This is good for programes that are being constantly updated be RSS language allows and gives the user a way of quickly updating a webpage or blog.
- AJAX
- This is commonly reffered to as (Ajax programming) and is a technique for creating interactive web applications. This can be seen as a transferring mechanism to the server normally without ajax data would come all at once but ajx allows to to come in little bits at a time constantly. This makes the programe or website run better and is more effective.
- SVG
- (Scalable Vector Graphics) This is basiclly a speciall format commonly with 3d images that allows two images to be displayed at the same time on a web page This is created using command coding and complies with XML This is usually used with JPEG and GIF Images.