Pages
-
Recent Posts
Recent Comments
- www.hospitality.Dofollowlinks.org on Game Design: Rise of the Clones
- how to make a man fall in love on Game Design: Rise of the Clones
- https://Www.Adminer.org on Game Design: Rise of the Clones
- AWS training on Upgrading Membase 1.7.2 to Couchbase 1.8.1, provisioned IOPS for EBS
- Sara White on Trouble handling Icon\r file with Git
Archives
Category Archives: Development
Setup Namespace URL for Flex project in FlashDevelop
Our game client at Tribal Crossing is all written in Flex, and naturally we used Flash Builder to handle our project. However, I’ve always been partial to FlashDevelop, a much leaner IDE that has great editor features, faster compile time, and fantastic community support. After being fed up with another Eclipse (the IDE that Flash Builder […]
Issue with “npm install socket.io” on CentOS 5
Hey guys, I just ran into some issue installing socket.io using npm on my personal CentOS 5 box. All the other node modules installed fine – but not socket.io. After some searching around, I found that it appears to be an issue with the version of tar that came with CentOS 5, which was 1.15. […]
Sending batch app-to-user request on Facebook
With the release of the “live game feed” on Facebook, game requests and notifications now gets their own real estate on the upper right corner of your screen. This immediately reminded me of the good old days of “notification war” on Facebook circa 2009. Applications had free reign over your notifications and many […]
Posted in Development 4 Comments
Mootools conflicting with FB.ui (Uncaught TypeError: Cannot read property ‘className’ of undefined)
I just spent a few hours running down a gnarly bug that became an issue on production late last night. All of the FB.ui dialog calls began to fail on our website with a Javascript exception. After much trial and error, I was able to determine that Mootools was the root cause. Without Mootools, everything […]
Webinar on using Couchbase for large scale games
I will be working with Perry from Couchbase tomorrow to plan out our Webinar – Couchbase: Scale Overnight from Thousands to Millions of Users The actual webinar will be take place Wednesday, March 30th, 9:00am. If you want to hear about how we use a key-value store solution to achieve horizontal scaling with almost no sysadmin […]
Posted in Development Leave a comment
Migrating Membase Cluster – Part 1