pix0r

5,539
Reputation
250 views

Registered User

Name pix0r
Member for 1 year
Seen Nov 24 at 19:37
Website
Location Dana Point, CA
Age 28
web & iphone nerd
Nov
19
awarded  Popular Question
Nov
13
comment Objective-C Singletons and LLVM/clang leak warnings
Thanks, looks nice.. Unfortunately I'm actually on the iPhone platform so that's not an option yet.
Nov
12
accepted PHP Soap (Server)
Nov
12
answered PHP Soap (Server)
Nov
5
comment Simple PHP form: Attachment to email (code golf)
This is the best response so far in my opinion, as you are the only one to provide full code (which the question specifically asks for). +1.
Nov
3
awarded  Popular Question
Oct
27
awarded  Enlightened
Oct
27
awarded  Nice Answer
Oct
22
awarded  Popular Question
Oct
18
accepted Should I use the Twitter API or just the RSS Feed?
Oct
17
awarded  Popular Question
Oct
13
accepted Take some object in NSArray and put it randomly in labels
Oct
13
revised Should I use the Twitter API or just the RSS Feed?
added 156 characters in body
Oct
13
answered Should I use the Twitter API or just the RSS Feed?
Oct
13
answered Php: problem with associative arrays…
Oct
13
answered php imagejpeg mime type
Oct
12
comment .htaccess problem: No input file specified.
Upload a PHP file with the text: <?php phpinfo(); ?> - accessing that file will print out all of the server settings including Apache version and possibly a list of Apache modules. You'll need to ensure mod_rewrite is installed in order to use these features.
Oct
12
answered Take some object in NSArray and put it randomly in labels
Oct
9
comment JSON object max size?
(and yes, 64M == 64 megabytes).
Oct
9
comment JSON object max size?
Also check httpd.conf for LimitRequestBody
Oct
9
revised JSON object max size?
added LimitRequestBody
Oct
9
answered JSON object max size?
Oct
9
comment View controller not getting -shouldAutorotateToInterfaceOrientation: messages on second load?
The view covers the entire screen. I've added the loadView method from PopupVC (see original question).
Oct
9
revised View controller not getting -shouldAutorotateToInterfaceOrientation: messages on second load?
added loadView code
Oct
8
comment PHP Ranking System Array Sort
This code will leave cat_id intact - it will sort projects within the cat_id based on # of votes. If you want it descending, pass the flag SORT_DESC to asort().
Oct
7
answered PHP Ranking System Array Sort
Oct
6
comment Play mms:// streams on my site
I believe the cross-platform VLC media player has a browser plugin that will support streaming Windows Media. (I could be wrong; check videolan.org/vlc for details)
Oct
6
answered Play mms:// streams on my site
Oct
6
answered PHP robust include to handle errors?
Oct
6
accepted UITextFieldDelegate Protocol for a UIVewController
Oct
6
comment Good resources for learning advanced OOP features in PHP 5?
Great resource, thank you!
Oct
5
answered phpFlickr and getting images from Flickr
Oct
5
comment Trying to use IBAction to load a ViewController that doesn’t have a Nib file
SympleMyne, would you mind editing your original post with this additional code? It's difficult to read in a comment as there is no formatting.
Oct
3
accepted How does one put an image in each section of a table view?
Oct
3
accepted Trying to use IBAction to load a ViewController that doesn’t have a Nib file
Oct
2
answered How does one put an image in each section of a table view?
Oct
2
revised Trying to use IBAction to load a ViewController that doesn’t have a Nib file
added 622 characters in body
Oct
2
answered Trying to use IBAction to load a ViewController that doesn’t have a Nib file
Oct
2
answered How to count the occurences of multiple patterns in a long string?
Oct
2
accepted how are these NSMutableArray initializations different?
Oct
2
answered how are these NSMutableArray initializations different?
Oct
1
accepted Dot notation dealloc?
Oct
1
answered Java or Python for an intermediate PHP guy. Career advice.
Oct
1
revised Dot notation dealloc?
Updated to reflect comments
Oct
1
comment Dot notation dealloc?
I've been searching for the reference, but to be honest I'm not sure why this is frowned upon. I just know that I was corrected because I used to do the same thing. The only thing I can think of is that your setter method may depend on other ivars or properties that have already been released.
Oct
1
answered Dot notation dealloc?
Oct
1
comment View controller not getting -shouldAutorotateToInterfaceOrientation: messages on second load?
Sadly no - my view controller never receives -canBecomeFirstResponder:. (But it sounded promising!)
Sep
30
comment View controller not getting -shouldAutorotateToInterfaceOrientation: messages on second load?
Although now that I look I do have some debugging code in -didRotateFromInterfaceOrientation: and it's not being fired either.
Sep
30
comment View controller not getting -shouldAutorotateToInterfaceOrientation: messages on second load?
Good point - although I am not responding to the event here, I am debugging this the wrong way. Thanks for pointing that out.
Sep
30
answered Control cursor position in UITextField