Extending CSS with jQuery – A New Year’s Guide


Delicous: 0

 

 

page0

 

Preface: Chris Coyier, of CSS-Tricks fame, recently gave an excellent presentation on how to extend CSS using jQuery. I remember seeing this wonderful presentation floating around recently but hadn’t been aware of who the author was until now. I would like to apologize to every one of my readers, including Chris, for posting this article up without any reference to the slides author – my original online source didn’t include any mention of him (or any author for that matter) so I had rather foolishly gone ahead with the use of them without investing more time into researching who put them up. This revised version of the article gives full credit to Chris who is indeed the man that gave the original presentation and was kind enough to give his permission for his slides to be used. I and this article would like to thank him for being the main inspiration behind this topic.

 

Having viewed Chris’s presentation, I thought I’d write a post around it to help my readers see how jQuery helps us to extend CSS in ways that make our jobs a whole lot easier. I’ve always thought that jQuery was extraordinary framework – allowing both web developers and designers an easy way to harness the full visual capabilities of JavaScript. One of the nicest advantages of jQuery has been ability to extend CSS beyond what was previously capable with simple mark-up alone. In this post, I’m going to show you how to use jQuery to fix cross browser compatibility issues, solve some shortcomings with CSS, do things CSS just can’t do on it’s own and we’ll finally also go through some real-world problems that will be useful to both those new to the framework and those coders who’ve been using it for a while. I hope you find it helpful!.

 

Click here to read more »

How to create impressive animations using Webkit CSS and JavaScript


Delicous: 0

webs

 

Hey all. In today’s post I’m going to show you how to create a few simple yet impressive animation effects using WebKit CSS and some JavaScript. Webkit (the rendering engine that powers both Safari and Google Chrome) supports a few advanced animation features which have yet to make their way into FireFox or IE, but it’s really exciting getting to see just what’s capable with it animation-wise. For anyone that enjoyed reading my 3D Wall post, this is going to be a treat.

Click here to read more »

Zoomer Gallery – A jQuery plugin for displaying images with Flash-like zooming effects


Delicous: 0

 

 image

 

 

In today’s post, I’m going to be giving away a new plugin for jQuery that allows you to easily transform your image lists into beautiful galleries with Flash-like zoom effects in them. It’s a simple but elegant way of giving your interfaces a nice little shine and at only 2KB in size, it’s both compact and surprisingly easy to use.

Click here to read more »

10 Incredibly Professional Tips for Web Designers and Web Developers


Delicous: 0

 

image.axd

Professional development is one of the key elements to improving your skills as a designer or developer. In this article I’m going to provide you some of the popular tips I’ve previously shared on Behance, Scribd, DeviantArt and my own blog, that’ll help you be the best. If you would like to download or print the article, you can get the 1-page PDF here or favourite it on Scribd here.

Click here to read more »

CSS Sprites in Under 10 Minutes


Delicous: 0

In this post I’m going to teach you everything you need to know about CSS Sprites in under 10 minutes – you’ll learn a little the basics of what they can do..and more importantly, how you can implement them in your projects. So, lets start!.

Click here to read more »