1,013 reputation
1527
bio website sambaumgarten.me
location Palo Alto, CA
age 14
visits member for 2 years
seen 6 hours ago
stats profile views 186

I am a iOS and web engineer located in Palo Alto, California. I started developing iOS apps at the age of 10 and have been engineering ever since be it hardware or software.


8h
comment Querying the moodle database within moodle
Hmm. Try moving it in and change the path to "./config.php" and see if that helps
9h
comment custom tableview cell is not refreshing
Try adding a breakpoint in - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath and see if it's being called when you reload.
9h
comment Custom angular version in jsfiddle
Here's an example if you need it still: fiddle.net/QFNLW/
9h
comment Custom angular version in jsfiddle
I just added a working example to the answer
Apr
21
comment How to launch mobile browser from a webpage in an app?
If an answer worked for you, could you mark it as correct.
Apr
12
comment How to launch mobile browser from a webpage in an app?
Ok, in my answer I put both.
Apr
11
comment UDID Replacement?
Your method will work; however, like the other methods, it will be unique to your app because you are appending the bundle id to the mac address. The mac address is unique the device where as the bundle id is unique the the app and device. If you want it to be unique to the device (making it the same for every app), you could remove the part that appends the bundle id
Apr
11
comment How to launch mobile browser from a webpage in an app?
Can you specify what platform you want the answer for?
Apr
5
comment SocketError (getaddrinfo: Name or service not known) - Sunspot/Solr Rails development
I'm having the same issue yet my server_name isn't localhost, any advice?
Apr
4
comment Simplify ActiveRecord where methods
No, I dont have a "==".
Apr
4
comment Simplify ActiveRecord where methods
sorry, I changed it for security reasons. The SQL error is: ActiveRecord::StatementInvalid (Mysql2::Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '== '2013-04-04')' at line 1: SELECT carpools.* FROM carpools WHERE carpools.family_id = 1725 AND (date == '2013-04-04')):
Mar
22
comment UITextField border color
Please mark a answer as correct if any were useful to you
Mar
17
comment Paperclip 422 Error
it just started working. Hmmm.
Mar
17
comment Paperclip 422 Error
Im running ubuntu 12.04 with nginx and passenger
Mar
17
comment Paperclip 422 Error
Where is the stderr log?
Mar
4
comment JS error on production but not development rails
Ok, thanks for the input. I didn't know that existed :)
Mar
4
comment JS error on production but not development rails
Then why would it work when I paste the js into the console? anyways, ill try that
Mar
4
comment JS error on production but not development rails
I updated my question
Mar
4
comment JS error on production but not development rails
Ok, lemme get that
Feb
23
comment Kill all pid files in a folder
I ended up using the god gem (godrb.com) to control my processes like I should have in the first place.