I’ve recently been working in Papervision3D with some MD2 avatars. Since the MD2 format was originally designed for Quake II, I figured there were no better models to use than the actual game models. I’ll be releasing the code in a thorough tutorial on how to accomplish this, but in the meantime, you can see […]
Open Source 3D
Lately I’ve been playing around with Blender, an open source 3D modeling and animation application, and I have to say I’m pleasantly surprised. Virtually anything that can be realized in commercial 3D programs can be done in Blender. I’ll be posting some tutorials soon on some of the techniques I’ve found useful within Blender and […]
Victors & Spoils Logos
I’ve submitted a few logos for the Victors & Spoils competition on crowdSPRING. Check ’em out and vote if you like them!
The Schoolyard Is Live!
The Schoolyard is up and running! Check out the Beta version of my very first Facebook game! Contact me if you’re interested in becoming a beta tester, and receive 5 Extra Credits and one exclusive item.
The Schoolyard Is Coming!
My very first Facebook game, The Schoolyard, is launching next week, Tuesday the 28th! Send me a message if you’re interested in becoming a beta tester. All volunteers receive 5 Extra Credits and one exclusive item only available to beta testers!
Infographic Goodness
I love infographics, and Information Is Beautiful has some of the best I’ve seen. Some highlights: If Twitter was 100 People The Hierarchy Of Digital Distractions Walled World
The New Freelancer: Launching Your Virtual Company
So you’re ready to head off into the awesome world of freelance development: be your own boss, call your own shots, hire people, fire people, and rake in the money. The new freelancer is the virtual company: a team of individuals, each with their own unique talents – loosely associated with each other that come together on a project-by-project basis according to the needs of each assignment.
RAD Model View Controller Demo
About RAD The Rapid ActionScript Development package lets developers get up and running with a lightweight flexible framework quickly and painlessly. Many developers are already using a model-view-controller framework. The RAD MVC package supplies a very clear set of abstract classes that will help any developer get up and running as fast as possible with […]
RAD Updated
I’ve updated the Rapid ActionScript Development package on Google Code. This update includes greater flexibility for the model-view-controller classes. This makes it even easier for both designers and hard-core programmers to use the framework. Stay tuned for a step-by-step tutorial on how to use the MVC feature of the RAD package. RAD is available as […]
Wrapping Long Lines of Text in CSS
I recently came a cross a very tricky issue where an extremely long URL needed to be displayed in a narrow DIV. Browsers refuse to wrap this line, as there is no logical place to break the text. If you don’t have the luxury of providing a shorter label for the link, and need to […]