Posts
 
Reputation
Joined
Last Seen
Ranked #961
Strength to Increase Rep
+8
Strength to Decrease Rep
-2
94% Quality Score
Upvotes Received
20
Posts with Upvotes
12
Upvoting Members
20
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
9 Commented Posts
~172.67K People Reached
About Me

Web Developer

Interests
Programming, Anime
PC Specs
AMD Athlon XP 2600+ 2x512MB DDR333 Geforce 5500FX 5xSeagate HDD (~740GB) 19" CRT &…
Member Avatar for vickerps

You can safely leave the DNS Client service off. This service creates problems with cached DNS issues and slows down more than it speeds up IMO. You should be able to turn off the DHCP service if you manually configure all your network connections and you connect to the internet …

Member Avatar for Michiel S
0
1K
Member Avatar for Ghost

Ghost, just as Narue said, there isn't a tutorial for this. Creating a full-featured remote access system is a task much larger than could be covered in a tutorial. If you could find a tutorial for each required piece of such a program, you would easily have to combine the …

Member Avatar for adnan_6
0
2K
Member Avatar for Dooey1

Well... You didn't just do an Operating System reinstall. What you did was you used a recovery disk that was specifically designed for completely different hardware. These recovery disks don't stop at reinstalling software, they can also modify the software on a chip inside the computer, called the BIOS. In …

Member Avatar for Steve_20
0
2K
Member Avatar for Letscode

You could create a batch file that has the following commands in it:[code]rmdir /q /s c:\temp mkdir c:\temp[/code] This code will remove the entire folder and then recreate it. If this folder has any type of lock on it, this code will be unable to remove the files. This is …

Member Avatar for Jack_9
0
1K
Member Avatar for ohgosh

"GROUP BY" and "ORDER BY" are very different. "GROUP BY" associates all records together based on a column. "ORDER BY" sorts a alphabetically based on column. Let's create some sample data for a table called Location. [code]name | state | city --------|-----------|--------------- Joe | Oklahoma | Oklahoma City Bob | …

Member Avatar for guruparthi
0
385
Member Avatar for cj2600
Member Avatar for habhater

[QUOTE=martixryu]do i have pci express ? i doubt it[/QUOTE] No... You don't.

Member Avatar for caperjack
0
996
Member Avatar for aripaka

There are Linux antivirus products. There are just far fewer Linux antivirus programs when compared with antivirus programs for Windows. There are a few reasons for this: [list][*]Virus writers want attention. Since most people that interact directly with the OS interact with Windows, why not make a virus to infect …

Member Avatar for itexamstube
0
3K
Member Avatar for mozelle01

What kind of monitor do you have? Do you have the drivers for the monitor installed? What is your graphics card? Do you have the latest drivers for your graphics card installed? Is it Battlefield 2 or Windows that is giving you the error? [url=http://www.pvrgenerations.co.uk/cgi-bin/forum/YaBB.cgi?board=general_pvr;action=display;num=1068068688]This thread[/url] might give you some …

Member Avatar for vickylrk
0
281
Member Avatar for ingeborgdot@yah

Is 3mbps your downspeed? If so, what is your upspeed? Furthermore, are you sure that your connection speed is the limiting factor? What about the people that are viewing your cam? What are their connection speeds? Are you multicasting or do you have to run a connection for each viewer?

Member Avatar for sashaxxx
-1
148
Member Avatar for stranoblaze

Sounds like the drive is damaged. Look inside the port on the device. There should be four metal "pins" along one side. See if any of them look bent. Without applying very much pressure, see if the plug has any play (wiggle). If it does, the internals might be damaged. …

Member Avatar for caperjack
0
325
Member Avatar for xFreeWord311x

BILL S, you've talked about a very similar subject in two different places, making it hard to respond to your concerns. You say that you have a 9250 and are disappointed by its performance. You also say that you looked around and it had the highest "numbers", so it should …

Member Avatar for caperjack
0
774
Member Avatar for zippee

zippee, you'll want to learn how to use Regular Expressions in PHP. You can find a good Regular Expression tutorial that includes examples for what you are wanting [url=http://www.rlrouse.com/php-regular-expressions.html]here[/url].

Member Avatar for jpdeleon
0
604
Member Avatar for Butcherman

I have never seen a direct copy work. You need to create a complete "mirror" of the partitions on the drive, including the bootsector. The only way I know how to do this is with software. [url=http://www.symantec.com/sabu/ghost/ghost_personal/]Norton Ghost[/url] can do the job for you. If you don't want to spend …

Member Avatar for cwarn23
0
346
Member Avatar for knut

Here are a couple possible solutions. Click "Start", click "Run...", type "msconfig", and click "OK". Click the "Services" tab, find "Windows Audio" in the list, put a checkmark next to "Windows Audio", click "Apply", click "OK", and restart your system. If that doesn't work, try the following. - Click "Start" …

Member Avatar for hoathuongphuoc
0
2K
Member Avatar for Draceit

You may want to ensure that it's the monitor and not something else. If you can, try your monitor on another machine and try another monitor on the affected machine. This will tell you if the problem is the monitor or the machine. Sometimes strange things can happen if there …

Member Avatar for jingda
0
281
Member Avatar for ajsmug

If you want to repair the unit, I would recommend sending it into Sony and letting them fix it professionally. Doing otherwise might cost you a bundle and still leave you with a busted laptop. If the laptop doesn't have warrenty coverage or they won't cover the damage under the …

Member Avatar for mikemikemike
0
370
Member Avatar for Teresa_O

Are you doing the following? [list][*]Set the router to use the static IP [*]Connect the computer to the router via a CAT5 cable [*]Set the computer to automatically get an IP address rather than assigning one manually [*]Turn everything off [*]Power on the modem, then the router, and then the …

Member Avatar for tje210
0
209
Member Avatar for Loaded Scissors

I'm not too familiar with graphics in C++, but I can see that you need to clarify a bit more. Are you talking about generating a text graph, a image file, or displaying a window with an image in it?

Member Avatar for triumphost
0
199
Member Avatar for AJ_Allmendinger

Batch files are just a way of grouping together calls to programs and system commands. Everything in a batch file is just something that you can do on the command line. The power comes from being able to group together numerous calls to execute a series of steps. If you …

Member Avatar for Dundir
0
216
Member Avatar for LukaBuka

This is something that doesn't have a correct answer. Everyone has their opinion on the matter. Personally, I use [url=http://www.symantec.com/nav/nav_9xnt/]Norton AntiVirus[/url]. That's not to say I love it. It works well... most of the time. I've used McAfee in the past and have been very satisfied with it. I guess …

Member Avatar for stef32
0
271
Member Avatar for finny

Since it sounds like you are having a different issue, why don't you start your own thread?

Member Avatar for cypher1
0
2K
Member Avatar for girdhar_mishra

A browser basically does nothing but download files and render their contents. The web pages you go to are either html files or generated content that looks like an html file. In order for the browser to render the images on the page, it has to download GIF, JPEG, and …

Member Avatar for Nithink27
0
166
Member Avatar for Khiladi420

Outlook Express doesn't open up this ability without the use of a third-party tool. What are you trying to do and why can't you use a third-party tool to do it?

Member Avatar for jacobr
0
478
Member Avatar for ingeborgdot@yah

Did he directly copy over everything including the Windows directory? If so, he would have messed up his install. He'll have to do a repair install of the operating system to fix it. For future reference, his computer most likely didn't load when he added the other drive because he …

Member Avatar for justonetruelove
0
217
Member Avatar for bunny

Click "Start", click "Run...", type "sndvol32.exe", and press "OK". This will load up the volume control program. Click "Options", click "Properties", select "Recording" from the "Adjust volume for" options, make sure that "Microphone" has a check mark next to it under "Show the following volume controls", and press "OK". Click …

Member Avatar for kumold
0
625
Member Avatar for Nuss

Can you provide a list of programs that you are trying to install? From the bit of searching that I've done, it seems that you are probably trying to install software that was designed from Windows 95 or 98. If this is the case, you will probably need to contact …

Member Avatar for modysam
0
535
Member Avatar for EAMON

What problem is your friend experiencing that is preventing her son from playing his games? I have never heard of any software that requires the partition that it resides on to be a specific file system. NTFS doesn't change the files, it just changes the way they are stored on …

Member Avatar for sunrise1314
0
329
Member Avatar for diyi75

Try to see if you can manually load the shell. When you run a program, try to run "explorer.exe". Let me know if you get the shell to load that way.

Member Avatar for wildflower49
0
153
Member Avatar for Safari

Without knowing the exact text of the error (I don't need a screenshot, just the exact error message), it's hard to diagnose the issue. I do have a couple of ideas though.[list][*]FFXI crashes whenever you shift focus away from it. Are you trying to alt+tab? Do you have any programs …

Member Avatar for Hockeykid586
0
1K