Forum: ASP Aug 26th, 2009 |
| Replies: 0 Views: 365 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 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 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 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 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 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 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 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 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 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 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 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 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 That was my question. Why am I getting 3? |
Forum: Oracle Nov 13th, 2008 |
| Replies: 4 Views: 1,442 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 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 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 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 |
Forum: IT Professionals' Lounge Sep 8th, 2008 |
| Replies: 8 Views: 1,373 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 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 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 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 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 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 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 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 |
Forum: IT Professionals' Lounge Jan 31st, 2008 |
| Replies: 7 Views: 1,899 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 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 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 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 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 |
Forum: Java Apr 8th, 2007 |
| Replies: 3 Views: 1,008 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 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 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 '#'.... |