I have to say that updating RoR for old apps always lands me in some wonky funny business: missing config variables, moved whatsits and thingummies. grr. The issues aren't easy to search for, either.
Tagged entries: "webstuff"
Some (a few here and there) spam bots have been leaving comments lately... good thing that there was already a reCAPTCHA plugin available for nucleusCMS: had I known that earlier, I would have switched over earlier!
*sheesh*
bonus: one nagging/back-of-the-head item knocked off the list early in the new year...
Themeworld.com has an impressive list of fonts and smilies and and and…
Free smilies for everyone’s use:
I keep forgetting the exact answer to this one, so figured I’d note it:
[PHP] Re: include_once vs require_once
Basically, as I understand it, require() and require_once() are replaced during parsing—before code execution. And include() and include_once() are replaced during code execution. Thus, a required file is always imported into the file whereas an included file is only imported if the include() statement is executed.



