search for: wooyay

Displaying 18 results from an estimated 18 matches for "wooyay".

Did you mean: woody
2006 Apr 05
7
AdminPages Rails CMS is now an engine
...ree does not appear under Konqueror, I''m sure it will work in the future. So if you like the system, you are very welcome to contribute! We need more page elements, and of course a lot of testing. Documentation is in the README file included in the package. Bug reports and other stuff to wooyay@web.de Martin
2006 Jan 17
2
New RoR app: RTRails 0.1. Uses HTTP push and a window system
hi all, anybody care to see my new rails app? It is the second version of Realtime on Rails. Link: http://ccml01.medien.uni-weimar.de/ Two screenshots: http://www.uni-weimar.de/~scheffl2/amsterdam/screenshot_rtrails_1.jpg http://www.uni-weimar.de/~scheffl2/amsterdam/screenshot_rtrails_2.jpg Here''s the project description: A RoR app using Ajax HTTP streaming to update browsers from
2005 Aug 15
6
setting position for draggables?
Hi list, how can I set the top and left CSS properties for draggable divs? When I modify the properties directly, the DIV jumps to its old position when I start to drag it. Thanks in advance! Martin _________________________________________________________________________ Mit der Gruppen-SMS von WEB.DE FreeMail k?nnen Sie eine SMS an alle Freunde gleichzeitig schicken:
2006 Mar 08
8
New ajaxy CMS on Rails: adminpages
...Source: http://www.flowdev.de/adminpages_0.2.tar.gz Of course there are many rough edges, but come on, second version! And yes, it is BSD licensed. I would love it if any of you are interested in joining me in the development. Mail me, then I will put it on rubyforge Cheers, Martin (Username wooyay on #rubyonrails) -- Posted via http://www.ruby-forum.com/.
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
2005 Nov 29
6
draggable revert problem
Hello, I have tried implementing the shopping cart ajax example and have run into some problems. The only differences with the shopping cart is My list of products are generated from a partial view The images of the products come from an http link. However, Iam seeing a strange behavior when I drag and drop the elements to my cart. On the first drag and drop the image successfully reverts to
2006 Mar 29
2
can you do drag and drop sorting with multiple lists?
Has anyone extended drag and drop sorting to work with multiple lists? I''m looking for something like this Best Roles for actors (in order of preference): Mary Bill Jane (actors/actresses) The Queen Joker 1st Angel Beggar woman Chief of guards Dog Catcher 2nd thief
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 03
3
Prototype is spamming my arrays!
Hi all, when I want to interate through an array, all those pesky Prototype functions get in my way! When I do this: --------------------- r=""; for(x in new Array()) { r+="var: "+x+", val: "+ (new Array())[x]+"\n"; } alert(r); --------------------- I get a giant alert window with loads of functions printed out. Is this a bug, or is there a better way to
2006 Feb 24
18
I need more bling!
Hello everyone, I just showed a friend a prototype of a site offering a service I''m trying to sell (sorry, not on the Internet yet - he saw it at my house). His comment: "Looks like it does everything, but also looks pretty ugly. You''re not going to wow anybody with that". Sitting back and thinking about it, he''s dead right - it needs some bling to make it
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
2006 Mar 11
0
Adding elements to a sortable after initialisation
1. Is it possible to add elements to a sortable after the sortable has become active? I guess just inserting new li elements into the list won''t be enough, is there a way to tell the sortable that it has a new element? 2. Can I change the containment settings of a sortable after it is active? I want to add sortables dynamically and want to enable moving sortables between this new
2005 Dec 03
0
dragdrop patch that enables dragging from and to divs with overflow:scroll
Hi all, this is a patch for 1.5_rc5 I noticed that I was not able to drag stuff out of scrolling divs. When I tried to drag it out, the draggable would remain in that div and the scrollbars would adapt to the bigger content of the div. This patch extends draggable with an option :tofront. When it is set to true, the draggable will be moved to the document body while keeping its position on the
2005 Dec 10
1
submit ajax form through javascript
hi all, my problem: i have a form that is sent through ajax with ajax.updater. the onsubmit function looks like this: new Ajax.Updater( { failure:''command_div'' }, ''/windows/chat_post'', { asynchronous:true, parameters:Form.serialize(this } ); return false; this works fine when I submit the form by pressing the submit button.
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
2006 Apr 09
1
PageSweeper not working since upgrading to 1.1.1
Hi, I upgraded from 1.0 to 1.1.1, now my cache sweepers acts up. They worked perfectly before he upgrade, now I get strange errors. I have an empty controller, it looks like this: class PageElementsController < ApplicationController cache_sweeper :element_sweeper def element_container_show render :inline=>"" end end The sweeper looks like this: class
2006 Feb 26
4
New CMS: AdminPages. uses sortable tree to arrange pages
Hi all, I spent the last three days on a half-serious attempt at creating a simple, minimal CMS system on rails. check it out at http://adminpages.flowdev.de What it can do: manage pages in a sortable tree Add custom page elements Three page elements ready: Raw HTML, WYSIWYG editor, Rails render_component interface Sort page elements with drag&drop Choose page layout choose page element
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