5,198 reputation
23262
bio website depth-first.com
location San Diego, CA
age 75
visits member for 4 years, 4 months
seen 37 mins ago
stats profile views 592

Software developer and PhD chemist. My company is Metamolecular, maker of ChemWriter™, the 2D chemical structure editor for Web applications.


May
9
comment Faster alternative to Python's SimpleHTTPServer
This is great for testing sites on iOS that load large numbers of files. SimpleHTTPServer was not fast enough and caused timeout on Safari. Thanks!
Apr
20
comment Can't change bundle ID in project, greyed out
Worked like a charm.
Apr
20
comment Could not change executable permissions on the application
Did the trick - thanks!
Apr
20
comment Xcode strange warning: “Multiple build commands for output file”
Didn't work for me.
Apr
16
awarded  Nice Answer
Apr
8
awarded  Necromancer
Apr
3
comment Resizing UIImageView within custom UITableViewCell yielding inconsistent results
This answer helped me solve a related problem - thanks! stackoverflow.com/questions/15747001/…
Apr
3
accepted Why does a UIImageView get resized when assigning a new image in iOS 6?
Apr
3
answered Why does a UIImageView get resized when assigning a new image in iOS 6?
Apr
2
awarded  Notable Question
Apr
1
comment Why does a UIImageView get resized when assigning a new image in iOS 6?
@PatrickGoley, that could be a last resort I suppose. I'd really rather not have to deal with manual layout though.
Apr
1
asked Why does a UIImageView get resized when assigning a new image in iOS 6?
Mar
28
comment prevent onmouseout when hovering child element of the parent absolute div
Worked for me, thanks!
Mar
23
comment Iphone badge to UITableViewCell
Looks like the link is dead.
Mar
21
answered How does the paste image from clipboard functionality work in Gmail and Google Chrome 12+?
Mar
20
comment highlight specific text in TextArea
Helped me with a related problem, so +1.
Mar
20
comment How to write custom metadata to PNG images in iOS
Good to know. Apparently iOS can't read PNG metadata from files using my method. If I did have a way to read PNG metadata, I might have a solution. Given iOS has constants like kCGImagePropertyPNGDescription, I'd prefer not to use external libraries and would rather know how to actually do this with iOS libs only.
Mar
14
awarded  Promoter
Mar
11
comment HTML5 data-* attribute rules?
Link broken for me. Here's one that worked w3.org/html/wg/drafts/html/master/…
Mar
4
asked How to write custom metadata to PNG images in iOS