search for: framesets

Displaying 20 results from an estimated 20 matches for "framesets".

Did you mean: frameset
2006 Jun 06
5
Rails and Framesets
I''d like to use a frameset to separate the content in an app I''m playing with into 3 separate panes. A 1/3 page width left pane will be for general navigation, (so rarely needs reloading). The main content separates into a top and bottom pane, (with the top pane being set by the nav pane, and the bottom pane being set by the top pane). Unfortunately, I''m new to
2008 Jan 13
2
access to webpage code
dear R user, I need a function that download the code of web page as html, to further parse it. something like >site="http://www.R-project.com" >code=function(site) >code !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>The R Project for Statistical Computing</title> <link rel="icon"
2006 May 01
3
using HTML frames with rails
Hi: I''m trying to get a page setup with the left side having a collapsable javascript menu (built from the database) and the right side having more data about each node in the tree... very standard actually. I figured frames would be a good way to go, because as the tree expands as the user dives further in, the frame will add scroll bars without disrupting the left hand side. The
2006 Jun 21
5
Rails application into HTML frames
Hey, Just hoping I can get some pointers as I am completely new to Rails and I have followed some tutorials to makes a database of data that I need, but now I am completely stuck with how to make the Rails page appear within my frameset. Hope that made some sense! Thanks! Bex -- Posted via http://www.ruby-forum.com/.
2005 Dec 18
2
how to generate the api documentation localy with the same frameset as the online version?
hi how to generate the api documentation localy with the same frameset ...i mean to be abble to have files classes and methods listing on left. thanks
2006 May 18
0
Documentation for the plugins you use
I wanted a concise way to see the rdocs for all the plugins I use in my project. I threw together a quick program to generate it for me, and I thought you guys might be interested. It creates a plugins.html in your application''s root directory, with links to rdoc that it generates in each plugin''s own directory. I just added a frame to the rdoc-generated index.html in my
2007 Aug 01
4
Extracting a website text content using R
Dear useR, Just wandering whether it is possible that there is any function in R could let me get the text contents for a certain website. Thanks a lot! Best, Leon [[alternative HTML version deleted]]
2008 Oct 03
2
cannot open connection: Authorization Required
Hi, All: Is there a way in R to access a file / web site that requires permission? Consider for example the following: > readLines('http://www.r-project.org/', 4) [1] "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">" [2] "<html>" [3]
2010 Feb 15
2
aging of translations
Following up from the last thread : This is what the present page counts of translations are : fr 19 en 1089 zh 407 de 7 zg 1 es 116 so, just taking a sample of 'es', here is what we get: [kbsingh at zafarnama bhashet]$ ./age_test | grep '^es(2' | head -4 es/About is 119 days older than About es/AdditionalResources looks about as old as AdditionalResources
2003 Dec 14
22
White space being removed from "Programlisting" elements
Good Morning Mike, I''m finding that when I load a document, XXE is blindly removing all "superfluous" white space from "programlisting" elements. This of course is leading to a real mess (check out the FAQ on the web site :-( ). What can I do to avoid this? -Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \
2006 Nov 07
5
mechanize: 400 Bad Request
Hello, when trying to access a certain HTML-frame, I get: "in `request'': Unhandled response (WWW::Mechanize::ResponseCodeError)" and the page returns: "400 Bad Request" * Why? * How to solve this? With browser, it works. In the logs below, I marked 4 lines with "***", where I see possible differences in the URI. But I don''t know, if this is
2002 Jul 07
1
Error in tree package
Hi. I'm using the tree package to fit one tree from a training set. I'm using the command: hm.tr <-tree(X1~.,teste2, mindev = 0, minsize = 2) and i get the error: Error in "row.names<-.data.frame"(*tmp*, value = fit$node[1:n]) : duplicate row.names are not allowed the frameset, has 180 columns and 16000 rows. The
2006 Jan 24
2
DOCTYPE declaration:
I am playing around with the Agile Rails development book again and thought to see what effect, if any, placing a doctype declaration at the top of an rhtml file would have. When I insert any of the three standard forms of such declaration at the top of app/views/store.rhtml the product image disappears when the web page is redisplayed. The error logged in log/development.log is: >
2002 May 15
1
Firewall for IIS boxen
I''ve set up quite a few firewalls which Shorewall, and never run into this situation. The setup is: Linux server as $FW RedHat 7.2 (patched) Custom Kernel 2.4.18 (made to be a router/firewall) IPTables 1.2.6a from source, additional relevant patches from patch-o-matic, compiled directly into kernel, and not as modules.... Shorewall 1.2.13 2 NICs eth0 and eth1. eth0 is multihomed,
2006 Dec 06
5
Content overlapping IE7 scrollbars?
Hey all, I''ve Googled and searched for this answer numerous times, but can''t find it. Apologies if this has been posted here before. I have a frameset in IE7 with a top and bottom frame (I know... frames suck. No choice here). The bottom frame is where all the action is, specifically, a portal with draggable (sortable, actually) portlets. Anyway, I get this funky problem
2006 May 11
1
Doctype -- utf-8 -- html vs xhtml
I was simply trying to write the DOCTYPE line at the top for UTF-8 and got confused. What doctype do I use with rails for utf-8 files? If I put in all the damn closing tags on paragraphs and hr and br and all that will the stuff pass xhml inspection, or will rails insert something I haven'' yet noticed. Warren -------------- next part -------------- An HTML attachment was
1999 Sep 06
1
Sound & Vision codec comparison article
I just found this link on slashdot: http://www.soundandvisionmag.com/SoundAndVision/FrameSet/0,1670,_sl_SoundAndVision_sl_Article_sl_0_cm_1653_cm_130_2020_1_cm_00,00.html It is a Sept 1999 article describing some very detailed, double blind listening tests comparing PAC(Lucent), MP3(FhG) and MS audio at 128kbs. In typical microsoft fashon, MS audio is the clear looser despite all their hype.
2003 Aug 24
2
wxRuby 0.1.0 Alpha has been released!
http://rubyforge.org/project/showfiles.php?group_id=35&release_id=46 The code itself has been quite stable for several weeks. This release includes Gour''s excellent MinGW README notes, along with various updates to the README, and clarification of the LICENSE. Thanks to everyone for your help in putting this together. It was definitely a team project. I look forward to getting lots
2007 Nov 29
0
WxRuby + Scintilla avec HTML + JavaScript
bonjour à toutes et à tous, d''abord désolé de ne pas parler/lire/comprendre l''américain/l''anglais, ce qui fait que j''ai beaucoup de mal à comprendre la doc par exemple. j''ai un souci d''utilisation de WXRuby avec SCIntilla, dans le cas d''un HTML + Javascript. je suis parti bien entendu de l''exemple scintilla.rb
2006 Jan 11
6
RJS and layouts
Hi all, I''ve been using RJS more and more for my app and I have sorta run into a possible issue. My app has different user roles that require different layouts. So far, this has worked fine, but now that I''m using rjs more and more I''m finding that the two don''t really work together since I have to rails not to use a layout upon controller method