search for: jk9f0w

Displaying 10 results from an estimated 10 matches for "jk9f0w".

2007 Sep 28
3
Why PeriodicalUpdater doesn't work on Internet Explorer?
I have the following code: <script type="text/javascript"> Event.observe(window, ''load'', function() { var updater = new Ajax.PeriodicalUpdater(''chatbox'', ''chat.php'', {method: ''get'', asynchronous: true, frequency: 0.55, decay: 2, onSuccess: function(){$(''chatbox'').scrollTop=$
2006 May 28
10
Drag''n''Drop out of overflow:auto containers
Cheers, I have some elements inside a div with overflow:auto. When I trie to drag them outside of the div, the div starts to scroll. Is there a way to stop this behaviour for drag and drop? I thought of maybe using callback to disable the overflow and restoring it againg after the drop. Did someone implemented something like this? Thanks, Jonathan -- Jonathan Weiss
2005 May 29
0
Ruby presentation
...overview to Ruby in German. There is also a small part about Ruby on Rails but the focus is on the features on Ruby. Maybe it''s of use for somebody. You can find it here: http://blog.innerewut.de/articles/2005/05/29/my-ruby-presentation Jonathan -- Jonathan Weiss jw-eM0Q5iXcOashFhg+JK9F0w@public.gmane.org http://blog.innerewut.de
2008 Apr 29
1
Webistrano recipes association (was: [Capistrano] Webistrano 1.3 released)
...is there some explanation or examples of that use-case? Could I request we have both? In my current cap scripts, we don''t have any stage-specific recipes, but maybe I''m just not understanding this completely. On Tue, Apr 29, 2008 at 1:04 PM, Jonathan Weiss <jw-eM0Q5iXcOashFhg+JK9F0w@public.gmane.org> wrote: > > Cheers, > > I''m proud to announce Webistrano 1.3. > > http://labs.peritor.com/webistrano/ > > Webistrano is a Web UI for managing Capistrano deployments. It lets you > manage projects and their stages like test, production, and st...
2005 Nov 02
4
Trouble with Umlauts
I am developing an application in German. This means I have umlauts. When I was using rails version 0.13.1 there seemed to be no further configuration needed for umlauts to be shown correctly. Now I have upgraded to 0.14.2 and the umlauts are being displayed at ''?''s. I changed the encoding of the page and it is UTF-8. I have also tried the steps listed at
2005 Aug 23
2
HTML escape of umlauts
Cheers, I work on a german site that obviously includes german words with umlauts in its data. It seems like the html_escape function (or simply h() function) will not escape umlauts: <%=h "ä" %> Will not produce &auml; What is the best way to do this? Thanks, Jonathan -- Jonathan Weiss http://blog.innerewut.de
2005 Sep 06
0
Problem with form_remote_tag
Cheers, I stumbled over a problem/bug with form_remote_tag. I have a view with <%= form_remote_tag(:update => "update_div", :url => { :action => :top_flop }, :loading => "Element.show(''top-flop-indicator'')", :complete =>
2005 Oct 26
1
Problems with Prototype 1.4_rc0/1 and sortables
Cheers, I use the javascript lib from http://www.kryogenix.org/code/browser/sorttable/ to sort tables. With prototype 1.4pre11 and earlier sorting in Firefox and IE works, with RC0 and RC1 it does not. Safari worked with 1.4pre6 or 7 but does not work with pre11. Somebody also seeing this? Regards, Jonathan -- Jonathan Weiss http://blog.innerewut.de
2008 Mar 25
0
Suggestions for Rails Patterns
Cheers, Next week I''m going to present Rails Patterns at the Scotland on Rails conference. The idea is to talk about common pitfalls and problems that I''ve encountered in many of the Rails projects I''ve been involved with and describe a solution or best practice. I''ve already assembled several scenarios like async media processing, handling massive user
2005 Dec 09
0
How to use JavaScript in link_to_remote?
Cheers, I have a form with an input inside that I want to be able to submit by itself (I want to let the user create new tags with this input and use them to tag the whole content that is posted by the rest of the form). I have this layout: <form ...> <input type="text" id="new_tag" /> <%= link_to_remote "Schlüsselwort hinzufügen",:url => {