| bio | website | mholmgaard.dk |
|---|---|---|
| location | Denmark | |
| age | 25 | |
| visits | member for | 1 year, 10 months |
| seen | yesterday | |
| stats | profile views | 29 |
I'm a Software Engineer working at Vertica A/S, Aarhus, Denmark.
|
May 15 |
comment |
Add iPhone push notification using ASP.NET server The guide is good but I would recommend using PushSharp on the server. |
|
May 15 |
answered | Add iPhone push notification using ASP.NET server |
|
May 12 |
awarded | Notable Question |
|
May 10 |
awarded | Critic |
|
May 8 |
comment |
How to dynamically resize UITableViewCell height Great.. Use it along with reloadRowsAtIndexPaths if you want an animation at some of your rows. |
|
Apr 26 |
accepted | Asp.net render control -> javascript error |
|
Apr 26 |
comment |
Asp.net render control -> javascript error I works!! Thank you so much - I have had this problem for so long.. |
|
Apr 25 |
comment |
Asp.net render control -> javascript error Sounds good.. I will look at it when I get time and report back. waitForGoogleApiToLoad == waitForGoogleApiAndLoadPackages right? |
|
Apr 24 |
asked | Asp.net render control -> javascript error |
|
Apr 23 |
awarded | Self-Learner |
|
Apr 13 |
revised |
Google chart api Line chart: Units don't match points added 230 characters in body |
|
Apr 13 |
accepted | Google chart api Line chart: Units don't match points |
|
Apr 13 |
comment |
Google chart api Line chart: Units don't match points Thanks - seems to work! |
|
Apr 10 |
comment |
Changing UIView on orientation change +1 for self.interfaceOrientation |
|
Apr 8 |
comment |
UITableView grouped with transparency above to reveal content behind it? Okay then I think you need to remove the space the header and footer use with something like this: tableView.contentInset = UIEdgeInsetsMake(-20, 0, -20, 0); |
|
Apr 5 |
comment |
UIWebView EXC_BAD_ACCESS crash In ios 6 use dealloc method with ARC(without calling super or any memory release code) - viewWillUnload is deprecated in ios 6. |
|
Apr 5 |
comment |
UITableView grouped with transparency above to reveal content behind it? Isn't it just setting uitableview background to clear color? |
|
Mar 28 |
revised |
setStatusBarOrientation issue added 6 characters in body |
|
Mar 28 |
answered | setStatusBarOrientation issue |
|
Mar 23 |
comment |
Intermittent SSL error when uploading photos using Facebook Android SDK 3.0 The info about facebook max image size of 720x720 solved my problem. |