How to install & run Linux on a USB Flash Drive

May 23rd, 2009 by fw
The other day I had the urge to do something technical, and drive away from the Forex trading that I have been doing.  So I thought about on how cool it would be to install a version of Linux on a USB drive.  I know it has been done before, but I didn’t know how, so that’s what I wanted to learn on doing.  The reason that came into mind is that I was tired of burning CDs after CDs every time a new Linux distro came out.  For some reason I don’t like using CD-RWs (that’s...

Affiliate Summit West 09, Recap

January 20th, 2009 by fw
Whoa, what a supper week!  From Adult Expo to Affiliate Summit, one cannot ask for more!  This is just a supper recap of what happen to me, because chances are, if you found this page you were either there or know of Affiliate Summit.  Fore more, check out the pics @ Affiliate Summit West 09 DAY 0, Sat, Jan 10th Day started @ 0430 AM, where Benny and I woke up to get ready for the plane leaving later that morning.  We flew US Airways.  Not only did we have to pay for the luggage, but we had...

YAJC – Yet Another JavaScript Code

September 21st, 2008 by fw
This goes to show you that JavaScript is powerfull, yet it can be used for bad intent (as we internet geek didn’t know that).  But this code is not really malicious, it’s just fun and interesting. What this does it lets you edit any website on the fly, with any browser you have. The only thing is that you can’t save the content that you edit, unless you go to FILE>Save as … [inline] javascript: document.body.contentEditable = "true"; document.designMode= "on"; void...

Download Youtube videos without software

September 14th, 2008 by fw
There’s a nifty way of downloading videos from YouTube without having to download any software. Comes in handy when you don’t want to install a software to download the videos. All you need to do is go to Youtube and look for whatever video you want to see. Then, copy the code here and paste it in your browser’s address bar (Note: I have tested it on IE6, Firefox 2.0, and Google’s Chrome browser, thought it is said that it works on Opera too). The following code gives...