Search Results

Showing results 1 to 37 of 37
Search took 0.01 seconds.
Search: Posts Made By: bondo
Forum: ASP Aug 26th, 2009
Replies: 0
Views: 365
Posted By bondo
I'm using some (previously written by someone else who isn't around to ask anymore) VBScript to upload files to a webserver and on my upload processing page, there is a line that says:
...
Forum: JavaScript / DHTML / AJAX Dec 22nd, 2008
Replies: 4
Views: 954
Posted By bondo
The whole system is pretty broken, IMO. It's not my design, it's just what I'm forced to work with, lol. I named all the checkboxes the same, but with different values, so that I could retrieve them...
Forum: JavaScript / DHTML / AJAX Dec 19th, 2008
Replies: 4
Views: 954
Posted By bondo
No, I only have to record any changes to the checkboxes made after the search is completed, and actually the recording of the state of the checkboxes does not need to happen when a change is made....
Forum: JavaScript / DHTML / AJAX Dec 17th, 2008
Replies: 4
Views: 954
Posted By bondo
Hey everyone.

I am working on adding a 'search' field to a page and I'm using ajax to update the content of the page. When someone types a letter into the search box, the page content updates...
Forum: Mac Software Dec 4th, 2008
Replies: 4
Views: 4,995
Posted By bondo
You could also try OpenOffice.Org. They have "drawing", which is similar to publisher. It's a suite of apps that is designed to be an open-source rival to MS Office.
Forum: Java Nov 20th, 2008
Replies: 3
Views: 457
Posted By bondo
Whoops, too slow. Check out the javadocs though, it might be helpful in explaining what you need to do.
Forum: Java Nov 20th, 2008
Replies: 3
Views: 457
Posted By bondo
http://java.sun.com/javase/6/docs/api/java/io/File.html#renameTo(java.io.File)

Check that out. It's expecting a file, not a string. It seems like you need to create a new file with a filename of...
Forum: C Nov 20th, 2008
Replies: 5
Views: 1,166
Posted By bondo
Oh, I see. So really it was wrong in BOTH places, it just happened to be work in one place and not in the other, but really I should have done the both how you said. Awesome.

Thanks again!
Forum: Java Nov 20th, 2008
Replies: 8
Views: 567
Posted By bondo
I don't know if your goal is to utilize object-oriented programming or not, but typically I would have 2 separate classes (probably in 2 separate file). One would be the "driver" file that contained...
Forum: C Nov 20th, 2008
Replies: 5
Views: 1,166
Posted By bondo
Ah! I see. Fantastic. Thanks so much. I know pointers aren't "magic containers", but the only reason I was trying

char* word;
fscanf(fin, "%s", word)


is that earlier on while reading through...
Forum: C# Nov 20th, 2008
Replies: 2
Views: 405
Posted By bondo
If you want to know the differences between SQL Server 2000 & 2005 you'll have to read the documentation, there's a TON of things that are different / updated. That's kinda like asking what the...
Forum: C# Nov 20th, 2008
Replies: 5
Views: 526
Posted By bondo
if you don't want to add the location of csc to you path you could always fully qualify the location when you compile, ie: c:\windows\microsoft.net\framework\v2.0.blablabla\csc.exe helloworld.cs,...
Forum: C Nov 20th, 2008
Replies: 5
Views: 1,166
Posted By bondo
Basically I'm reading from a file and populating a dynamically allocated array with the words that are in the file. I've already read through the file to figure out what numArts is, so I know how...
Forum: Oracle Nov 13th, 2008
Replies: 4
Views: 1,442
Posted By bondo
That was my question. Why am I getting 3?
Forum: Oracle Nov 13th, 2008
Replies: 4
Views: 1,442
Posted By bondo
Does anyone know how Oracle's PL/SQL handles subtraction with a negative number? Really what I need to know is, given the following: (NOTE: this is NOT the code I'm working with. It's just an example...
Forum: C Nov 12th, 2008
Replies: 3
Views: 482
Posted By bondo
Oops, that was an accident. I didn't know if x needed to be a pointer for some reason. I was pretty sure it didn't, but since it wasn't working anyways I thought I'd try it. That really should have...
Forum: C Nov 8th, 2008
Replies: 3
Views: 482
Posted By bondo
I have no clue why this isn't working. The top part that reads into size, shortTime, longTime, and threshold work fine. Down below where I try to do the exact same thing and read into x, i get...
Forum: Oracle Oct 24th, 2008
Replies: 2
Views: 2,727
Posted By bondo
Ok, so I'm learning about procedures and functions in Oracle and I'm stuck here with my procedure. I have the function part down pretty good, but the whole returning variables with procedures through...
Forum: C# Sep 8th, 2008
Replies: 2
Views: 592
Posted By bondo
Fantastic! Thanks!
Forum: IT Professionals' Lounge Sep 8th, 2008
Replies: 8
Views: 1,373
Posted By bondo
I'll have to agree with what pretty much everyone else is saying. I much prefer the gameplay to graphics. Fighting a red blob with a smily-face? Sounds like PacMan. Who hates that game? Most of us...
Forum: C# Sep 5th, 2008
Replies: 2
Views: 592
Posted By bondo
Does anyone know how to reference a COM library from the command-line? Specifically, I need to reference CDOSYS.dll. Whenever I try to include the reference when I compile I get a message saying:
...
Forum: C# Aug 4th, 2008
Replies: 2
Views: 4,965
Posted By bondo
I got it figured out. There was a small stupid type-o in one of the values in a stored proc. I must be dyslexic or something, lol.
Forum: C# Aug 1st, 2008
Replies: 2
Views: 4,965
Posted By bondo
I'm having a strange problem. I have an array of strings that I need to separate into separate data members and insert into a SQL database. It all works fine, except for where I convert a string to a...
Forum: C# Jul 25th, 2008
Replies: 0
Views: 535
Posted By bondo
I need to watch our mail server for a particular file that is sent in every day. I need to have my program grab this file and do some stuff with it automatically. Does anyone have experience with...
Forum: C# Jul 25th, 2008
Replies: 4
Views: 1,039
Posted By bondo
Blast! That's what I was afraid of. I started doing that anyways, but I was trying to keep hope alive for an easier way! Oh well.
Forum: C# Jul 22nd, 2008
Replies: 4
Views: 1,039
Posted By bondo
Actually what I meant by "getting the file formatted differently" was that what I'm getting is what I have to work with. Editing the original file is what I've been working on so that everything will...
Forum: C# Jul 17th, 2008
Replies: 4
Views: 1,039
Posted By bondo
I am working on a project that will read in a huge file and insert the data into a SQL database. I can read the document, but all of the XML is incorrect. I get it as an excel spreadsheet, but it's...
Forum: Mac tips 'n' tweaks Jan 31st, 2008
Replies: 2
Views: 1,539
Posted By bondo
Forum: IT Professionals' Lounge Jan 31st, 2008
Replies: 7
Views: 1,899
Posted By bondo
I'm not sure about OS 9, but there is a program available that runs as an extension to QuickTime called Flip4Mac. It's free (to download at least. It might be shareware?). I don't have any problems...
Forum: Mac tips 'n' tweaks Jan 31st, 2008
Replies: 2
Views: 1,539
Posted By bondo
I haven't been able to find anything on this that's very useful anywhere else. Does anybody know if any of the available Virtual Machine software out there works the .NET framework? It make sense to...
Forum: Networking Hardware Configuration Oct 12th, 2007
Replies: 0
Views: 2,268
Posted By bondo
I've got a toshiba laptop that won't accept the passphrase to connect to my wireless network. It gives me a error about that the key has to be 24bit encryption or something else. I'm not sure what...
Forum: Java May 1st, 2007
Replies: 1
Views: 2,591
Posted By bondo
BLAH! Ok, i should've done a search first. I found my answer.

For anyone else who need's help on this same thing, here's the thread I found:
...
Forum: Java May 1st, 2007
Replies: 1
Views: 2,591
Posted By bondo
Dear god. this is driving me crazy. I'm working on an assignment involving inheritence, multiple classes, etc. I'm stuck at one stupid part. I have to write a toString method that formats the text....
Forum: Community Introductions Apr 11th, 2007
Replies: 5
Views: 1,052
Posted By bondo
Forum: Java Apr 8th, 2007
Replies: 3
Views: 1,008
Posted By bondo
actually, the comparing part wasn't the problem. It was not being able to compare the char type variable with the "#" that was assigned to the mark variable because of incompatible types...

Now...
Forum: Community Introductions Apr 7th, 2007
Replies: 5
Views: 1,052
Posted By bondo
Hey everyone. I'm Jordan. I'm a CS student at Eastern Washington University and I came across this site while I was trying to fine some help on a program I'm working on. I wound up reading stuff...
Forum: Java Apr 7th, 2007
Replies: 3
Views: 1,008
Posted By bondo
I'm working on a program where I'm reading a file and I have to count the number of entries in the file. Each entry takes up a different number of lines, but each entry is also separated by a '#'....
Showing results 1 to 37 of 37

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC