| | Do you need a web site with customized functionality?
We have the expertise to develop a professional web application from scratch or customize an existing web application for your needs.
| |
| 1 | Server side scripting (PHP)
- PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.
| |
| 2 | Static Pages Web Site (XHTML / CSS)
- Extensible Hypertext Markup Language, or XHTML, is a family of XML markup languages that mirror or extend versions of the widely used Hypertext Markup Language (HTML), the language in which web pages are written.
Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation semantics (that is, the look and formatting) of a document written in a markup language. Its most common application is to style web pages written in HTML and XHTML, but the language can be applied to any kind of XML document, including SVG and XUL.
- This text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply. See Terms of Use for details.
| |
| 3 | Database Driven Web Site (MySQL )
- MySQL is a relational database management system (RDBMS) which has more than 6 million installations. MySQL stands for "My Structured Query Language". The program runs as a server providing multi-user access to a number of databases.
This text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply. See Terms of Use for details.
| |
| 4 | Rich Internet Applications (AJAX & Javascript)
- Rich Internet applications (RIAs) can provide opportunities to design much better user experiences. They can be faster, more engaging and much more usable. The richer interaction requires a better understanding of users and of human-computer interaction (HCI).
According to the Wikipedia, RIAs are “a cross between Web applications and traditional desktop applications, transferring some of the processing to the client end.”
The key features of these applications include:
- The user interacts directly with page elements (inline editing, drag-and-drop, panning a map)
- Part of a page is updated (instead of reloading)
- More detailed information is available on the same page (instead of on a new page)
- Feedback, confirmation and error messages are provided within the page
| |