22Nov
AF Striper Web portal is developed by Sourcebits. This portal helps Air Force personnel prepare for promotions by taking online quizzes, studying flashcards, etc. The Web portal is developed using object oriented PHP Zend Framework, MySQL Database, HTML and CSS.
Read More
18Oct
MyScanner is an unique iPhone application developed by Sourcebits for Certifiable Solutions. This app lets you take photos of your documents and then allows you to crop, color optimization and ultimately let you convert them into high resolution PDF documents for saving or emailing.
Read More
14Jul
We are proud to announce the next version of Geemail application, that is now completely recoded from scratch. The new feature list includes
+ Brand New User Interface Design: Dare we say its better then Gmail itself?
+ Localization supprt for Dutch, French, Italian, Portuguese, Spanish and Japanese
+ Search…
Read More
2Jul
The most popular digital clock application,”Night Stand” is now available on Blackberry Storm. The application is available for download in Blackberry App World and is priced at $2.99 USD.
Read More
25Mar
SK8 Dice is an iPhone sports application developed by Sourcebits using Unity 3D framework. The application lets you determine a trick by rolling four dices in 3D. The insturctions are simple, roll the dice and do the trick on your skates.
Read More
13Jun
It’s cool that mark-up based web is going to receive two humble gifts from great thinkers of web standards. Not to mention one is HTML-5 (Web Application 1.0) and other is XHTML 2.0. XHTML 2 is effort towards making web more robust, so web can be utilized at its extreme. XHTML …
…
Read More
2Nov
Ever wanted to create a JavaScript object from JSON, but was afraid to do so cos you might execute a potentially dangerous code? Fear not, for the Code Ninja from Bangalore has come to your rescue!
This function will taken in a JSON string and return you a valid JavaScript object –…
Read More
2Oct
This will be an updated post on ActionScript 3 tips.
1. How do I remove all the children from a DisplayObject (MovieClip etc)?
while (my_mc.numChildren) {
my_mc.removeChildAt(0);
}
2. How do I instantiate a class dynamicall?
import flash.utils.getDefinitionByName;
var cs:String = ‘Part_’+i;
var DynamicClass:Class = flash.utils.getDefinitionByName(cs) as Class;
var tc:* = new DynamicClass();
3. How do I create a…
Read More