[wp-testers] Page Ordering

Alexander Beutl xel at netgra.de
Thu May 1 13:07:40 GMT 2008


> That doesn't sound very graceful.
No - it sounds like making a non JS solutions and add some JS effects which
is pretty much like not doing anything at all...
I just wanted to point out that there is no way not loading the data at once
and having it loaded if no ajax is there. PHP has no chance in knowing if
there is ajax or not (One could put out a button which loads everything at
once if there is no ajax - but that wouldn't be gracefull by any means!)
> Sounds like a non-solution.
Exactly

You can not have JavaScript possibilities without having it enabled and
since it isn't very much asking for enabled ajax in *backend* (you will not
start trying to reorder pages when on a mobile device!) I will not even try
making a drag&drop thing with fallback if there is no ajax.


2008/5/1, Bertilo Wennergren <bertilow at gmail.com>:
>
> Alexander Beutl wrote:
>
> If you make it gracefully fall back if there is no ajax this would mean
> > loading everything at once.
> >
>
> That doesn't sound very graceful.
>
> This is a possible way of course, but it wouldn't be nice with some
> > thousands of pages - right?
> >
>
> Sounds like a non-solution.
>
> 2008/5/1, Bertilo Wennergren <bertilow at gmail.com>:
> >
> > > Ryan Boren wrote:
> > >
> > > We need something in core WP to make Manage->Pages (and categories)
> > >
> > > > more efficient.  Requesting the top-level pages, paging those, and
> > > > AJAX loading children on request seems a viable approach.
> > > >
> > > > I hope you're not thinking about a system that requires AJAX
> > > to work. It should definitely work both with and without
> > > Javascript.
> > >
> >
> --
> Bertilo Wennergren <http://bertilow.com>
> _______________________________________________
> wp-testers mailing list
> wp-testers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-testers
>


More information about the wp-testers mailing list