Archive for the ‘Soap Box’ Category

Feeding Ignorance: If Mario Was Designed in 2010

Monday, May 10th, 2010
It seems as if the gaming industry suffers from the same over-compensation issues that the design world does. Game Designer Read More....

Sussex Safer Roads Commercial; A Piece of Art

Wednesday, February 24th, 2010
Read More....

Perky Jerky: Clever Name, or Clever Concept?

Monday, November 9th, 2009
perkyJerky When I see a product like this, and its named Perky Jerky, I have to askRead More....

Scotch Tape Contest, by…ISO50?

Sunday, November 8th, 2009
img_offtheRollLogo2 I see hundreds, if not thousands of articles each week now that I am an avid Google Reader user. After a while it becomes easy to identify each bloggers style. Lets take for example Scott Hansen of Read More....

Tip: Keeping Your Place In Code

Thursday, August 27th, 2009
As my document class files get larger and larger I tend to have a hard time keeping my place. Especially when I need to jump back and forth between a couple spots. So one trick I just naturally started to evolve was to add my own "bookmarks" into my code. For example if I am working on a function called "showMessage" and I want to jump between the function and where it is being called I might do this: [as3]//# showMessage(); // blah blah blah other code // 1000 lines later //# private functiRead More....

'Ten Things I Have Learned' by Milton Glaser

Wednesday, June 3rd, 2009
It isn't often that I repost other people's posts, but i have to give credit to the 'Ten Things I Have Learned' by Milton Glaser. Please go to the original article to read the full thing, but I wanted to pull a few of my favorite quotes that I believe in. Point 3 talks about avoiding poisonous people. TheRead More....

5 Tips To Becomming A Better Coder

Monday, June 9th, 2008
I thought this article by Omar over at Oateck pretty accurately described how some of the ways I was able to get into coding and should help others as well. The short story is:

Tip 1. Methodize... don't memorize Tip 2. Create your own ResourcRead More....

Learning ActionScript 3.0

Tuesday, May 6th, 2008
I have (shamefully) just begun teaching myself ActionScript 3.0 in my downtime. It won't be as hard as the first time through (learning Flash on my own) since now I understand the basics around code, but there are a lot of new concepts to AS3 that I need to wrap my head around before I start the nitty gritty part of memorizing the syntax for writing AS3. Not that I am an expert on all AS3 books out there, but I happened to get myself into Read More....

Evolving Ecosystem Project (EEP) vs Real World

Thursday, April 24th, 2008

The idea of creating an ecosystem through code has started to interest me. I have only just begun my exploration into it, but it is interesting how it changes your perspecting on the worRead More....

From Code to Mechanics: I'm Stumped

Monday, April 21st, 2008
In my desire to use code to create artwork, I decided I need to learn how to use code to control actual real-world devices. Lets say for instance I have some code that outputs the number 10. How would I go about making that number make an led flash 10 times This is just an example of course and could be turned into anything, but it is a start and would be a huge start. When I write code I know it will output a .swf, or a .html, etc.. I know my output. But what if I want my output to be light, oRead More....