Posts

Showing posts from November, 2011

jqPagination: A jQuery Pagination Plugin

jqPagination: A jQuery Pagination Plugin

Typography Effects with CSS3 and jQuery by Codrops

Typography Effects with CSS3 and jQuery by Codrops

Page Optimization tips to speed up your site

Page Optimization tips to speed up your site

Circular Content Carousel with jQuery by Codrops

Circular Content Carousel with jQuery by Codrops

Bubble Point Tooltips with CSS3 & jQuery

Bubble Point Tooltips with CSS3 & jQuery

6 Ways to Step Up Users Experience on your website

6 Ways to Step Up Users Experience on your website

How to Create your First WordPress PlugIn

How to Create your First WordPress PlugIn

How to Create your First WordPress PlugIn

How to Create your First WordPress PlugIn

CSS Piffle: Create Interactive Wireframes with CSS3

CSS Piffle: Create Interactive Wireframes with CSS3

ShapeCatcher: Unicode Character Recognition

ShapeCatcher: Unicode Character Recognition

Lungojs - Mobile Framework based on HTML5, CSS3 and Javascript

Lungojs - Mobile Framework based on HTML5, CSS3 and Javascript

FIXING IE7 Z-INDEX ISSUES WITH JQUERY

For some reason, Internet Explorer 7 does some pretty funky things, and has several known bugs  with it’s rendering engine that drive web developers like me crazy.  While most of the known bugs occur in relatively obscure situations and go largely unnoticed, there are a few that really stick out and cause web developers to waste many hours trying to fix them.  The way IE7 renders z-index stacking orders is one of them. One way to fix many of the issues with IE7 is to dynamically reverse the default z-index stacking order of the elements on your page. This will ensure the elements higher in your HTML source will also have a higher z-index order on your page, solving most of the IE stacking issues.  If you’re using  jQuery  (the best Javascript library there is), here’s the quick fix: 1 2 3 4 5 6 7 $ ( function ( ) { var zIndexNumber = 1000 ; $ ( 'div' ) . each ( function ( ) { $ ( this ) . css ( 'zIndex' , zIndexNumber ) ; zIndexNumber -= 10 ;

56 Free Leather Textures

56 Free Leather Textures

The Changing DNA Makeup of Graphic/Web Designers for 2012

The Changing DNA Makeup of Graphic/Web Designers for 2012

Html5 File Upload with Progress

Html5 File Upload with Progress

The Benefits of Using Open-Source Content Management System

The Benefits of Using Open-Source Content Management System

Web Designers Journal » 100 Excellent Free WordPress Themes

Web Designers Journal » 100 Excellent Free WordPress Themes

Photoshop Light Effects Tutorials

Photoshop Light Effects Tutorials

Interactive Typography Effects with HTML5 by Codrops

Interactive Typography Effects with HTML5 by Codrops

Pingdom Tools: Test the Load Time of a Web Page

Pingdom Tools: Test the Load Time of a Web Page

Create a Glowing Effect on Character

Create a Glowing Effect on Character

Create a Clean Navigation Menu in Photoshop

Create a Clean Navigation Menu in Photoshop

MQFramework - A Responsive CSS Framework

MQFramework - A Responsive CSS Framework

24 Creative Sofa Designs

24 Creative Sofa Designs

13 Best Portfolio Web Templates

13 Best Portfolio Web Templates

13 Best Portfolio Web Templates

13 Best Portfolio Web Templates

A CSS3 & JQuery Based Sliding Door Content Gallery - From The Mad Lab

A CSS3 & JQuery Based Sliding Door Content Gallery - From The Mad Lab