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

And we are back

October 13th, 2008 by fw
Long time with out writing something. I have been lazy to write anything, but oh well. So far: Myspace Ads: I have been getting ads approved and disapproved. The thing I do not like about MySpace Ads is that they send you an email as to telling you the reason why they won’t accept your ad(s). I guess I was used to Facebook’s way of telling you about it. Not only will it send you an email, but it will tell you in the rejected ad itself the reason WHY. MySpace Ads has been approving...

FNM, the best rollercoaster!

September 26th, 2008 by fw
All I have to say is “HOLY FUDGE”. I bought FNM stock @ $1.50 on a limit that I had set on Wednesday, then I bought some more shares @ $2 on another limit set on Thursday, giving me the average of $1.75 per share. Why did I decide to buy now? I have seen the stock go up for the past few days, an I have justs let it go by thinking that it was it’s peak. However, it has been going up every day, as much as 50% /day or more. Well, I decided to get in and get out by today (Friday)....

Test your site in different browser

September 21st, 2008 by fw
Are you designing a new site, and you don’t have the time to install all the browser?  Well, browsing around the net I saw link to this site (I can’t remember where I got it) LINK http://browsershots.org/ Just type in your web address, select the OS and browser you want to see your website in and click SUBMIT.   Enjoy!

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