Archive for November, 2009

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 approached with [...]

jQuery – Tabs Structure

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 [...]

jQuery – Accordion Structure

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 [...]

jQuery as Structure

jQuery as Structure

With the power of the jQuery UI, you can use widgets to quickly build a web site structure.

Part 1

jQuery is a javascript framework that has given web pages quite a bit of interactivity.  As I explored how to use this framework, I stumbled upon an article on how to use jQuery widgets to build web page structure and navigation.  So, I took that idea and started to make