search for: unspaced

Displaying 20 results from an estimated 22 matches for "unspaced".

Did you mean: unspace
2006 Mar 05
2
Article: Creating a Live Datagrid
I just finished posting an article on creating a lightweight but very functional web grid that does a slick job of live updating whatever content you put in. Much like Rails itself, I pulled the code from an active project effort, in the hopes that others would find it useful. http://unspace.ca/discover/datagrid Or, for the impatient, give the demo a shot: http://unspace.ca/datagrid Feedback
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 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 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
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 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 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 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 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
2007 Dec 20
0
Jan. 8th - TSOT Inc. Ruby on Rails Project Night with MC Joey deVilla
TSOT, Inc. is launching a Ruby on Rails Project Night starting Tuesday January 8th, 2008 - all are invited to listen to our MC Joey deVilla, as well as presenters Andrew Burke and the Unspace group at this fun event for the Toronto programming community: TSOT Ruby on Rails Project Night Tuesday January 8th, 2008 (and every second Tuesday of the month) @ 151 Bloor St. West 5:30pm doors and eats
2005 Feb 09
2
Histogram Bar Spacing or Border Width
Is there any way to control the spacing between bars in a histogram, or change the border width (I'm assuming the hist() function, though alternatives are welcome)? I'm interested in changing the visual spacing between columns in a plotted histogram. The general effect I'm looking for can be accomplished in barplots using the "width=" parameter, but I have not been able
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
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 Jun 13
3
AJAX data grid for Rails?
Has anyone used an AJAX data grid with Rails? I am rebuilding a copy of the venture source web site as a first ruby/ rails exercise. If anyone has used a javascript data grid with Rails, I would appreciate sample code, or notes on your experience. The controller action would presumably communicate with the data grid component running on the browser by extracting data from a relational
2006 Aug 18
5
potential enterprise rails project
Hello Rubyists, I''m in the position of being given the job to design and build a mission-critical web facing application for a small but growing enterprise. It is to be used by customers as needed, numbering in the tens up to the hundreds. It will collect operational data, particularly in a table around 50 columns wide, and potentially millions of rows deep, most fields being numerical.
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 Apr 20
7
AJAX/RJS Updating of Table Rows
I''m trying to update a table row (i.e. replace a <tr></tr>) using AJAX/RJS but of course this cannot be done in IE (works fine in Firefox). I have googled but have not found any solutions, only a lot of discussion. Does anyone have a solution to this problem? Cheers, Nicholas
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 Mar 19
0
wishlist: revisiting subdomain access in routes.rb
Several folks on the list have, over time, expressed interest in being able to access the subdomain info inside routes.rb. This was discussed in great detail late last year by several folks: http://wrath.rubyonrails.org/pipermail/rails/2006-January/008114.html In summary, routes can''t access the domain, so your best bet is to stick a before_filter in your application.rb. This