Displaying 20 results from an estimated 26 matches for "hi6y0cq0ng0".
2006 May 28
13
JSON not auto-evaluated
...e the evaluated json object IF the X-JSON header
is send in the response. I send the header in my script. However, the json
var is always undefined and i have to evaluate t.responseText myself.
Am i missing anything important?
Best Regards,
Dirk Eschler
--
Dirk Eschler <mailto:dirk.eschler-hi6Y0CQ0nG0@public.gmane.org>
http://www.krusader.org
2006 May 25
7
Hide content before page load
...of doing this.
[1] http://www.bobbyvandersluis.com/articles/dynamicCSS.php
My main problem is that Prototype functions like Element.toggle() do not work
on elements that were used together with the dynamically created styles.
Best Regards,
Dirk Eschler
--
Dirk Eschler <mailto:dirk.eschler-hi6Y0CQ0nG0@public.gmane.org>
http://www.krusader.org
2007 Jul 21
0
Support my bachelor thesis: Efficient Web Dev with RoR
...sts" function I mean that all posts should be
displayed in a list whith title, create date, body, user and all
according comments. It''s not necessary to delete post or comments. It''s
not necessary to edit comments.
If you are finished just send me your results to railssurvey-hi6Y0CQ0nG0@public.gmane.org
I know that we all are running out of time every day but it would be
really helpful for me if you take some time to take part at my bachelor
thesis.
If you have any comments, questions or feedback don''t hesitate to
contact me (railssurvey-hi6Y0CQ0nG0@public.gmane.org or...
2007 Apr 30
2
Structuring a rails application
I try to structure my rails application with modules, but i have
problems to define the routes. Is'' it possible to use someting like
this: <%= link to ''...'', :module => :module_name, :controller
=> :ctrl_name [...] -%> ?
The controllers i want to access are in app/controllers/module_name. I
thougt i could define something like this: map.connect
2008 Jul 21
2
webrick needs 80 seconds for starting
ruby script/console webrick
after 23 seconds:
=> Booting WEBrick...
after 78 seconds:
=> Rails application started on http://0.0.0.0:3000
=> Ctrl-C to shutdown server; call with --help for options
[2008-07-21 08:07:17] INFO WEBrick 1.3.1
[2008-07-21 08:07:17] INFO ruby 1.8.6 (2007-09-24) [i386-mswin32]
[2008-07-21 08:07:17] INFO WEBrick::HTTPServer#start: pid=4664
port=3000
2010 May 17
6
validates_timeliness plugin installation
I''m trying to install the validates_timeliness plugin:
on Ubuntu lucid in my rails project directory:
sudo ./script/plugin install git://github.com/adzap/validates_timeliness.git
./script/plugin: command not found
on windows (as admin) in my rails project directory:
ruby script/plugin install git://github.com/adzap/validates_timeliness.git
creates the "validates_timeliness"
2005 Dec 22
0
use helper methods in controller? (sanitize)
...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 time I output the data in a template, but that
seems like a waste of processing power.
--
Martin Scheffler
schefflermartin-hi6Y0CQ0nG0@public.gmane.org
Tel: 0 36 43 - 41 41 56
http://www.uni-weimar.de/~scheffl2
icq: 137729435
2006 Apr 30
1
Draggable - how start action on start dragging and end action on droppping
Hi all. I have got situation that I made element draggable - and
when element is dragged I want to start some action (e.g. shown
AJAX indicator, and change one of CSS class in dragging element).
What is the best way to achieve this? I search source code of the
Draggable and I saw that there is 2 method: Draggable.initDrag
and Draggable.endDrag so it looks like in initDrag method i
should
2006 Jun 07
6
What if $$() for?
In the prototype.js library, what doe the $$ function do, and how do you
use it
--Will Merrell
2005 Oct 19
6
how to prevent "blinking" when adding an element with an effect
Hi,
I add a div to my document and use an effect to make it apear gracefully.
Unfortunatly, when adding the element, the element apears shortly, then
the effect (slideDown) lets it apear nicely - so the page flickers abit -
What is the best practice to avoid it?
Cheers,
Ron
2008 Jan 01
2
Ajax.Updater from within an IFrame
Hello together.
I''m trying to call an Ajax.Updater from within an IFrame to update an
element in the parent window.
It is working, but I receive an error from Firefox when I do so.
What I want to do is to upload a file, and then after the file has
completed uploading, automatically reload a section of the page with
information about the file to post-process it.
However, AJAX
2005 May 08
3
[OT] Linux Development Environment - suggestions
Hey, sorry for the off topic email, but I appreciate any feedback you guys
can give me.
I just put together a new box and installed Ubuntu linux on it. I''m coming
from a totally windows environment, so I''m having some trouble getting my
head around the linux file system and where things "should" go.
I am trying to create a nice development environment for myself
2006 Apr 24
26
prototype-based color picker
has anyone in this list ever tried to make a javascript color picker
something like http://www.daantje.nl/blog/index.php?buttonID=37
or http://typetester.maratz.com/
i just thought i''d ask before i force myself to doing this.
thanks
mark renn
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2006 Jun 25
17
JavaScript Compression
Is there a good windows-based JavaScript compressor which will reliably
compress script aculo and prototype?
Sam
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2005 Dec 18
1
assert_template fails?
Hi All,
I have a seemingly simple problem - but can''t figure out the problem. I
have a simple functional test like so:
def test_should_show_search_dropdown
get :index
assert_response :success
assert_template :search
end
Inspite of having search.rhtml in /app/views/layout, it fails with an error:
1) Error:
test_should_show_search_dropdown(SearchControllerTest):
2006 Nov 22
0
Scriptaculous starting with div collapsed
Hello,
I would like to have a div already collapsed, or scaled down, when the
page is loaded. And then the user should be able to scale it up to
100percent.
It''s important, that I don''t use just a small div and to scale it up
later to maybe 500percent. It has to be scaled down.
How do I do this?
Josp
--~--~---------~--~----~------------~-------~--~----~
You received this
2008 Mar 15
0
Prototype viewportOffset browser problem
hi folks,
i have a problem with the Element.viewportOffset() method.. here''s a
little demonstration script ->
http://audiovandalen.com/dev/scripttests/viewport/
if you hover the first row of the table its viewportOffset().top says
101
now, if you scroll down to the end and hover row #3, it also says (and
should respectively) 101, because its there where row #1 was before..
this
2005 Nov 19
0
upload_status_for undefined method?
Hi all,
I''m trying to put in an upload progress bar for my application,
and when I try:
class ContactsController < ApplicationController
auto_complete_for :contact, :name
upload_status_for :create
...
I get this error:
undefined method `upload_status_for'' for ContactsController:Class
How can that be? Isn''t progress bar part of ActionView,
which is
2007 Dec 14
0
combobox and m:n relation
Hi,
i have a project and a task. both have a m:n relation to each other. I
made a scaffolding and want to insert a combobox in the task new view
Code : ruby - fold - unfold
<label for="project_name_ger">Poject</label><br/>
<%= select "task[projects_id][]", "project_id",
Project.find(:all).collect {|c| [c.name_ger,
2006 Mar 07
0
Ajax.InPlaceCollectionEditor problems
Hi all,
I''m trying out the new Ajax.InPlaceCollectionEditor in script.aculo.us
1.5.3. I''m able to display the select box properly. However, I''m stumped
on how to send my hidden field as well as the value being edited to my
form. Can anybody also explain how I can use $F or $S to read my hidden
form fields into javascript?
Thanks much,
Vamsee.
--
Posted via