Saturday, 13 March 2004

Making IE standards compliant (webstuff)

Didn’t want to lose this one.

IE7 intro [dean.edwards.name] [Slashdot / Mar 12]

posted by erin at 13 March 2004, 04:53 PM
Sunday, 21 December 2003

Fonts, etc. (webstuff)

Themeworld.com has an impressive list of fonts and smilies and and and…

posted by erin at 21 December 2003, 04:52 PM
Wednesday, 26 November 2003

Smilies (webstuff)

Free smilies for everyone’s use:

atypically.net::smilies

Voodoo Sprouts Smilies

The Ultimately Pointless Website

Jason’s Smiley Collection

posted by erin at 26 November 2003, 01:59 PM
Friday, 21 November 2003

require_once vs. include_once in PHP (webstuff)

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.

posted by erin at 21 November 2003, 11:03 PM

ARCHIVES

These are archived (old) articles, see:

About me

Ebullience
Myriad

About this site

The Archives
What is this blog stuff?
Why you should blog.

Sections
Categories: config

Etc.

[config: webstuff]