casademora

2,241
Reputation
200 views

Registered User

Name casademora
Member for 1 year
Seen 2 hours ago
Website
Location Arizona
Age 32
Is your code tested?
1d
awarded  Good Question
Nov
20
awarded  Famous Question
Oct
29
comment Do I need to release an returned NSError object?
The reason I put the [*error code] is that you can also specify the NSError var as: NSError **error; Which is a point to a point to the object. Is this valid?
Oct
29
asked Do I need to release an returned NSError object?
Oct
11
awarded  Good Answer
Sep
16
answered How to remove a white bar from the top in iPhone
Sep
15
comment Is there a better way to reference an outer scope to this in Javascript?
faceplam duh...forgot about that part. Thanks!
Sep
15
asked Is there a better way to reference an outer scope to this in Javascript?
Sep
11
awarded  Yearling
Sep
9
comment Are there CSS class naming standards for web applications?
The motivation for this question is the software development principle that your code should be as self documenting as possible. Does this apply to css classes in your markup in relation to UJS code?
Sep
9
asked Are there CSS class naming standards for web applications?
Sep
9
answered Frustrating problem with JavaScript’s getElementById()
Sep
9
answered Compiling for iPhone 2.2.1 using Xcode
Sep
3
accepted How do I bind a click event to created dom elements in a jQuery $.each loop? only seems to be binding to the last element!
Sep
3
answered How do I bind a click event to created dom elements in a jQuery $.each loop? only seems to be binding to the last element!
Sep
3
awarded  Nice Question
Aug
31
revised What are the implications to redirecting images behind the <image> tag?
adding clarification to context
Aug
31
asked What are the implications to redirecting images behind the <image> tag?
Aug
7
awarded  Popular Question
Aug
3
comment How to tell a message sent to the MPMediaPlayer has timed out?
My app does register itself for notifications, however, I'm using the MPMusicPlayer, not Movie Player. Still, seems like a worthwhile direction to look to. Thanks!
Aug
2
asked How to tell a message sent to the MPMediaPlayer has timed out?
Jul
31
comment jquery drag element
Do you have a code sample? It's kind of tough to answer this question without the context of the code.
Jul
31
accepted Why can’t I write files to my app’s Document directory?
Jul
31
answered Why can’t I write files to my app’s Document directory?
Jul
26
awarded  Nice Question
Jul
24
comment The executable was signed with invalid entitlements.
Many thanks! Solved my problem exactly!
Jul
24
awarded  
Jul
18
comment Why can’t I write files to my app’s Document directory?
I suspected as much. I'll give this a try. Thanks!
Jul
18
comment Why can’t I write files to my app’s Document directory?
I tried this, and it returns 0. This is has me wondering what I'm doing wrong
Jul
18
asked Why can’t I write files to my app’s Document directory?
Jul
9
answered How to deploy/debug iPhone App directly to iPhone device without IDP membership??
Jul
5
accepted How can I test Apple Push Notification Service without an iPhone?
Jul
4
answered How can I test Apple Push Notification Service without an iPhone?
Jul
2
asked In Cocoa, how do I set the TTL on a packet?
Jul
1
answered CSS: Image sticking to the bottom right hand side of the document
Jul
1
answered UIWebView needs to load URL with ID from device
Jul
1
accepted Are there any e-Books (or books) covering the iPhone SDK 3.0?
Jun
29
answered iPod app stops responding after iPod returns from standby mode
Jun
28
answered Are there any e-Books (or books) covering the iPhone SDK 3.0?
Jun
23
asked Passenger not passing params hash to Rails application on Mac OS X
Jun
10
awarded  Notable Question
Jun
8
awarded  Popular Question
Jun
4
asked What is the definition of a staging envronment when developing web applications?