Technologies
- • HTML (HyperText Markup Language)
- The language consisting of tags used for websites writing. The tags and their attributes serves to give the text a logical and hierarchic structure. Each website is based on the HTML because it enables displaying it by the browsers.
- • CSS (Cascading Style Sheets)
- The cascading styles sheets store all information concerning website appearance (its elements, layout, colors, fonts etc...) They allow to completely change the appearance of the all service subpages through the modification of the content of only one file. An esthetic and visual coherence can be ensured only by using CSS technology.
- • WYSIWYG (What You See Is What You Get)
- An acronym defining the technology, that allow to obtain a result on an Internet publication being identical or very approximate to its display in the administration panel. In the simplest words, text edition on web sites or the content of news or comments is based on the same rules as a documents edition in the well-known Ms Word editor. It is a totally new solution, that enables, without previous training, to release shaped documents by the editor without knowledge of texts formatting in HTML or CSS.
- • AJAX (Asynchronous JavaScript and XML)
- A combination of many technologies joined together in an effective and efficient way, what enables to create advanced web sites mainly based on dynamic interaction with its user. It enables the processing and manipulation of various kinds of data with the aid of the XMLHttpRequest objects consisted in the DOM (Document Object Model) structure.
- • jQuery
- It's a cross browser JavaScript library. jQuery's syntax is designed to make it easier to select DOM (Document Object Model) elements, create animations, handle events, and develop AJAX-based applications.
- • PHP (Hypertext Preprocessor)
- The advanced programming language used for creating dynamic websites executed on the server-side. On the contrary to the aspnet technology, php is open source - it means that it's absolutely free. The PHP allows to create practically an inexhaustible range of the Internet applications beginning form the discussion forums through chats, e-shops, or graphics galleries up to the complete portal management system. Together with MySQL databases, JavaScript and Flash it enables to create uncommonly effective and efficient solutions.
- • MySQL (Structured Query Language)
- At present, the most popular relational data storage engine being accessible for free - the open source license. MySQL is the fastest and the most stable system of storage engines characterized byboth flexibility and security, aimed at speed and operating under a great burden. MySQL databases allow to store even the whole web site content. Comfort consists in possibility ofintroducing changes "on the fly" i.e. directly by using PHP programming language. Security ensures the possibility of making copies in a such way so as to any breakdown or hack attempt, it is enough only a few minutes to recover the full functionality of a web site.

All right reserved by AlexSoft