Wesley Mason

142
Reputation
35 views

Registered User

Name Wesley Mason
Member for 1 year
Seen Oct 12 at 22:40
Website
Location England
Age 25
Oct
16
awarded  Yearling
Aug
19
comment Simple JavaScript function with immediate invocation does not work… why?
This doesn't answer what he actually wants to do however, which is invoke the anonymous function. See Brian's answer.
Aug
19
revised Simple JavaScript function with immediate invocation does not work… why?
added 109 characters in body
Aug
19
awarded  Commentator
Aug
19
comment Simple JavaScript function with immediate invocation does not work… why?
Ah yes, this is correct..which won't work in this context because it's never being assigned to a value to then invoke. My bad. Will edit.
Aug
19
awarded  Editor
Aug
19
revised Simple JavaScript function with immediate invocation does not work… why?
added 22 characters in body
Aug
19
answered Simple JavaScript function with immediate invocation does not work… why?
Jul
27
comment php function to split an array at each blank line?
Rather than doing file(), implode(), preg_split(), you can use file_get_contents() instead.
Jul
27
answered php function to split an array at each blank line?
Jul
27
comment php function to split an array at each blank line?
Surely split() works on strings, he's talking about working on an array of strings.
Jul
24
awarded  Critic
Jul
13
answered RTF Library - PHPrtf Has anyone used it?
Jun
19
comment class initiation with php
Sometimes you want to statically retrieve next instances and the only way to do this in PHP <5.3 is using a factory method such as this, or by redefining factory methods in descendants.
Jun
12
comment can this regular expression find/replace be optimised?
Surely you could just use the none greedy operator in a preg, e.g. .*?
Jun
8
answered Elmah For other PHP
Jun
5
answered Fast Loading web pages