| bio | website | randomcoding.com |
|---|---|---|
| location | Colombo, Sri Lanka | |
| age | 29 | |
| visits | member for | 3 years, 2 months |
| seen | 4 hours ago | |
| stats | profile views | 1,133 |
A mild mannered coder by day and a mild mannered coder by night. Mostly work with PHP and JS. I read, game, drink beer and do other normal people stuff.
Stackoverflow is like God, We help those who help themselves.
I'm on twitter - http://twitter.com/jomanlk
If you need more specific help, you can reach me here - http://ourliv.es/johnp
If you're overflowing with gratitude about something I did and you like to throw free stuff at people, I have a Steam wishlist - http://steamcommunity.com/id/jomanlk/wishlist
|
May 7 |
awarded | Enlightened |
|
May 7 |
awarded | Nice Answer |
|
May 2 |
revised |
All events in Backbone app fire twice. Occurs randomly added 294 characters in body |
|
May 1 |
comment |
All events in Backbone app fire twice. Occurs randomly wow! I did not even know you could do that. I'll check it out and see. Thank you. |
|
May 1 |
comment |
All events in Backbone app fire twice. Occurs randomly Thanks for this. I'll set this up with some kind of toggle so the user can switch it on when the proper crops up again. Maybe it will help in finding the core issue. |
|
May 1 |
asked | All events in Backbone app fire twice. Occurs randomly |
|
May 1 |
awarded | Popular Question |
|
Apr 30 |
awarded | Great Answer |
|
Apr 30 |
answered | display: block is not being respected? |
|
Apr 25 |
revised |
Using the time to retrieve specific content from a database through php edited tags |
|
Apr 25 |
comment |
Conditional html is activated before login attempt @stormdrain Please include your answer below so this may help others with the same weirdness in the future. user61629 can accept it after 6 hours. |
|
Apr 25 |
comment |
Conditional html is activated before login attempt You could make it into a type check. $message === true. Do a var_dump($message) on the message variable to see what value it is being set to. |
|
Apr 25 |
comment |
email field in contact form not being sent Have you looked at the $_POST variable to see if the email field is coming through? Should be easy enough to check, do var_dump($_POST) near where you assign your variables. |
|
Apr 25 |
answered | JQuery add a class to a table row depending on <td> value |
|
Apr 25 |
comment |
CSS Animation on web font icon Please post your solution in the answers area so it may help others with related questions. |
|
Apr 17 |
awarded | Enlightened |
|
Apr 17 |
awarded | Nice Answer |
|
Apr 16 |
awarded | Enlightened |
|
Apr 16 |
awarded | Nice Answer |
|
Apr 13 |
comment |
Unknown html tag inside json response using Jquery Did you check the source of the page when you requested it directly via the URL? It might not show up if you just requested the page and looked at the render |