paulthenerd

2,048
reputation
94 views

Registered User

name paulthenerd
member for 1 year
seen 7 hours ago
website
location
age
17h
comment Confused in getting the ManagedObjectContext from AppDelegate
Brad I like the singleton approach too I already tend to use a singleton for application state handling in most of my apps anyway - Apple's examples don't make it seem as simple as it can be.
20h
answered Confused in getting the ManagedObjectContext from AppDelegate
1d
accepted tableview has nothing?
2d
awarded  Organizer
2d
revised Calling the same Viewcontroller file from within the file itself.
added iphone/objective-c tags
2d
accepted NSURL Authentication when server does not present a challenge
2d
answered NSURL Authentication when server does not present a challenge
2d
revised Which version of rails for a new project?
added 1 characters in body
2d
answered Which version of rails for a new project?
Dec
12
accepted UITableView section with maximum number of rows
Dec
12
answered UITableView section with maximum number of rows
Dec
9
awarded  Necromancer
Dec
8
answered Single person working on a web app. What platform to use?
Dec
8
awarded  
Dec
4
comment Spam detection in (objective-) C
I'd also look at Akismet - which has worked pretty well for me in the past. Same consideration though for commercial licensing.
Dec
4
accepted StoreKit to return all product IDs
Dec
4
revised StoreKit to return all product IDs
added 28 characters in body
Dec
4
answered StoreKit to return all product IDs
Dec
3
comment Why does uitablview cell remain highlighted?
@4thSpace how are you calling deselect now?
Dec
3
comment Validate website ownership in rails
Well say you generated a hash code for them to use - just have them place it in a hidden element with an id that you tell them to use and then load their page and look for that id. If it's their and contains their hash code then you know they have the ability to modify the page...I'm still thinking this through I'd recommend looking at google analytics they do something similar iirc
Dec
3
answered Validate website ownership in rails
Dec
3
accepted Why does uitablview cell remain highlighted?
Dec
3
answered Why does uitablview cell remain highlighted?
Dec
1
answered Rails not executing javascript from respond_to block
Dec
1
answered i want to integrate twitter using OAuth protocol
Nov
22
awarded  Yearling
Nov
21
answered Grouped style setting not taking effect from IB, UITableView
Nov
13
comment Self Deleting iPhone app
Ah ok, that will eliminate one aspect of it for sure - you may want to look at some encryption as well if you are using a customized ipod already.
Nov
13
answered Self Deleting iPhone app
Nov
11
answered tableview has nothing?
Nov
9
answered SQLite record not correct on iPhone simulator
Nov
7
answered How to create line chart in iphone application?
Nov
5
comment How would you keep secret data secret in an iPhone application?
you get my upvote for the use of dragon based security
Nov
4
comment Are there any GOOD iPhone orms?
Ya now that Core Data is available it is the best option by far in terms of performance and efficiency
Nov
4
answered Multiple facebook accounts in single iPhone app
Nov
3
accepted Best way to check if the APp is running for the first time iphone
Nov
3
answered Choosing iPhone SDK in latest Xcode: Only 3.0 SDKs are available, but I have 2.0 on disk
Nov
2
answered Best way to check if the APp is running for the first time iphone
Nov
2
accepted Method that gets executed when the application becomes active
Nov
2
answered Method that gets executed when the application becomes active
Nov
1
accepted Something like .NET’s “tag” property for Interface Builder
Nov
1
answered Something like .NET’s “tag” property for Interface Builder
Oct
31
comment Push different views from a top-level table view in iPhone SDK
can you can post the crash output you are getting?
Oct
29
comment UITableView very slow scrolling with images from the web
How are you loading the images in your cellForRowAtIndex and are you reusing the cells?
Oct
27
answered Is there a way to dynamically determine ivars of a class at runtime in Cocoa / Cocoa Touch?
Oct
26
accepted Securing temporary passwords sent through e-mail to users?
Oct
26
comment Securing temporary passwords sent through e-mail to users?
By invite record I mean a database record that would record the invite hash, the user's email address and the timestamps and/or expiry information for the invite
Oct
26
answered Securing temporary passwords sent through e-mail to users?
Oct
26
answered How to provide storekit content?
Oct
22
answered Which mobile programming environment do you recommend for a startup to target?