RE: [WSG] An efficient CSS architecture

2008-04-28 Thread Jens-Uwe Korff
Hi Paul, thanks for your thoughts. Could you share why you went for Yahoo YUI rather than e.g. Blueprint CSS? Please explain to me what you mean with CSS for a creative workgroup and dev workgroup. Why is this distinction necessary? I am currently looking into CSS compression. This has,

[WSG] Question on YUI

2008-04-28 Thread James Jeffery
Morning all, I have never used YUI but i thought i might aswell give it a shot on my latest project, afterall the tools are there to save time. The problem is though their layouts, some of the ones i was looking at are heavy on Javascript. Call me wrong but from my knowledge relying soley on

[WSG] valid video in (x)html?

2008-04-28 Thread Designer
I have had a request from a client to include a video on a website. I know nothing about this, except for a simple embedding from youtube. Sadly, the page doesn't validate if I do that. Has anyone any experience of producing a standard (accessible?) video into a web page? I've googled, but

Re: [WSG] valid video in (x)html?

2008-04-28 Thread kevin mcmonagle
try these, http://code.google.com/p/swfobject/ http://www.jeroenwijering.com/?item=JW_FLV_Media_Player -best kevin *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe:

Re: [WSG] valid video in (x)html?

2008-04-28 Thread James Jeffery
A google search pulls up alot of results: http://www.google.co.uk/search?hl=enq=embedding+youtube+valid+htmlmeta= Try those. On 4/28/08, Designer [EMAIL PROTECTED] wrote: I have had a request from a client to include a video on a website. I know nothing about this, except for a simple

Re: [WSG] valid video in (x)html?

2008-04-28 Thread Designer
James Jeffery wrote: A google search pulls up alot of results: http://www.google.co.uk/search?hl=enq=embedding+youtube+valid+htmlmeta http://www.google.co.uk/search?hl=enq=embedding+youtube+valid+htmlmeta= Try those. Thanks James! (I don't know how I missed those!) Bob

Re: [WSG] Question on YUI

2008-04-28 Thread Joseph Taylor
YUI / Blueprint / jQuery / MooTools / Scriptaculous / Code Igniter / Cake PHP etc. The thing you need to remember with any framework - use only what you need. Does using a framework mean you need to construct a menu with javascript? Heck no. Do you need to use any of the supplied tools?

Re: [WSG] linking multiple CSS files

2008-04-28 Thread Sam Sherlock
Additionally you can use something like CSSTidy in that case I am using cssTidy for just this. A simple php script that puts all required css in buffer and writes a single file used by the page. For JS I am using JSMin in the same way with gzip etags also loading times improve