Every website is build with a lot of tools and technologies each serving a different purpose. At Omikrosys we use the latest to deliver the best. Here you shall get a glimpse of what technologies or languages we work with to create your website and what standards we adhere to.
HTML , CSS , JAVASCRIPT
These are the basic elements of a webpage which the browser is capable of diplaying. HTML or Hyper Text Markup Language defines the structural layer. CSS or Cascading Style Sheets defines the presentational layer and JAVASCRIPT defines the behavorial layer. W3C has laid down certain standards and specifications which should be followed by all web designer and developers. At Omikrosys we put a lot of emphasis on these standards and develop websites according to the latest version of these languages.
PHP / RAILS / CGI-PERL / Python
These are server side scripting languages which are used to develop web applications. They basically generate a Web Page from data available in a database like MySql or MS-Sql. Static Webpages like .html are not there. Instead webpages are generated dynamically.
AJAX
AJAX is a client-side technology used for asynchronous remote calls to fetch information and update pages without refreshing them.
MySQL / PostgreSQL
These are database software which are used in conjunction with server side scripts to create web applications. Data is retrieved from these databases and used by the scripts to generate a unique html page for each visitor depending on his preferences, accounts etc.