JavaScript is Dead. Long Live JavaScript!
Aptana + PHP = Dreamweaver
We’re fan of free tools. We asked our HTML team to use Aptana as the IDE instead of Adobe Dreamweaver. However, from feedbacks of the team: Aptana does not allow them to manage common HTML pieces => So, in…
Efficient Java way to search string in large text
Today, we faced to a technical question when giving solution for a prospect. We need to do a background processing in Java for below reqs: + Getting some text data from social networks. + Doing some string search for counting…
Puzzle with Javascript loop on iOS Safari and UIWebView
After doing a small test with Javascript looping on iOS UIWebView control and the iOS Safari, I put a puzzle to our developers. It’s funny but is a very important thing you need to know when developing Javascript on these…
Thinkupapp – the open source social media insight
I received a prospect which requires us to build up an application to crawl feeds from friends of a user on Facebook and do some analyzing process. To prove the app concepts, we need to build a PoC. After doing…
Sencha Touch or JQuery Mobile?
Yesterday was so interesting. We was put into some challenges and technical debation. One of them is [choosing the good “framework” to work with a PhoneGap application we’re going to develop in some next days]. The debation becomes to: SenchaTouch…
Play SWF in Android application
Our client asks for an Android native application that loads their SWF files (for presentation purpose) and allow the end user to play with them. I did the code quickly for testing this. At the beginning, I missed some points.…