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

10 Proven Useful Search Engine Optimization Guidelines, Tips and Tricks

September 5th, 2009

Introduction Queness webblog is 6 months old. Before I start this website, I spent few weeks of planning and wordpress was the first blogging platform that came into my mind. I like it because of its simplicity, robustness and plugins. However, thing didnt turn out the way it should. Instead of using wordpress, I decided [...]

Read More >>

Automatically Highlight Admin Comments in WordPress

September 5th, 2009

In this follow up, we’re going to do better. The basis for this upgrade falls on a messy PHP “if…else” statement that was present in the old method. Below, we’ll explore two different methods for updating your blog’s admin highlighting system.

Read More >>

Color Changing Text and Backgrounds with jQuery

September 5th, 2009

Here’s a quick and easy way to cycle between multiple colors smoothly. Normally you would define the (background) color in the CSS and that would be the end of it. In this case we want to be able to adjust colors after the page has loaded, and not just once either – we’re aiming for [...]

Read More >>

Vibration and Blur Effect with Flash ActionScript 3.0

September 4th, 2009

In this simple tutorial, I will show you how to apply vibration and blur effect on any object using some special flash tips and tricks. You can use this effect for any presentation, flash banner, header… You don’t have to use AS code to make this tutorial.

Read More >>

Making a Content Slider with jQuery

September 4th, 2009

jQuery UI is the official library of widgets and utilities built on top of jQuery; it’s very easy to use, highly configurable and robust, and extremely easy to theme. To follow the tutorial you’ll need a copy of the latest version of the library; it can be downloaded using the jQuery UI download builder at [...]

Read More >>

Create a Page Peel Effect with jQuery

September 4th, 2009

Introduction : You have seen the effect – a website that has in its corner an animation that looks like a page from a book is being opened. This is called a page peel effect and is an increasingly popular design element. Up till recently, it was quite a challenge to create something like similar. [...]

Read More >>

Creating a Facebook-like Registration Form with jQuery

September 4th, 2009
working..

Introduction: Facebook is a showcase of great UI design. And as it has become a major part of our lives, it has also raised the bar for web development, pushing developers to meet higher expectations. This however has a good side – it challenges web developers and designers to better themselves and constantly improve their [...]

Read More >>

Water Paper Photo Effect with Flash

September 4th, 2009

Using this thoroughly explained, detailed flash lesson, I will explain to you how to create cool water paper photo effect using some special flash tips and tricks and mask. You don’t have to use action script code to make this lesson. Using this lesson, you will also learn how to import any photos into a [...]

Read More >>

Autotyping Text Animation in Flash

September 4th, 2009

Using this thoroughly explained, detailed flash lesson, I will explain to you how to create autotyping text animation in flash using some special flash tips and tricks and action script code. You can use this animation for any presentation, text banner or for some other animation. Let’s start!

Read More >>

Quick Tip: Dynamically Add an Icon for External Links

September 4th, 2009
external link

Test the hostname To identify the external links, we test for the location.hostname against the link’s hostname, which will be represented by this.hostname once we have the selector in place, and make sure the two don’t match.

Read More >>