Archive for July, 2010
StarCraft 2 Install Error – Solved
I just purchased StartCraft2 and started to install it only to get this error: “The file “&^%$*\StarCraft II” could not be found. If this problem persists, please contact Blizzard Technical Support. (IsAbsolutePath/path is not absolute)” Updated Fix: Open Command Prompt As Administrator Enter: >net user administrator /active:yes Start > Switch User You can now login [...]
What I’m learning about sales.
As I’ve begun to sell products/services and packages I’ve come to realize how important the lesson of “The Paradox of Choice” is to selling. Take this case in point. You have two sales man come to you to sell a widget. Sales Person A – Tells you about 20 different things and how they can [...]
Creating Your Own PHP Framework?
I spent the past few days fighting over the following battle, do I either use an existing PHP Framework or Build One. I’ve currently been using my Model 1.5 Framework (ScottWork) for sometime, but have been using CodeIgniter on a few client projects and dabbling with some of the leading PHP Frameworks like Zend, Symfony, [...]