I’m at a panel of Industry Talks at the International Semantic Web Conference.
The first presenter is Mark Greaves from Vulcan (Paul Allen’s research lab), who is talking about Halo, an interface to a Semantic Wiki that they are funding (but not building). About blending Semantic web as (1) “enterprise data integration framework” and as (2) [...]
Andrew Sullivan from the Atlantic on why he blogs. Not by any means a must-read, but a really interesting look at the role of new media in society as we embark upon this blogariffic journey.
I’ve tried Jquery UI 1.6rc2 embedded in a XHTML (note the “X”,).
When trying this simple code:
$(”#hello1″).dialog();
Assuming my xhtml file contains something like:
<div id=”hello1″>Hello</div>
Instead of having my “Hello” embedded in a nice dialog, I encountered the following problem
[Exception... "Cannot modify properties of a WrappedNative" nsresult:
"0x80570034 (NS_ERROR_XPC_CANT_MODIFY_PROP_ON_WN)" location: "JS frame
:: http://localhost:8080/hello.xml :: anonymous :: line 91"
data: no]withinElement()()jquery.js [...]
I got a chance to try Jquery UI lately. It really makes a lot a common ui tasks a breeze (read: 1 line of js and 1 html class in your div) , especially for dialogs:
http://ui.jquery.com/repository/latest/demos/functional/#ui.dialog