In this tutorial I'll tell you about installation and usage of package control in sublime text. It increases your work performance in sublime text. We'll install bootstrap 3 package (for fast bootstrap code generate) and emmet You can find the list of packages and...
Tutorials
Sublime Text. Installation. Snippets
Many of you asked me to make screencast about text editor, I was writing code - sublime text. Sublime text is very popular text editor. Except it I would like to note there are two another powerful text editors - notepad ++ and atom. In this lesson we'll install...
HTML web page background
In this lesson we'll consider how to set background to web page. Also you will know, how to make responsive background. In the end of lesson I offered homework to you. I would like you will make some experiments with background image and use for it javascript and...
Twitter bootstrap components
In this lesson we'll take a look at bootstrap components. Components are pieces of ready to use code. They have got their own classes and take developers ability to build nice interfaces. You can create your own components. If you didn't see last two lessons, I...
Twitter Bootstrap. CSS
In this large overview we'll consider css classes in twitter bootstrap. Especially we must note to grid system. Basic approach of bootstrap is mobile first - it has got classes for mobile devices. For example, in bootstrap 2 you were need to include...
Intro to twitter bootstrap
In this lesson I'll make an overview of twitter bootstrap 3. Twitter Bootstrap is the most popular css framework. You will know, where to download and how to include framework to your site. Also we'll consider ready-to-use examples of bootstrap.
Skeleton CSS framework
In last lesson we considered responsive web design necessity and media queries. Media queries writing is very tedious and intensive action. Developers always seek to do make their work easier. Most of developers use frameworks. Framework in development is a...
How to arrange footer in the page bottom
In one of the last lessons I told you about situation when footer was after little content block. It looked ugly. I think, it is not necessary to make screencast on this topic. For this problem decision you need to write some lines of css code....
Responsive design
In this lesson we will talk about creating responsive web site. In our world a lot of people enter to web sites with mobile phones and tablets. That's why it is important to make web design, which will look nice in all mobile devices. before creating responsive...