On Sat, Mar 29, 2008 at 1:30 PM, Randal L. Schwartz &lt;<a href="mailto:merlyn@stonehenge.com">merlyn@stonehenge.com</a>&gt; wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Ahh. &nbsp;You&#39;re still living in the illusion that the Web is WYSIWYG. &nbsp;It isn&#39;t.<br>
Different browsers render things different ways. &nbsp;How will your app act on a<br>
browser that&#39;s twice as wide? &nbsp;Half as wide?</blockquote><div><br>But do I have to know about that?&nbsp; Can&#39;t we create &quot;meta-properties&quot; that describe what we want the layout to be like under those circumstances, that are themselves built into the framework?&nbsp; Isn&#39;t that the type of useful abstraction Smalltalk is good at?&nbsp; You&#39;ve already abstracted HTML...why not CSS as well?&nbsp; You know...&quot;I want this component to grow to fit the page,&quot; or &quot;I want that button to just remain that size.&quot;<br>
<br>I&#39;m not talking about rewriting CSS in Smalltalk, just making COMMON tasks more accessible.<br><br>But, I&#39;m probably still missing the point...boy, those 8 years in the Army sure left me out of the loop...<br>
</div><div><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Properly designed web applications are *not* done using Photoshop. &nbsp;They&#39;re<br>
constructed using sound design principles, to adapt to their environment.<br>
</blockquote></div><br>So is there a way to...make that &quot;easier&quot; for mere mortals trying to throw a useful tool together for business users and use the web as a platform to avoid installation headaches and make use of the &quot;liveliness&quot; of Smalltalk?<br>
<br>I still just think it&#39;s all about the interface to the components, not the components themselves if you REALLY want to attract a crowd.<br><br>What I like about what you are saying is the &quot;Model View Design&quot; separation it would give you.&nbsp; It&#39;s just that the &quot;Model View&quot; portion is hard enough for me...let along getting a handle on the &quot;Design&quot; portion as well!<br>
<br>I WANT to do the right thing!&nbsp; I just want it to be easier!<br><br>Rob<br><br>