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

Archive

Archive for August, 2009

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 >>

Changing Form Input Styles on Focus with jQuery

August 30th, 2009

A lot of forms can be boring and plain, don’t let yours blend in. This tutorial will show you how to spice them up with CSS classes and default values that change according to which form item is selected. All with just a splash of jQuery.

Read More >>