Author Archive
The Pleasure Of Finding Things Out
My favorite scientist!
Iron Man vs. Thor
To say I’m excited about The Avengers Movie is an understatement.
Retiring Some Books!
All, I’m going to be pulling some of my self-published books from Amazon in the next few days. It was a great experiment and I was able to sell lots of books and gained a lot of experience and received lots of nice (and a little not nice) feedback on the books. I will either revise & [...]
What’s Better? Ruby or PHP?
Which language is bigger / better, the red one or purple one? What if I told you if you chose the red one, you would make more money? What if I told you the purple one is 5 times faster than the red one? Which one is better? As you know they are the same [...]
Feel Like JavaScript?
I decided to write a blog about JavaScript, called www.jstipster.com. The blog will talk about JavaScript and closely related technical topics.
A Business Take Time
I’ve mentioned before I’ve had a bunch of different projects I’ve launched, none of which are alive today. Why? I think every project I had a certain time-frame for success, IMMEDIATE, or 1-WEEK. Then when it did not meet certain success criteria I would give-up, stop working on the project, or withdraw the project from [...]
How to get a car for free
I was thinking about this last night after a conversation with a friend and I thought I’d write a small post about it. To get a car for free is all about timing the resale value of a car and having a little cash on hand. Take my truck a 2007 Tacoma 4WD. It has a [...]
Learn HTML5 and JavaScript for iOS
Learn HTML5 and JavaScript for iOS You have a great idea for a simple mobile web app. Or, you have a great idea for a complicated mobile web app. Either way, Learn HTML5 and JavaScript for iOS will help you build, fine-tune, and publish your app for iPhone, iPad, or iPod touch. Pre-Order now available [...]
PHP/JavaScript Empty String equals 0
Sometimes when you’re looking for something empty/null you might check for an empty string. // php $test = 0; if ($test==”") { echo ‘true’; } // javascript var test = 0; if (test == ”) { alert(‘true’); } To avoid this you need to use the === operator. Which means exactly equal to (value & [...]
The New iPad – (Version Recommendation)
Which One To Get? Get WiFi 16GB only if you’re planning on using it only around the house or for you children. Get the 4G 16GB if you want world travel but don’t care about lots of video & movies. WiFi / 4G This is all about connivence of access. If you’re never going to travel don’t [...]