Sourcebits Background abt-left abt-rgt ser-left ser-rgt selection menu-icons arrow tab_menu top-menu left-menu about-menu content-bottom content-top-small content-body content-top-home

Sourcebits Blog

Back

Archive for the ‘Code’ Category

AF Striper – Navy Quiz Web Portal

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

MyScanner – Scanner for your iPhone

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

Adobe Air Application GeeMail v1.0 Released

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

Night Stand for Blackberry Storm

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

SK8 Dice – iPhone Sports Application

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

Seperation of Web

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

Posted by staff in Code, Web. 1 Comment
Read More

Creating Objects from JSON – without using eval()

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 –…

Posted by staff in Code, Web. 0 Comments
Read More

ActionScript 3 Tips – part I

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…

Posted by staff in Code, Web. 0 Comments
Read More

About Us

About Us

Sourcebits is a Macintosh, iPhone, Android and Web development company. Our efforts on the Mac are focused on researching and developing innovative and engaging applications that are new in the market or something we believe can be done in a better way. On iPhone and Android we are among the industry front runners and are among the first to develop applications for the platform. On the Web front, we develop world class quality web sites and web applications by considering the latest development trends and techniques, ensuring nothing is outdated.

Contact Us

Contact Us

Sourcebits develops outstanding services and applications for iPhone, iPad, Blackberry, Android, Mac and the Web. Our 200+ strong team of dedicated programmers and graphics designers spend their days building intelligent, easy to use applications leaving you free to focus on your next project. Contact Sourcebits today.