11,530 Posted Topics
Re: Hey there. I'd be glad to provide some feedback but could you provide some more information. You say you need to compare software engineering with other professions? Could the other professions be electrical engineering, etc. or are you looking for something entirely different such as comparing to business? Lets say … | |
Re: I have thought about doing this in the past myself :) After reading your post, I did a google search for "create online toolbar" ... quite a few sites popped up all offering the same thing - to create your own IE toolbar. Personally, I think this is a pretty … | |
Re: The Java code snippets section already has this program written in Java: [thread]1699[/thread] ... Take a look and it should be pretty simple to figure out the C++ version. Check the Java code snippets forum for the driver (main program) as well as the class. :-D | |
Re: I had this problem as well. I was able to correct it by disabling the firewall on both machines. Apparently the delay was because when a connection was initially established, it was necessary for both machines to make sure that the connection could be allowed and find an open port … | |
Re: I moved this thread to the Internet Explorer forum. Do a forum search here for "view source" because I know this question has been asked before and received quite a few responses. I have the same problem and the only solution I was able to find was to use Mozilla! … | |
Re: I am very good at HTML and getting a site design to look the way I want (nested tables, etc.) but unfortunately I don't know anything about php nuke's templating system :( If you want to show me some of your HTML code for how you edited the template with … | |
Re: Hey there. I'm doing good .... really good if I didn't have so much homework and studying to do today ;) I see you were hanging out in the webmaster promotion forums ... I just replied to a few of your posts there. Enjoy the site! | |
Re: Would you be willing to share how you were able to solve it, to help others in the future? | |
Re: What version of Internet Explorer are you using? Try using a 3rd party browser such as [url="http://www.mozilla.org"]www.mozilla.org[/url] | |
Re: Much of the theory side of things will come from the computer science side. Read up on discrete math (logic) but also on algorithm design and development. | |
Re: To continue where BountyX left off, to convert from integer to binary, use what I call the "calculating change" method - because it reminds me of one of the first C++ programs I learned was given 200 cents, calculate the equivalent in the smallest number of coins. i.e. is number … | |
Re: Use ctrl+alt+del and go to the processes screen. What are the top few processes requiring the most cpu usage (dragging it down to 100%)? Also, go to run and then type "msconfig" Go to the startup tab and do a print screen of everything you have running at startup | |
Re: I have the same problem. I'll try that ... the thing is, won't it still not save my settings for the increased text zoom? | |
Re: So the machine worked fine with no hardware conflicts until you decided to screw with your operating system? Now it won't even post? Check the following ... A. Was the computer moved around at all (initially) that could result in RAM being misseated, etc.? B. Is there a floppy in … | |
Re: I am not so sure about that Lori. I think that FrontPage just works that way ... at least from what I remember of it. It's true that shared borders carry across all pages. However, I'm pretty sure that the shared border on any given page isn't updated until the … | |
Re: I have heard many, many good things about Disk Warrior. I would avoid Norton for the mac but that's just me. | |
Re: Can you post your fix so that perhaps it might be able to help others in the future? | |
When upgrading these boards from phpBB to vBulletin, I encountered a few errors in the posts. One of these is that the old style stores quotes as " and it is printed out verbatim in the posts. Is there a find and replace SQL statement to traverse through a record … | |
Re: I fixed it for him :D | |
Re: Okay! :D I just created a new category for bragging rights! Share your PC specs in the Hardware forum under the PC Specs category. | |
Re: First of all, moved this post to the Internet Explorer forum. Second of all, could it be a problem with a 3rd-party plugin that both Internet Explorer and Netscape use. For example, Macromedia Flash or Java - which this particular website utilizes? Perhaps the site uses an ActiveX control? | |
Re: Managed dedicated hosting on a P4 2.4 ghz with a gig of RAM and a 40 gig IDE hdd. | |
Re: Cygwin is an environment that lets one run *nix applications inside of Windows and gcc is an awfully popular c/c++ compiler for *nix. I don't believe it will let you compile a Windows application considering what it does is add a *nix layer on top of Windows, so to speak. | |
Re: First we ask the user to input massPounds The user inputs massPounds we multiply massPounds by some constants we print out the result of the multiplication We can't print out the product when someone multiplies a constant by a value input by the user BEFORE the value is input by … | |
Re: I'm pretty sure that string.h is depreciated. | |
Re: Oh, the memories of my old Psion palmtop! I haven't heard any news about this OS in years! Unfortunately, Psion was discontinued in America during it's peak in Europe - mostly due to the release of the first version of Windows CE. As soon as I read your post, I … | |
Re: No, I read his website. Apparently he owns some shares of the company which they asked him to forfeit, and they held his job as ransom. In any case, I have to thank Jimmy for listening to an archived show of his the other day and actually hearing "daniweb" being … | |
Re: Yes, I leave this off. I don't believe I turned it off that way though. I think I used Tweak-XP ;) | |
Re: It seems this is an Excel database. Being moved to the Geek's lounge since we currently don't have a forum for this. | |
Re: If you want a premade script that does this, check the PHP Scripts section of [url]www.hotscripts.com[/url] - that site has some nice goodies. | |
Re: I would think that it is but I'm not 100% ... can someone back me up? | |
Re: I would go with Windows 2000 out of those three. Why Win2k server? The professional version is fine and a hell of a lot cheaper :) | |
Re: Is it a regular ol' ball mouse that might need to be cleaned? Is it just jittery? Is she using a firewall? Virus protection? What mouse and what mouse drivers? | |
Re: Click the Tools dropdown menu and then go to Internet Options. In the General tab, click the Colors button and make sure "Use Windows colors" is enabled. Also in the general tab, click the Accessibility button. Make sure "Format Documents Using My Stylesheet" is unchecked. | |
Re: I'm not sure of the severity of that virus. However it is definitely a good idea to change all your passwords. I would change them every few months anyways. Especially if you have any sensitive information on the net. In addition, clear out all of your old restore points from … | |
Re: For those of you who use vBulletin forum software ... [url="http://www.vbulletin.nl"]www.vbulletin.nl[/url] is now using Invision Power Board forum software! :) | |
Re: This problem can also occur when you have a non-bootable floppy in the A:\ drive. If there's a floppy in the drive, remove it and try again. | |
Re: Weather Channel, you have been given more than enough second and third chances around here. Banned. | |
Re: Well, suppose you have the string "GIRL". A string is an array of characters. Store the letter you want to search for as a character. So what you will have to do is start at the beginning of the array, and recursively traverse it one character at a time. We … | |
[font=Arial][size=5][color=#0000ff][i][size=2][color=black][font=Verdana][color=black][i]I found this in a few different places around the 'net - hopefully it's helpful:[/i][/color][/font] [/color][/size][/i][/color][/size][/font][font=Arial][size=5][color=#0000ff]Copy Files and Folders to CDs[/color][/size][/font] [font=Arial][size=2]Remember when you loved Rubik's Cube, Dynasty, and the floppy disk? In the 1980s, before the World Wide Web and ubiquitous e-mail, you could store 1.5 megabytes (MB) of … | |
I would like to apologize for the site being so slow today. It appears as if there is a problem with the server's nic card. This will be resolved within the next few hours. I sincerely apologize for any inconvenience this may have caused. | |
Re: Whoa. My cable modem connection is about $40/month. :( Optimum Online ;) | |
Re: I'm afraid Alex is right. The recovery cds don't include images of the hard drive to restore. Instead, the image is located on a hidden partition on the computer. All the recovery cds do is load and start software which accesses the hidden image and recovers it onto the primary … | |
Re: It may be a bad FDC (floppy disk controller) on your motherboard. ![]() | |
Re: It's something new I'm temporarily testing out. If you have at least 100 posts, you get one arrow, 200 posts, two arrows, and ... well, you get the idea. | |
Re: What toolbar are you exactly talking about? Just customizing the toolbar? i.e. going to View menu and then to Toolbars and then to Customize? It's possible it's spyware from a junk, warez, or p0rn site. Is anything else funky? (For example, new startup page, etc.) | |
Re: That makes total sense ... where I wanna go is to avoid this being a place for computer newbies. I mean, we will have tech support, but not "how do I click the start menu and go to my programs" type deal. Stuff for comp techs by comp techs ... … | |
Re: I take it your recycle bin is all cleared out? System restore points? | |
Re: My computer science professor will probably yell at me for saying this, but I'm not sure other than having an interface for a class is the same advantage as having like a prototype for a method. | |
Re: GeneralPatton tried including his log file but got an error message. He then sent the file to me via email for me to post. Unfortunately I got the same message. I even got the message trying to include it as an attachment. I'm looking into this right now. However, in … |
The End.