Getting Started with WordPress Custom Menus

Getting Started with...

Envolve: Facebook Style Chat For Your Website Visitors

Envolve: Facebook St...

Getting your site’s visitors to interact with one another can have many benefits. Site visitors will talk to one another and develop a site community which discusses site changes and lets you know what is going good and what needs improvement.
How-To: Taking WordPress One Step Further

How-To: Taking WordP...

Creating a website is no easy task. WordPress is an easy solution for creating a Blog, but sometimes something a little more , in terms of functionality, is needed. After trying many other platforms, I have found WordPress to be the easiest to use
Occam’s Razor: A Great Principle for Designers

Occam’s Razor: A G...

Lex parsimoniae is the Latin expression of what is known in English as Occam’s Razor , a philosophical rule of thumb that has guided some of the world’s best and brightest minds (including Isaac Newton). It is named after the 14th-century logician and theologian William...
How To Enhance Your Form Input Fields with jQuery

How To Enhance Your ...

jQuery makes it easy to spice up our search bars and form input fields with simple touches that really enhances the user’s experience. Let’s look at how jQuery can be used to show/hide a default value inside a field and provide visual user feedback when the field is selected....
Useful Wordpress Template Tags for Theme Development

Useful Wordpress Tem...

Template tags can be used in your wordpress theme to display information dynamically or retrieving information about your wordpress blog. In this post we will show you some easy and useful wordpress template tag that you can use in your theme. Template tags are codes that instructs...
How to create a side blog with WordPress 3.0

How to create a side...

Getting ready So, what are custom post types? That’s simple, custom post types are like a blog post or page, but of a custom defined type
Playing with CSS 3 – Animations, Rotate and Scale

Playing with CSS 3 &...

I have been working on the new Abduzeedo design and have had the chance to play more with CSS 3, even though it’s not fully supported on all browsers we can start using some really cool features such as round corners, text-shadow, box-shadow, transitions and transformations....
MySQL Has Functions (Part 4) : Make Functions with Stored Procedures & Triggers

MySQL Has Functions ...

Welcome to Part 4 of the series on MySQL functions . You might want to check out Part 1 – Date and Time Functions , Part 2 – String Functions or Part 3 – Fun With Numbers , in case you have missed any of them
How to Write a “Most Popular By Views” WordPress Plugin

How to Write a “Mo...

As you continue writing for WordPress more and more, the level of difficulty and complexity of your plugins will eventually reach far beyond the simple back-end data manipulation, as demonstrated in our beginner’s article .