Simple jQuery slider with controls Pt2

Well, this might be against some advice skilled bloggers would give me. However, I’m going to risk it and instead of waiting couple days to release this second part of the slider tutorial, I will release it today. Just to remind you, in first part we took care about HTML and CSS required for building… Continue reading Simple jQuery slider with controls Pt2

Simple jQuery slider with controls Pt1

You just started working on some interesting project. Wireframes and mockups are done and you also have an idea about the overall functionality. You decided to include some dynamic elements into this project with help of jQuery. Let’s say this element will be some simple image slider with controls – left and right arrows –… Continue reading Simple jQuery slider with controls Pt1

CSS tips and tricks #16 – CSS Atribute selector demistified

Last time we used practice to master CSS child selectors. After a great feedback from you, I decided to do the same thing with attribute selector as well. Personally, I found this selector and its variations more difficult to learn and master than child selectors. For those of you who are on the same side… Continue reading CSS tips and tricks #16 – CSS Atribute selector demistified

Pros and cons of HTML and CSS frameworks

Many people got used or are at least thinking about using some of the available frameworks. Some of the more known and better positioned frameworks on the Internet are Bootstrap, Foundation, Skeleton, HTML5 Boilerplate, Cube, YAML and Less Framework. Every framework offers something different and they all also vary in their size. Another thing to… Continue reading Pros and cons of HTML and CSS frameworks

CSS tips and tricks #16 – Mastering CSS child selectors

Some CSS selectors can look more like a different language or test from advanced mathematics. This makes the whole process of learning for web designers and developers more difficult than necessary. What’s more, when something looks hard we are naturally less inclined to invest our time and effort in learning that particular thing. This is… Continue reading CSS tips and tricks #16 – Mastering CSS child selectors

CSS tips and tricks #15 – CSS box model without secrets

Many web designers and developers struggle with various aspects of their craft in their humble beginning. CSS box model can be of those things. I too had a problem with complete understanding this part of CSS. Margin, padding, borders, width and height. All those properties seemed confusing back then. When I finally became solid in… Continue reading CSS tips and tricks #15 – CSS box model without secrets