887 Posted Topics
Re: Try replacing your RAM modules and see if it helps. It's also possible the mobo might have blown. A power fluctuation may have killed it. If so, you need a new one | |
Re: Look on the drive. There'll be a toggle switch of some sort. Flip it and it should work. Some drives are write protected via software. In this case, you need to use the utilities that may have come with your drive. Refer to the instruction manual for detailed info | |
Re: Start Windows XP Setup. During the pre-setup phase, youre given the option of formatting the partitions. Use that to format C:. Refer the Windows XP instruction manual for detailed info. | |
Re: I think it might be a heating problem. Can you see how hot the CPU gets? If its gettong too hot, remove the heatsink, clean off the thermal paste on the sink and the processor and apply a thin layer of Arctic Silver on the CPU and re apply the … | |
Re: I had the same problem. I cleaned the disk by shaking it upside down. That got the particles out. Ofcourse, that was a cd writer and a couple of weeks after I carried the procedure out, the thing started spewing out coasters. Guess the alignment went haywire. Ricky, I suggest … | |
Hi, I'm making a music database, and I need to list 20 tracks. Currently, Im typing the following code 20 times: <a href="music/<%=rs1("artist") %>/<%=rs1("album") %>/01%20<%=rs1("Track1") %>.<%=rs1("ext") %>"><%=rs1("Track1") %></a><br> replacing 01 and Track1 with 02, 03, 04 Track2 Track3, Track4 etc. Now, I tried using the for loop like this: <% … | |
Re: Well, windows 98 came with the scandisk program which, in windows showed the bad cluster count and in DOS mode, showed the count AND showed a graphical representation of your disk on a chart. Also, Im guessing Norton Disk Doctor can do so as well | |
Re: add the onclick attribute to the button properties Eg: <form name=form1 action="FormActionHandlerFile" method="post/get"> ...... <Form elements come here> ...... <input type = Submit value = "Submit Data" onclick="window.close()"> </form> | |
Re: Since you seem to only have command.com on your drive, format will not work, as it is executed by a file named FORMAT.COM. Also, I see that neither of your CD-ROMs are detected. So, I suggest you open up your computer and make sure that all cables, especially the data … | |
Hi, My friend has a Sony combo drive, the CRX 320 EE. Supposedly, this drive, as a CD writer is a 52x32x52x drive. Trouble is, when I put in a 52x CD-R disc (Moser Baer 52x CD-R), nero detects it as a 40x disc. The CD is a 52x CD-R. … | |
Hey fellow geniuses I've got 2 RAM sticks --> 512 mb @ 400MHz --> 512 mb @ 333MHz Here's the problem. When I install the RAM sticks individually one at a time, the computer starts up fine. But, when I install both of them, the BIOS gives me three long … | |
Re: Could be a problem with either DirectX or the graphics drivers. I recommend DirectX 9.0c and the latest forceware drivers from nvidia. Also, disable all redundant programs running, like instant messengers, media players, compression utilities etc. Ideally, the only programs running while playing games should be an antivirus software and … | |
Re: It's possible that Compatibility mode is set to run in Windows 95 emulation for these programs. Right click the program's exe and choose properties. Click the compatibility tab. Uncheck "Run this program in compatibility mode ". Try running the program again. | |
Re: Need more info. Which player, which company, what type of batt etc, but im gonna try making a few assumptions. Im guessing the battery in your player is charged by the USB port when the player is connected. If that's the case, you will need to first charge the player … | |
Re: Okay, here's how I've implemented a user registration form: <%@ Language="VBScript" %> <%reg=Request("reg")%> <% if reg <> 0 then sub checkuser(value) %> <html> <head> <meta name="Microsoft Theme" content="profile 111, default"> </head> <body></body> </html> <!-- #INCLUDE FILE="loggedin.asp"--> <% Response.End end if else %> <html> <title>Registration Form</title> <head> </head> <body> <SCRIPT LANGUAGE="Javascript"> … | |
Re: Sigh.....your hardware is extremely antiquated. The reason why your system hangs is that your CPU is being used up completely(100% as you said), and no CPU time is available to service the http requests. I'd suggest STRONGLY that you get a new computer stat. Another problem could be your internet … | |
Hi, In a project I'm working on, Im supposed to display 20 track names (its a music database). Currently, Im adding the links to the tracks like so: <a href="music/<%=rs1("artist") %>/<%=rs1("album") %>/<%=rs1("tno1") %>%20<%=rs1("Track1") %>.<%=rs1("ext") %>"><%=rs1("Track1") %></a><br> This same line is repeated 20 times, with the number1 being replaced by 2, … | |
Re: [QUOTE=sweet_jam_in]Computer specifications : Pentium IV 2.4 GHZ OS : Win 98 SE Windows Media Player 9 Everything was doing well. But suddenly I can only listen 16 or less than 16 kbps mp3 files smoothly and cannot listen more than 16 kbps files. The songs are moving but smoothly. Any … | |
Hi, I've created a password protected website using ASP for a project. However, for authentication, the username and passwords are passed as clear text parameters to the ASP. How can I implement a one way hash mechanism so that the database stores the hashed values of the password, and not … | |
Re: I'm guessing that as photoshop was working fine before, his RAM modules may have gone bad. Check system properties and see the amount of RAM detected.... | |
Re: As you hear a clicking sound, I suspect your hard disk is going to crash. BACKUP YOUR DATA RIGHT NOW and get a new hard drive... | |
Re: It's possible that there WAS a virus which has now been removed by your efforts. However, this virus may have corrupted critical system files. I recommend that you backup your files, reformat the hard drive and reinstall the OS. | |
Re: I've had this problem. It happens when the NTFS Quotas are enabled and set to deny disk writing when a user exceeds his allocated disk space. What you can do is right click the drive giving you problems, choose properties, click the Quota tab and uncheck the box labelled "Enable … | |
Re: Your windows installation source (CD or network share) is corrupt. Try getting a different Windows XP CD | |
Re: In all probability your partitions are not yet setup. In windows 2000/XP, go to start>run and type 'diskmgmt.msc' and press enter. In the Disk Management window, you will probably see your drive C:(127 GB) and the remaining space as Unpartitioned Space. Right click the Unpartitioned Space and click New>Logical Drive, … | |
Re: Yes, you shouldn't have any probs with such a setup. In response to thong inspector's statement [QUOTE]Copying discs works better when copied to the hard drive then back to the same disc...[/QUOTE] I agree it's better, but doing so will NOT copy the boot sector off of bootable disks. A … | |
Hey all, Heres the code of an ASP I'm working on... ------------------------------------begin ASP------------------------------------- <%@ Language=VBScript%> <% artist=Request("artist") album=Request("album") Set con1 = server.CreateObject ("ADODB.Connection") Set rs1 = server.CreateObject ("ADODB.Recordset") con1.Provider="Microsoft.Jet.OLEDB.4.0" con1.Open (server.MapPath ("\databasecore\mediaguide.mdb")) sql = "UPDATE artistinfo SET UserAlbumReview='"&TRIM(Request.Form("AlbumReview"))&"' where artist ='"&artist&"' and album = '"&album&"'" rs1.Open sql,con1 %> <html> <head> … | |
Hi all If I create a link that opens a new window, how do i make it such that when I click a link on this page in the new window, that link should open in the original window? I was guessing its using javascript. Any idea how? Thanks | |
Re: can you provide more details as to what exactly youre doing and what you've done to rectify the problem? I may be able to help you out then | |
Re: [QUOTE=cscgal]I, too, hate those visual confirmation things. Besides, what is the biggest harm done if a bot registers on your site? What would be the advantage for a bot to do so, anyways?[/QUOTE] One way for those visual confirmation thingies to be less annoying is if they wouldn't warp the … | |
![]() | Re: why? what if a member realises he made a mistake in the post? ![]() |
Re: I think some of your MP3s are regular and some are MP3pro. Both have the same extension (.mp3). What you could do is install the latest version of Winamp 5. This player has support for MP3Pro. See if this helps and let me know.... | |
Re: Can you tell me if the mobo is beeping? If not, you can be sure its dead. If it is, let me know what kind and how many it is giving. Thats the best way to diagnose potential problems. | |
Re: Click Start>Run. In the run box, type "iexplore.exe" If IE launches, then only the shortcuts have been deleted. You can re create the shortcuts manually by creating new shortcuts with the path as %ProgramFilesDir%\Internet Explorer\iexplore.exe. %ProgramFilesDir% is the folder named "Program Files" in the drive in which windows is installed … | |
I'm having a wee bit of trouble. The code is as below: <%@ Language="VBScript" %> <% AlbumArt=/music/Request.Form("artist")/Request.Form("album")/Folder.jpg %> The values of artist and album are obtained through a form. What I want is that whenever a user submits the form with, say artist as "Dream Theater" and the album as … | |
Hey Here's a table I got from MSI's web site FSB\Memory DDR266 DDR333 DDR400 200 MHz YES YES NO 266 MHz YES YES YES* 333 MHz YES YES *** 400 MHz NO NO YES* What I want to know is this: the 200, 266, 333, 400 MHz listed in the … | |
Hey all, Im putting together a 64 bit machine for my friend. I want to know, will all 32 bit progs run on it? Especially since I will be installing 32 bit WinXP Pro SP2 till I get a copy of the 64 bit edition. Will I have any probs? … |
The End.