similar to: Webpage has expiered problem

Displaying 20 results from an estimated 10000 matches similar to: "Webpage has expiered problem"

2004 Apr 24
2
Changing Gui preferences
I want to modify my Gui preferences to get rid of the MDI toolbar and status bar. [ Under Windows XP and R 1.8.1 and 1.9.0.] When I uncheck the boxes and click "apply" I am told to save the preferences and the changes will take effect when restarting R. I click "save" and a box comes up to ask me to save Rconsole (I'm not sure where this should be saved but I navigate
2009 Jan 09
4
[Bug 19488] New: Cannot scroll webpage with arrow keys if mouse is in the flash
http://bugs.freedesktop.org/show_bug.cgi?id=19488 Summary: Cannot scroll webpage with arrow keys if mouse is in the flash Product: swfdec Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: plugin AssignedTo: swfdec at
2009 Mar 05
4
before_filter :action_name OR :action_name
Hi there I am wondering if we can use before_filter in the form of :action OR :action what i want to do is to implement one of the actions, if the first failed, then go to the second when i use before_filter :action1 before_filter :action2 each method will run them, my case is that i want to check if one of them is true and not both any idea?
2008 Jun 21
15
will_paginate generates undefined method paginate
Dear I used to use the will_paginate plugin, and now it is no longer available in the repository. I am using the one in the gem #gem install will_paginate in my controller I have this @careers = Career.paginate :page => params[:page], :per_page => 10 and in the view <%= will_paginate @careers %> I found this way in all the tutorials and the railscasts episode 51. Though I still
2009 Sep 04
1
Layout of AsciiDoc-based NUT webpage
Arnaud, one thing that bothers me a little bit about the new CSS webpage layout is that the NUT banner at the top obscures the text in the top portion of the page. This is not too much of an issue until you click on a link within a document, and the browser scrolls to that anchor. Most of the time, the destination of the link will be hidden behind the NUT banner. Can we make the banner scroll
2016 Aug 11
0
script to make webpage snapshot
On 8/11/2016 1:46 PM, Valeri Galtsev wrote: > Could someone recommend a script or utility one can run from command line > on Linux or UNIX machine to make a snapshot of webpage? > > We have a signage (xibo) and whoever creates/changes content, likes to add > URLs of some webpages there. All works well if these are webpages on our > servers (which are pretty fast), but some
2011 Jan 20
0
Saving a webpage, when content is generated by javascript
Hi to all members of this group, how can i download a webpage using R (html), which is generated using javasript when trying to open that webpage in the browser? When i try to save the page as text file i get only some java code inside, not the actual data. When opening website in the browser and saving the page in txt file everything works fine, so seems like i need to emulate browser request
2016 Aug 11
0
script to make webpage snapshot
On 2016-08-11, Valeri Galtsev <galtsev at kicp.uchicago.edu> wrote: > Dear Experts, > > Could someone recommend a script or utility one can run from command > line on Linux or UNIX machine to make a snapshot of webpage? > > We have a signage (xibo) and whoever creates/changes content, likes to > add URLs of some webpages there. All works well if these are webpages >
2004 Aug 06
2
Re: Viewing Broadcast using scope in a Webpage
Hi Thomas, So those possible solutions could allow for an audio spectrum analyzer to be on a webpage? (i.e. like the ones you can see on XMMS or WinAmp?) Murray Thomas B. Ruecker, DM8TBR wrote: >Hi Murray, > > > >>Is there a method to code on XHTML webpage that will use a "scope" to >>display the music stream that is being played? (like something using
2013 Nov 22
1
[LLVMdev] LLVM Passes WebPage
Why in the webpage http://llvm.org/docs/Passes.html some of the passes such as "correlated value propagation" or "early cse" are not described? Am I missing some other webpage with these informations? Thank you in advance, Niko -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Aug 06
1
Re: Viewing Broadcast using scope in a Webpage
Hi Thomas, Thanks for the info, I just wanted to experiment with a different effect for my webpage... I will check out Java/Flash... Murray Saul <p>Thomas B. Ruecker, DM8TBR wrote: >>So those possible solutions could allow for an audio spectrum analyzer >>to be on a webpage? >>(i.e. like the ones you can see on XMMS or WinAmp?) >> >> >no, you
2004 Aug 06
0
Re: Viewing Broadcast using scope in a Webpage
Hi Murray, > Is there a method to code on XHTML webpage that will use a "scope" to > display the music stream that is being played? (like something using > JavaScript?)... Depends on what data you want to use for that scope. ATM the only usefull data I can see in the source file (/admin/stats.xml) would be number of listeners. If you know about the bitrate of the stream you
2016 Aug 11
3
script to make webpage snapshot
On Thu, August 11, 2016 5:13 pm, Dave Stevens wrote: > Quoting Valeri Galtsev <galtsev at kicp.uchicago.edu>: > >> >> On Thu, August 11, 2016 5:02 pm, John R Pierce wrote: >>> On 8/11/2016 1:46 PM, Valeri Galtsev wrote: >>>> Could someone recommend a script or utility one can run from command line >>>> on Linux or UNIX machine to make a
2016 Aug 11
3
script to make webpage snapshot
On Thu, August 11, 2016 5:02 pm, John R Pierce wrote: > On 8/11/2016 1:46 PM, Valeri Galtsev wrote: >> Could someone recommend a script or utility one can run from command >> line >> on Linux or UNIX machine to make a snapshot of webpage? >> >> We have a signage (xibo) and whoever creates/changes content, likes to >> add >> URLs of some webpages there.
2012 Apr 02
1
How to layout the output nicely into webpage?
How to layout the output nicely into webpage? Hi all, I have data which is about 60000 x 1 divided into trunks and in the following for loop I am doing data analysis trunk by trunk. The goal is to layout the data and analysis summaries side-by-side in a clear manner. I guess the best way to present these is to put them on a HTML webpage (i.e. output results into HTML format). More
2013 Aug 14
6
convert webpage to image
What is the easiest way to convert a webpage into a jpg or png file? I've seen several programs that can do various conversions, but nothing open source that can do it in a single conversion. Just wondering if anyone on the list has suggestions for something I can put into a script to convert a webpage into a file I can use with my screensaver. c
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
2012 Oct 18
1
Keep loop running after webpage times out?
Hi I have created a loop to obtain data from several webpages but the loop keeps crashing with the error "Error in function (type, msg, asError = TRUE) : Operation timed out after 5000 milliseconds with 9196 bytes received" Page = getURLContent(page[i], followlocation=TRUE, curl = curl,.opts=list( verbose = TRUE, timeout=5)) I am not sure how to keep the loop running after
2011 May 07
2
Help with Using gtext in gWidgetsWWW for Outputting Results to Webpage
All: Using gWidgetsWWW, I'm in the process of designing a website that will provide users with a GUI to interact with various datasets. As part of that, I want to provide users the ability select particular variables (via combo boxes) that will then result in summary (text) output being returned to the webpage. Think of it as their choices ultimately result in a one- or two-way table being
2016 Aug 11
7
script to make webpage snapshot
Dear Experts, Could someone recommend a script or utility one can run from command line on Linux or UNIX machine to make a snapshot of webpage? We have a signage (xibo) and whoever creates/changes content, likes to add URLs of some webpages there. All works well if these are webpages on our servers (which are pretty fast), but some external servers often take time to respond and take time to