As I was playing with YUI3 and YQL (an awesome abstraction above and across web services — select * from internet) last weekend, I noticed that there is an open data table for sparql search. Not knowing whether such a thing already exists for topic maps, I created a simple Topic Maps search servlet that [...]
All posts tagged yui
Topic Maps Query Service – YQL for Topic Maps?
Posted by Trond on November 24, 2010
http://www.topicobserver.com/blog/semantic-web/tm/2010/topic-maps-query-service-yql-for-topic-maps/
Event Delegation with YUI 3.0
Personally I’ve never used the YUI library (yet), but the new event delegation functionality of YUI 3.0 has a very nice look to it: // Defining simple listeners on each element: Y.on(“click”, handleClick, “#container ul li a.profile”); // Defining listener on a container using the delegate() method: Y.delegate(‘click’, handleClick, ‘#container’, ‘ul li a.profile’); [...] Event [...]
Posted by Trond on November 16, 2009
http://www.topicobserver.com/blog/web-development/2009/event-delegation-with-yui-3-0/