Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 22 of 22
Search took 0.01 seconds; generated 1 minute(s) ago.
Search: Posts Made By: glevine
Forum: PHP Nov 29th, 2005, 1:38 PM
Replies: 1
Views: 178
Posted By glevine
appending an excel file

I am pretty new to PHP but I feel like I've made some pretty good progress recently. I am currently trying to figure out if it is possible to pull data from a form and append it to an existing excel...
Forum: XML Nov 20th, 2005, 6:44 PM
Replies: 8
Views: 554
Posted By glevine
I like that idea. Thanks for the suggestion. I...

I like that idea. Thanks for the suggestion. I will try that. But just out of curiosity, is XML document manipulation, on a file on a server, possible with server-side code? It seems to me that if...
Forum: XML Nov 20th, 2005, 4:00 PM
Replies: 8
Views: 554
Posted By glevine
modify xml doc using server-side language

I am trying to determine if XML is something I can use in place of a mysql database for a small project. It seems very promising for my purposes, but I can't seem to find one piece of information...
Forum: Perl Nov 18th, 2005, 4:32 PM
Replies: 1
Views: 312
Posted By glevine
entering data into excel from a form

I have a webpage with a form for entering data. When the user submits the data it calls my perl program. The program takes all of the data and puts it in the next empty row in an excel spreadsheet on...
Forum: JavaScript and Client-Side Browser Scripting Aug 30th, 2005, 2:51 PM
Replies: 3
Views: 230
Posted By glevine
Is it possible that it could be a security issue?...

Is it possible that it could be a security issue? I can't see any evidence of that and changing file permissions doesn't change anything, but maybe someone knows more about this than me.
Forum: JavaScript and Client-Side Browser Scripting Aug 30th, 2005, 2:17 PM
Replies: 3
Views: 230
Posted By glevine
That doesn't seem to be the problem. The url,...

That doesn't seem to be the problem. The url, including filename, is correct when outputted. You may know something that I don't, but I don't see how I could connect successfully to the js file...
Forum: JavaScript and Client-Side Browser Scripting Aug 30th, 2005, 12:24 PM
Replies: 3
Views: 230
Posted By glevine
can't seem to get my app working on the web

I have 'somewhat' successfully written an app using html, javascript, and xmlhttprequest that grabs data from a js file residing on another website and displays the data found in that file. I say...
Forum: JavaScript and Client-Side Browser Scripting Aug 25th, 2005, 12:42 PM
Replies: 7
Views: 358
Posted By glevine
Cerulean, or anyone for that matter, I was hoping...

Cerulean, or anyone for that matter, I was hoping I could get some help with using eval to parse the js file. I have used your suggestion to use XMLHttpRequest and I am able to receive a string...
Forum: JavaScript and Client-Side Browser Scripting Aug 24th, 2005, 4:31 PM
Replies: 7
Views: 358
Posted By glevine
I have no problems doing this with only one page....

I have no problems doing this with only one page. I only started with this method because I am new to web programming (strictly C/C++ and bits of Java in school without going much beyond the...
Forum: JavaScript and Client-Side Browser Scripting Aug 24th, 2005, 3:06 PM
Replies: 7
Views: 358
Posted By glevine
Both Page A and Page B are html files. Page B...

Both Page A and Page B are html files. Page B constructs the script filename out of the parameter passed from Page A and tries to output the data that is stored in that script file.

Here is Page...
Forum: JavaScript and Client-Side Browser Scripting Aug 24th, 2005, 2:26 PM
Replies: 7
Views: 358
Posted By glevine
Yes cerulean, that is exactly what I was hoping...

Yes cerulean, that is exactly what I was hoping to do, except that Page B is the page that constructs the file name, etc. I'm sure you meant that, but I wanted to clarify.

The part I need help with...
Forum: JavaScript and Client-Side Browser Scripting Aug 24th, 2005, 12:24 PM
Replies: 7
Views: 358
Posted By glevine
external js file stores data

I am currently trying to write a page to display data that is stored in external js files. On the first page, a user enters an id number and that is sent to a new page using a query string. the id #...
Forum: Java Jul 25th, 2005, 11:35 AM
Replies: 6
Views: 316
Posted By glevine
JRE 1.4.2 is installed. I checked that first....

JRE 1.4.2 is installed. I checked that first. Then I came across a page by Borland stating the differences between the jar types. It says for an Executable Jar:

"Note: The JDK is not bundled with...
Forum: Java Jul 25th, 2005, 11:21 AM
Replies: 6
Views: 316
Posted By glevine
executable jar

I wrote an application under Windows XP. The person who needs to use the app runs Mac OS X. I packaged the app in an executable jar and it runs just fine on my pc. Having never used Macs much in my...
Forum: Perl Jul 20th, 2005, 10:43 AM
Replies: 5
Views: 347
Posted By glevine
I did look into this, but I did include a subject...

I did look into this, but I did include a subject in the subject form on my html page from which the email program is executed. I will try it another time be sure, with some output statemets, but I...
Forum: Perl Jul 20th, 2005, 10:17 AM
Replies: 5
Views: 347
Posted By glevine
2 problems with a script

I set up an email list for a project I am working on. I used perl to write a script which reads a subject and content (content is written in html) from a webpage and sends them to the email...
Forum: JavaScript and Client-Side Browser Scripting Jul 14th, 2005, 11:04 AM
Replies: 5
Views: 286
Posted By glevine
don't know why i didn't think of that... good call

don't know why i didn't think of that... good call
Forum: JavaScript and Client-Side Browser Scripting Jul 14th, 2005, 10:48 AM
Replies: 5
Views: 286
Posted By glevine
cerulean, i understand that people who disable...

cerulean, i understand that people who disable javascript won't be able to get the rss feeds, but it makes more sense at the moment to do it this way because i would have to update thousands of...
Forum: JavaScript and Client-Side Browser Scripting Jul 14th, 2005, 10:45 AM
Replies: 5
Views: 286
Posted By glevine
nevermind, it turned out to be pretty simple once...

nevermind, it turned out to be pretty simple once i decided to look for other topics similar to mine, but not really exactly what i was looking for. if anyone is interested in how to do this, here is...
Forum: JavaScript and Client-Side Browser Scripting Jul 13th, 2005, 4:42 PM
Replies: 5
Views: 286
Posted By glevine
dynamically creating a link element

I've been searching on the net for the last 2.5 hours about this and haven't turned up anything, so hopefully someone on this forum can help.

I want to use an external javascript file to dynamically...
Forum: JavaScript and Client-Side Browser Scripting Jun 11th, 2005, 7:19 PM
Replies: 5
Views: 361
Posted By glevine
I realize that I still have to find the variables...

I realize that I still have to find the variables in code, but my reasoning was that someone without any knowledge of HTML was going to be updating this specific page on a weekly basis and I was...
Forum: JavaScript and Client-Side Browser Scripting Jun 10th, 2005, 9:09 PM
Replies: 5
Views: 361
Posted By glevine
text in a table cell

I'm not sure if this is possible. I have tried numerous ways of doing this, so either I am missing something or it just can't be done.

In the body of my page I have a table with 5 rows and 2 colums....
Showing results 1 to 22 of 22

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 5:23 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC