Posted by
admin on Mar 8th, 2010 in
entrepreneurship,
rants |
0 comments
Pardon my F-Bomb
Over the past few years, I’ve been working on a startup called Rentabilities. We help rental stores (e.g. people who rent tents, table, chairs) take reservations online.
Throughout the...
Posted by
admin on Mar 2nd, 2010 in
entrepreneurship,
rants |
0 comments
My blog has become a place for me to come and complain. As an entreprenuer, I deal with many different business services – banking, ssl certificates, web hosting… the list goes on. As a...
Posted by
admin on Jan 2nd, 2010 in
flex |
7 comments
I’ve been running the 64-bit version of XP and now the 64-bit version of Windows 7 for the past 2+ years, and I’ve always had issues with Flex:
Blank build path windows (when right clicking on a...
Posted by
admin on Dec 7th, 2009 in
wordpress |
24 comments
What I needed
I needed a way to secure a single page. This could be an order page or a page where I want to protect user information. The problem is, even if you simply try to go to...
Posted by
admin on Sep 8th, 2009 in
entrepreneurship,
rants |
0 comments
If you’re thinking about doing business with Verisign: think again. Here’s my story.
In 2006 I started a company called Rentabilities, which helps party rental companies rent their products...
Posted by
admin on Jul 10th, 2009 in
flash,
flex |
0 comments
Today I noticed something particularly annoying about ActionScript 3/Flex/Flash: Casting.
I know of two ways to cast something from one type to another:
1. var myvar:Type1 = mything as Type1; // does not...