When we’re create a jQuery application, most of the time we use CSS Classes or IDs to select specific HTML elements on the page and do things with them. But what happens if we give the application to an other…
As we mentioned in an article earlier, where we showcased css drawings, CSS is one of the very few languages that are fun. And by fun I mean, that you can make drawings with, can write puns and jokes with…
Today I bring you an animated jQuery login and registration form that I’ve been experimenting and working on. The main idea is to have one form, that can be used to register and to login as well. And since the…
We all know how powerful CSS is, and that many amazing things can be done with, such as navigation menus, accordions and more. But there’s something else as well, drawings. Lynn Fisher, a web designer from Chandler created an amazing CSS…
In a previous tutorial I’ve shown you how to create social sharing buttons with html and css. We also buffed it with some jQuery so when they are clicked a new little window pops up for sharing. In this tutorial…
In this tutorial we’re going to take a look at the creation of an animated scroll to top with jQuery. As the name says, we’ll be create a button, that appears in the bottom right corner after the visitor starts…
In today’s tutorial, we’re going to take a look at how to create social sharing buttons with CSS and HTML. As you know, each social media platform has it’s own sharing button, that use an html tag with a few…
In today’s tutorial, we’re going to take a look at the creation of a CSS off canvas navigation menu. First off, what is an off-canvas navigation menu. It’s a menu that is hidden/pushed aside from the screen, so it’s not…
Images are a big part of every design. We could all go out and take photos and edit them to use in our projects, right? Well yes, but that requires an other set of skills and a lot of time…
CSS is the visual language of the web, most of the things you see on a website; colors, positioning, font sizes, font styles. These are all done with CSS. So for today I’ve decided to collect some more advanced CSS tutorials that…