The times when you had to use various plugins media companies tried to force on you in order to play some video are gone. With the arrival of HTML5 and its video feature there is no longer need to use technologies such as flash or Quicktime. Now you can easily play any video using HTML5… Continue reading Mastering HTML5 video
Tag: html5
Best practices in web development
Keeping your project in a good shape and maintainable form is important task for every web designer and developer. Today, we are going to look at various ways to achieve this, so you don’t have to decipher your code every time when you look at some older projects. The main goal of this post is… Continue reading Best practices in web development
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
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 #14 – Design 3D box in CSS tutorial
Challenge for today is quite interesting. We will practice some newer CSS features like 3D transforms and perspective. This challenge will test and stretch your knowledge of CSS to the limits. If you have any gaps here or there, I suggest you read something about properties involved in 3D CSS. It is a bit hard… Continue reading CSS tips and tricks #14 – Design 3D box in CSS tutorial