Languages
The team projects4web use many web languages to work in order to get more flexibility to navigate in your site. For those that know about it, we are coding in:
- SQL
- XHTML
- PHP
- XML
- JAVASCRIPT
We use as well some Open Source library as jQuery with plugins to animate pages.
Standard
Every time we create a web page, the code is check and passed with the W3C validation program, ensuring the visibility of your web site by all users.
To embellish the content of each pages, we separate the style sheet from the main page, that give the possibility to quickly modify the style of the page without changing the page code.
Moreover, that give the opportunity to create a special style sheet for printing or for some browser´s bugs that are not been solved yet.
W3C-World Wide Web Consortium
Using an international standards organization to validate your website, make differences on search engine, such as:
- Making design similar in all modern browser
- More accessibility to search engine
- Help optimization
Is not finish, in fact this standardization try to harmonize how the page look in different operating system [Mac, Windows or Linux], without forgetting mobile phone and PDA.
