Search the web
Sign In
New User? Sign Up
xbl-developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1 - 30 of 38   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1
I count 4 different flavors: MozXBL1, MozXBL2, sXBL, w3cXBL2. This is not how they were/are originally named by the parties that designed them, but...
steltenpower
Offline Send Email
Apr 17, 2006
10:42 pm
2
Very often a technology gets popular with something it wasn't originally designed for, thereby sometimes defeating a technology that is designed and better fit...
steltenpower
Offline Send Email
Apr 18, 2006
12:53 am
3
http://developer.mozilla.org/en/docs/XBL I asked for the category to be created and then with a simple account added some stuff myself, please also add your...
steltenpower
Offline Send Email
Apr 18, 2006
5:58 am
4
Imagine you have built an application with XBL cause that is a great clean way of working with you data. While using the application you at some stage get such...
steltenpower
Offline Send Email
Apr 19, 2006
1:45 am
5
Can we count XBLinJS as another serious flavour? http://www.jerf.org/resources/xblinjs/ The developer created it cause he doesn't like MozXBL: ...
steltenpower
Offline Send Email
Apr 19, 2006
11:59 am
6
Hi Ruud. ... I've wondered before whether an implementation of sXBL in script would be viable (to get more people to try using it in UAs other than Batik), but...
Cameron McCormack
heycam_yg
Offline Send Email
Apr 19, 2006
12:54 pm
7
... Interesting. If I'm reading the definition of "shadow tree" correctly, I consider it one of the *advantages* of XBLinJS that it uses *real* nodes and not...
Jeremy Bowers
jerfb
Offline Send Email
Apr 19, 2006
3:52 pm
8
Hi, Jeremy- As I understand it, the advantage of shadow-trees is in their direct connection with the source elements, in terms of structure, semantics, and ...
Doug Schepers
d_a_schepers
Offline Send Email
Apr 19, 2006
8:49 pm
9
Hi, Ruud- ... I think this is a perfectly valid use case, though I certainly can't speak for the MozXBL guys, nor can I suggest a workaround (other than...
Doug Schepers
d_a_schepers
Offline Send Email
Apr 19, 2006
9:56 pm
10
... Ah, yes, that makes sense. One of my basic objections about the way this stuff is being engineered is that everything you mentioned is dependent upon being...
Jeremy Bowers
jerfb
Offline Send Email
Apr 19, 2006
9:56 pm
11
... In a word, encapsulation. Having the shadow nodes inside a shadow tree that is connected to the element, and not in the real DOM, affords some level of...
Cameron McCormack
heycam_yg
Offline Send Email
Apr 19, 2006
11:10 pm
12
... Very thankful you started this discussion, shall have plenty of questions:) cheers Michael...
Michael Bolger
svgfoundation
Offline Send Email
Apr 20, 2006
12:38 pm
13
... Cameron, Not completely sure about that. I do agree that it would probably be fairly inefficient, but I'm not sure that a Javascript shadow tree ...
Kurt Cagle
kurt_cagle
Offline Send Email
Apr 21, 2006
5:48 am
14
Re: shadow nodes and event binding I think that the only things that you wouldn't be able to do with a Javascript implementation of an XBL would be obscuring...
Kurt Cagle
kurt_cagle
Offline Send Email
Apr 21, 2006
6:01 am
15
... I don't think it would be that inefficient, but there'd be the issue of having things like: <svg ...> <g id="stuff"> <ex:star cx="100" cy="100"...
Cameron McCormack
heycam_yg
Offline Send Email
Apr 21, 2006
6:33 am
16
What if there was a central requirement that the shadow tree 1) had to be contained within the element, 2) had to be in a namespace with a different prefix...
Kurt Cagle
kurt_cagle
Offline Send Email
Apr 21, 2006
6:59 am
17
... I added the xmlns declaration to your first svg tag, because I think you need it and I need it for my point. This won't work. The 'abbreviation' of the...
Jeremy Bowers
jerfb
Offline Send Email
Apr 21, 2006
10:02 pm
18
... Yeah, it seems a bit dodgy somehow to rely on the prefix that was used (especially since the element may have been created in a namespace but without a...
Cameron McCormack
heycam_yg
Offline Send Email
Apr 22, 2006
3:08 am
19
Workaround, to get representational snapshot, within MozXBL1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Thanks for that answer Doug. Here's...
steltenpower
Offline Send Email
Apr 22, 2006
4:46 am
20
http://the-philosopher-stoned.blogspot.com/2006/04/why-i-gave-up-on-mozilla.html The article is on MozXBL(1)...
steltenpower
Offline Send Email
Apr 24, 2006
12:48 am
21
... just a few bugs left (if only Venkman didn't crash Mozilla every few moments): function process(shadowchunk){ var...
steltenpower
Offline Send Email
Apr 24, 2006
3:21 am
22
http://steltenpower.com/xbl/xbl1.xml call "view source" use the DOM inspector then call javascript:viewShadowSource(); and in the new window call "view...
steltenpower
Offline Send Email
Apr 25, 2006
2:56 am
23
Hi, started a page at http://www.svgx.org with the following quote: "sXBL works much like XSLT. More specifically, it works like a special kind of XSLT...
Michael Bolger
svgfoundation
Offline Send Email
Apr 25, 2006
4:58 pm
24
What is the best way forward for the purist/clean sXBL/XBL? regardless of any browser affiliation:) Also the impact/best practices/thoughts on CSS3 and E4X...
Michael Bolger
svgfoundation
Offline Send Email
Apr 25, 2006
5:00 pm
25
To bring in more use cases I'm thinking w3schools.com style: MozXBL1: Say you have 3 editable TEXTAREA's (data, CSS, XBL) plus the result. feel welcome to...
steltenpower
Offline Send Email
Apr 25, 2006
8:53 pm
26
... from article: "could have made XBL an amazing technology and changed the face of web development, but they stopped just shy of greatness." What is...
Michael Bolger
svgfoundation
Offline Send Email
Apr 27, 2006
3:32 pm
27
All i know is http://svg.org/story/2006/2/22/15939/0633...
steltenpower
Offline Send Email
Apr 27, 2006
9:28 pm
28
With great help from jwatt i fixed the final bit, see http://www.steltenpower.com/xbl/ Improvements welcome....
steltenpower
Offline Send Email
Apr 28, 2006
1:30 am
29
A binding that I am developing has various properties. Some of the properties have side effects when setting them like the disabled property for html:form...
westonmr
Offline Send Email
May 25, 2006
8:14 pm
30
"What (do you think) is XBL for?" A very good question. The way I found XBL in the first place was by answering this question in reverse. I knew exactly what I...
chaosvoyager
Offline Send Email
Jun 5, 2006
12:14 am
Messages 1 - 30 of 38   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help