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....
Tutorials
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...
HTML code validation
In this lesson it will be about code validation. You need to validate html code to avoid errors in html code even your web page looks good. Furthermore if web page doesn't look good and you can't find out why, validation can help you to find problem. Code validation...
Create your first web site. Adding maps, forms and videos
In this lesson we'll finish to develop our first web site. We will add "About" page and "Contacts" page. In the "About" page I'll show you how to add lorem ipsum text. You need enter "lorem", press "*" then any number. This number means count of text paragraph. For...
JQuery. Ajax example with recaptcha
In this lesson we'll consider jquery ajax method and do exercise with google recaptcha using. Ajax method has got two parameters - url, which accept data form ajax and settings. Settings is a large array. It gives possibility developer to control ajax request...
Create your first web site. Icon font
In this lesson we'll finish to make main page of our project - we'll add footer, also including icon font. First of all I'll show how to make footer is always in the bottom of web page. If you would like use icons in your site, you will probably want to use images....
Create your first web site. Grid system
In this lesson we'll continue to develop our first project. Today we'll consider very popular and actual approach in html code -grid system. The basis of this approach is float rule and width of block. This approach simplifies web developer's work. You only need...
Create first web site. Create dropdown menu
In this lesson we'll continue to create our first web site, which we started last lesson. Today we'll create main menu and dropdown in our project. There a lot of ways to create dropdown menu. I'll show you one of it. But in future you can use your own way.
Creating simple web site. Including fonts to web site
In this lesson we will begin to create web site. First of all we begin to create header. Also I'll show you how to include web fonts using google fonts and webfont.ru There are list of standard fonts: 1. Arial 2. Verdana 3. Times 4. Times New Roman 5. Georgia 6....