What is responsive web design?

What is responsive web design?

Most clients these days want a mobile version of their website—at least if they’re smart they do. Here are a few key statistics: 91% of all people on earth have a mobile phone 56% of people own a smart phone 50% of mobile phone users, use mobile as their primary...
Bringing an Annual Report to Life Online

Bringing an Annual Report to Life Online

The National Writing Project (NWP) enhances student writing and learning. NWP provides professional development, develops resources, generates research, and acts on knowledge to improve the teaching of writing and learning in schools and communities in our...
This just saved me

This just saved me

This plugin just saved me a lot of time and headache: http://www.ambrosite.com/plugins/next-previous-post-link-plus-for-wordpress. I was looking for something that would take me to the first or last post in WordPress. Using the previous_post_link() or next_post_link()...
This is so true…

This is so true…

Especially when it comes to web design/development and mobile apps: “A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools.” —Douglas...
Adobe Edge

Adobe Edge

Adobe “Edge” looks promising. It’s a new prototype of a tool for creating animation and transitions using the capabilities of HTML5. Adobe Fellow Mark Anders provides a sneak peek of a tool codenamed “Edge.” (Ironically, the video requires...
Handy htaccess snippet

Handy htaccess snippet

If you need to redirect a whole site to https try adding these 3 lines to you .htaccess file: RewriteEngine On RewriteCond %{HTTPS} !on RewriteRule (.*)...