If it's stupid but works, it isn't stupid.

2 способа создания равных по высоте блоков с помощью CSS


http://css-blog.ru/equal-height-divs

@темы: Верстка, CSS, 2 способа создания равных по высоте блоков с помощью CSS, Ссылки

If it's stupid but works, it isn't stupid.
If it's stupid but works, it isn't stupid.

Sticky Footer — Прижать футер к низу окна браузера


https://css-tricks.com/snippets/css/sticky-footer/

@темы: HTML, HTML5, Верстка, CSS, Прижать футер к низу, CSS3, Ссылки

If it's stupid but works, it isn't stupid.
If it's stupid but works, it isn't stupid.

Опыт поиска работы на бирже Elance



http://megamozg.ru/post/11512/

@темы: Фриланс, Ссылки

10:38

FlexSlider

If it's stupid but works, it isn't stupid.
If it's stupid but works, it isn't stupid.
If it's stupid but works, it isn't stupid.

Customize Checkboxes And Radio Buttons With CSS3


www.hongkiat.com/blog/css3-checkbox-radio/

HTML


LESS


CSS


http://codepen.io/Heidel/pen/KwJJor

+ ссылка
http://css-blog.ru/styling-checkbox-and-radio

LESS


@темы: Верстка, CSS, Customize Checkboxes And Radio Buttons With CSS3, Ссылки

If it's stupid but works, it isn't stupid.

Обработка события click средствами CSS


http://ruseller.com/lessons.php?rub=2&id=1600

HTML



LESS



CSS



http://codepen.io/Heidel/pen/XJOOVv

@темы: Верстка, CSS, Обработка события click средствами CSS, Ссылки



@темы: jQuery, jQuery Учебка

If it's stupid but works, it isn't stupid.
17:58

If it's stupid but works, it isn't stupid.


@темы: Предзагрузка изображений

Different SQL JOINs
Before we continue with examples, we will list the types the different SQL JOINs you can use:

INNER JOIN: Returns all rows when there is at least one match in BOTH tables
LEFT JOIN: Return all rows from the left table, and the matched rows from the right table
RIGHT JOIN: Return all rows from the right table, and the matched rows from the left table
FULL JOIN: Return all rows when there is a match in ONE of the tables

SQL INNER JOIN




SQL LEFT JOIN




SQL RIGHT JOIN




@темы: MySQL