In last lesson we began to learn javascript. Today we'll continue to discuss javascript basics - we'll talk about variables, how to declare variables, also we'll discuss 6 main types of data (number, string, boolean, null, undefined, object). Also we'll consider...
Tutorials
Intro to javascript
Before this lesson we worked with HTML and CSS. They were constructor of our page. We learnt make responsive site. But how to make sites "smarter"? Javascript helps us with it. Nowadays in javascript developers can write server side code. There are a lot of frameworks...
Sublime text. Package manager
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...
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...