Wagner Consulting International - Travel and Tourism Industry Translation & Localization Services

NOTE: To use the advanced features of this site you need javascript turned on.

Home File Formats / Source Codes
File Formats / Source Codes PDF Print E-mail

Hereinafter you´ll find a list with the most common source codes available on the market. This list is not complete and will be update and expanded from time to time.


html (HyperText Markup Language)

This is the predominant markup language for websites. HTML provides a means to describe the structure of text-based information in a document. This is done by denoting certain text as links, paragraphs, etc. and to coordinate this with interative forms or embedded images. HTML is written in the form of tags.

PHP

This is a powerful server-side scripting language for creating dynamic and interactive websites. PHP is perfectly suited for webdevelopment and can be embedded directly into the html code.

ASP (Active Server Pages)

This is Microsofts first server side script engine for dynamically generated websites. Programing ASP websites are done via built-in objects.

XML (EXtensible Markup Language)

This is a general purpose specification for creating custom markup languages. It was designed to store and transport data (html e.g. was designed to display data). Please note that XML does nothing. It is used to structure, store and transport data.

CSS (Cascading Style Sheets)

This is a stylesheet language used to describe the presentation of a document written in a markup language. Though it is primarily used to put style to html applications, it can used with any XML document.