Prairiedogg

600
Reputation
77 views

Registered User

Name Prairiedogg
Member for 1 year
Seen yesterday
Website
Location China
Age
Nov
23
comment Geospatial library for the iPhone
What I meant by geospatial boundaries was some sort of geometry (maybe a polygon projected on a sphere or a model of the earth or something). For my use case (determining whether a lat/lon point falls inside a certain city) a rectangle that covers the outside of the city would work just fine.
Nov
23
asked Geospatial library for the iPhone
Nov
11
revised Interesting Python system utilities you have made?
Added link to the repo
Nov
11
comment How to update Numpy on Mac OS X Snow Leopard?
I tried googling it, and this was the most helpful information I found.
Oct
25
answered iTunes Connect API
Oct
23
comment Click Logging with JavaScript
I've implemented something like this on one of my sites, the problem is that its really hard to sort the "noise" out of the click logs. I found that there was about a 50:1 ratio of spider clicks to human clicks. AFAIK most spiders don't bother loading a JS interpreter for each page they visit, so using JS to log outbound clicks seems reasonable enough.
Oct
19
answered django and executing a separate .py to manipute a database
Oct
14
awarded  Nice Answer
Oct
14
awarded  Yearling
Oct
6
revised [NSLocale currentLocale] always returns “en_US” not user’s current language
added code highlight to piece of text
Oct
6
revised [NSLocale currentLocale] always returns “en_US” not user’s current language
left out a line of code, added it back in
Oct
6
comment [NSLocale currentLocale] always returns “en_US” not user’s current language
Thanks Darren, that got me started, I also figured out how to get the current language setting, which is what I was really trying to do.
Oct
5
asked [NSLocale currentLocale] always returns “en_US” not user’s current language
Oct
5
comment How do I find all the property keys of a KVC compliant Objective-C object?
add #import "objc/runtime.h"
Oct
2
comment Default dataset for Core Data based iPhone application
I've been populating coredata databases on the first application run from plists, resulting in very long first run load times. I keep seeing people say "use the pre-populated .sqlite databases that you generate in the application bundle". The CoreData books example shows you how to use the .sqlite file once you've found it, but where is it in the first place? I found the answer here: ablogontech.wordpress.com/2009/07/…
Oct
2
comment Chinese domain names: when and how?
I actually just read something about this here: guardian.co.uk/technology/2009/…, does anyone have any information about unicode URLs, how they work, and yeah - how they will be distributed?
Sep
8
awarded  Popular Question
Sep
1
comment navigationItem.title doesnt get refreshed
I had the same issue and this is what worked for me, FWIW. It still feels a bit "hacky" to me.
Aug
8
answered iphone tableview with a lot of images
Aug
2
awarded  Popular Question
Jul
30
comment get request data in Django form
Code example is better in this answer than in mine, so I deleted mine and upvoted this one, although you'll want a == instead of = in the if clause in the clean_email_address method.
Jul
30
awarded  Critic
Jul
20
accepted How to localize Content of a Django application
Jul
17
revised Flattening a shallow list in python
added 3 characters in body; edited tags
Jul
16
accepted Custom draw a UITableViewCell
Jul
10
answered Custom draw a UITableViewCell
Jul
9
comment Generating forms from models (a la django ModelForms) in Objective-C
Thanks for your thoughtful reply, you know - it's EXACTLY because of what you say "Rarely is the user interface the complex part of an iPhone application", that I think the boring details that you have to repeat over and over again are likely candidates for abstraction. Isn't that how it should be? Cases are handled implicitly by convention when they are generic, and overridden when they get complex and application specific. Right guys? ... Guys
Jul
9
comment Best way to denormalize data in Django?
I take this approach as well, haven't had problems so far.
Jul
6
revised Generating forms from models (a la django ModelForms) in Objective-C
more clarity edits
Jul
6
comment Generating forms from models (a la django ModelForms) in Objective-C
Thanks Tom, I've edited my question a little, you're correct that it was not clear enough originally.
Jul
6
revised Generating forms from models (a la django ModelForms) in Objective-C
edited my original approaches for clarity
Jul
5
comment Building with CoreLocation framework, simulator and device
I'm not entirely sure about this, but can't you select the build target of each framework with a checkbox after single clicking them?
Jul
4
comment Generating forms from models (a la django ModelForms) in Objective-C
I described two approaches above for creating an input form for data to go into a model. I'm not sure how what you've written here differs in any way from what I described in #1.
Jul
4
revised Beginning OS X & iPhone Development: Reference texts
made itunes link into an http link
Jul
4
revised Beginning OS X & iPhone Development: Reference texts
fixed grammar
Jul
4
answered Beginning OS X & iPhone Development: Reference texts
Jul
4
asked Generating forms from models (a la django ModelForms) in Objective-C
Jun
25
answered Interesting Python system utilities you have made?
Jun
25
comment DJANGO - How do you access the current model instance from inside a form.
You've declared the password field twice, I assume you meant for the first field to be username. Password confirmation is also something that I can only think of as being user-added, rather than automatically pre-populated. I am having a hard time imagining your use case. Feel free to add more information about what exactly you're trying to do and maybe we can help you.
Jun
22
comment What’s the standard convention for creating a new NSArray from an existing NSArray?
That's hott, thanks!
Jun
22
asked What’s the standard convention for creating a new NSArray from an existing NSArray?
Jun
13
comment disable a block in django
The debug middleware also requires that you put the IP address of the testing machines in the `INTERNAL_IPS` setting, usually INTERNAL_IPS = ('127.0.0.1',) will do the trick. I seem to always forget to do this when putting debug blocks in my code.
Jun
1
answered Custom Markup in Django
Jun
1
answered Generic many-to-many relationships
Jun
1
revised Can I access constants in settings.py from templates in Django?
fixed signature on direct_to_template function call to include request object first
May
31
awarded  Commentator
May
31
awarded  Nice Question
May
31
awarded  Supporter
May
31
awarded  Editor