There are people who will tell you that you cannot create cool effects like sliding or fading without getting your hands on JavaScript. Don’t listen to those ignorants. They have no clue about what can you do with good old HTML and a few lines of CSS. In this post I will show couple effects… Continue reading Advanced techniques for navigation with CSS
Tag: tutorial
Having Fun with Object-Oriented JavaScript
It’s been a long time since we discussed or practiced object-oriented JavaScript. The last reference to JavaScript and objects was, I guess, in JavaScript 101 series part11 and part12. For today, you are going to have some fun while learning or recalling your older knowledge and memories on the subject of object-oriented JavaScript and programming as… Continue reading Having Fun with Object-Oriented JavaScript
Progressive enhancement in depth
In web design and development there are two terms you should be familiar with. First is graceful degradation. The second is progressive enhancement. These two are like yin and yang or water and fire. The cannot coexist next to each other. You can choose the first or the second one and I hope this post… Continue reading Progressive enhancement in depth
Mobile first navigation design
Mobile first approach is a very interesting movement in responsive web design and web design at all. Crafting website to suit perfectly the mobile devices instead of desktop is smart thing and you should include it into your everyday workflow. For the first time you might face couple of issues steaming often from your old… Continue reading Mobile first navigation design
JavaScript 101-#24 – Getting to know JavaScript events Pt6
Today we are going to finish media JavaScript events, explore events related to clipboard and finally finish this series about events. If you have missed the previous one, make sure to check them too. Except this and previous part, the rest are not linked to each other and so you can read them as you… Continue reading JavaScript 101-#24 – Getting to know JavaScript events Pt6
JavaScript 101-#23 – Getting to know JavaScript events Pt5
Welcome back in our tutorial about JavaScript events! Do you like media? I mean, do you like things like audio, video and images? I bet you do. We all like this stuff and JavaScript obviously too. There are a lot of events related just to media elements and today we are going to discuss them.… Continue reading JavaScript 101-#23 – Getting to know JavaScript events Pt5