HTML in development process
Hypertext markup language (HTML) is the backbone of any web based system, without which a web page doesn’t exist. It is of utmost importance that every site we develop is well organized, using the latest HTML and CSS standards.
Page layouts can be different – fixed and responsive. The difference lie in how the layout behaves when the page is viewed on different devices.
Fixed layouts have a set width, and resizing the browser or viewing it on different devices won’t affect on the way the website looks. This requires horizontal scrolling and means doesn’t adapt to a device resolution. Thus it will look like a desktop version which might be uncomfortable when using a mobile phone.
Responsive layout responds to user behavior and environment, based on screen resolution, platform and orientation. Thus it’s comfortable to use on any device. When creating responsive design, our design and development experts will work with the interface to determine the best ways to modify and adjust graphical elements, navigation, and content based on best practices and optimal user experience.
In order to speed up the development and make code more organized and easier to maintain we use several different tools and instruments:
-
CSS Preprocessors (LESS, SASS)
-
CSS Preprocessors (PostCSS, Autoprefixer)
-
Task Runners (Grunt, Gulp)
-
Package managers (Bower)
In our development process we choose the technologies and frameworks that are most suitable and effective for the specific project, depending on requirements and restrictions. Most popular are:
-
Bootstrap
-
960 Grid System
-
Bourbon (Neat ,Refills)
In order to bring the most creative and interesting ideas to life we use latest modern technologies In our work : CSS3 effects and animation, HTML5 elements and controls, SVG icons and animations etc.