619 Posted Topics

Member Avatar for terence sharp

There are a couple issues here:[list=1][*]You don't need to put single-quotes around the table name or the field names. Most table formats do not allow empty id fields. If you want it to autofill the number and you have the table set up to do so, just omit the id …

Member Avatar for chrisbliss18
0
83
Member Avatar for cbk
Member Avatar for dcc

Wow... Your attitude really makes me want to help you out. Obviously the lack of response in less than a 24 hour period is indication that the site is dying and not one of a host of other possibilities (people are busy, it's holiday season, the fact that people may …

Member Avatar for dcc
1
133
Member Avatar for clasher097

What video settings were you changing? Did you change them back to see if it resolved the problem? Can you show a screenshot of what the icons look like?

Member Avatar for nanosani
0
99
Member Avatar for SnoMan

I think you are looking in the wrong places. The errors that you listed are related to issues with RAM. It would be my first guess that one of your RAM modules is defective/going bad. [url=http://memtest86.com/]Memtest86[/url] is a great program to test your RAM. Download the ISO and burn it …

Member Avatar for sibarnetiks
0
146
Member Avatar for Helltech

Upgrading processors is possible, but you have to do some research. Not all processors are alike. There are two main brands of processors, ones made by Intel and ones made by AMD. Each of these two brands use a variety of different kinds of processors, some of which are compatible …

Member Avatar for Helltech
0
134
Member Avatar for evilbenking

The world's biggest problem? I hope that's not true. Next time you post, please put your code in code tags. Furthermore, in order to answer your question, code isn't really needed. Now, to answer your question... There isn't a way to get the client time unless the client tells you …

Member Avatar for chrisbliss18
0
206
Member Avatar for mrnath

This forum area is for high-level topics that don't deal with specific line of code. If you want help with a specific language, post a help request in the forum that deals with that specific language.

Member Avatar for jim mcnamara
0
77
Member Avatar for rga2k5

If you simply must recover files from that drive, remove it from the machine, attach it as additional storage to another machine (either by putting it in an external drive enclosure or connecting it to the machine internally) and copy the files over to the other machine. Doing this will …

Member Avatar for jaishankar
0
191
Member Avatar for sephiroth00055

Repliers, please direct comments to the [url=http://daniweb.com/techtalkforums/thread36224.html]duplicate thread[/url] in Troubleshooting Dead Machines.

Member Avatar for Coconut Monkey
0
115
Member Avatar for dedBOYriot

Windows has the built-in ability to access DVD drives but not the ability to play DVD movies. If the software says it needs to be updated, it is most likely talking about the movie decoding software needs to be updated not the DVD device driver. I'm sure I know exactly …

Member Avatar for MartyMcFly
0
87
Member Avatar for skoiloth

There's an easy way to find out. Compile the program with none of the imports and take note of the size (get the exact size, such as 3221 bytes rather than 3.2 kilobytes). Compile the program with many imports and take note of the size. Then compare the two sizes …

Member Avatar for skoiloth
0
98
Member Avatar for fren

If you want to have access to files in case you change to a different operating system or if you want to add another OS in order to dual boot later, partition your drive into different partitions. Make your Windows XP partition NTFS (since you have to) and only make …

Member Avatar for fren
0
192
Member Avatar for Helltech

Wow... Just wow... So let me understand. 1. You haven't even tried running the machine yet, but you are planning on upgrading it based on specs alone? 2. You spent $2500 (a rediculously large amount of money to spend for a system now-a-days) on a machine that you believe is …

Member Avatar for Helltech
0
412
Member Avatar for bennieblanco

[b]Step 1 - Return all the fields for the product:[/b] Change this query:[code]"SELECT product_id, product_description FROM product WHERE product_id = '" . $product . "'"[/code]to[code]"SELECT * FROM product WHERE product_id = '" . $product . "'"[/code] [b]Step 2 - Return partial match queries:[/b] Update the query:[code]"SELECT * FROM product WHERE …

Member Avatar for bennieblanco
0
128
Member Avatar for presmmbb

Is sound affected in any other way? Does sound work when you play local (files on your computer) MP3, WAV, or WMA files? Did you install any new software just before the problem started occuring?

Member Avatar for presmmbb
0
145
Member Avatar for Helltech

How do the other two fans plug in? Do they plug into headers on the case? If so, make sure that you plug the third fan into the third header. P.S. AMD's Cool'n'Quiet technology is a feature of their 64-bit line of chips that allows the CPU to cycle down …

Member Avatar for Helltech
0
91
Member Avatar for telepwn

What program are you using to view these images? If you load files other than images from the drive, does the same problem happen? If you open the images using a different program, does the same problem happen?

Member Avatar for telepwn
0
108
Member Avatar for MUGGS4

The two most helpful commands when you are at the Recovery Console prompt are:[list][*]sfc /scannow [*]chkdsk /r[/list]Run these commands at the prompt, wait for them to finish, and reboot. Let us know if there is any change to your system after running these.

Member Avatar for MUGGS4
0
114
Member Avatar for Abilities

Speakers are just speakers. The way speakers operate is very standardized. You could connect those speakers to a stereo as long as you had the correct converters. You could even connect those speakers to an MP3 player if you wished. If you get a speaker system with more than 2.1 …

Member Avatar for chrisbliss18
0
116
Member Avatar for Abilities

You're a bit vague about the problem. Let me see if I have the information correct.[list][*]You have a system that came with a CD burner. [*]The burner didn't work. [*]You tried booting up the computer using a different harddrive that had Windows XP Home on it in order to see …

Member Avatar for Abilities
0
110
Member Avatar for nanosani

I've gotten very close to producing the desired effect. I have added the following keys:[code]Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}] @="Daniweb" "InfoTip"="<DANIWEB> IT Discussion Community" [HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\DefaultIcon] @="%SystemRoot%\\system32\\shell32.dll,-47" [HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\InProcServer32] @="%SystemRoot%\\system32\\shdocvw.dll" "ThreadingModel"="Apartment" [HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\Instance] "CLSID"="{3f454f0e-42ae-4d7c-8ea3-328250d6e272}" [HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\Instance\InitPropertyBag] "CLSID"="{13709620-C279-11CE-A49E-444553540000}" "method"="ShellExecute" "Param1"="http://www.daniweb.com" "command"="Daniweb" [HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\shellex] [HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\shellex\ContextMenuHandlers] [HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\shellex\ContextMenuHandlers\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}] @="" [HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\shellex\MayChangeDefaultMenu] @="" [HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\ShellFolder] "Attributes"=dword:00000000[/code]This produces the icon on the …

Member Avatar for tayspen
0
387
Member Avatar for Loopah

fasttx2k is a driver. Since you removed it, you will receive errors. I recommend reinstalling your motherboard drivers. If you need help on how to do this, I will be glad to walk you through the process. As for the messages in your system log that you saw regarding fasttx2k, …

Member Avatar for chrisbliss18
0
169
Member Avatar for Loopah

Hello again Loopah. I responded to your other thread that referred to this. I will take the fact that you created this thread as a sign that you need to know how to install your motherboard's drivers. If you don't know what exact motherboard you have, download, install, and run …

Member Avatar for chrisbliss18
0
133
Member Avatar for terence sharp

So... You want all the code to do the entire project? That's a tall order. What kind of streams are you working with? How do you access them currently?

Member Avatar for chrisbliss18
0
148
Member Avatar for Sensitive

Nice avatar Narue. Tenjou Tenge is awesome... And Maya is hot. There... I said it :).

Member Avatar for chrisbliss18
0
116
Member Avatar for megadeth_666_

There are a few things you can do to improve boot performance and OS load times. Reboot the system between each step.[list][*]Turn off unused devices in the Device Manager (Control Panel, System, Hardware, Device Manager). Find devices that you may not use, such as modems or card readers, right-click them …

Member Avatar for Lightninghawk
0
158
Member Avatar for Helltech
Member Avatar for Toyotaman

Since your RAM is the new piece in the system, I would start diagnosing from there. Download [url=http://memtest86.com/]Memtest86[/url], burn the ISO to a disk, reboot your system, and boot from the disk. The program will automatically load and start testing your RAM. Allow it to run for a few hours …

Member Avatar for chrisbliss18
0
87
Member Avatar for Maine_iac Gal

Maine_iac Gal, you have used many different terms, all of which mean something different. Let's try to identify exactly what you have and what you are trying to do. Is your drive a CD burner (it will usually say CD-R, CD+R, CD-RW, CD+RW, or some combination of that on the …

Member Avatar for chrisbliss18
0
145
Member Avatar for ashneet
Member Avatar for ashneet
0
191
Member Avatar for flipboi15

It may not be your router that your system is trying to connect to. If you never changed the SSID (the router name) on the router and you have a neighbor that has a router from the same manufacturer that never changed their's either, your computer could be trying to …

Member Avatar for chrisbliss18
0
82
Member Avatar for Tidus467

Are any other internet-using programs functioning? Try running the New Connection Wizard as follows:[code]1. Click Start, and then click Control Panel. 2. Click Network and Internet Connections. 3. Click Internet Options. 4. In the Internet Properties dialog box, click the Connections tab. 5. Click the Setup button. [u][b]The New Connection …

Member Avatar for chrisbliss18
0
235
Member Avatar for jndlc

Are you certain that you connected everything properly? If you took the RAM out, did you seat it firmly back in the correct slot? Did you reconnect all the power supply connections? Did you make sure that all the cards, graphics card included, were firmly seated in their respective socket? …

Member Avatar for chrisbliss18
0
125
Member Avatar for StrikeFreedom

This is an SQL question, which belongs in the database section. If you want to find all the records that have dates in sort_date that are after the current date, use the following query:[code]SELECT * FROM events WHERE sort_date>NOW()[/code]Notice that you want the sort_date to be greater than NOW(), not …

Member Avatar for chrisbliss18
0
55
Member Avatar for Jshammy

This is directly from [url=http://support.intel.com/support/motherboards/desktop/sb/CS-012038.htm]Intel[/url]:[quote]DDR and DDR2 memory are mutually incompatible. Voltages, pins and signaling differ between DDR(1) and DDR2. DDR2 sockets will not accept DDR DIMMs and DDR sockets will not accept DDR2 DIMMs.[/quote]Since you are asking the question, it would seem that you don't know what type of …

Member Avatar for chrisbliss18
0
384
Member Avatar for belikemike

What specs are you comparing? These chips are extremely different and run on different motherboards with different FSB settings and most likely with completely different RAM modules. Because of the differences in these two chips, there is really no way to say one is better than the other. What are …

Member Avatar for belikemike
0
71
Member Avatar for mastercheif
Member Avatar for bresam

Unplug the laptop and take the battery out. Let the laptop sit like this for a few minutes. Put just the battery back in and see if it starts up. If it does not, take the battery back out and let it sit for a few minutes, then plug just …

Member Avatar for chrisbliss18
0
116
Member Avatar for Derek Bell

It sounds like you have an overheating issue. Did you make any hardware changes before the problem started? A good test to see if your case isn't ventilating properly is to open it up, thoroughly spray away all the dust from the heatsinks and boards, and pointing a powerful fan …

Member Avatar for chrisbliss18
0
117
Member Avatar for Sup3rn0va

I know there are ways to do this, but I don't know what they are. I'm curious why you want to set the connections up like this. The router will portion out access to the connection intelligently. Unless all the machines are trying to do downloads or uploads continuously (as …

Member Avatar for nanosani
0
286
Member Avatar for olly

You might try to call around some of the local computer shops. When SP2 first came out, Microsoft sent tons of CDs for the patch to local vendors. Maybe someone local to you still has some left.

Member Avatar for olly
0
282
Member Avatar for dcc

According to [url=http://www.nec.se/templates/NEC_ProductCategory.asp?id=2980&item=5207]this article[/url] on NEC's Swedish site:[quote]ND-3550A complies with the new RoHS-directive, meaning that all components are lead-free.[/quote]

Member Avatar for dcc
0
108
Member Avatar for micheleb4

Have you tried reading the [url=http://daniweb.com/techtalkforums/thread27079.html]My PC won't start - Read this first![/url] thread? In that thread, Catweazle gives a very detailed sequence of steps to take your machine through to try to diagnose the problem component.

Member Avatar for goldeagle2005
0
254
Member Avatar for Niklas

[url=http://www.tomshardware.com/]Tom's Hardware Guide[/url] is an excellent site for catching up on the latest tech. The reviewers for that site are very thorough and often have benchmark comparisons to similar hardware. Check out their [url=http://graphics.tomshardware.com/]Graphics & Displays[/url] section which just so happens to have a feature article about the GeForce 7800 …

Member Avatar for chrisbliss18
0
104
Member Avatar for samj

From your original post, where you talk about your system only using 128MB of the memory module rather than 256MB, it would seem that you are not using the [url=http://www.abit-usa.com/products/mb/products.php?categories=1&model=95]BX6 V2.0[/url] but the [url=http://www.abit-usa.com/products/mb/products.php?categories=1&model=70]BX6[/url]. Let's examine the board a bit more so you can fully understand how it works. From …

Member Avatar for samj
0
178
Member Avatar for jaishankar

First, you need to make sure that you have installed the line filters on all of your phone jacks that have phones plugged into them and on the line that goes to your modem. Make sure that all the phone cords are connected to the correct port on the filter. …

Member Avatar for chrisbliss18
0
277
Member Avatar for COMPUTER NOOB

Here are some good scanners... they're free too :). [url=http://www.safer-networking.org/en/download/]Spybot-S&D[/url] [url=http://www.lavasoftusa.com/software/adaware/]Ad-Aware SE Personal[/url] Start by scanning your system with those. If using these doesn't help you out, update the thread.

Member Avatar for COMPUTER NOOB
0
94
Member Avatar for Gadywompus

Can you be more explicit about the error message? If possible, recreate the error and then put the exact details of the error message in a new post. This will greatly increase our ability to assist you.

Member Avatar for nanosani
0
95
Member Avatar for ear4aak

After loading Firefox in Safe Mode, load up your themes browser, select the default theme, select "Use Theme", and uninstall the remaining themes. Then load up your extensions manager and uninstall all of them. After doing this, try to start Firefox in standard mode. Sometimes a theme or extension can …

Member Avatar for ear4aak
0
189

The End.