Thursday 9th September 2010

technology

We posses an extensive technical skill set which allows us to create feature rich web solutions. We use appropriate technologies to maximum efficiency. Below is a brief explanation of some of the technologies we use.

Hypertext Preprocessor (PHP)

PHP pages are exactly like normal HTML web pages except they contain special code which is executed on the web server. PHP lets you make web pages that are interactive and respond to choices made by the user. This code can be used to achieve almost anything from a mailing list, to an online product catalogue. PHP is an opensource language, and runs nativly under a LINUX operating system. LINUX suffers far less downtime than Windows and in most cases is free to use thus keeping costs down.

Cascading Style Sheets (CSS 2)

CSS allow us to have very precise control over the appearance of web pages. They also ensure design consistency - one style sheet is used to format the whole website, so it all looks aesthetically similar. Using one common style sheet also allows us to completely alter the formatting of a web site by changing only one file. CSS are important for their ability to allow us to separate design from content.

Databases (Access, MSSQL, and MySQL)

To store data which will appear on your website blueorb uses data-driven solutions combining PHP with a database technology. This could be used, for example, to store a list of email address for an online mailing list. Databases are also invaluable for storing products for use in an e-commerce website. Used in conjunction with Server Side Languages they allow you to easily add, remove and change products as you wish.

JavaScript (Client-side programming)

For added functionality we can develop small client-side scripts to perform simple operations such as form validation. Client-side scripts have the advantage of reducing load on the server.

Flash

With Flash we can create interactive and animated features and advertisements. Because Flash is not supported to the same degree as plain HTML, we tend not to create entire websites with it.

DHTML (Visual effects, menus)

By combining HTML, JavaScript and CSS we can create complex visual effects including shadowing, drop-down menus, and hover effects. Appropriate use of DHTML can significantly enhance a site's usability.