5,693 reputation
31323
bio website
location United States
age 36
visits member for 2 years, 4 months
seen 15 hours ago
stats profile views 258

I love trying new stuff and been playing it with all kind of frontend programming Applet, Swing, Web, Web 2.0 :) and backend J2EE, Webservice, etc. Good thing is since I am running a technology consulting firm, I get to play with all the latest trend :)

My latest foray is into Mobile especially Android programming and still learning a ton about it from a lot of places. I've used Stack Overflow all the time and I felt that I should give back to the SO community. Now instead of browsing for questions, you probably see me here and there to answer few questions that I thought I could help out with.

Here is my LinkedIn profile, if you are into technology and innovation, let's connect (just mention you know me from here).


2d
comment iOS Backend Server Solutions?
@AppleDeveloper Amazon EC2 can be used for your web services needs. However, if you need to have PCI compliant server because you are storing Credit Cards and doing payment, then you need a PCI hosting
May
10
awarded  Guru
May
1
awarded  Necromancer
Apr
30
awarded  Nice Answer
Apr
20
awarded  Great Question
Mar
14
awarded  Nice Answer
Feb
2
awarded  Good Answer
Jan
14
awarded  Yearling
Dec
19
awarded  java
Dec
11
awarded  Nice Answer
Nov
7
awarded  Favorite Question
Oct
29
comment What is the simplest way you can read from a file in JavaScript?
+1 Great point on the same domain policy
Oct
29
revised What is the simplest way you can read from a file in JavaScript?
added 343 characters in body
Oct
29
answered What is the simplest way you can read from a file in JavaScript?
Oct
23
awarded  Famous Question
Oct
3
answered Changing height of a div element using javascript or jquery but it must change slowly
Aug
29
awarded  Enlightened
Aug
29
awarded  Nice Answer
Aug
27
comment iPad: Activity monitor's “Real Memory” v. application memory usage?
Which API do you switch it too?
Aug
21
comment WebView vs Native UI Layout, which one is more memory efficient?
@user802421 Native seems better for Android. We found that webview can still crash Android. This is interesting as I thought the WebKit would handle it for me. The interesting part is WebKit in iPad does handle this kind of interaction better and we can go with HTML5 solution with the iOS.