This past month I experienced my very first Matcha Design commercial photo shoot. BlueSpeed, an Oklahoma company specializing in home and commercial automation and lighting design, requested pictures of their technology work. We traveled to a beautiful home near...
Blog
Photography is an Art Form, Not Your Aunt’s Pet Project
In today's creative world it seems like every teenager, mom, scrap-booker or receptionist considers themselves a professional photographer. Now, before you take me the wrong way, I am not saying these people do not have an eye for photography. They may actually be...
Nonprofits: Finding a Design Agency
Having relevant design communications is pivotal in any industry; however, in light of budgetary and manpower obstacles many times nonprofit organizations lack the creative luster for-profit agencies can obtain. To overcome these obstacles, nonprofit agencies resort...
Thoughts on Media Queries and the iPad 3
The line between mobile and non-mobile has been blurry for a while. We have tablets and netbooks that fall somewhere between phones and desktops, and even other devices such as game consoles browsing the web, all with varying screen sizes, resolutions, and densities....
How You Present a Website Matters
As web professionals, we always try to find creative ways to present web content in order to provide a more comfortable viewing experience. One of the more popular web features nowadays is to use custom web fonts on web site vs the good ole Arial, Verdana... However,...
What is OOCSS? (Object Oriented CSS)
Object Oriented CSS is a method of development as it pertains to the HTML and CSS relationships designed to reduce redundancy in CSS, primarily to make more manageable code. The idea is (basically) to take reused styles and assign them to individual classes, then the...
5 Free CSS Tools
We web developers and designers use a lot of tools to help us create compatible, well-built websites more easily and quickly. Today I'm sharing with you a few of the tools that I like, specifically those made to assist with CSS. 1. CSS Typeset This handy tool lets you...
A Look at Android Training
Did you know Google has a bunch of online tutorials on Android Development? These training courses, collectively called simply "Android Training," can be found at https://developer.android.com/training/index.html. These tutorials focus on a wide array of topics, from...
How to Simulate HTML5 and CSS3 Support
Eventually we'll see the day when we can purely use HTML5 and CSS3 and have no fear that anyone who actively browses the web will have such an ancient client that they can't see what we've intended. Unfortunately that day isn't today, so we still need to have options...
Ruby on Rails Compared to PHP
I've been using PHP for years. In some ways it's a messy language, but it gets the job done and is widely adapted in the web community. How about another programming language called, "Ruby on Rails"? Let's have a comparison between the two. For those not familiar with...
Google Analytics Advanced Segments
Do you engage in social media, add SEO-minded keywords to your website, advertise with AdWords, and post or comment on industry blogs or forums, and now you want to know which of your myriad online marketing efforts is producing the most effective results? Enter...
HTML5 Video Tips
HTML5 has a lot of new features. One of the coolest but not often utilized is the newelement. It allows pages to embed video files without requiring the user to download a plugin. By default YouTube videos use HTML5 if the user's browser supports it, and use Flash...