User Profile

Collapse

Profile Sidebar

Collapse
lcurlr
lcurlr
Last Activity: Nov 28 '10, 04:03 AM
Joined: Jun 6 '10
Location: USA
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • HTML+RDFa as XHTML



    I am now doing a split in my page structure: all .htm are HTML4+ and all .HTML are XHTML + RDFa using
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
    "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    ...
    See more | Go to post

    Leave a comment:


  • There are a variety of suggestions out there for HTML4 - including profile - but I can get none to parse against a DTD...
    See more | Go to post

    Leave a comment:


  • HTML parsing errors with rdfa in Common Tag span elements?

    I have been trying to get my HTML pages all up to a common standard and I am now at a point where the only parsing errors are in Amaya.

    Amaya rejects the Common Tag attributes in span elements that are RDFa, i.e., use the attributes of
    typeof="ctag:Ta g"
    and the essential attribute
    resource=

    What version of DOCTYPE for HTML will tolerate these attributes in span elements? Must it be...
    See more | Go to post
    Last edited by lcurlr; Jun 9 '10, 03:09 PM. Reason: clarification

  • Since I won't go without DOCTYPE even on pages only used to embed an <object> I have had to find an answer for IE8 - and that has been to set the style for HTML to include
    html{overflow: auto;
    and to set the style for body with
    body {
    scroll="no";
    overflow: hidden;
    border-bottom-style:none; outline-width:0;
    height:100%;

    That meets my needs of a 100%...
    See more | Go to post

    Leave a comment:


  • Minimal MXML for ActionScript3 in FlashDevelop with spark

    FlashDevelop would seem to be the best free alternative to an Adobe product for working in ActionScript and Flex. But life with plain-old AS3 and minimal-Flex4 XML seems complicated.

    This seems to be a basic minimum (one of a few alternatives) for using spark components* from Flex4 in FlashDevelop AS3:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Applicati on xmlns:mx="http://www.adobe.com/2006/mxml"
    ...
    See more | Go to post
    Last edited by lcurlr; Jun 8 '10, 07:02 PM. Reason: clarity, example; to correct typo in title

  • HTML and CSS for Curl applets embedded in object elements

    Over at developers.curl .com I have a blog post on an IE8 quirk which I hit while standardizing the html at my aule-browser.com website.

    When I moved the height and width parameters from the object tag and into a CSS style for objects, the size of my embedded applet immediately collapsed to the upper-left corner in IE8.

    It took some effort to discover that the order of the parameters was upsetting IE: in a moment of desperation...
    See more | Go to post

  • Literature and poetry text markup with the Curl web-content language

    I have posted a few examples of using Curl for poetry markup and I have several pages at poets.aule-browser.com

    Most often I use a single Curl outer element, e.g., {poem }
    {poem
    || poem text goes here
    }
    to wrap the entire text of a poem.
    Each stanza is then wrapped by a {stanza } element as follows, e.g.,
    {poem
    {stanza
    || lines here
    }
    {stanza
    || second here
    }
    ...
    See more | Go to post
    Last edited by lcurlr; Jun 8 '10, 08:12 PM. Reason: suspicion that I "advertise" a programming language from MIT
No activity results to display
Show More
Working...