similar to: New RoR app: RTRails 0.1. Uses HTTP push and a window system

Displaying 20 results from an estimated 100 matches similar to: "New RoR app: RTRails 0.1. Uses HTTP push and a window system"

2006 Feb 06
5
RTRails now open sourced
Hi, if anyone is interested in HTTP streaming and realtime communication: Our RTRails project is now finished. I uploaded RTRails to Rubyforge. Here is the project page: http://rubyforge.org/projects/rtrails/ Here is a video showing two browsers using the app, Safari in Pull mode, Firefox in push mode: http://www.uni-weimar.de/~scheffl2/amsterdam/video.php Here is a technical paper about
2006 Mar 12
2
new version of RTWindows, a scriptaculous window system
Hey, I uploaded the (probably) final version of RTWindows. It is far from perfect, but it does enough for me. Main problem is slowness, but that seems to be a general problem of draggables. Take a look at http://www.uni-weimar.de/~scheffl2/amsterdam/rtwindows_0.5/rtwindows.php -- Posted via http://www.ruby-forum.com/.
2005 Nov 13
1
New class: DHTML window
Hi list, i spent the last two days building a window class. Windows can be dragged, resized, minimized and closed. The windows are table-less, which makes rendering faster. Also divs with overflow:auto don''t seem to like dragging. The class is losely based on the resizable class by Michael Daines, which was posted here some weeks ago. BTW i spent three times more time on CSS tweaking
2005 Dec 12
7
possible opera+prototype bug in evalscripts?
Hi all, I use the ajax updater with evalscripts=true. When I load HTML with included <script> tags, I get this error in Opera 8.51: ------------------- snip ----------------------------- http://ccml.uni-weimar.de/ Timeout thread: delay 10 ms Error: name: EvalError message: Statement on line 258: Illegal use of eval Backtrace: Line 258 of linked script
2006 Apr 05
7
AdminPages Rails CMS is now an engine
Hi all, I just released the new version of my CMS AdminPages as a Rails engine. It uses the Dojo Toolkit for UI elements. Features: Manipulate pages and content with Drag n Drop, Pages in a sortable tree, easy to define new page elements, "Nice" URLs, Page Caching, Rich Text Editor, multiple columns per page, custom content types, Layout scaffolding BSD license
2005 Dec 22
0
use helper methods in controller? (sanitize)
Hi, I want to use the method sanitize() to clean up some user input before I save it to the db. sanitize() is a helper method, so it is only usable in templates, right? So how can I use helper methods in the controller, or why should I not? I could build a template like "<%=sanitize(input)-%>" and use render_to_string, but that seems pretty hackish. Or I could sanitize every
2004 Jun 28
3
Help!!!
Hi! I heard many things over ogg, but all what i can see is shit. O.K. The oggdrop.exe play with me, have this tool a version number? I can't see it. Every other tool don't run under my system (Win98; Athlon1,5GHz; 768MB RAM). For example every version of oggenc produce the error: "OGGENC.EXE kann nicht ausgef?hrt werden"! There are a german mailing list? An how can i register
2006 Jan 16
8
resizable window/div - some help needed
Hello I have been working on a little window dialog script - please see <http://net4visions.com/dev/window/window.htm> http://net4visions.com/dev/window/window.htm for a preview. the necessary files can be downloaded here: <http://net4visions.com/dev/window/window.zip> http://net4visions.com/dev/window/window.zip .I''ve included just the basics - please change the path in
2002 Jul 05
1
radiomatic
Streaming and On-Air Performance for everyone. 2.7.2002 - 6.7.2002, daily 8:00pm - 0:00am Weimar, Germany, On Air: 106,6 Mhz http://www.radiostudio.org/streaps contact: streaps@radiostudio.org Everybody is welcome to connect with our new online mixing tool STREAPS <p>RadioMatic is a on-line coop-system initiated by Jerome Joy and Ralf Homann between two art schools: Villa Arson in Nice
2006 Apr 26
2
armageddon vs. polling for shared resources, ajax, stale browsers
Hi, I am using AJAX so much that I never refresh the entire webpage for the admin side of a webapp. If two people are viewing the same data and one person makes a change then I want the change to show up in the other person''s page. I can have the client poll the server every two seconds to look for changes. I''m not really interested in Comet for keeping a connection open
2006 Jan 18
6
Ruby and Flash?
Hi there, I have an idea for a game I want to build, but it requires Flash as the presentation layer (I''d want to do the back end in Ruby running on Rails.) I have not been able to find any info on the integration of the two, and someone suggested asking here. Any info would be appreciated. Any links to examples would be great too. Thanks - please make sure you respond to me directly
2002 Jul 06
1
radiomatic featuring a reading
Streaming and On-Air Performance for everyone. LAST DAY WITH A LIVE READING FROM WEIMAR, GERMANY 2.7.2002 - 6.7.2002, daily 8:00pm - 0:00am Weimar, Germany, On Air: 106,6 Mhz http://www.radiostudio.org/streaps contact: streaps@radiostudio.org Everybody is welcome to connect with our new online mixing tool STREAPS <p><p><p>--- >8 ---- List archives:
2006 Oct 24
3
Wifi connections
Hello all, I'm just querying if anyone's attempted to stream off icecast over wireless onto devices such as photos/mp3 players, As these devices are finally coming onto the market with wifi then I'm sure they will play an important part in any distribution for University Radio stations such as the one I'm part of running. -------------- next part -------------- An HTML attachment
2006 Jan 13
8
swf''s and rails
Hi I have started using rails eg: rform and typo, but mostly I do flash dev (I know you guys decided you did not want flash content and used the name for something else!). Anyway what experiments have people been doing, anyone been Ajaxing flash content within rails application or even just embedding in rails, I did not really find anything on using flash in Typo, not that you can''t
2006 May 15
2
Flash & Rails Data passing
Hi, I am new to Rails and we are creating a web 2.0 app where we are integrating Rails and Flash. I dont know how to pass the values from flash to Rails to save in database. We have integrated the above specified with PHP and Rails. How to get the data from database and pass on the Flash thru Rails. Wht i exactly need is, We have 3 list box where when i select the first list box i need to
2006 Oct 24
0
Wifi connections
On Tue, 2006-10-24 at 20:21 +0100, Peter Brooks wrote: > Hello all, > I'm just querying if anyone's attempted to stream off icecast over > wireless onto devices such as photos/mp3 players, As these devices are > finally coming onto the market with wifi then I'm sure they will play > an important part in any distribution for University Radio stations > such as the one
2006 Feb 04
5
file_column + form_remote_tag
For my weekend project, I''m going to get form_remote_tag and file_column playing happily together. According to my research, no one has done this yet. If you happen to have tried this, and have some workable code, send me an email. I''d rather not duplicate the effort. Thanks! -- Kyle Maxwell Chief Technologist E Factor Media // FN Interactive kyle@efactormedia.com
2006 Jul 24
1
Plotting league tables/ caterpillar plots
Dear list, I was wondering if there is a function to plot league tables, sometimes also known as "caterpillar plots"? A league table is conceptually very similar to a box plot. One difference is that the inter-quartile ranges are not shown. If there isn't such a function a first attempt for a "selfmade" plot would be to tell boxplot not to plot boxes (sounds silly
2005 Dec 23
6
Save using Update
Hi, I want to update an existing row in table "items" where items.id == 10 I tried this: item = Item.new item.f1 = ... item.f2 = ... ... item.id = 10 item.save I got an error Duplicate entry ... for key 10 : INSERT INTO items ... How do I make item.save to use UPDATE instead of INSERT? -- Posted via http://www.ruby-forum.com/.
2001 Mar 08
4
icecast 2 testing
hello, could someone test the my icecast 2 server? there should be a stream at http://real.radiostudio.org:8000/vorbis, but I'm not able to listen to it. I don't know if the problem in winamp or in icecast or in my streaming application. You could also send a stream to it, it's the default icecast password. I would be very happy if someone could test it :)))))) mörk --- >8 ----