| bio | website | |
|---|---|---|
| location | ||
| age | 19 | |
| visits | member for | 2 years, 4 months |
| seen | 5 hours ago | |
| stats | profile views | 99 |
18 Year Old from Ireland, node.js, python PHP, Ruby (Rails), Java, Android, iOS, win8, javascript, jQuery, css
|
1d |
suggested | suggested edit on Replace an image wherever it is used - Javascript |
|
May 16 |
comment |
Reading Rails Debugger Output what does @search.inspect give you? |
|
May 16 |
revised |
Ruby .each but need to add in a unique class for each of them added 13 characters in body |
|
May 16 |
comment |
Ruby .each but need to add in a unique class for each of them haha oh no bother, its not a big deal. I added in the thing about custom class names. |
|
May 16 |
revised |
Ruby .each but need to add in a unique class for each of them added 11 characters in body |
|
May 16 |
answered | Ruby .each but need to add in a unique class for each of them |
|
May 16 |
answered | Does forge.facebook.authorize open native facebook app? |
|
May 16 |
revised |
Is there an easy way to convert a Javascript Object into “name”: “Fred”, “value”: “Blue” style pairs? added 5 characters in body |
|
May 16 |
answered | Is there an easy way to convert a Javascript Object into “name”: “Fred”, “value”: “Blue” style pairs? |
|
May 13 |
comment |
Nested Querying in Mongoid in 2013 Oh I know that, thats why I pointed it out! That could be it. |
|
May 13 |
comment |
Nested Querying in Mongoid in 2013 Thanks for answering :) I don't want to use embeds_one/embedded_in, rather I'm using has_one/belongs_to, don't think thats causing the problem. Version is the same, still giving me back zero, even when current_user.trips.first.start.time is fine... |
|
May 12 |
comment |
Nested Querying in Mongoid in 2013 @Sparda its grand, thanks for helping, your original answer seemed close |
|
May 12 |
asked | Nested Querying in Mongoid in 2013 |
|
May 10 |
comment |
Save gameplay in localStorage @Piszu you're better off ignoring this answer.. its not a solution at all. |
|
May 10 |
comment |
Save gameplay in localStorage @RwamDev please look at his fiddle, he does! |
|
May 10 |
comment |
Save gameplay in localStorage @adeneo look at his fiddle, its a custom function to store and get objects |
|
May 10 |
comment |
Save gameplay in localStorage no this isn't the solution. He's using specific getObj and setObj functions to set and get objects. Look at his fiddle. |
|
May 8 |
comment |
node.js crashing after loop iteration @philippe Sure. So node works asynchronously. So if I have say a for loop like you have above, and then some code afterwards, node will run the for loop and at the same time, run the next bit of code. In your code, it runs the for loop, then simultaneously calls plugin.CloseBrowser(); and considering that you use the plugin var in your loop, I'm presuming that calling the function above is going to cause problems. Get me? |
|
May 8 |
revised |
node.js crashing after loop iteration added 47 characters in body |
|
May 8 |
answered | node.js crashing after loop iteration |