Re: WAS Re: [nyphp-talk] And the HTML guru is.... NOW about Behavor Driven vs test Driven development

2007-01-10 Thread inforequest
csnyder chsnyder-at-gmail.com |nyphp dev/internal group use| wrote: On 1/10/07, inforequest <[EMAIL PROTECTED]> wrote: csnyder chsnyder-at-gmail.com |nyphp dev/internal group use| wrote: > On 1/9/07, inforequest <[EMAIL PROTECTED]> wrote: > > Or do you mean the so-called "behavior" approach t

Re: [nyphp-talk] And the HTML guru is....

2007-01-10 Thread Rob Marscher
Umm... and I a guru?? ;) -Rob "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> http://www.w3.org/1999/xhtml"; xml:lang="en" > Table to Div Test html, body { height: 100%; } body { margin: 0; padding: 0; } #wrapper { min-height: 100%; margin: 0

Re: WAS Re: [nyphp-talk] And the HTML guru is.... NOW about Behavor Driven vs test Driven development

2007-01-10 Thread csnyder
On 1/10/07, inforequest <[EMAIL PROTECTED]> wrote: csnyder chsnyder-at-gmail.com |nyphp dev/internal group use| wrote: > On 1/9/07, inforequest <[EMAIL PROTECTED]> wrote: > > Or do you mean the so-called "behavior" approach to front-end > programming, where the class attributes of objects in mar

Re: WAS Re: [nyphp-talk] And the HTML guru is.... NOW about Behavor Driven vs test Driven development

2007-01-09 Thread inforequest
csnyder chsnyder-at-gmail.com |nyphp dev/internal group use| wrote: On 1/9/07, inforequest <[EMAIL PROTECTED]> wrote: Or do you mean the so-called "behavior" approach to front-end programming, where the class attributes of objects in markup are used to create JavaScript objects on page load? Sa

Re: WAS Re: [nyphp-talk] And the HTML guru is.... NOW about Behavor Driven vs test Driven development

2007-01-09 Thread csnyder
On 1/9/07, inforequest <[EMAIL PROTECTED]> wrote: On a related topic, I've started looking at behavior-driven development (an "advance" from test driven development) and I like the concepts, but as usual there is "good coding" and all sorts of other things getting labeled as examples of behavior

[OT] Re: WAS Re: [nyphp-talk] And the HTML guru is.... NOW about Behavor Driven vs test Driven development

2007-01-09 Thread inforequest
Jeff Knight jeff.knight-at-gmail.com |nyphp dev/internal group use| wrote: On 1/9/07, inforequest <[EMAIL PROTECTED]> wrote: Your replies whether on topic or not, always break gmail's threading. So for me, at least, they always stand as little islands of whatever the hell they are anyway. Th

Re: WAS Re: [nyphp-talk] And the HTML guru is.... NOW about Behavor Driven vs test Driven development

2007-01-09 Thread Jeff Knight
On 1/9/07, inforequest <[EMAIL PROTECTED]> wrote: Note to those who hate it when I REPLY to something with a different topic... it's like a conversation. Everyone's talking about the latest social flub at the International Curling Tournament, and then someone jumps in with a comment about that se

WAS Re: [nyphp-talk] And the HTML guru is.... NOW about Behavor Driven vs test Driven development

2007-01-09 Thread inforequest
Kenneth Downs ken-at-secdat.com |nyphp dev/internal group use| wrote: Shoot, I even offered in the post to pay, and nobody came up with anything. The scientist in me wonders if it can actually be done. Nope. Seems pretty clear ;-) And being a businessman (who often works scientists), I'll

Re: [nyphp-talk] And the HTML guru is....

2007-01-09 Thread Kenneth Downs
Next time I'll put "simplified snippet" in bold 36pt, and I probably should have included the standard disclaimer, "for illustrative purposes" along with "strict compliance is left as an exercise to the student". ...but if we're going to be picky, the best argument is working code, how about

Re: [nyphp-talk] And the HTML guru is....

2007-01-09 Thread tedd
At 9:46 PM -0500 1/4/07, Greg Rundlett wrote: On 1/4/07, Kenneth Downs <[EMAIL PROTECTED]> wrote: Hi folks, A helpful HTML guru has given me the solution to my height-dont-work problem in IE 6. The guru is (drumroll) Tom Melendez of LIPHP fame. He pointed out that changing the document t

Re: [nyphp-talk] And the HTML guru is....

2007-01-04 Thread Greg Rundlett
On 1/4/07, Kenneth Downs <[EMAIL PROTECTED]> wrote: Hi folks, A helpful HTML guru has given me the solution to my height-dont-work problem in IE 6. The guru is (drumroll) Tom Melendez of LIPHP fame. He pointed out that changing the document type declaration to "quirks" mode makes IE work,

Re: [nyphp-talk] And the HTML guru is....

2007-01-04 Thread Kenneth Downs
L PROTECTED]> To: NYPHP Talk Sent: Thursday, January 4, 2007 9:12:42 AM Subject: [nyphp-talk] And the HTML guru is Hi folks, A helpful HTML guru has given me the solution to my height-dont-work problem in IE 6. The guru is (drumroll) Tom Melendez of LIPHP fame. He pointed out

Re: [nyphp-talk] And the HTML guru is....

2007-01-04 Thread Randal Rust
On 1/4/07, LK <[EMAIL PROTECTED]> wrote: In this snippet I don't see where the document type is declared as "quirks" mode. What am I missing? Quirks mode is triggered primarily by providing an incomplete DOCTYPE to the browser. http://en.wikipedia.org/wiki/Quirks_mode This complete DOCTYPE f

Re: [nyphp-talk] And the HTML guru is....

2007-01-04 Thread LK
In this snippet I don't see where the document type is declared as "quirks" mode. What am I missing? - Original Message From: Kenneth Downs <[EMAIL PROTECTED]> To: NYPHP Talk Sent: Thursday, January 4, 2007 9:12:42 AM Subject: [nyphp-talk] And the HTML guru

[nyphp-talk] And the HTML guru is....

2007-01-04 Thread Kenneth Downs
Hi folks, A helpful HTML guru has given me the solution to my height-dont-work problem in IE 6. The guru is (drumroll) Tom Melendez of LIPHP fame. He pointed out that changing the document type declaration to "quirks" mode makes IE work, instantly fixing the problem. For completeness