Year: 2013

Responsive vs. Adaptive Layout Design

Overview Nowadays, it is all too obvious that the need for websites to function efficiently and look great on an ever-expanding variety of devices, screen dimensions, and resolutions is paramount…

Read More

A Process of Website Design

What is the best and most logical process for developing a website? Content first, Wireframe, Information Architecture, Site Map, Mobile first, Rapid prototyping… these are just a handful of terms…

Read More

WordPress Image Source Function

It's a little frustrating that WordPress's wp_get_attachment_image_src function returns an array instead of just a URL; instead, the function returns the src, width, and height: <?php list( $src, $width, $height )…

Read More

Importing Data using WP Migrate DB

We often use WP Migrate DB to migrate our WordPress databases from development to production. While importing a database the other day, I noticed a number of character encoding issues…

Read More