We’ve just release a free asset on the Unity Asset Store. If you use Unity3D, definitely check this out: https://assetstore.unity.com/packages/3d/vehicles/space/3d-voxel-cube-spaceships-sampler-65910.  Unity version 5.3.0 or newer required. The asset contains stylized 2 models/prefabs of 3D spaceships that can be used on 2D or 3D games. In addition to the models, the asset package comes with two demo of space […]

By popular requests, we’have just added about half dozen of new custom rainbow palettes to Kaleidoscope Painter.  Check it out.  Hope you like the improvements.  As always, feel free to send us feedback and comments.  Have fun painting and coloring!

This guide walks you through in getting the Facebook Credits Sample running in test mode. 1. Download the official sample code from: https://github.com/facebook/credits-api-sample 2. Read the overview. 3. Copy the files into your server into a subfolder (your server must support PHP): – callback.php – index.php – xdreceiver.html 4. Create a test application. Fill out […]

One of the things that I played around several years ago was the GD library, which allows image manipulations and creations on the server-side. I have always want to automate repetitive things such as creating glossy-icons for web-pages.  Basically I want to automate the process of converting: From this To this: I wasn’t sure if […]

It is quite annoying for us developers that getting the numeric user id when that user has a vanity URL. Granted that for user’s that hasn’t set their own (vanity) URL names, this is easy, just login and see the URL bar, which will be something like https://www.facebook.com/profile.php?id=NUMERIC_ID. But for user that has vanity URL, […]

If you have read my previous post about this subject here, then consider this a bug-fix or an update. Posting to user’s wall is easy enough but what about if you want an application to post, say user accomplishment (such as High Scores or user achievements) onto the application page? The process is actually straightforward. […]

Packt Publishing is offering exclusive discounts. Read their press release here: July, 2011 Packt Open Source announce exclusive discount offers on best-selling books Packt Open Source has this week announced a series of discounts on its selection of best selling Open Source books. Readers will be offered exclusive discounts off the cover price of selected print books and eBooks for […]

 NOTE: This method appears to be broken at this time (7/28/2011). I don’t know if and what has changed on the Facebook side, it just stopped working. Will update this post if it works again. UPDATE (8/9/2011): The method has slightly changed but works again now. Please see this post for the update. Posting to […]

Here’s a small class that does string substitution, inspired by printf function in C. You can pass an Object into the function and it will search and replace the content of stringwith values of the objects. Parameters: stringFormat is a String object that you want to fill with replacements. substituteData is an Object containing the […]

1 2 3 8