Dom Manipulation of SVG embeded inside XHTML
It’s been awhile now since the W3C proposed the XHTML + SVG + MAthML document type declaration and a certain level of support has been available for a while. I’ve been testing XHTML + MathML lately...
View ArticleVersion 0.7 of Extensible Microformat Parser Released
I’ve just officially uploaded to google code the new version of XMFP for download. This release adds transformation of the parsed microformat content into JSON, a wider array of Microformats support...
View ArticleVersion 0.7.2 of Extensible Microformat Parser Released
Maintenance release, fixed the issues with the changes in the PHP language. I’m sorry to people that reported the issue, due to some google code settings I was not receiving emails. Anyhow, other than...
View ArticleMy first attempt at a Microdata Extractor.
I’ve just pushed to github, version 10^-2 of MD_Extract . It’s my first attempt at a Microdata consumer. I based the extraction algorithm on the one published by the whatwg , though the implementation...
View ArticleVersion 10^-1.9 of MD_Extract pushed to github
Completely changed the way the string representing the HTML is preprocessed before being fed to tidy. I’ve just changed the function and the approach. The function is not really very elegant but it...
View ArticleMy take on Microdata versus Microformats
To provide some background, I’m going to start with a little story of how I originally got involved with the microformats community. A couple of years ago I was working at thethingsiwant.com, I had...
View ArticleVersion 10^-1.8 of MD_Extract
Just pushed to github version 10^-1.8 of MD_Extract. Added a construct by URL method. One clarification, what I meant on the other post by economic efficiency was simply that i have better things to do...
View ArticleFixed hcard_extract :-)
I just fixed the original application I wrote for extracting hcards from webpages: http://www.metonymie.com/hCard_extract/app.html. I just checked the source code and there were some conf files that...
View ArticleVersion 0.1 of MD_Extract pushed to github
Just pushed version 0.1 of MD_Extract to github. So what’s new? I improved the text extraction function to do simple things like adding a line break after a br element or not picking up text from...
View ArticleA simple library for doing Form Validations with JQuery
I’ve just uploaded to github JQuery-Valid, a simple library for doing form Validations in JQuery. I developed this a couple of years ago, but I think it’s still useful when dealing with browsers that...
View Article