492 reputation
212
bio website hagianis.com
location Tampa, FL
age 27
visits member for 2 years, 9 months
seen 2 hours ago
stats profile views 26

Things I like: HTML, CSS, javascript, jQuery, Python, Django, linux, programming, new technology, being creative, and Dr. Pepper.

Things I don't like: waking up early, dumb people, arrogant people, annoying people, backwards incompatibility, incomplete or inaccurate documentation, nay sayers, stress, and people that ask me to build their website for free.


May
7
answered Does socket.io RedisStore work on heroku?
Apr
30
asked Does socket.io RedisStore work on heroku?
Mar
5
awarded  Caucus
Jan
2
answered Post Request to Rails Database
Nov
28
revised Prevent icon inside disabled button from triggering click?
updated to show how it can work within the .on event as requested.
Nov
28
comment Prevent icon inside disabled button from triggering click?
Don't see a reason why it couldn't be a class. There's no href, so it appears 'disabled' is only being used for the style. Selecting with 'disabled' as an attribute is also fairly trivial, thanks for the edit Alexander. Sushanth your answer is good.
Nov
28
answered Prevent icon inside disabled button from triggering click?
Nov
10
revised Why does this async.js series not behave synchronously
indent list of functions for readability
Nov
10
suggested suggested edit on Why does this async.js series not behave synchronously
Nov
9
revised JavaScript string concatenation breaks when compressed
added 354 characters in body
Nov
9
comment JavaScript string concatenation breaks when compressed
1. I have no particular reason for doing that. Since you asked about it, I'll assume I should not do that. 2. See edit above for snippet of compressed code generating error.
Nov
9
revised JavaScript string concatenation breaks when compressed
added 218 characters in body
Nov
9
asked JavaScript string concatenation breaks when compressed
Sep
7
comment Javascript to jQuery convert code
Why do you need to convert it to jquery anyway? Seems like it's perfectly good javascript to me.
Aug
17
answered Django user register url redirect broken
Aug
8
accepted Redis is slow to get large strings
Aug
7
asked Redis is slow to get large strings
Aug
6
awarded  Yearling
Jul
31
comment Changing Node.js' REPL return value from underscore _ to something else?
If you did this, wouldn't you potentially break modules that are using the underscore for the native REPL? If you want to set a global for underscore, why not use a value that's not already defined in Node, such as the double underscore or $_ as you suggest?
Jul
30
comment How to connect Node.js server to Apache server?
Correct. Didn't bother updating since @GeoPhoenix covered that in detail.