« October 2006 | Main | December 2006 »

November 29, 2006

100TH POST!

YEAH!

Who knew I'd make it to 100 so soon. Am I the first? Am I the last?

There is no point to this blog except to say that it's my 100th blog.

wOOt

Posted by ellism at 3:51 AM | Comments (0)

November 14, 2006

Code that ... 'works'

So certain programs have been giving me grief. For instance, on some programs, users type things into textareas (like the one I'm in now), then want to display that text on the screen. Line breaks included.

I found this lovely code:
"


'||ptext||'

"
but courier is ugly, and the whole fixed-width thing sucks.

Then I'm trying to make the webpage page-break during printing...

I've got this beauty:
"


"
but it no longer seems to function (if it EVER did) in Firefox.

I'm tired of doing the right thing the wrong (and frequently ugly) way. Anybody out there got some better code?

--------------------------------------------------------------------

I just had a thought. Can you just stick text with line breaks in HTML paragraph tags?

Feedback is still appreciated. Perhaps we'll take a vote...

Help me Obi-Wan Kenobi, your the only one who can.

Posted by ellism at 1:30 AM | Comments (0)