Blog Archive

If my memories fail me, at least I can build new ones. (or possibly check my blog archive, to re-learn my history.)

New Site launch - Triviatown - Facebook

If there is anyone out there who follows my site, you may wonder where the heck I've been for the last few months.  Well I've been busy coding my butt off.  The site I have been working on (as part of a team of talanted developers), has finally gone public.   http://apps.facebook.com/triviatown/ I did not build it by my self, and I was not the lead developer.  I was however one of the primary php developers for the project working extensivly with php, javascript,...

Read More

Recursive Delete file type in Linux

Handy little command Ok, the reason I needed this is because I use VIM and with my configuration, it generates "*.bak" and "*.orig" files for every file I open. When I am done with a project I need to clean all of it up quickly.  After some searching, here is what I found.  (On the Ubuntu forums, I just put it on my blog so I don't lose it, and I can find it quickly) First "cd" to the top directory you want to start in.  (Don't be stupid...

Read More