Comment replies in Slash, on use Perl and soon on Slashdot, if you have "D2"/"Dynamic Discussions" enabled, will now be inline, on the same page. Ajaxy goodness. Never leave the page to reply to an article or journal or comment. Click Reply, box loads in, type your reply, hit preview, then see preview, then hit submit, then new comment magically appears on the page.
Nice (Score:1)
Being able to see what you're replying to is a massive advantage.
Thanks.
Reliability first (Score:1)
Re: (Score:2)
Re: (Score:1)
http://use.perl.org/comments.pl?sid=38429 [perl.org]
http://use.perl.org/~Ovid/journal/35576 [perl.org]
Re: (Score:2)
Re: (Score:1)
Re: (Score:1)
What irks me personally is that the entire eight hundred sixty kilobytes YUI albatross is loaded every other time I visit even though I have disabled the Slash Ajax stuff in my prefs.
I know I can check the box to enable the Ajax UI on any page I look at, should I ever change my mind, and that the Ajax UI then immediately starts working, which means some Javascript is needed. But you’re loading jQuery as well anwyay, which is tiny and perfectly servicable for loading extra libraries on demand. It sho
Re: (Score:2)
What irks me personally is that the entire eight hundred sixty kilobytes YUI albatross is loaded every other time I visit ...
Then stop clearing your cache! And use a browser that handles compression.
... even though I have disabled the Slash Ajax stuff in my prefs
No, you don't. You have Discussion 2 disabled. That's only one specific thing that uses Ajax on the site
... you're loading jQuery as well anwyay ...
As of a couple of weeks ago.
It should be easy to load YUI via jQuery, and to make that conditional on whether the Ajax UI is enabled.
We don't use YUI for Ajax.
Actually, we don't even use YUI for any of Discussion 2.
You make some valid points, but you really don't know the code nearly well enough to be making the assertions you do.
Re: (Score:1)
I may not know how Slashcode works, but I am no web dev greenhorn. I know what can be done in HTML with and without Javascript, and the interface I do actually use is trivial to implement without any use of Javascript whatsoever, let alone Ajax. If there are still Ajax features somewhere, they are utterly wasted on me, and so is the site’s bandwidth and mine.
As for the browser cache:
Sorry, but it’s finite. I would like to increase it since I have disk space to spare, but disk cache lookup
Re: (Score:2)
I am no web dev greenhorn
I didn't imply otherwise. Indeed, I directly limited my claim of what you don't know to Slash, and I noted that you made valid points, but that they didn't apply as you asserted.
If there are still Ajax features somewhere, they are utterly wasted on me
Of course, you don't actually know that. And again, you also don't understand YUI very well since you seem to think it is primarily about Ajax. As to what YOU think is trivial to implement, I am uninterested in knowing.
I would like to increase it since I have disk space to spare ...
That is your choice.
There's no
Expiresheader in sight when I request those URIsYes. There doesn't need to be. We use Cache-Control/max-age. Now, that is not there e
Re: (Score:1)
So how about giving an example of how a feature I use requires YUI stuff, instead of skirting the matter with “you don’t know what it’s for” hints?
Here’s a summary of how I use the site: I read the site mainly via several
search.plfeeds, and hit the site in the browser only to read comments, which I’ve set to nested mode, and to leave comments, which I do via the Reply links that lead me to a page with a very plain HTML form. None of these interactions happen without aRe: (Score:2)
Re: (Score:1)
Right, I shouldn’t have expected an actual, straight answer. So, I’ve blocked
images.use.perl.organd cleared my cache. Nothing appears to have broken, other than missing stylesheet.But I’m sure there’s something I need YUI for that I don’t know anything about.
Re: (Score:2)
Re: (Score:1)
Well, use.perl is where the community is, so I have to put up with Slashcode. I suppose that given sufficient effort, the resultant complaints can be interpreted as a sense of entitlement; refusing to address any of the actual issues is then a reasonable response.
Re: (Score:2)
Re: (Score:1)
Such is the curse of success.
Re: (Score:1)
I've been fighting the same problems on a website I'm working on (using scriptaculous instead of YUI, but the same issues with large JS). I've got a couple of easy tricks to get huge compression.
I use yuicompressor to squish my JS and then gzip it. Simple
Hidden comments (Score:1)
Re: (Score:1)
http://use.perl.org/~renodino/journal/35971 [perl.org]
Re: (Score:2)
Re: (Score:1)
Also, I am using Firefox 3 B4, in case that is the problem.
Re: (Score:2)