| bio | website | raphaelcaixeta.com |
|---|---|---|
| location | Boca Raton, FL | |
| age | 22 | |
| visits | member for | 3 years, 3 months |
| seen | Jun 14 at 14:40 | |
| stats | profile views | 194 |
Web & iOS Developer. @gripd co-founder. #crossfitter. Adrenaline rush junkie. Brazilian. All around nerd, overall awesome.
|
Apr 1 |
comment |
Bootstrap typeahead not working @tironci you have to add before any response, not just before the line. |
|
Mar 28 |
comment |
Reading JSON in PHP with only the libraries in Wordpress @Sven haha, code reviewer. |
|
Mar 28 |
comment |
play sound clip when php/mysql if statement is true? @JamesPale check the path. I'm using exact code, it's working! |
|
Mar 28 |
comment |
play sound clip when php/mysql if statement is true? @JamesPale I tried this, definitely working. Check that your path is correct. |
|
Mar 27 |
comment |
PayPal IPN custom field cannot get variable from drop down list @LionelSanchez which method did you use? |
|
Mar 27 |
comment |
XAMPP + PHP to Node.js @GJK I gave you code sample :) |
|
Mar 27 |
comment |
XAMPP + PHP to Node.js What kind of database are you using? Are you able to move to Mongo? |
|
Mar 27 |
comment |
PayPal IPN custom field cannot get variable from drop down list @LionelSanchez I updated the code for first one, but second one should be in your <head> right after you include jquery. |
|
Mar 26 |
comment |
Passing Database Field ID's Run SQL Depending on the Fields Value @user2201765 I updated it. Is this what you needed? |
|
Mar 24 |
comment |
Switching from PHP to Objective-C @fermionoid nope, but check my profile. There's a link to my website and you'll have direct access to my email. |
|
Mar 24 |
comment |
Switching from PHP to Objective-C @fermionoid definitely look at the free iTunes U courses. Youtube has tons of great content as well. Feel free to email me with questions as well, I'd love to help! |
|
Mar 24 |
comment |
Insert into only if it doesn't exists Your answer is here stackoverflow.com/questions/2219786/… |
|
Mar 23 |
comment |
UIRefreshControl - Terminating app due to uncaught exception When you NSLog the lastUpdated string, does it show the value you're expecting? |
|
Mar 23 |
comment |
Send mail and expire account in 24 hours to register @Neel nope, not without cronjobs. |
|
Oct 26 |
comment |
How to prevent UITableViewCell backgroundView from stretching Went with #2, works beautifully. Thank you! |
|
Oct 10 |
comment |
Using layout view in Express with Consolidate and Mustache @Boris I was not able to do it. Went back to an older version of Express that's not in RC status and using EJS instead. |
|
Sep 17 |
comment |
How to properly handle UI refresh after sync Sorry guys, it's there now. |
|
Aug 2 |
comment |
Weird “Retina” iOS simulator behavior I have Xcode 4.4, so that can't be it. And "Reset Content and Settings" doesn't work either. So annoying! |
|
Aug 2 |
comment |
Weird “Retina” iOS simulator behavior Incorrect: cl.ly/IUUP |
|
Mar 12 |
comment |
Remove index.php in codeigniter 2.1.0 Change the RewriteBase to whatever path your project is set to. Also, this .htaccess file should go in the project's root folder where the "application" and "system" folders are. |