That article's kind of funny because some of the reasons<div>they give for *not* embedding css/html are the very reasons</div><div>we *are* embedding it. Reduced download times, for example,</div><div>and greater maintainability. Moreover, the cache issue is a </div>

<div>non-starter when you tag your resources with a hash and make</div><div>them never expire. I could go on.</div><div><br></div><div>The point is that it really depends on the needs of your project</div><div>and the tools you're using. In good CL tradition I'm sure we can</div>

<div>all agree that PS hackers are smart enough to choose rightly.</div><div><br></div><div><br></div><div><div><div class="gmail_quote">On Mon, Jun 21, 2010 at 7:51 AM, Henrik Hjelte <span dir="ltr"><<a href="mailto:henrik@evahjelte.com">henrik@evahjelte.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div></div><div class="h5">On Sun, Jun 20, 2010 at 8:42 PM, Haris Bogdanović <<a href="mailto:fbogdanovic@xnet.hr">fbogdanovic@xnet.hr</a>> wrote:<br>


> Sorry, I wrote that wrong.<br>
> I want to set background color of td cell like this:<br>
><br>
> <td onclick='this.bgcolor="blue"'> text </td><br>
><br>
> with cl-who and ps like:<br>
><br>
> (:td :onclick (ps ("what goes here to get 'this.bgcolor="blue"' ? ")))<br>
<br>
</div></div>There are reasons why inline javascript is out of fashion:<br>
<a href="http://css.dzone.com/news/why-inline-css-and-javascript-" target="_blank">http://css.dzone.com/news/why-inline-css-and-javascript-</a><br>
<br>
I suggest setting the onclick handler from outside the html, retrieve<br>
the td element using an id and getelementbyid, or if it is not unique<br>
(an id can't be used) add a class and use some javascript library that<br>
can select elements by classname to get the dom element.<br>
<font color="#888888"><br>
/Henrik Hjelte<br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
parenscript-devel mailing list<br>
<a href="mailto:parenscript-devel@common-lisp.net">parenscript-devel@common-lisp.net</a><br>
<a href="http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel" target="_blank">http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel</a><br>
</div></div></blockquote></div><br></div></div>