TLDW (too long, didn't watch); Agile is geen zelfstandig naamwoord, dus 'Agile Manifest' is sowieso een raar begrip, maar het verkoopt lekker. Agile wordt verkocht als een kant en klaar pakketje wijsheden dat je gemakkelijk kunt implementeren met behulp van (goed betaalde) experts. Deze wijsheden worden gepresenteerd als universeel (iets dat geen enkele regel is). Probeer daarentegen altijd stapsgewijs je proces, product, project (… eigenlijk alles) verder te optimaliseren volgens het enige universele stappenplan dat er is:
There seems to be a problem with embedding quicktime video
when XHTML
strict is being used. Solving our problem with the
<embed>-tag is no
option. But do we have, to have quicktime working on (@ Windows
machines) for IE as
well as Mozilla users, to use non-validating code, or work with
javascript workarounds?Update: More up to date information on this matter can be
found on age's site.
Embedding Quicktime video is not as easy for a webdesigner
as one
would guess. Simply using the <object>-tag
following the rules
set by the w3c doesn't work (for
Mozilla it does, but not for IE).I try using the data tag for referring to the original
content, and the type attribute
for assigning the right mimetype.
&lt;object data="test.mov" type="video/quicktime" style="width:380px; height:285px;"&gt;
&lt;p&gt;Error Text or alternative object, or alternative image...&lt;/p&gt;
&lt;/object&gt;
Result: (Mozilla wor...