Website Design: 16:9 Aspect Ratios | The Good, the Bad & the Ugly

The Good News
As web designers we have all welcomed the transition from 640×480 to 800×600 and finally to 1024×768 – the currently accepted web design “standard”. The extra horizontal and vertical space has allowed more content to be placed “above the fold”. Designs have gotten more sophisticated and images have been made much larger.
Also, as [...]

Continue Reading >
January 4, 2010 @ 3:52 pm Posted By: Charles Metter

Displaying Latest Wordpress Posts on Static Home Page

An example of how to show latest Wordpress posts on static pages outside of the blog.

Continue Reading >
September 13, 2009 @ 8:08 pm Posted By: Jeff Metter

Using CSS to Create Current States on Server Side Includes (SSI) Navigation

The basic idea is to assign each link a unique ID so that when they are placed inside a box with a specified class only the corresponding link will have the current state. This way you can have the same unordered list navigation code on every page or have it included and still apply the current state CSS.

Continue Reading >
June 14, 2009 @ 3:41 pm Posted By: Jeff Metter

Customize WordPress wp_list_pages Navigation to Expand For Use as CMS

Wordpress automatically adds the classes current_page_item and current_page_ancestor to the corresponding lines of the list that is generated from the template tag wp_list_pages. If you have multiple levels of pages you can use these classes to show and hide the expanded navigation and add current styles.

Continue Reading >
March 5, 2009 @ 9:05 am Posted By: Jeff Metter

WordPress Installation Error – “Error Establishing a Database Connection”

This error is usually fixed by double checking what the three questions ask on the WordPress installation error page.
WordPress Install Error
This either means that the username and password information in your wp-config.php file is incorrect or we can’t contact the database server at localhost. This could mean your host’s database server is down.

Are you [...]

Continue Reading >
October 21, 2008 @ 2:54 pm Posted By: Jeff Metter

WordPress Blog File Upload Error – “The Uploaded File Could Not Be Moved To”

The more recent versions of the popular blogging platform WordPress have been giving errors when trying to upload a file through the WordPress admin. The two most common errors seem to be “Unable to create directory” and “The uploaded file could not be moved to”. To fix these errors try this:
Unable to create directory …
Set [...]

Continue Reading >
September 28, 2008 @ 9:05 pm Posted By: Jeff Metter

Using Style Sheets (CSS) to Code Vertical Website Navigation In Unordered Lists

Designing websites with CSS or cascading style sheets can provide advantages in allowing search engines to index your site more easily. It also gives web designers a nice, clean way to organize and format content. In this example, I show how to use CSS to use lists to organize and style vertical navigation.

Continue Reading >
September 15, 2008 @ 8:28 am Posted By: Jeff Metter