Displaying 16 results from an estimated 16 matches for "mootool".
Did you mean:
mootools
2008 Jan 23
0
MooTools javascript integration for Merb
Hey all,
Just to say after some discussion on the IRC the other day there
seemed to be some support for creating a mootools plugin for Merb. So,
I have started a merb-mootools project on rubyforge to bring mootools
integration to Merb in the form of some nice easy helpers (think rails
style prototype helpers). We are literally just starting this project,
and would welcome anyone who wants to contribute.
If you...
2009 May 18
1
Rails + AJAX + mootools
hi there,
I am trying to use rails with mootools, everything just worked great.
I have a little problem with the ajax thing, because every time i send
a form with ajax an error occur that said something like
"authentication token error". I have read that i need to include
inside the form a hidden with the authentication token, this app...
2009 Jun 14
3
Basic AJAX Response (Mootools)
...before yet never required to
generate a response back to the view. In this respect, I have tried to
keep it moronically simple and just add a node to see that it works, yet
the response doesn''t come through / isn''t interpreted as it should. Long
story short, code :
// Have to use Mootools to integrate a Moo-specific JS Script
// @.js :
new Request(
{
url: ''bla''
onSuccess: function(responseText, responseXML)
{
console.warn(responseText);
console.warn(responseXML);
}
,
onFailure: function(xhr)
{
alert(STD_ERR);
}
}).send();
// @SomeControl...
2007 Nov 07
5
Prototype error - iterator is not a function
I''m starting to learn to use Prototype (v1.5.1.1) along with Mootools.
However I keep bumping into the same problem:
All of the inserts result in the error "iterator is not a function" at
line 542 of Prototype
memo = iterator(memo, value, index);
Am I missing something obvious here? I''m wondering if there''s an
incompatibility between P...
2008 Jan 04
7
1.6 cheatsheet
Hey has anyone seen a 1.6 cheatsheet around?
Johnathan Snook did a nice 1.5 one but I''ve been working with 1.6 for a
while and while I can use prototypejs.org, cheatsheets are handy for jogging
memories..
I checked his blog, nothing there for 1.6.
Gareth
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
2007 May 11
15
Simulating onmouseleave and onmouseenter with Prototype
Hello.
I spent an hour or three chasing down a desired effect that mootools
implements, namely the simulation of onmouseleave and onmouseenter
events.
Why?
Lets say you have a Menu. A ul element that contains many li elements.
If you want to have a function (maybe an effect) fire when the mouse
moves outside of the ul, you are out of luck. Observe the mouseout
function...
2008 Jun 20
3
problems using effects.morph && effect.appear
...le of problems:
1. effect.appear seems not to work in IE6
2. The effects aren''t really "smooth".
3. When using effect appear. The new element triggers onmouseover the
onmouseout function....
It''s a small script:
www.rhizom.nl/volkan/scriptalicous
First version was in mootools later i found out that magento uses
scriptalicous....
www.rhizom.nl/volkan/moo
gr Volkan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
To post to this group, send email to...
2010 Feb 04
1
how to plot single frames as a movie?
Dear users,
1. Is there a way to create a movie file to play a sequence of single frames
(e.g. plots) at a specified time delay between frames?
2. If making a movie file is not possible, then how can I incorporate in a
loop some delay between the frames to be plotted so I can change the playing
speed?
Sorry if this questions was already in the forum, but I couldn?t find it.
Thanks in advance
2010 May 08
0
Survey on Web Geo-Spatial Open-Source Technologies: Questionnaire on Ruby On Rails
...out 1 minute (per questionnaire)
Link to the questionnaires: http://bit.ly/geospatial-opensource-survey
Projects included in this survey: GeoServer, MapServer, PostGIS,
MySQL, Hibernate, Hibernate Spatial, Ruby on Rails, Grails, Proj.4,
GeoTools, Java Topology Suite, OpenLayers, JsExt, Prototype, MooTools
Feel free to contact us at andrea.ballatore [at] ucd.ie if you have
any questions, comments and recommendation about this survey.
Thank you for your attention,
Spatial Information Systems Group,
School of Computer Science and Informatics,
University College Dublin
--
You received this message...
2010 May 21
0
Survey on Open-Source Technologies: Questionnaire on RoR
...y/geospatial-opensource-survey-rubyonrails
Survey Home page: http://bit.ly/geospatial-opensource-survey
Projects included in this survey: GeoServer, MapServer, PostGIS,
MySQL, Hibernate, Hibernate Spatial, Ruby on Rails, Grails, Proj.4,
GeoTools, Java Topology Suite, OpenLayers, Ext JS, Prototype, MooTools
Feel free to contact us at andrea.ballatore [at] ucd.ie if you have
any questions, comments and recommendation about this survey.
Thank you for your attention,
Spatial Information Systems Group,
School of Computer Science and Informatics,
University College Dublin
--
You received this message...
2010 Sep 18
0
Need help in filing Ruby on Rails Developer position in NY
...position.
We need Ruby on Rails Developer in NY – Long Term
Rate: Open
Required Skills:
1. Strong ecommerce experience (preferably retail) – 2 years
2. Strong Ruby on Rails – 2 years
3. ActiveRecord – 2 years
4. AJAX library (Prototype, Scriptaculous, JQuery, MooTools,
etc.) – 1 year
5. MySQL – 1 year
6. SQL – 2 year
7. Javascript – 2 years
8. Ruby – 2 years
9. At least 3 years software development experience
10. Strong Interpersonal Skills with ability to communicate with
technical and non-technical users
11. HTML – 2...
2012 Aug 04
0
[Job] Ruby on Rails Developer position - all new development on Heroku in NYC
...should enjoy working with
an innovative team, fast paced and progressive company.
REQUIRED SKILLS:
• 3+ Years of experience with Rails 2.0/3.0
• 5+ Years building web based applications
• Strength in all the Rails migrations, active record
• Experience in front end technologies such as jQuery or Mootools, CSS, HTML
• Direct experience with Postgres, MYSQL, or other SQL databases.
• Experience with version (svn, git, mercurial)
• Performs other related work, tasks, and projects as assigned by the
Director of Web Development
EDUCATION AND/OR EXPERIENCE:
REQUIRED:
• B.S. in computer science or equi...
2008 May 07
3
IE barks at getInlineOpacity, makePositioned and a catch
Hi fellow sufferers of IE''s JS hell
I''m working on this little JS animation here, works just fine on Foxy,
Opera, Safari and friends:
http://www.ard.ch/newpage
Then comes IE7:
Object doesn''t suppot this property or method (line 530) (effects.js):
var oldOpacity = element.getInlineOpacity();
Object doesn''t suppot this property or method (line 597)
2007 Nov 12
15
If form changed ask if you really want to exit page...
...'d like to implement a feature on some admin pages, but I can''t seem
to find the right search term to google it; I want to ask the user to
confirm exit of a page, if she has changed anything on the forms
displayed on it.
I have some knowledge in other JS frameworks (did some things in
Mootools) but for this thing I don''t know where to start.
Any advice would be greatly appreciated :)
Thanks!!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
To post to th...
2008 Dec 19
14
Can duplicate "back" browser function in Rails?
In Rails I have a DB Table index.html.erb view. It has 100''s of items.
When I gen via scaffold I get index, show, edit, update, etc view.
But when I page down several pages, use the "show" link and then the
"back" link I do not go back to where I was on the index view.
Instead, I go back to the TOP of the index not the place where I clicked
on the "show"
2011 Oct 21
20
How to transform my html form into a rails 3 form
Hi,
I have the following code working in a rails 3 view, but it is
unfortunately not pure rails code!
<% @filter1 = "tr.show1,tr.show2" %>
<% @filter2 = "tr.show1" %>
<% @filter3 = "tr.show2" %>
<form>
<p>
<input type="checkbox" value=<%=@filter1%> onclick="$
(this).is('':checked'')