Feb 29, 2012 |
In
CSS, Tutorials |
By: Design Lunatic
Today, I’ll show how to style checkboxes and radio buttons in web forms with CSS3. Nowadays in web design, almost everything can be controlled with only CSS. This tutorial will allow you to further customize your web pages.
Feb 02, 2012 |
In
CSS, Tutorials |
By: Design Lunatic
I’m sure many of you have heard of CSS3, the newest version of CSS that is still being actively developed. One of the most exciting parts of CSS3 is the new transforms module, which allows developers to animate and manipulate elements on the page without resorting to the use of javascript.
Dec 28, 2011 |
In
jQuery, Tutorials |
By: Design Lunatic
Today, I will explain how to create a jquery lavalamp menu. However, this is more than just a simple lavalamp menu; it will also have keyboard navigation. Sound interesting? Let’s get started!
Oct 25, 2011 |
In
jQuery, Tutorials |
By: Design Lunatic
In this tutorial, I will explain how to create swipe gestures in Jquery, and use these gestures to create a simple image gallery.
Oct 20, 2011 |
In
CSS, Tutorials |
By: Design Lunatic
A featured posts widget is a great thing to have at the top of your site, because it’s a wonderful way to add some interactivity to your site. And if this “featured posts widget” is done in CSS3… well, I don’t think it’s even necessary to say how awesome that is.
Oct 11, 2011 |
In
CSS, Tutorials |
By: Design Lunatic
In this tutorial, I’ll teach you how to create an impressive hover effect, which works great for when you have a box with text inside it. You’ll see what I mean in a moment.
Oct 07, 2011 |
In
CSS, Tutorials |
By: Design Lunatic
Today, I’ll be showing how to make a CSS3 image gallery. That’s right, CSS3. I’ve said this before, and I’ll say it again: I love CSS3. So, the gallery has thumbnails that resize on hover, and a main image that changes depending on what thumbnail was clicked.
Sep 25, 2011 |
In
CSS, Tutorials |
By: Design Lunatic
I think CSS3 is amazing. With that thought in mind, I’ll explain how to create an interesting image hover effect that’s usually made in Javascript, in CSS3.
Sep 21, 2011 |
In
jQuery, Tutorials |
By: Design Lunatic
Today, we’ll go over how to create an interesting navigation section that slides into the page when a link is clicked on. We’ll use HTML(surprisingly enough), Jquery, and a bit of CSS3 to spice things up.
Sep 17, 2011 |
In
Miscellaneous, Tutorials |
By: Design Lunatic
In my opinion, grid systems are great. They provide an easy way to get started with your next project, and can simplify the developing process behind a site by a lot. However, there are some problems associated with them. Most of them are subject for a seperate post, but today, we’ll go over one of the big ones: the required classes that signify the first and last elements in a row of elements.