Displaying 20 results from an estimated 5000 matches similar to: "Article: Creating a Live Datagrid"
2006 Apr 26
3
Article: Open Says Me
I just finished my latest contribution, "Open Says Me".
http://unspace.ca/discover/opensaysme/
Managing the browser experience using JavaScript, Ajax and a Cookie.
It''s built on top of Rails, of course. Feedback is always appreciated!
Pete
2006 Oct 31
1
New Article: Endless Pageless - No More Next Page
I just published a new article on how and why (and when!) to do away
with paginated search results, in favour of a more natural, endlessly
scrolling page.
http://unspace.ca/discover/pageless/
I provide code and an example of how to implement this in Rails and
Prototype.
Opinions and suggestions welcomed!
Pete
Unspace Interactive Inc.
--~--~---------~--~----~------------~-------~--~----~
You
2006 May 11
5
crating a ajax datagrid
hi,
Im looking to build a live data grid, where you can add delete rows
using dhtml.
and was just wondering if anyone is aware of any plugin''s taht may help
me.
Ive found this example but if anyone is aware of any other plugin''s
please let me know
http://unspace.ca/datagrid/update
thanks
scott
--
Posted via http://www.ruby-forum.com/.
2006 Apr 19
2
[Article] Great Browser Expectations
Hey everyone,
I came back from Canada on Rails and was so inspired that I wrote an article
on the plane.
http://unspace.ca/discover/expectations/
It''s my attempt to distill what I have learned so far, working on AJAX
applications in Rails that people will hopefully want to use.
Feedback is appreciated!
Pete
2006 Jul 21
1
Datagrid with RJS
I''m trying to create a list of doctors with names and surnames. I want
to be able to add many doctors using AJAX and then save all of them at
the same time. All the doctors are associated to a patient.
I want to do something like the datagrid in
http://unspace.ca/datagrid/update
but I would like to use RJS because this fellow used javascript before
RJS came out. And also, they are
2006 Feb 22
1
Toronto Rails Pub Nite
Monday, March 13th @ 7pm at C''est What? (67 Front St. East in Toronto, ON)
Spread the word! The inaugural Toronto Rails pub nite will be an opportunity
to meet the folks working on Rails in your community. There will be plenty
of opportunity to discuss projects you''re involved with, recruit talent, and
even find out what all of the fuss is about!
Unspace wants to support the
2006 Apr 19
9
geolocation db?
I''m currently planning a social app in Rails that relies on being able to
see how far you are from everyone else.
It''s my intention to store rough geo-coordinates as part of the sign up
process. My intention is to capture their zipcode or postal code, and then
be able to query a webservice once for that data. It''s also possible that
there might be a database or even
2006 May 29
1
Re-orderable column DataGrid + Patches for Sortable.delay and Sortable.ignorePositionXY
I would love to get some feedback and test a patch to rev. 4380.
First, the money shot - check out this demo of a scriptaculous DataGrid:
http://development.finetooth.com/?p=13
I''m using the <tr> as a sortable with the <th>''s as the sortable elements.
The Patch file:
http://www.commoner.com/~lsimon/scriptaculous/delay_and_ignorePosition_forSortables.diff
The patch
2006 Mar 03
1
Emerging Tech: Who''s going?
Ryan McMinn as well as myself from Unspace Interactive are going to ETech
next week.
We know fellow Torontonian David Crow will be there with bells on.
And clearly DHH is coming to do his workshop.
Who else is coming, and is there any interest in trying to do a Rails BOF
during the main conference? Obviously a lot of folks are going to do the
workshop, but most people don''t arrive
2006 Jan 11
3
DataGrid (Table) using tables/Scriptaculous Sortable
Hey yall,
I wanted to share some code I''ve been working on as it seems up the
alley of folks on this list. It''s not rails, per se, but one day...
DataGrid: http://development.finetooth.com/?p=6
This also showcases the option.delay perameter I''ve submitted into
scriptaculous - hold down your mouse for one second on any column other
than Vendor and then drag away ;) The
2006 Feb 15
36
Rubuntu Live CD for Rails
Friends-
I am almost finished with a custom live cd called Rubuntu ;-) This
is an ubuntu live cd variant that comes preloaded with ruby and rails
developers in mind. I already have it working with all the basics but
I was wondering what extras people would like to see on this distro.
What editors with what configurations?
What other tools do people really like for rails development on a
2006 Apr 14
7
Support for Comet?
So someone finally named server-push through HTTP-keepalive "Comet"
It''s also been implemented in a very nice Java/Javascript library called
DWR.
http://ajaxian.com/archives/dwr-20-reverse-ajax
Has there been any discussion by "the core" about adding this to Rails 1.2?
:)
--
seth at subimage interactive
http://www.subimage.com/sublog/
-------------- next part
2006 Mar 21
1
including templates/views in plugins
Hi!
I''m writing a datagrid plugin and would like to render the datagrid
using a .rhtml template. However, I''d like to avoid placing this
template in app/views/shared, but it should reside somewhere within
vendor/plugins/datagrid/...
Any ideas?
--
Posted via http://www.ruby-forum.com/.
2006 Mar 05
0
ETech BOF: "Ruby on Rails: Power in Numbers"
My proposal for a BOF session at ETech was accepted!
Any Rails-folk in attendance on Tuesday are encouraged to come to Elizabeth
Ballroom A between 8:30-930pm.
http://conferences.oreillynet.com/cs/et2006/view/e_sess/9113
The goal for the session is to discuss how we can empower ourselves to
return to our local peer communities and advocate Rails as the web
development technology people
2007 Jan 22
1
Latin hyper cube sampling from expand.grid()
Dear R experts
I am looking for a package which gives me latin hyper cube samples
from the grid of values produced from the command "expand.grid". Any
pointers to this issue might be very useful. Basically, I am doing the
following:
> a<-(1:10)
> b<-(20:30)
> dataGrid<-expand.grid(a,b)
Now, is there a way to use this "dataGrid" in the package
2006 May 09
1
visualisation of Self organising map
Hello R users,
I'm using SOM() to cluster a gene expression data set
the syntax i used was
dataGrid <- c(somgrid(xdim = 3, ydim = 3, topo = c("rectangular","hexagonal")))
dataClusters <- SOM(dataMatrix, grid = dataGrid)
plot(dataClusters)
it seems that this works just fine but the thing i can't figure out is
how to determine where each data point has been
2006 Mar 22
1
Ajax.Updater dropping first <OPTION> on IE?
I am attempting to use Ajax.Updater to update the innerHTML of a SELECT -
that is, to feed it a list of <option>..</option> sets generated from a
partial.
It works as expected on FF1.5, but in IE6 it renders as an empty select.
When I use the DOM viewer (or an alert()) to dump the value of innerHTML, it
appears intact EXCEPT that the first <option> is missing with no
2006 Oct 14
4
Editable data grid
Does anyone have a good recommendation for implementing an editable
data grid (like a spreadsheet) based on a dbase table/model?
What I would like is something similar to Google Spreadsheets.
Thanks,
Peter
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group,
2006 Mar 07
1
decorators for models?
Hi!
I''m thinking of implementing datagrid like functionality for showing
data (models) in grids so that I don''t have to re-invent the
view/controller for each table I need. There are number of parameters
that need to be customizable: column titles, row style depending on the
data (i.e. showing all rows with balance<0 in red), is column sortable,
sort-algorithm etc.
To
2006 Jun 02
1
prototype patch submissions
I''ve recently submitted two patches (#5122 and #5266) to the Rails trac.
These patches are actually for Prototype. There appears to be very little
discussion about Prototype on this list, but I wanted to share what I''ve
been doing in the hopes of soliciting some feedback from you folks. If this
isn''t the right place to discuss Prototype, mea culpa - where should I