Explore the Articles

CSS

Swatch Book With CSS3 and jQuery

Mary Lou is going to show you another really unique trick to spice your design. This tutorial is about creating an animated swatch book using CSS rotation transforms and JavaScript. The idea is to show a swatch book like structure and make the single swatches or “sheets” clickable. When clicking on a swatch, she’ll rotate the other swatches in order to reveal the selected one.

Read More
CSS

Animating CSS3 Image Filters

Converting color photographs to black and white and sepia-tone, as well as blurring them is easy to do. The next obvious step is to animate these effects. Right now, these effects can be fully transitioned only in the most recent builds of Chrome; other browsers will show a “flick” between two filtered states, with no animation. As a rule, Dudley Storey doesn't show web development techniques until they are completely duplicable in at least two different browsers, but in this case, the effects are so neat (and expected to be fully supported in all browser versions so soon) that he is making an exception.

Read More
CSS

Smarten Up a Slick Login Form With CSS3

Web forms are an integral part of a website’s design. Whatever the purpose, forms are intended to be a simple way for users to input values and submit data. Having HTML5 and CSS3 at your disposal, allows you to create forms that are both intuitive to use and visually appealing. Suhail Dawood believes that web design should be clean and efficient. The form design that he is going to be coding follows those principals, including just three elements: a username input, a password input, and a submit input.

Read More
CSS

Resize Web Page Elements with CSS3

With CSS3 you can give your users a greater level of control over how they view your pages without having to employ complex JavaScript functions. Using the resize property in CSS3, you can set elements to be automatically resizable. These elements appear within the browser with a subtle indicator at the bottom right corner letting users know that the element is resizable. On clicking and dragging the corner, the user can resize your element.

Read More
CSS

Learning LESS: Variables

Alex Ball is proud to introduce LESS, the dynamic language that takes your CSS and puts it on steroids. LESS let’s you use variables, mixins, nested rules, and even functions within your CSS. It’s extremely powerful and can dramatically speed up your development. There is a little bit of a learning curve to it, but once you wrap your head around it, you won’t type CSS again without using LESS. According to Wikipedia, LESS is: a dynamic stylesheet language designed by Alexis Sellier. It is influenced by Sass and has influenced the newer “SCSS” syntax of Sass, which adapted its CSS-like block formatting syntax.

Read More
CSS

Powerful New CSS and JavaScript

There are lots of truly remarkable CSS geekery out there. With CSS3, some of the older techniques now have become obsolete, others have established themselves as standards, and many techniques are still in the “crazy experimentation” stage. Please note that many techniques are not only CSS-based, but also use HTML5 and JavaScript. In this article you will learn some useful CSS tools and responsive design techniques.

Read More
CSS

3D Thumbnail Hover Effects

Mary Lou wants to show you how to create some exciting 3D hover effects using CSS3 and jQuery. This idea is inspired by the cool hover effect that you can find on the page of the Google SketchUp Showcase. In her examples, she’ll use thumbails that will reveal some more information on hover. She will create a structure with jQuery that will allow making the image appear as folded or bended when you hover over it. For the hover effects she will use CSS 3D transforms.

Read More
CSS

Understand the Power of Sass

Front end engineering has always remained a niche skill, even with the burgeoning array of techniques and technology available. Ranjith Kumar witnesses the launch of newer frameworks and tools for better web development, on a regular and fast track basis. But the core skills to build a solid career in front end engineering has always been the same – passion + HTML + CSS + JS + an unrelenting desire to learn!

Read More
CSS

Mastering CSS Gradients in Under an Hour

Have you refrained from using CSS Gradients because either you didn’t understand them, or thought the browser support for them wasn’t good enough to consider using them in your projects? Well, it’s time to kill those 1px wide images, my friend. If you’re just curious about how to use CSS Gradients, this is the place for you. Rochester Oliveira will start with the basics of syntax to very advanced effects with lots of tips and examples. Remember, learning about CSS gradients is really important since browsers are getting better and better every day. Mobile browsers have good CSS3 support by default. So, let’s rock!

Read More
CSS

Animated 3D Bar Chart with CSS3

It all began with a small experiment which shows a way how to embed a 3D bar chart into HTML pages using CSS, images and JavaScript. After reading the tutorial Sergey Lukin challenged himself to turn this idea into pure CSS and see how far he can take it. The initial challenge was to create a classic semi-transparent 3D box with 6 sides. The final challenge was to create a complete 3D bar chart which he will create in this tutorial.

Read More
Newer articles Older articles