... How so? ... There isn't just one solution. Issue a far-past Expires header and, or a Last-Modified header that insures every cached result is instantly...
12861
wejiangwe
May 1, 2007 4:59 pm
Thank you, Mike. The URL is internal, it seems cannot show external. I added the randomized sequence, it works, but my boss thinks it is not a good way. For...
12860
Caridy Patiño Mayea
caridyp
May 1, 2007 4:50 pm
ragtek_ragga, why you don´t try another technique to solve your problem? I think that you may use the event bubble up technique to generate each tooltip on...
12859
Ted Husted
ted.husted
May 1, 2007 4:45 pm
Nabble is a good solution that you can start using today * http://www.nabble.com/ydn-javascript-f16949.html A project can also make customizations so that it...
12858
sckschu
May 1, 2007 4:10 pm
I am a recruiter with Comcast and I represent the Engineering group of CIM (Comcast Interactive Media). CIM was started around two years ago to grow their...
12857
Stuart Grimshaw
stuartgrimshaw
May 1, 2007 3:56 pm
If I have a context menu that I want to change dynamically, depending on the actions of users, is there any way just to splice in a new bunch of options to the...
12856
cugrz
May 1, 2007 3:24 pm
I have a panel with several dynamic elements on it. When I close the panel I would like all the elements in the panel to be hidden. My problem is if I ever...
12855
Scott Lerman
smlerman
May 1, 2007 2:26 pm
If you activate a tab (by clicking the link) before the tab has finished loading, the tabview tries to load the tab from the server again, resulting in two...
12854
wizfrob
May 1, 2007 2:08 pm
... Whups - yeah, I meant the Sortable List example. All you need to do to make the divs scrollable is to set the "overflow: scroll" style on them....
12853
Philip Tellis
philiptellis
May 1, 2007 1:05 pm
... scope will never be false because of the enclosing if(override) what this does is allow people to directly specify an object as the override parameter....
12851
Fred Janon
fjanon
May 1, 2007 11:06 am
Hi, Shouldn't the code in addListener be: var scope = el; if (override) { if (override === true) { scope = obj; } else { scope = *el; // <== 'el' instead of...
12850
k_and_u
May 1, 2007 9:24 am
Hi, I have a DataTable with an associated DataSource. The chages of the DataSource are not visible in the DataTable. What should I do to make it work? The...
12849
Gopalarathnam Venkate...
gopalarathnam_v
May 1, 2007 5:51 am
... Hi James: Do you have the sample code to show us? I believe you must have bound the listener to "button click", instead bind it to "form submit", it should...
12848
Alan Pinstein
apinstein
May 1, 2007 4:15 am
I have been using Container extensively in my app and noticed something interesting doing cross-browser testing. On Safari, "Container" instances do something...
12847
rocketeerbkw
May 1, 2007 3:16 am
... started"; ... Thank you very much, that definitely helps solve that problem. In the code I posted i had //ttFdrg[i].hide(); The reason it's commented out...
12846
Juan Leon
jdash.lists@...
May 1, 2007 2:32 am
Hey folks, Since I could not figure out how to get the DataSource to take my plain text file or csv string, I wrote some pre-processing code to turn it into an...
12845
Mike Lee (YUI)
mikeleeorg
May 1, 2007 1:31 am
Hi Sanjiv, Cool, I'm glad you were able to resolve the issue. And yes, because of the relative nature of measurements such as percentages and ems, they are...
12844
Sanjiv Jivan
sjivan
Apr 30, 2007 11:30 pm
Mike, Thanks for the explanation. I was able to get the desired result by adding a rule p { 95%; } to get my font size to 10px. Note that based on the font...
12843
Mike Lee (YUI)
mikeleeorg
Apr 30, 2007 11:11 pm
It's funny you guys mention this. We're actually exploring alternatives to the YUI Forums, one of which are traditional forums/message boards. There are pros...
12842
Mike Lee (YUI)
mikeleeorg
Apr 30, 2007 11:10 pm
Hi wejiangwe, Could you provide a URL or send some code that shows this issue? If the file is not being cached and both techniques (adding a randomized ...
12841
Mike Lee (YUI)
mikeleeorg
Apr 30, 2007 11:10 pm
Hi rechvagner, What is it you want to do with arrays? YUI doesn't provide any additional core array methods, though it does provide a utility to check if a...
12840
Mike Lee (YUI)
mikeleeorg
Apr 30, 2007 11:10 pm
Hi Sanjiv, Yes, this is the expected behavior. The rationale is that the entire layout can scale with font size changes. Another developer had a similar issue....
12839
ryan_newsome22
Apr 30, 2007 8:34 pm
Hi Satyen, Thank you very much, you were right on!! Thanks, Ryan ... 2007" /> ... the ID ... elements by ... support...
12838
Juan Leon
jdash.lists@...
Apr 30, 2007 8:32 pm
I am trying to display some data in a spiffy DataTable. So far, the only way I have been able to successfully load data is by manually creating a JSON-style...
12837
Satyen Desai
sdezzi
Apr 30, 2007 7:10 pm
Hi, It's likely that your "sDate" element has a name="sDate" attribute, but does not have an id="sDate" attribute. It maybe something like: <input type="text"...
12836
Adam Moore
adam.moore
Apr 30, 2007 7:07 pm
... The property is "dynamicLoadComplete", not "dynamicLoad". I don't have an explanation for the error message. If fixing the property name does not fix the...
12835
Sanjiv Jivan
sjivan
Apr 30, 2007 6:47 pm
Dav, Unfortunately the fonts get really really small when I do this. As mentioned in my previosu email, I see the same behaviour when set the font-size to 77% ...
12834
Adam Moore
adam.moore
Apr 30, 2007 6:38 pm
... Use "blur" instead of "onblur": YAHOO.util.Event.addListener("tab1", "blur", grabfocus); -Adam...
12833
Adam Moore
adam.moore
Apr 30, 2007 6:37 pm
... The more targets there are available to a drag and drop object, the greater the performance impact. If performance is decreasing over time, you are...
12832
Adam Moore
adam.moore
Apr 30, 2007 6:35 pm
... There was an error in the API documentation when 2.2.2 was released. This has been corrected on the live site: http://developer.yahoo.com/yui/docs/ -Adam...