July 7th, 2012
This is a really great resource if you’re looking for only the best iPhone, iPad / iOS apps on the iTunes App Store, and don’t want to have to try every app that comes out. What’s also great is only the BEST apps are posted there, versus a lot of the review sites out there that review both good and bad apps and you have to ultimately decide for yourself… screw that, go check out Apps Worth Having.
// Jacob
| Posted in Updates | No Comments »
May 9th, 2012
Snacksss is now available on the App Store. This is the first of many First Post games to come up this year and one I hope to see in the Top iPhone Games list!. You can get it from the App Store by searching Snacksss, or going directly to it.
// Jacob
| Posted in Updates, Fun | No Comments »
October 23rd, 2010
If you have masks in your movieclips and you export without checking the option to export hidden layers, various masks will become disabled as they are considered hidden layers. I’m sure there’s a specific scenario depending on how you setup your mask since some of my other masks were not affected. If you run into this issue, just make sure the hidden layers checkbox is checked when you are exporting.
// Jacob
| Posted in Updates | No Comments »
October 23rd, 2010
I spent quite a bit of time on this one and am sharing for those who run into it as well.
If you’re using PHP and MYSQL, you’ll run into an issue with long Facebook IDs (bigint). This will cause an issue when you’re doing queries with Facebook since PHP will attempt to convert it to a float. In php.ini you can bump up precision (25) and it should solve your issue, just do not try to convert your Facebook ID to an int.
// Jacob
| Posted in Updates | No Comments »