Re: [jQuery] jQuery Grid

2006-11-21 Thread Alan Gutierrez
* Alan Gutierrez <[EMAIL PROTECTED]> [2006-11-21 13:28]:
> I've created a simple jQuery grid...
> 
> http://kiloblog.com/2006/11/19/a-grid-in-jquery/
> 
> Your thoughts are appreciated.

Here are direct links to the grid, this latest version includes a
speed up in rendering.

http://blogometer.com/repository/etude/jQuery/grid/grid-three/grid.html

I consider this a lightweight grid control, for when I want to
display a table of data in a fixed space. The data set that I build
this grid to display are addresses of FEMA demoltions, street
addresses, lats and longs, no long "memo" fields. Thus, I only want
the fancy scrolling.

-- 
Alan Gutierrez - 504 717 1428 - [EMAIL PROTECTED] - http://blogometer.com/
Think New Orleans - http://thinknola.com/

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] jQuery Grid

2006-11-23 Thread Alan Gutierrez
* Alan Gutierrez <[EMAIL PROTECTED]> [2006-11-21 20:50]:
> * Alan Gutierrez <[EMAIL PROTECTED]> [2006-11-21 13:28]:
> > I've created a simple jQuery grid...
> > 
> > http://kiloblog.com/2006/11/19/a-grid-in-jquery/
> > 
> > Your thoughts are appreciated.
> 
> Here are direct links to the grid, this latest version includes a
> speed up in rendering.
> 
> http://blogometer.com/repository/etude/jQuery/grid/grid-three/grid.html
> 
> I consider this a lightweight grid control, for when I want to
> display a table of data in a fixed space. The data set that I build
> this grid to display are addresses of FEMA demoltions, street
> addresses, lats and longs, no long "memo" fields. Thus, I only want
> the fancy scrolling.

The grid now renders concurrently. Different browsers prefer
different combinations of rows per timeout and time between timeout.

100 rows:

http://blogometer.com/repository/etude/jQuery/grid/grid-six/grid.html

500 rows:

http://blogometer.com/repository/etude/jQuery/grid/grid-six/grid-huge.html

The important thing is that the page is responsive. 

Rendering is faster in this incarnation. Absolute positioning is
much faster that relative layout, especially faster than laying out
the grid as blocks that fload left.

-- 
Alan Gutierrez - 504 717 1428 - [EMAIL PROTECTED] - http://blogometer.com/
Think New Orleans - http://thinknola.com/

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] jQuery Grid

2006-11-27 Thread Alex Cook
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Alan Gutierrez

* Alan Gutierrez <[EMAIL PROTECTED]> [2006-11-21 20:50]:
> * Alan Gutierrez <[EMAIL PROTECTED]> [2006-11-21 13:28]:
> > I've created a simple jQuery grid...
> > 
> > http://kiloblog.com/2006/11/19/a-grid-in-jquery/
> > 
> > Your thoughts are appreciated.

Hey neat... I was poking at doing something similar, but your code is
much cleaner then my late-night attempts.  I'll post some more detailed
comments once I've had a chance to play with it.  Thanks!

-ALEX

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/