Displaying 20 results from an estimated 200 matches similar to: "Dev Tools"
2007 Jul 23
4
Design ideas
I''m trying to use mechanize against a site that has four fields in the
form. However, those four fields have to be filled in order.
So putting something in field one, populates the second field drop down.
So I''m thinking that I''ll probably have to call the page multiple times?
What sort of things should I be doing to figure out how to interact
with this page.
2006 Feb 02
4
ajax insertion into a form
After an ajax insertion in the dom, it seems the browser don''t
refresh its knowledge of the page.
The source of the page is identical after the insertion, whereas the
display is correct.
The ajax insertion is used to add an input field. The added fields
are ignored by the submission of the form.
Isn''t it possible to do that, or maybe there''s a problem in my code
2005 Jul 06
16
Autocompletion not working in Konqueror
I''ve just had a look again at the autocompletion demo that Thomas put up
at
http://script.aculo.us/demos/ajax/autocompleter
Unfortunately, in Konqueror (3.4.1) it doesn''t work at all. Not even an
error is triggered. It does work nicely in Firefox. How about Safari?
I don''t have the time right now to track this down systematically (maybe
latter), but just from
2007 May 21
2
Announcing - AstJax click2call Firefox greasemonkey script - click and dial phone numbers in any webpage
Hi there,
Just to announce that I've improved upon a greasemonkey script which allows
users to dial any number (in the given regex format) by turning it into a
clickable hyperlink.
The script uses greasemonkey's ajax callback to a simple php controller
script, so that the click does not navigate away from the current page.
It requires an Asterisk Manager connection.
See
2009 Aug 10
1
Greasemonkey question
Hello all,
Sorry about going a bit off-topic (the question is not really
Linux-related) but here it goes nonetheless:
1) How does one create a webpage with a Greasemonkey script that is installable?
2) Why does it happen that a Firefox installation in a user's account
(i.e., the configuration which amongst other things contains
Greasemonkey scripts) would all of a sudden lose them?
Thanks.
2005 Aug 21
3
Data binding
Hi,
Is there any interest in data binding functions? I''ve got several
functions that enable you to populate tables, select lists and forms
etc using js arrays and objects.
It could be useful to anyone using Ajax, computed javascript or any
other mechanism to read data from a server separately from the HTML.
Any interest?
Joe.
2007 Oct 26
2
Post problems
Hello,
I''m having trouble using mechanise to post a form. I took a wireshark
capture of the form being submitted by firefox and by mechanise. In
both there is an HTTP Post and then a ''continuation of non-http
traffic'' packet. The obvious difference is that the firefox
continuation packet has some http metadata (I don''t know the proper
terminology) where the
2005 Aug 25
17
IE and the activeX security warning
I''ve been testing my page, which not only includes my new slider code
but the drag and drop code as well. You can see it here:
http://hoover.razorstream.com/preference.htm
My issue is that in IE, I get the annoying security warning across the
top saying ''IE has restricted this file from showing active content that
could access your computer''. If I allow the
2007 Apr 03
2
Scraping and saving.
Hi,
I''m working to scrape and save some ebooks. Mechanize has been
wonderful so far. The link I''m having trouble with is this one.
http://www.webscription.net/SendZip.aspx?SKU=0671578499&ProductID=379&format=H
When I click that in the browser it saves it to a file named
H_1632.zip. How do I get that name from the page. I suspect to save
this to a file I would just do
2005 Sep 13
6
flicker in IE with SlideDown/SlideUp
The flicker I am seeing in IE is really really bad with SlideDown/SlideUp.
The element I am sliding is a div that contains a table. The tables are
stacked on top of each other so that the presentation actually appears as a
single table.
When I SlideDown, the toggled element flashed into view then disappears
before sliding down. On SlideUp it slides up then flashes into view for a
split
2005 Aug 17
5
asynchronous Ajax.Updater
I had one point in my project where I needed a synchronous Ajax call; in
other words, I wanted the Ajax.Updater call to not return until the content
of my page had been updated. However, I found that if you call
Ajax.Updaterwith the {asynchronous: false} option, the onComplete()
function would never
be called and your content would not be updated. Was this the intended
behavior? I added the
2007 Oct 04
2
newbie question with login form
hi,
i''m just starting to work with this incredible tool...
but i got a first problem with the login process
i''m logging on my app like this :
------
@agent = WWW::Mechanize.new { |a| a.log = Logger.new("mech.log") }
@agent.user_agent_alias = ''Mac Safari''
@page = @agent.get("http://myappAdress/")
@form = @page.forms.first
2006 Mar 07
2
grep page source
hi all, any one know how to grep page source by rails?
i.e.
i wanna grep html source from http://www.ruby-forum.com/ by ruby code.
regards
--
Posted via http://www.ruby-forum.com/.
2005 Oct 12
2
AJAX and disapear javascript tags
Hello everyone.
I''m writing web aplications using AJAX (library prototype and scriptaculous). I have situation that I want to change content of one div in my site. I make ajax request to server and getting new content of that div. The problem is that this div should have javascript code (e.g. looks like that <div><script>js code</script>
2006 Apr 28
3
persistent cookies
hello,
I am trying to implement a "remember be" box for logins, however I cant
seem to get it to work. I have tried the following 2 methods but neither
seem to work. When i check the expiry time in firefox it always says "end
of session".
What is the proper way to handle this so the session cookie "_session_id"
doesnt expire for a year?
I tried
2005 Aug 03
2
Ajax in prototype.js
Can someone please explain to me what I need to do to create an Ajax
class using the prototype lib.
Thanks,
Jon Whitcraft
Web Application Developer
Online Services - Indianapolis Motor Speedway
(317) 492-8623
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails-spinoffs/attachments/20050803/2f662bb3/attachment.html
2006 Aug 24
3
Mousehole stuff
Hey everyone,
I''m using mousehole for the first time today (love the artwork, btw) and I
seem to be having problems with Camping and Markaby. When I go to the Apps
page I get:
Camping Problem! MouseHole::Controllers::RApps.GET TypeError
/Users/tzaharia/Sites/mouseHole/lib/mouseHole/views.rb:78:in `+'': can''t
convert String into Array:bla bla bla...
The line in question
2005 Jul 31
0
Ajax.Updater / Effect.Fade Problems
I am writing a simple note function for my app and adding notes is fine, but
when I go to delete a note, it will erase all the notes that are entered
from being displayed on the page. I have narrowed the issue down to when I
call the Ajax.Updater function. If I just make the note fade using the
Effect.Fade method, it goes away fine, as soon as it hits the
Ajax.Updaterfunction, all the notes
2005 Aug 12
8
Sortable Tables
I''ve put together a little library to provide sortable tables. It is
heavily copied from http://www.kryogenix.org/code/browser/sorttable/
(mentioned in the Wish List) but has been modified to match the same
form as the prototype.js library and add some new features. I still need
to clean up some of the comments, but everything is pretty much working
at this point.
I posted an
2006 Jul 10
4
Detecting the close of a browser
Hi,
I noticed that www.meebo.com has the ability that when you close the
browser during a session, it prompts you , are you sure you want to
close?
How does it do this? I would like to use such an ability , so that if
the user preempts a close on the browser, I can kill all threads I have
running for that user.
Thanks
--
Posted via http://www.ruby-forum.com/.