Austin Civic Hackathon :-)

I went out to Austin this weekend to participate in the Austin civic hackathon. There is more info about it here  Austin Civic Hackathon . Thanks to all the sponsors and conjunctured for letting us use the space. 

UI/UX Refresh Ideas For Kandan

A general overview of how to fix some things in the layout. Having the channels in a scroll area as opposed to a tabbed area allows for there to not be a limit on number of channels in one network.…

How To Find Your Learning Community

Anybody who has talked to me more than once knows that I have deep disdain for the way the education system works. The traditional approach to education rewards “proper behavior” more than important things like critical thinking and problem solving.…

How To Make Cool Input Elements Using jQuery

$(function(){ //this makes the default value of an input disappear when you focus on the input text field. //default values reappear when input is unfocused under the condition that value="". var smart_input = function( input_id, default_value){ $(input_id).focus(function(){ if($(input_id).val() === default_value){…

Printing & Prepress Basics

This is a great tutorial on the topic of print design. It’s important to keep in mind that a client will probably use a logo or icon in print media in one way or another. If things like color mode…