THESVEN

creator of stuffs for the interwebs

NikGIF: Decompiling GIF Images Into Individual Frames

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.

Hacking the twitter bootstrap 2.0 carousel to rotate though after the final image

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!

Bash script for creating a new git repository

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.

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 quickly.

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.

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 on the stage, in a circular layout based on a given radius.

Pages