thesven.com

ActionScript and Web Development

Author Archives

Remove all .svn folders from directory (recursive)

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 [...]

  • Share/Bookmark

Hype Contest Entry

Below is my entry for the Hype Framework contest being held by Joshua Davis and Branden Hall. The contest contains two categories that people can enter into, designer and developer. I will be entering my .swf and code into the developer category. Originally I was having a big of a hard time thinking about what [...]

  • Share/Bookmark

Extending the HYPE Framework pt.1 – Layout Classes – making a circle layout class

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 [...]

  • Share/Bookmark

HYPE Framework

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. Over the past few years as Flash/Action script have been maturing to the point we are at now, it has become increasingly hard for [...]

  • Share/Bookmark

Syncing files between two computers with OS X 10.6, using rsync & SSH

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 [...]

  • Share/Bookmark