| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 6 months |
| seen | 15 hours ago | |
| stats | profile views | 9 |
|
Jan 1 |
awarded | Yearling |
|
Jan 11 |
revised |
Send data to server on browser close added 2 characters in body |
|
Jan 11 |
answered | Send data to server on browser close |
|
Mar 28 |
comment |
Python: How to match nested parentheses with regex? i appreciate the sentiment, yes its lame to use a verbose function provide the list requested. forgive me if my answer doesn't match the utility of @phooji but i doubt even an improper parsing module is required here. though i've learned a whole ton of parsing from above examples with written descriptions. |
|
Mar 28 |
answered | Python: How to match nested parentheses with regex? |
|
Mar 22 |
comment |
Simulating lack of a dependency when testing a python script don't include it? |
|
Mar 21 |
answered | Unassigning a variables value from $_GET |
|
Mar 21 |
awarded | Editor |
|
Mar 21 |
comment |
JS not working without prototype oops, edited the answer to reflect a jquery selector. $('#some_id') instead of prototypes $('some_id'). should work now |
|
Mar 21 |
revised |
JS not working without prototype jquery requires id hash # |
|
Mar 21 |
answered | JS not working without prototype |
|
Mar 21 |
comment |
JS not working without prototype jQuery.noConflict() - api.jquery.com/jQuery.noConflict |
|
Mar 21 |
answered | Using two different Models in controller action for POST and GET |
|
Mar 21 |
comment |
PHP - Passing data from a site to another site securely you might look into hash/salt. ie, clients request using a hashed password which is hashed again using a salt only your server knows. |
|
Mar 20 |
comment |
Set x.innerHTML as INPUT truncating value string exactly, @cc_on represents conditional comment handling. only IE sets the value, all other browsers see isIE as undefined. |
|
Mar 20 |
comment |
JSON doesn't work with typed class in Webservice I suppose this conversion could also happen in the getter/setter method MainTest.Components |
|
Mar 20 |
answered | JSON doesn't work with typed class in Webservice |
|
Mar 20 |
comment |
javascript, why not remove var keyword? using global variables also slows down function speeds. the javascript processor scans the function for variables and builds the stack frame accordingly. |
|
Mar 20 |
answered | Set x.innerHTML as INPUT truncating value string |
|
Mar 20 |
answered | another javascript function object question - more elegant way then using toString() |