124 reputation
7
bio website
location Seoul, South Korea
age 26
visits member for 1 year
seen yesterday
stats profile views 30

Who designs database ? me
Who does database administration ? me
Who does the business logic layer? me
Who does the UI layer ? me
Who does system administration ? me

the list can go on.

and I don't get five paychecks.

I do all those not because I am an expert at all those but there's no one else to do all that. It's a small company. Anyway, nice to meet you !


May
15
comment What mechanism does Java use so that it does not allow reasignment of an array reference to another with a bigger type?
Ok, I'll save it for another time : )
May
15
accepted iPhone url scheme with content body to SMS
May
15
comment iPhone url scheme with content body to SMS
Yes, you're right. I'm not sure if im getting it right but basically what you mean is I can make my own app that can handle a content body and send an SMS, right ?
May
15
comment iPhone url scheme with content body to SMS
Could this app that uses MFMessageComposeViewController, then send SMS ?
May
15
comment iPhone url scheme with content body to SMS
So, in the end it is 'myapp' that sends SMS ?
May
15
comment iPhone url scheme with content body to SMS
ok, the app that uses MFMessageComposeViewController on the inside ?
May
15
revised iPhone url scheme with content body to SMS
added 649 characters in body
May
15
comment iPhone url scheme with content body to SMS
pardon my ignorance, MFMessageComposeViewController was what I was referring to as the iPhone app #1. I don't know exactly what MFMessageComposeViewController is but isn't this an Objective-C thing that could only run on an iPhone. So I would have to write an iPhone app ?
May
15
asked iPhone url scheme with content body to SMS
May
14
suggested suggested edit on imageFlow Left property to increase Gap
May
14
comment What mechanism does Java use so that it does not allow reasignment of an array reference to another with a bigger type?
Could I say that the above operation is not allowed because "char[] does not pass the IS-A(n) int[] test" ?
May
14
comment What mechanism does Java use so that it does not allow reasignment of an array reference to another with a bigger type?
I've been thinking about your answer and then it hit me. Thanks ! : )
May
14
accepted What mechanism does Java use so that it does not allow reasignment of an array reference to another with a bigger type?
May
14
revised What mechanism does Java use so that it does not allow reasignment of an array reference to another with a bigger type?
added 883 characters in body
May
14
awarded  Custodian
May
14
reviewed Approve suggested edit on What mechanism does Java use so that it does not allow reasignment of an array reference to another with a bigger type?
May
14
asked What mechanism does Java use so that it does not allow reasignment of an array reference to another with a bigger type?
May
9
accepted Reasons behind why abstract and strictfp keywords cannot be used together in a method declaration?
May
9
revised Reasons behind why abstract and strictfp keywords cannot be used together in a method declaration?
edited title
May
9
comment Reasons behind why abstract and strictfp keywords cannot be used together in a method declaration?
Interesting, where could I find some documents that say an overriding method would not inherit modifiers ? Methods do inherit access modifiers, right ?