Web application development
In developing successful web application, such as web portal we need to focus to the same objectives as for business applications:
- reach & userfriendly
- adding value to user experience
- fast
but we do have to focus to some internet specific issues:
- SEO - search engine optimization
- technology selection
- application response time
- target customers friendly
- architecture development
- dynamic content - WEB 2.0
- different browser support
- multilingual support
- last but not least: secure
<?php
//// for more informations
//// userform link is here
echo "Request for more informations";
?>
