September 2007
1 post
6 tags
Scraping HTML with innerHTML or jQuery
A couple of nice write-ups on how to scrape HTML using innerHTML at Pathfinder Development:
A common solution has been to proxy and scrape an application with a combination of XQuery and TagSoup (to fix the ugly, broken HTML, dontcha know), but it is possible to do this purely in the browser.
or with jQuery, as Jan Varwig describes:
Fortunately, just the day before, I discovered jQuery, a...
August 2007
1 post
4 tags
Hello world! This is MAAA!
This is a blog covering the use of hyper text markup as an API, meaning making your webpage smarter by adding additional information, meta data, data about the data. The presentation stays the same, but the content is being described, so smart browsers, browser extentions or web services can read your data and glean additional meaning from it, and reuse your data.
I keep a look out for new...