Did you know that IE6 has an bug when it comes time to use the CSS z-index sorting style? Here I will show you how to over come this classic IE6 z-index sorting issue.
read more
Posted by Devin R. Olsen
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...
read more
Posted by Devin R. Olsen
Today we are going to take a step further down the path of JavaScript greatness. Last time we learned a whole bunch about the basics of JavaScript. We learned what a variable is, how we can store information into them and how we can use that information. We also learned how to make a function and pass variables to a function in two different ways. We even learned about if else conditions.
Let’s take it...
read more
Posted by Devin R. Olsen
Today I wanted to share a little tip with my fellow SEO heads. If content is king, then indeed placement of content on a page is also important. Here is a little trick to make sure your content is always first and foremost for crawlers yet not to disturb your layout and design.
read more
Posted by Devin R. Olsen
So here we are, best of both worlds using JavaScript or rather W3C DOM Scripting and creating something very unique and elegant.
read more
Posted by Devin R. Olsen
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
Posted by Devin R. Olsen
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
Posted by Devin R. Olsen
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
Posted by Devin R. Olsen
Basiclly there are three areas that JavaScript can be broken down into for one to gather a great grasp of just the basics. The three areas are as follows:
read more