go to content or go to sidebar

RSS Feed

The Web, Naturally!

  1. Transformr 0.5 is live
    Posted by Martin, about 76 days ago.

    Transformr version 0.5 is live. The 0.5 update introduces a set of performance tweaks and the ability to parse HTML fragments.

    Transformr should be also a lot easier to install on your on your own server chiefly because Transformr no longer uses the PHP tidy package, which for some reason is not included with a lot of hosting packages. Don't worry Transformr will still parse your malformed html because tidy does still exist to some extent via the W3C online Tidy service, but only when it fails to parse the source document. For best results though validate your document first (sorry I wasnt preaching).

    At the moment Transformr will transform the following microformats:

    The following microformats are also supported but are classed as experimental and shouldn't really be used in a production environment because support may be removed or changed at some point (but its up to you) they are:

    I am planning to write some stuff about the url conversions over on the new Transformr Wiki over the next couple of weeks, and some insights about what Transformr will support in future, like file uploads, tiny url's and microformats by direct input.

    What's also new for this version (0.5.X) is the source code has moved from Google Code to GitHub, because SVN is so complex compared GIT, which is amazingly simple shame I never got round to it sooner oh well. You grab a copy of the code at http://github.com/WebOrganics/TransFormr, and have fun

    Tags:

    Comments: 0

Welcome Google to the Semantic Web

Last week google announced on its webmaster blog something called Rich Snippets which is basically a way of marking up Structured data using microformats or/and RDFa on your web pages.

Read more about Welcome Google to the Semantic Web...

RDF-3T - RDF in Machine Tags

RDF-3T is a metaformat(a language used to describe another language) that uses machine tags to describe RDF triples in XHTML. A Machine Tag is a word first used by flicr as a technical term for a triple tag. Machine Tags are in the wild are just like normal tags but have a special syntax that allows the user to express further semantics(meaning) in a tag and is made up of a namespace, predicate and a value, for example you could tag an image on flicr...

Read more about RDF-3T - RDF in Machine Tags...