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
30Sep
Some of the popular gaming sites like Inside Social Games and Gamers Intuition reviewed the Plateau game for Facebook. Few quotes from those reviews: ,” Suffice to say, this game is fantastic. It’s simple, it’s beautiful, it’s challenging, and above all, it’s fun. Whether you play …
Read More
25Aug
iTrip is a Facebook application that helps you plan, manage and share trips on facebook; perfect for people who like to go on trips with their friends frequently. The application maintains a list of trips you have planned with their details like map location, duration, destination and many more.
Read More
18Aug
The Plateau is an engaging and exciting new game for Facebook. Set in the outer space with a soundtrack to match, The Plateau challenges you to untangle space orbs connected by energy lines on four sides. There are 55 levels in the game, with each level introducing more and more complicated…
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
11Feb
The Adobe AIR applications developed by Sourcebits are now approved and available on Adobe Marketplace. Check them out.
Read More
6Feb
GeeMail is a cross-platform desktop client for gmail developed in Adobe Integrated Runtime (AIR). Ready to be used out of the box, requiring no configuration of any kind, GeeMail supports the familiar gmail user interface and supports working offline.
GeeMail is developed for the AIR runtime using the PureMVC ActionScript 3.0 framework.
…
Read More
30Jan
We are pleased to announce the release of a stock data tracking and analysis tool – Live Quotes.
Live Quotes is a feature-rich tool for those interested in the stock market. Live Quotes features an intuitive user interface for adding stock symbols of your interest and displaying the relevant stock…
Read More
19Jan
Six revision posted an article titled Beautiful and Creative Examples of Vibrant Web Designs and Sourcebits TangledDecals made it to the list. As per the author, In this collection, you’ll find 30 brilliant web designs from all over the internet with vivid and colorful themes that evoke feelings of vivacity and…
Read More
27Oct
Sourcebits have opened a new web development blog, WebDevelopmentBits. With a strong team of over 35 web developers contributing to this blog, it will carry original posts on HTML, CSS, JavaScript, jQuery, AJAX, ActionScript, Flash, Flex, PHP, Zend Framework, Wordpress, CakePHP, Ruby on Rails, and Python!.
Read More
11Oct
TangledDecals, a Rich internet application developed by Sourcebits in Adobe Flex is featured on Smashing Magazine,.
Read More
8Aug
The music store developed by Sourcebits, Nerve Music Store got featured on Smashing Magazine.
Comments by the authors on our store, “Nerve is an Ajax-based music store with vibrant colors, nifty JavaScript-effects and beuatiful hover effects. Nice and memorable design.”
Thank you Smashing Mazagine
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
30May
MilkyDomain is an innovative application that will let you find the domain you been looking for so long.
As per research the most memorable domain names on the net are the ones that are combination of meaningful words like Facebook (Face + Book), Basecamp (Base+Camp), Campfire (Camp+Fire), iPhone (i + Phone),…
Read More
24Apr
Nerve Music Store is a demo shop for showcasing the finest of User Interface design and Programming using HTML, CSS & JavaScript.
We hope you will enjoy this site.
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
27Sep
Details: Safari 2.0.4 on Mac, JQuery 1.2.1
I had a good time breaking my head over jQuery rendering bugs in Safari. Somehow I managed to find the fixes for the bugs I encountered. I hope this post will come handy to those who WILL come across the bugs. The fault is…
Read More