13,814 reputation
44364
bio website blog.dansingerman.com
location
age
visits member for 4 years, 5 months
seen 6 hours ago
stats profile views 1,381

Sufficiently advanced stupidity is indistinguishable from malice.

My highest voted answer is about Lotus Notes. Oh, the pain.


Mar
27
comment query without subqueries? SQL
Not really possible to answer this without knowing the structure of the tables you are selecting from.
Mar
25
awarded  Enlightened
Mar
25
awarded  Nice Answer
Mar
22
awarded  Popular Question
Mar
19
revised JavaScript for detecting browser language preference
deleted 19 characters in body
Mar
18
comment Zoom/scale page on load for users to be as wide see my images of wordpress website
As I said in my original answer it is a bit of a hack, and not the 'right' way. If it doesn't easily work, I would suggest trying to use media queries to give a good result, rather than this approach.
Mar
18
comment Zoom/scale page on load for users to be as wide see my images of wordpress website
You'll need to run the same (or similar) code in the iframe too. Firefox isn't compatible with css zoom (See the link in my answer above)
Mar
17
revised Zoom/scale page on load for users to be as wide see my images of wordpress website
added 99 characters in body
Mar
17
answered Zoom/scale page on load for users to be as wide see my images of wordpress website
Mar
16
comment Suppressing “permission denied” errors in Javascript
Fixed the link :)
Mar
16
revised Suppressing “permission denied” errors in Javascript
Fixed link
Mar
3
comment How to deploy local MySQL database to Heroku
Yes, you should be able to read/write from anywhere with the right config for your production database in your database.yml. The heroku databases page postgres.heroku.com/databases/YOUR_DB_NAME tells you the exact settings you need. Then you can just treat it like another ActiveRecord (or ORM of your choice) connection.
Mar
3
comment How to deploy local MySQL database to Heroku
Import / export will overwrite. To be honest I am not sure what you mean by " Instead, I want to write the results to a local database, and then be able to easily deploy/update/copy my local DB to the "production" database on Heroku". I took that to mean you create data locally, then move it to Heroku, but perhaps you mean something different.
Mar
3
comment Connecting heroku hosted rails app to a separate service that I created
Yes, your approach sounds fine. Build something that works, and then optimise / refactor when you have a reason to do so.
Mar
3
revised How to deploy local MySQL database to Heroku
added 19 characters in body
Mar
3
answered How to deploy local MySQL database to Heroku
Feb
21
awarded  Good Answer
Feb
21
revised z-index not working with fixed positioning
rolled back to a previous revision
Feb
19
revised Is HTTP basic authentication over SSL any less secure than 2 legged Oauth?
added 72 characters in body
Feb
19
comment Is HTTP basic authentication over SSL any less secure than 2 legged Oauth?
It's ok - the password will be a programmatically generated API key.