Re: Load content while scrolling

2009-02-18 Thread Nino Martinez

Ahh not so bad then.. :)

So be pretty simple when theres articles for it..


Igor Vaynberg wrote:

there is an article on wicketinaction.com about ajax repainting only
new items in a repeater..

-igor

On Wed, Feb 18, 2009 at 9:24 AM, Matej Knopp  wrote:
  

Well, it requires bit of custom javascript (to detect scrolling offset
and determine if new content needs to be fetched) and bit of wicket
knowledge (to add new components to repeater, render them and insert
to page).

-Matej

On Wed, Feb 18, 2009 at 6:23 PM, Igor Vaynberg  wrote:


thoof.com used to do this for its articles. maybe matej can comment on
how it worked.

-igor

On Wed, Feb 18, 2009 at 3:59 AM, nino martinez wael
 wrote:
  

Im not sure how this could work with wicket, I think wicket always renders
the full page.. You can lazyload things, or postpone them until a certain
event, for example like the mootip ajax tooltips..

Partial loading of the web page, im not so sure about... I guess its another
way of doing pagination, at least in the DNS pinger example (
http://www.webresourcesdepot.com/dnspinger/ ) ..

2009/2/18 Alex Objelean 



There is an interesting article about some fancy ajax stuff. Here is the
article:
http://www.webresourcesdepot.com/load-content-while-scrolling-with-jquery/

I am curious about how this could be done "the wicket way".
I hope, we'll end up with an interesting thread :)...
--
View this message in context:
http://www.nabble.com/Load-content-while-scrolling-tp22075428p22075428.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org


  

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org


  

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org





-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

  



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Load content while scrolling

2009-02-18 Thread Igor Vaynberg
there is an article on wicketinaction.com about ajax repainting only
new items in a repeater..

-igor

On Wed, Feb 18, 2009 at 9:24 AM, Matej Knopp  wrote:
> Well, it requires bit of custom javascript (to detect scrolling offset
> and determine if new content needs to be fetched) and bit of wicket
> knowledge (to add new components to repeater, render them and insert
> to page).
>
> -Matej
>
> On Wed, Feb 18, 2009 at 6:23 PM, Igor Vaynberg  
> wrote:
>> thoof.com used to do this for its articles. maybe matej can comment on
>> how it worked.
>>
>> -igor
>>
>> On Wed, Feb 18, 2009 at 3:59 AM, nino martinez wael
>>  wrote:
>>> Im not sure how this could work with wicket, I think wicket always renders
>>> the full page.. You can lazyload things, or postpone them until a certain
>>> event, for example like the mootip ajax tooltips..
>>>
>>> Partial loading of the web page, im not so sure about... I guess its another
>>> way of doing pagination, at least in the DNS pinger example (
>>> http://www.webresourcesdepot.com/dnspinger/ ) ..
>>>
>>> 2009/2/18 Alex Objelean 
>>>
>>>>
>>>> There is an interesting article about some fancy ajax stuff. Here is the
>>>> article:
>>>> http://www.webresourcesdepot.com/load-content-while-scrolling-with-jquery/
>>>>
>>>> I am curious about how this could be done "the wicket way".
>>>> I hope, we'll end up with an interesting thread :)...
>>>> --
>>>> View this message in context:
>>>> http://www.nabble.com/Load-content-while-scrolling-tp22075428p22075428.html
>>>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>>>
>>>>
>>>> -
>>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>>
>>>>
>>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Load content while scrolling

2009-02-18 Thread Matej Knopp
Well, it requires bit of custom javascript (to detect scrolling offset
and determine if new content needs to be fetched) and bit of wicket
knowledge (to add new components to repeater, render them and insert
to page).

-Matej

On Wed, Feb 18, 2009 at 6:23 PM, Igor Vaynberg  wrote:
> thoof.com used to do this for its articles. maybe matej can comment on
> how it worked.
>
> -igor
>
> On Wed, Feb 18, 2009 at 3:59 AM, nino martinez wael
>  wrote:
>> Im not sure how this could work with wicket, I think wicket always renders
>> the full page.. You can lazyload things, or postpone them until a certain
>> event, for example like the mootip ajax tooltips..
>>
>> Partial loading of the web page, im not so sure about... I guess its another
>> way of doing pagination, at least in the DNS pinger example (
>> http://www.webresourcesdepot.com/dnspinger/ ) ..
>>
>> 2009/2/18 Alex Objelean 
>>
>>>
>>> There is an interesting article about some fancy ajax stuff. Here is the
>>> article:
>>> http://www.webresourcesdepot.com/load-content-while-scrolling-with-jquery/
>>>
>>> I am curious about how this could be done "the wicket way".
>>> I hope, we'll end up with an interesting thread :)...
>>> --
>>> View this message in context:
>>> http://www.nabble.com/Load-content-while-scrolling-tp22075428p22075428.html
>>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>>
>>>
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>
>>>
>>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Load content while scrolling

2009-02-18 Thread Igor Vaynberg
thoof.com used to do this for its articles. maybe matej can comment on
how it worked.

-igor

On Wed, Feb 18, 2009 at 3:59 AM, nino martinez wael
 wrote:
> Im not sure how this could work with wicket, I think wicket always renders
> the full page.. You can lazyload things, or postpone them until a certain
> event, for example like the mootip ajax tooltips..
>
> Partial loading of the web page, im not so sure about... I guess its another
> way of doing pagination, at least in the DNS pinger example (
> http://www.webresourcesdepot.com/dnspinger/ ) ..
>
> 2009/2/18 Alex Objelean 
>
>>
>> There is an interesting article about some fancy ajax stuff. Here is the
>> article:
>> http://www.webresourcesdepot.com/load-content-while-scrolling-with-jquery/
>>
>> I am curious about how this could be done "the wicket way".
>> I hope, we'll end up with an interesting thread :)...
>> --
>> View this message in context:
>> http://www.nabble.com/Load-content-while-scrolling-tp22075428p22075428.html
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Load content while scrolling

2009-02-18 Thread nino martinez wael
Im not sure how this could work with wicket, I think wicket always renders
the full page.. You can lazyload things, or postpone them until a certain
event, for example like the mootip ajax tooltips..

Partial loading of the web page, im not so sure about... I guess its another
way of doing pagination, at least in the DNS pinger example (
http://www.webresourcesdepot.com/dnspinger/ ) ..

2009/2/18 Alex Objelean 

>
> There is an interesting article about some fancy ajax stuff. Here is the
> article:
> http://www.webresourcesdepot.com/load-content-while-scrolling-with-jquery/
>
> I am curious about how this could be done "the wicket way".
> I hope, we'll end up with an interesting thread :)...
> --
> View this message in context:
> http://www.nabble.com/Load-content-while-scrolling-tp22075428p22075428.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Load content while scrolling

2009-02-18 Thread Alex Objelean

There is an interesting article about some fancy ajax stuff. Here is the
article: 
http://www.webresourcesdepot.com/load-content-while-scrolling-with-jquery/

I am curious about how this could be done "the wicket way". 
I hope, we'll end up with an interesting thread :)... 
-- 
View this message in context: 
http://www.nabble.com/Load-content-while-scrolling-tp22075428p22075428.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org