Submitted by mikesven on Thu, 05/24/2012 - 12:33
Every so often I run into the issue/annoyance that osx has left a lot of hidden files on my thumb drive. I have run into a few issues with these files for example when trying to play music directly off the drive though a car audio system. Here is a great little bash script to help remove them all.
Submitted by mikesven on Tue, 04/10/2012 - 18:37
A little while ago a friend of mine had asked me to help him out with an idea for a new work flow he was testing. He was looking to be able to work his photoshop/illustrator magic and export everything as a .gif file.
Submitted by mikesven on Mon, 04/09/2012 - 09:33
Goto bootstrap.js, line #330. Look for:
if (!$next.length) return
Comment it out!
//if (!$next.length) return
The carousel should now play though to the last image and then restart at the first!
Submitted by mikesven on Wed, 05/04/2011 - 09:59
Recently the team I have been working with is starting to expand, and as this happens I have found my self introducing more and more people to the wonderful world of git. In order to try and ease the pain while people are getting used to a new version control system to help with creating new repositories on our server.
Submitted by mikesven on Thu, 08/05/2010 - 09:53
There have been a few times where I have had the need to remove all of the .svn folders from a specific problem. Rather then enabling hidden files and going through the directory folder by folder, I have found a simple command that can be run though terminal that takes care of the job rather quickly.
Submitted by mikesven on Sun, 11/29/2009 - 09:11
About a month ago now, Branden Hall and Joshua Davis released an open source project that they have been building for a little while. This project is called the HYPE Framework.
Submitted by mikesven on Sat, 11/28/2009 - 09:17
This is a tutorial for people looking to extend the HYPE Framework beyond its current set of abilities. In this tutorial you will learn how to make your own “layout class” by extending and implementing existing elements of the hype framework. The layout class you will be constructing will be used to place display objects on the stage, in a circular layout based on a given radius.
Submitted by mikesven on Sat, 08/29/2009 - 13:15
Over the past few weeks my interest in Adobes Lab project Alchemy has been growing and growing. The main spark was set after playing around a little bit with the FLARToolkit alchemy branch and noticing much faster results. I had to figure out why it worked so much quicker and what made it tick.
Submitted by mikesven on Sat, 08/29/2009 - 09:43
If you have been working on a specific computer for a while, and need the files in another location it can be a bit of a pain at times to make sure that everything is transferred properly. This Friday when I got home after purchasing the OS X 10.6 Snow Leopard upgrade I had a chance to implement some file syncing between my MacBookPro and iMac.
Submitted by mikesven on Sat, 08/01/2009 - 09:37
For the past few weeks I have been working on a FLARToolkit project in the office for one of our clients. While working with augmented reality in flash up to this point has been great, I have always felt that there was a bit of speed hit involved with the actual image processing to locate the marker.
Pages