Customize Your WP Templates

After setting up and installing themes in your Wordpress blog, you’ll soon discover some great uses for customized templates. For instance, if you need to add a link back to your static website home page, you can use the Wordpress function “wp_redirect()” and a custom template to do this.

Eureka! – Discovering Wordpress®

As many of you know, Wordpress is a blogging application built with PHP, MySQL, HTML and CSS. This is a powerful tool for any web developer, or, for that matter, anyone with a great idea for a website.
As with any profession, web developers, once revealing their skills to friends and family, are [...]

jQuery – Tabs

With the power of the jQuery UI, you can use widgets to quickly build a web site structure.
Part 3
So far, I haven’t talked much about the jQuery Tabs structure. It is one of those constructs that can hold a lot of information and present it in a very compact form.  It is also an [...]

jQuery – Accordion

With the power of the jQuery UI, you can use widgets to quickly build a web site structure.
Part 2
With the Accordion and Tabs in place forming the basic web page structure, it’s time to figure out how things are going to work – how will the Accordion behave.  For instance, clicking on the main heading [...]