W3 Updates, HTML, XHTML, CSS, JavaScript, AJAX, XML, PHP, Ruby, PHP Frameworks

3 Quick Steps for a Painless Upgrade to jQuery 1.3

September 1st, 2009

Since the release of jQuery 1.3.For those who have, the issues have almost always been in one of three areas. Identifying these areas and adjusting any legacy scripts ahead of time will go a long way toward ensuring a smooth transition to jQuery 1.3.x.

Read More >>

Quick Tip: Outline Elements on Hover

August 31st, 2009

Display a border around elements on hover. Here is a quick script I wrote to achieve that effect:

Read More >>

Setting up Visual Studio Intellisense for jQuery

August 31st, 2009

In September 2008, at the jQuery Conference, it was announced that Microsoft would be shipping its upcoming releases of Visual Studio with jQuery built in. They would not fork or change the jQuery code but ship it as is.

Read More >>

An Introduction to Object Oriented PHP – Part 3

August 31st, 2009

Introduction Welcome to the third and final part of a series introducing Object Oriented PHP!

Read More >>

An Introduction to Object Oriented PHP – Part 2

August 31st, 2009

Introduction Welcome to Part 2 of a three part series introducing Object Oriented PHP!

Read More >>

An Introduction to Object Oriented PHP – Part 1

August 31st, 2009

About This Series This is a three part series introducing Object-Oriented PHP, a way to manage your code and keep different parts separate, all while being easily accessible.

Read More >>

Center a Website Using CSS for All Browser

August 30th, 2009

Centering a website is a key part of many CSS layouts. While there are many ways to do it in a variety of situations, the following is an explanation that is purely CSS, avoids messing with percentages, and is compatible with all modern browsers.

Read More >>

Quick Tip : Blur Links With jQuery

August 30th, 2009

This quick tip covers a quick usability upgrade for links on AJAX pages. By most browser’s default a dotted line stays around the link after it has been clicked. This becomes a problem with AJAX because the pages are often not reloaded. Turning it off is simple with jQuery without any impact to the functionality. [...]

Read More >>

Make a Smooth Animated Menu with jQuery

August 30th, 2009

Today we’ll aim to do just that by building a menu and animate it with some smooth effects.

Read More >>

Change the Default Gravatar in WordPress

August 30th, 2009

As much as I love seeing the mystery man appear in WordPress comments across the internet, your blog deserves better. In this tutorial we’ll take a custom image and add it as the default gravatar to give your comment section a more personalized touch.

Read More >>