[Catalyst] Suggested minor fixes for Catalyst error output
Matt S Trout
dbix-class at trout.me.uk
Thu Apr 13 16:34:11 CEST 2006
Sebastian Riedel wrote:
> 13.04.2006 14:18 A. Pagaltzis:
>> It works in every modern browser and requires a couple of lines
>> of CSS inlined in the page instead of a whole honking’ JS
>> library. You could even inline the required images into the CSS
>> by using `data:` URIs, in which case the stylesheet would be
>> entirely self-contained.
>>
>> It won’t work in fossils like IE, but would still work in many
>> more browsers than the current `-moz-border-radius` bit.
>
> This one requires images, thats no option for the debug screen since
> Static::Simple is just a plugin.
Wouldn't inlining via data: URIs fix that?
And if it gets too big we can always just stick it in its own .pm file or in
__DATA__ or similar.
--
Matt S Trout Offering custom development, consultancy and support
Technical Director contracts for Catalyst, DBIx::Class and BAST. Contact
Shadowcat Systems Ltd. mst (at) shadowcatsystems.co.uk for more information
+ Help us build a better perl ORM: http://dbix-class.shadowcatsystems.co.uk/ +
More information about the Catalyst
mailing list