Fun With JavaScript and jQuery Loops
Quick review of jQuery loops and traditional JavaScript loops and how to speed you looping up for both for and while JavaScript looping methods.
read moreQuick review of jQuery loops and traditional JavaScript loops and how to speed you looping up for both for and while JavaScript looping methods.
read moreToday I would like to talk a bit about setting up events on DOM using jQuery and how one should try to avoid setting up huge numbers of unnecessary events on a single document.
read moreWhen 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...
read moreToday 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...
read moreToday 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 moreSo here we are, best of both worlds using JavaScript or rather W3C DOM Scripting and creating something very unique and elegant.
read moreI 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 moreToday 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 moreOk 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 moreBasiclly 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 moreThis is our third installment of the CMS instant edit script. Here we will be talking about our last two languages “PHP & MySQL”. PHP is a server side language that preform’s more...
read moreThis is the second edition to our instant edit tutorial. Today I will be expanding our instant edit to work with Ajax to save and retrieve information from our server side language PHP and a MySQL...
read more