|
|
|
|
|
by icebraining
5471 days ago
|
|
Yeah, I don't see that. I see more and more accessible APIs[1] and pages having more and more an incentive to being semantic due to search engines now reading that data (hRecipe, for example). Service architecture have also been moving from stuff like SOAP to REST, which is definitively more open and accessible. And even Ajax-ladden webpages are still just a Firebug Network tab away since they all run over HTTP, and then you have a nicely structured data format instead of having to deal with messy HTML pages. [1] http://www.programmableweb.com/apis |
|