All posts tagged yui

Topic Maps Query Service – YQL for Topic Maps?

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 [...]

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 [...]

  • @twitter

  • Tags

  • Topics

  • Recent Comments

  • Topic Map Feeds