User Profile
Collapse
-
No Problem brother. Sorry I can't help you with your question. I'm new to RUBY too.... -
eRuby and HTML
I am using eRuby on a Linux server. I have my Web pages on the server and can access them.
1. I want to query my PostgreSQL DB.
2. Parse the data into an Array
3. Use eRuby to update my Web pages with the Array.
Does any body out there have code I could have to get me started?
Thanks in advance. -
Newby question
Have a new job. I am creating dynamic(ajax) web pages that will update our databases. The DBs are on Linux.
I have the AJAX built and on Linux. I am able to view my pages. Now I want to start back-ending my DB and was going to use RUBY.
I have never used RUBY before. Does anybody out there have any starter code that I could see/use, that would get my web pages talking to my DB. Any pointers/things to look for would be... -
Thank you for your response.
I was frustrated yesterday and gave up. Last night I read some more and found out what I wanted.
I was trying to open a window with a button and eliminate the JS that I was using to do that.
Thanks again. I'm sure this is not my last question.Leave a comment:
-
Button question
My HTML.doc uses:
<INPUT TYPE="button" VALUE="EDIT" /> and a JS doc to open a new window.
The window is actually opened in the JS with where a switch statement uses the value of the button to invoke
window.open("Ed itPage.html","E dit",
"toolbar=yes,re sizable=yes,sta tus=yes,width=5 00,height=500") ;
How do I... -
losing scope
I have an Iframe that gets created in a HTML doc.
The iFrame document uses its own JavaScript and CSS to create a scroll list.
In the same doc. that the iFrame is created in the user can make selections and a different JavaScripting page generates a window.
The new window allows the user to enter in data. I need to pass that data to the iFrame to update it.
Does anyone have or know where... -
cannot retain data
I have an Iframe that gets created in a HTML doc.
The iFrame document uses its own JavaScript and CSS to create a scroll list.
In the same doc. that the iFrame is created in the user can make selections and a different JavaScripting page generates a window.
The new window allows the user to enter in data. I need to pass that data to the iFrame to update it.
...Leave a comment:
-
scope problems
I open an HTML doc (call it A)
This doc. has an IFrame (call it B)in it that contains a scrolling list.
<iFrame src="ScollList. html" id = "Scroll"
name = "Scroll"
width="950"
height="290"
scrolling = "no"
frameborder="1"
marginwidth= "0"
...Leave a comment:
-
A former Software Engineer, I am now responsible for building a web site(fairly large) which will backend several DB's. w3schools is what I have learned on and minus some scroll bar issues, I have been able to build most of the site so far (Firefox, IE capable) without incident.Leave a comment:
-
passing parameters/scope problem - cannot retain data
This is probably an easy task but I can't find an example.
Heres what I'm trying to do.
1 page
<html>
<iframe src="small.html " frameborder="0" width="800" height="290">
</iframe>
</html>
OPENS small.html (Page 2) and has a text box for user input.
Input your message:
<input type="text"... -
http://www.activewidge ts.com/
This grid is populated using an array. However, this grid is dynamic in the fact that it will grow with the amount of data inserted. (@20,000 row)
Excel sheets when saved as a text file instead of .cvs will give you a quick backdoor to how to format.
Ex. Save your excel sheet as a .txt. Then open the sheet up in notepad. Pay attention to the format it gives. You can parse...Leave a comment:
-
HTML How do I pass parameters between pages
Heres what I'm trying to do.
THIS PIECE
<html>
<iframe src="small.html " frameborder="0" width="800" height="290">
</iframe>
</html>
OPENS Bigger.html Page 1 and has a text box for user input.
Input your message:
<input type="text" name="Part Number" value="11111"... -
-
Mozilla vs IE scrollbar trouble
I'm new to scripting so this may be painful.
I have created a JavaScript/HTML/CSS page.
In the CSS code I set the colors for the scroll bars:
* {scrollbar-arrow-color:#000}
* {scrollbar-face-color: #697210}
these are the default colors.
In the HTML code I can use this same thing should I need to change
the colors without changing the style sheets(CSS)
Problem...
No activity results to display
Show More
Leave a comment: