| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 6 months |
| seen | 18 hours ago | |
| stats | profile views | 36 |
My about me is currently blank.
|
Apr 2 |
comment |
How to offset the center of a Google maps (API v3) in pixels? +1 for extending the Map class |
|
Apr 1 |
asked | What's the most efficient way to get a all Doctrine models with a given behavior? |
|
Mar 13 |
revised |
get date in string php Typo on date example |
|
Mar 13 |
comment |
get date in string php Yes, it's dd/mm/yy in the UK (possibly others too). |
|
Mar 13 |
answered | get date in string php |
|
Jan 16 |
comment |
Mysql query for highest vote perday Your WHERE is in the wrong place, it should go after the FROM. |
|
Jan 16 |
answered | Mysql query for highest vote perday |
|
Jan 15 |
answered | How to trace code execution in PHP? |
|
Jan 15 |
revised |
Straightforward Vimeo feed Cachinge example |
|
Jan 15 |
answered | Straightforward Vimeo feed |
|
Jan 15 |
comment |
PHP code not running successfully Check your logs, could be that PHP is segfaulting (not unheard of), which should give you a clue as to what's causing your problems. |
|
Jan 15 |
comment |
PHP method for replacing BBCode quotes Yep, this line appears to have what you need to get you started: github.com/phpbb/phpbb3/blob/develop/phpBB/includes/… |
|
Jan 15 |
comment |
PHP method for replacing BBCode quotes I would take a look about how your BBCode parser does the transformation to HTML and then take out the bits you need to create your array. |
|
Jan 8 |
revised |
Elements repeated on a php array from sql Sp. repetead -> repeated |
|
Jan 8 |
suggested | suggested edit on Elements repeated on a php array from sql |
|
Jan 3 |
comment |
Mysql syntax error, but where and why? The full list of reserved words is here: dev.mysql.com/doc/mysqld-version-reference/en/… |
|
Jan 3 |
comment |
Why would jquery's .each() callback have the indexInArray as the first argument instead of valueOfElement? Re: "Today, with people being more and more used to the standard javascript function, it might be thought that having the other order would have been better (that was the choice of Underscore.js)." - mootools does the same. |
|
Jan 3 |
comment |
Why would jquery's .each() callback have the indexInArray as the first argument instead of valueOfElement? Yeah I totally get that, I just wondered what the reasoning was behind the decision in the first instance. |
|
Jan 3 |
comment |
Why would jquery's .each() callback have the indexInArray as the first argument instead of valueOfElement? but this behaves quite differently (since it encapsulates whatever the value is in an object). Also, I find myself using jQuery.each with jQuery.proxy around the callback a lot too, so this is not particularly helpful. |
|
Jan 3 |
asked | Why would jquery's .each() callback have the indexInArray as the first argument instead of valueOfElement? |