Upcoming Topics
- X-Men Origins: Wolverine
Post Counter
- 898 all time
- 43 this year
-
Recent Posts
Recent Comments
- vanlandw on Plus $10, WTF
- Derrick on Installing Adobe Air on 64bit Linux
- Justin on Dark Room Update (0.7.6.2b)
- Tom on Country Music Sucks
- Sharon on Dark Room Lives
- Andre Uchoa on Suspending Probability
- Johnny on Installing Adobe Air on 64bit Linux
- Tyler V on Metal Gear Solid Trilogy: The Good, The Bad, and The Ugly
- Doan on Dark Room Update (0.8b)
- tasha on Charter Sucks
Tags
4e amazon apple awful games books call of duty d&d Dark Room dark room x football Furious grand haven grand haven 9 horrible ie iphone ipod touch kindle lame linux lord microsoft Movies nfl optimus prime Politics power out programming Rant revenge of the fallen review rpg saints shipping snow leopard Television theater transformers transformers 2 ubuntu vanberge vanlandw Video Games windows7 xboxCategories
Tag Archives: programming
Remove .svn Folders from Project
Navigate to the root of the projects, and execute the following command: find . -name '.svn' -exec 'rm -rf' {} \; NOTE: You can also used “svn export source destination”
The Best TextMate Theme
The guy over at InfiniteRed blessed the community with the black theme Read More @ IR
Add Custom Domain to HOST file on OS X (Leopard)
Open Terminal.app Type: sudo vim /etc/hosts Hit return Type your password when prompted for it Press i (this will put in into insertion mode) Scroll down to a blank line Type in the ip and domain for the site you want to redirect using the following format: (i.e. 127.0.0.1 blueoceanlabs.com) Press escape Type :wq (this [...]
How to Crop a Flash Movie
Adapter from: http://www.emanueleferonato.com/2006/06/03/how-to-crop-a-flash-movie/ Using the “size” button, set a new height and width for the flash movie based on your flash design At this point probably some of your movie images will be off of the stage Unlock all layers Click the “Edit Multiple Frames” button It’s is just below the flash timeline Click the [...]
Force A Secure Page Using PHP