968 reputation
38
bio website
location
age
visits member for 1 year, 1 month
seen 12 hours ago
stats profile views 39

I'm a web developer and also iOS programmer


Dec
24
comment ViewController versus ModalViewController
Yes, correct...
Dec
24
comment ViewController versus ModalViewController
It's a callback of a function, if you want to perform additional tasks after the function completes.
Dec
24
answered ViewController versus ModalViewController
Dec
18
comment jQuery infinite thumbnail gallery
Good luck, it's a good start point to become a programmer and not a "copy-paster" :)
Dec
18
answered jQuery infinite thumbnail gallery
Dec
17
answered ajax to submit the form information
Dec
16
comment UITableView strategy for empty sections and adding rows inline with custom cell
Do you have more than one section?
Dec
16
comment Deleting a table in another table with jQuery
There is no element: $(table) <-- needs quotes
Dec
16
comment HTML5 audio: Get filetype with jQuery
Object #<HTMLAudioElement> has no method 'attr' it should be file.src
Dec
16
answered jQuery fadeout image
Dec
16
answered using a button to switch between two states
Dec
13
answered Can anyone tell why this animation doesn't work?
Dec
10
comment how to do multiple processes using threading?
Since iOS >=4.3 Apple suggests to run multiple threads with GCD or NSOperationQueue.
Dec
10
revised Table View Scrolling Issue with content offset
added 408 characters in body
Dec
10
answered Table View Scrolling Issue with content offset
Dec
5
comment Access to a json array of elements
Why to store json string in input?
Dec
5
answered URL is not opening in Safari browser from UIWebview delegate method
Dec
5
answered How to write If/else statement?
Dec
5
comment load data from json into webview
Your JSON is an array, it's not dictionary
Dec
5
answered passing appdelegate data to viewcontroller