<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    
    <link href="http://digital.flowstate.org/" rel="alternate" title="digital.flowstate.org" type="text/html" />
    <link href="http://digital.flowstate.org/rss.php?version=2.0" rel="alternate" title="digital.flowstate.org" type="application/rss+xml" />
    <title type="html">digital.flowstate.org</title>
    <subtitle type="html" />
    
    <id>http://digital.flowstate.org/</id>
    <updated>2007-11-12T22:51:57Z</updated>
    <generator uri="http://www.s9y.org/" version="1.2-beta1">Serendipity 1.2-beta1 - http://www.s9y.org/</generator>
    <dc:language>en</dc:language>

    <link rel="self" href="http://feeds.feedburner.com/digitalflowstate" type="application/atom+xml" /><entry>
        <link href="http://digital.flowstate.org/index.php?/archives/7-The-video-tag.html" rel="alternate" title="The &quot;video&quot; tag" />
        <author>
            <name>Michael C. Rael</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2007-11-12T22:48:21Z</published>
        <updated>2007-11-12T22:51:57Z</updated>
        <wfw:comment>http://digital.flowstate.org/wfwcomment.php?cid=7</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://digital.flowstate.org/rss.php?version=atom1.0&amp;type=comments&amp;cid=7</wfw:commentRss>
    
    
        <id>http://digital.flowstate.org/index.php?/archives/7-guid.html</id>
        <title type="html">The "video" tag</title>
        <content type="xhtml" xml:base="http://digital.flowstate.org/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Webkit now has support for the &lt;video&gt; tag.

<video src="http://www.slvdweller.com/uploads/Cannon School Final.mov" autoplay="false" /> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://digital.flowstate.org/index.php?/archives/6-Testing-webkit-transform.html" rel="alternate" title="Testing -webkit-transform" />
        <author>
            <name>Michael C. Rael</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2007-10-31T02:23:22Z</published>
        <updated>2007-10-31T02:59:42Z</updated>
        <wfw:comment>http://digital.flowstate.org/wfwcomment.php?cid=6</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://digital.flowstate.org/rss.php?version=atom1.0&amp;type=comments&amp;cid=6</wfw:commentRss>
    
            <category scheme="http://digital.flowstate.org/index.php?/categories/2-CSS" label="CSS" term="CSS" />
    
        <id>http://digital.flowstate.org/index.php?/archives/6-guid.html</id>
        <title type="html">Testing -webkit-transform</title>
        <content type="xhtml" xml:base="http://digital.flowstate.org/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                If you're using one of the nightly builds of WebKit, you should see the boxes skewed:

<div style="-webkit-transform: skew(45deg, 0deg); background-color: orange; width: 200px;">
<p>
The quick brown fox jumped over the lazy dogs.
</p>
</div>

<div style="-webkit-transform: skew(0deg, -25deg); background-color: orange; width: 200px;">
<p>
The quick brown fox jumped over the lazy dogs.
</p>
</div>

<div style="-webkit-transform: skew(25deg, -25deg); background-color: orange; width: 200px;">
<p>
The quick brown fox jumped over the lazy dogs.
</p>
</div>

<div style="-webkit-transform: skew(15deg, -25deg); background-color: orange; width: 200px;">
<p>
The quick brown fox jumped over the lazy dogs.
</p>
</div>

<div style="-webkit-transform: scale(0.5, 2); background-color: orange; width: 200px;">
<p>
The quick brown fox jumped over the lazy dogs.
</p>
</div>
 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://digital.flowstate.org/index.php?/archives/5-Playing-with-XForms.html" rel="alternate" title="Playing with XForms" />
        <author>
            <name>Michael C. Rael</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2007-10-14T19:39:07Z</published>
        <updated>2007-10-30T02:07:06Z</updated>
        <wfw:comment>http://digital.flowstate.org/wfwcomment.php?cid=5</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://digital.flowstate.org/rss.php?version=atom1.0&amp;type=comments&amp;cid=5</wfw:commentRss>
    
    
        <id>http://digital.flowstate.org/index.php?/archives/5-guid.html</id>
        <title type="html">Playing with XForms</title>
        <content type="xhtml" xml:base="http://digital.flowstate.org/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>You have to view this in Firefox with the proper add-on to see this in action.</p>

    <xforms:model xmlns:xforms="http://www.w3.org/2002/xforms">
     <xforms:instance xmlns="">
      <Name />
     </xforms:instance>
    </xforms:model>

    <xforms:input xmlns:xforms="http://www.w3.org/2002/xforms" ref="/Name">
      <xforms:label>Type your name in the box and press tab: </xforms:label>
    </xforms:input>

    <xforms:output xmlns:xforms="http://www.w3.org/2002/xforms" value="concat('Hello ', /Name)">
      <xforms:label>Output: </xforms:label>
    </xforms:output> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://digital.flowstate.org/index.php?/archives/4-MacBook-Pro-is-here!.html" rel="alternate" title="MacBook Pro is here!" />
        <author>
            <name>Michael C. Rael</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2007-07-17T00:35:54Z</published>
        <updated>2007-07-17T00:35:54Z</updated>
        <wfw:comment>http://digital.flowstate.org/wfwcomment.php?cid=4</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://digital.flowstate.org/rss.php?version=atom1.0&amp;type=comments&amp;cid=4</wfw:commentRss>
    
    
        <id>http://digital.flowstate.org/index.php?/archives/4-guid.html</id>
        <title type="html">MacBook Pro is here!</title>
        <content type="xhtml" xml:base="http://digital.flowstate.org/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                It is an amazing machine! 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://digital.flowstate.org/index.php?/archives/3-MacBook-Pro-on-its-way-from-China.html" rel="alternate" title="MacBook Pro on its way from China" />
        <author>
            <name>Michael C. Rael</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2007-07-12T18:13:48Z</published>
        <updated>2007-10-30T00:34:51Z</updated>
        <wfw:comment>http://digital.flowstate.org/wfwcomment.php?cid=3</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://digital.flowstate.org/rss.php?version=atom1.0&amp;type=comments&amp;cid=3</wfw:commentRss>
    
    
        <id>http://digital.flowstate.org/index.php?/archives/3-guid.html</id>
        <title type="html">MacBook Pro on its way from China</title>
        <content type="xhtml" xml:base="http://digital.flowstate.org/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <!-- s9ymdb:2 --><img width="400" height="82" src="http://digital.flowstate.org/uploads/macbookpro_from_china.tiff" alt="" />
<p>
The MacBook Pro I ordered has just shipped direct from the factory in China.
</p>
<!-- s9ymdb:1 --><img width="181" height="239" src="http://digital.flowstate.org/uploads/current_shipping_delay.tiff" alt="" />
<p>
I placed the order just before the current shipping delay received a bump to 7-10 days from 5-7 days. Demand must be pretty strong for the new LED-backlit, Santa Rosa machines.
</p>
<p>
I haven't bought many computers in the past several years, but three Macs within the last seven years might be considered many to some folks:
</p>
<table>
<tr>
<th>Date of purchase</th><th>Computer</th><th>CPU</th>
</tr>
<tr>
<td>2000-04-28</td><td>PowerMac</td><td>400 MHz PowerPC G4</td>
</tr>
<tr>
<td>2005-08-20</td><td>Mac Mini</td><td>1.25 GHz PowerPC G4</td>
</tr>
<tr>
<td>2007-07-03</td><td>MacBook Pro</td><td>2.2 GHz Intel Core 2 Duo "Santa Rosa"</td>
</tr>
</table> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://digital.flowstate.org/index.php?/archives/2-Go-DTD-less.html" rel="alternate" title="Go DTD-less" />
        <author>
            <name>Michael C. Rael</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2007-07-02T21:01:21Z</published>
        <updated>2007-07-12T18:37:52Z</updated>
        <wfw:comment>http://digital.flowstate.org/wfwcomment.php?cid=2</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://digital.flowstate.org/rss.php?version=atom1.0&amp;type=comments&amp;cid=2</wfw:commentRss>
    
            <category scheme="http://digital.flowstate.org/index.php?/categories/1-XHTML" label="XHTML" term="XHTML" />
    
        <id>http://digital.flowstate.org/index.php?/archives/2-guid.html</id>
        <title type="html">Go DTD-less</title>
        <content type="xhtml" xml:base="http://digital.flowstate.org/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>
Anybody who views the XHTML source of this page will see that there's an XML declaration (XHTML is XML, after all) but no doctype declaration. A doctype declaration may have usefulness in HTML, but it is needless in XHTML. I am so glad Rusty Elliotte Harold <a href="http://cafe.elharo.com/xml/must-ignore-vs-microformats/">proclaimed the gospel</a> about validity in XHTML:
</p>
<blockquote><div>XML doesn’t have to be valid!</div></blockquote>
<p>
He even boldfaced this sentence in addition to putting an exclamation point at its end. (By the way, I also agree with his overall pronouncement against microformats.)
</p>
<p>
In the future, I'll likely mix the &lt;canvas&gt; tag with some SVG on this site. Try to find a DTD that will validate such an XHTML document. It's really well-formedness that's important when you're dealing with anything XML-based (namespaces have importance, too).
</p>
<p>
Break with convention, align yourself with modern markup practices, and go DTD-less.
</p> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://digital.flowstate.org/index.php?/archives/1-Serendipity-and-XHTML.html" rel="alternate" title="Serendipity and XHTML" />
        <author>
            <name>Michael C. Rael</name>
            <email>nospam@example.com</email>
        </author>
    
        <published>2007-06-15T20:47:14Z</published>
        <updated>2007-07-12T18:34:33Z</updated>
        <wfw:comment>http://digital.flowstate.org/wfwcomment.php?cid=1</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://digital.flowstate.org/rss.php?version=atom1.0&amp;type=comments&amp;cid=1</wfw:commentRss>
    
            <category scheme="http://digital.flowstate.org/index.php?/categories/1-XHTML" label="XHTML" term="XHTML" />
    
        <id>http://digital.flowstate.org/index.php?/archives/1-guid.html</id>
        <title type="html">Serendipity and XHTML</title>
        <content type="xhtml" xml:base="http://digital.flowstate.org/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>
I learned about XHTML a long time ago, but I'll admit that it hasn't been that long since I learned that XHTML should be served with a MIME type of <a href="http://www.xml.com/pub/a/2003/03/19/dive-into-xml.html">application/xhtml+xml</a>. I went ahead and converted a <a href="http://www.slvdweller.com">separate blog</a> I run to use XHTML with the proper MIME type. And I converted that blog to <a href="http://www.s9y.org/">Serendipity</a> because of its superiority to MovableType, which the blog was using originally.
</p>
<p>
Serendipity has proven to be a pretty good platform for serving XHTML with the proper MIME type. The lead developer, Garvin Hicking, has been very responsive to fixing problems in the PHP-based software that generate non-well-formed XHTML.
</p>
<p>
So I'm using Serendipity for this blog also. Naturally, I'm using XHTML and application/xhtml+xml, and I refuse to use any kind of content negation here just because one browser hasn't been updated over the past half decade to recognize this MIME type.
</p> 
            </div>
        </content>
        
    </entry>

</feed>
