Currently Browsing: JavaScript Tutorials

How to Build a jQuery Lava Lamp Menu

Here I am going to show you how to build "Lava Lam"p menu tabs. We will be using CSS / jQuery and a single image to maintain a 100% stretchy rounded corners menu tab or lava bubble if you will. This version of the Lava Lamp menu tabs works in IE6+ and all other browsers!

read more

How to build a jQuery lightbox!

Today I want to talk about everything lightbox! I want to not only show you how to build a lightbox with css and jQuery but also expose the road blocks solutions any normal developer runs when building a lightbox. I will also show you how to build the lightbox so that it works in IE6, IE7 and IE8 as well as all other major browsers.

read more

Drag 2 Share with CSS and jQuery

Makes sharing fun again! Here I am going to show you how I built my "Drag 2 Share" blog feature. We will be using CSS and jQuery. This effect will work in IE6, IE7 and IE8, FireFox, Safari and Google Chrome. I also included a zip of the project that you can study and expand upon.

read more

Learning The Basics of jQuery Faster Than Ever!

When ever someone is talking about jQuery the frist thing that should come to your mind is JavaScript, or rather client side (for the most part). jQuery was made so that you could “Write less, do more” in JavaScript as jQuery’s slogan says. To really understand jQuery you must think about what it is you need to know first: What is jQuery? When do I use jQuery? How do I use jQuery? What...

read more

Learning Intermediate JavaScript Faster Than Ever!

“I feel I have painted my self into a corner with these tutorial titles for the simple fact that one persons advance is another persons child’s play. Who is to say whats intermediate and whats really advanced? No one is, and that’s my point.” “In no way am I saying this is as intermediate or advanced as JavaScript gets! I would also like to point out that this may very well...

read more

PNG 24 Alpha Transparency Fix For IE

I have been developing web sites and internet applications for many years now and there are many things that have bug me about design approaches but the one that always and still sticks out is the lack of PNG 24 alpha transparency in IE’s rendering engine.

read more

Simple JavaScript Form Validation

Today I wanted to write a quick demonstration of how to do a simple form validation. Here you will learn how to make sure that certain form fields are filled before any data is allowed to be sent off.

read more

JavaScript / Pure CSS Hide and Display Content

Ok today I am going to extent our pure CSS hide and display method a little bit and add a few extra behavior controls. Basically I was requested quite a few times to keep displaying our content even after our mouse has hovered off our hide and display elements.

read more

Next Entries »