620 Posted Topics
Re: memtest tests your RAM. There must be something wrong with that. Try taking a stick out if there is more than two. | |
Re: You could get a Linux live CD to backup your data to an external hard drive. Or you could install Windows 7 on a new partition. I would back the data up using a linux CD if you have a hard drive anyway, just in case. - Hope this helps … | |
Re: Hello, Are you asking can you use the USB ports that the mouse and keyboard are plugged in for things like flash drives? If you are then most likely you can; try it. If you have PS/2 ports for keyboard and mouse avaliable why not use them and free up … | |
Re: [QUOTE=Ali.Ayam;877079]No problem, only it will run at 266 MHz only...[/QUOTE] Thats true but it would be a bit slower than PC2700 though -but it would work. How much RAM have you now and what speed is it? If you do upgrade it is better to have two of the same … | |
Re: Hello, have you tried reinstalling Ubuntu? You may have removed the GRUB. Now you have tried using the recovery cd's you may have erased the data from the partition windows is in. If this doesn't work try formatting the entire drive (all data will be lost) and use the recovery … | |
![]() | Re: Maybe it is interference. Have you tried changing the channel or repositioning the antenna? Does the location make a difference to the connection speed? eg. is the connection speed the same 1 meter away as it is about 10 meters away? ![]() |
Re: Are you sure the cable supports 1Gbps and if you are thinking that having a connection speed of 1Gbps will speed up the internet connection it won't (for a home connection). Are you part of a network? I doubt your internet connection will be above 1ooMbps so I don't think … | |
Re: Hello Does [URL="http://support.asus.com/download/download.aspx?SLanguage=en-us"]this[/URL] help? What drivers do you have and need? | |
Re: You may already have a suitable graphics card. How many connections for monitors are their? It may also depend on what you intend on running on the screens. Playing games will require a decent graphics card(s) but if you are just doing light tasks like web browsing you can get … | |
Re: If you install the OS on a new hard drive it shouldn't touch the other hard drives. If you are still not sure disconnect the other hard drive and reconnect after the OS is installed. You could partition a drive and install the OS there if you wanted. - Hope … | |
Re: looks like it crashes when connecting to the internet. Have you tried disconnecting the ethernet cable or disabling the wirless card to see if it is network connections causing the problem. Try looking in the [B]event viewer[/B] for any errors. Type [B]event viewer[/B] in the start search bar. | |
Re: Is there no recovery partiton? If you can get the same version of windows installed you can use the key that came with the laptop. For example if you have a friend with a XP home CD and it was XP home on the laptop you could use the key … | |
Re: That is business GB compared to Computer GB. 1,000,000,000 bytes is one Gigabyte. You hardrive should have about 500,000,000,000 bytes. But Windows calls a Gibibyte a Gigabyte. A Gibibyte is 1,073,741,824. So there appears to be a loss in space. This may be confusing but [URL="http://en.wikipedia.org/wiki/Gigabyte#Gigabytes_vs._gigabits"]this[/URL] may help explain better. | |
Re: Is your port not being forwarded properly? You have to configure your router to allow the port to be forwarded. For my router it is under virtual servers, enter the port number in/out being the same and use that port for torrents. I think it is in preferences in the … | |
Re: Hello You could try [URL="http://www.crucial.com/uk/ballistix/?click=true"]Ballistix[/URL] or maybe [URL="http://www.kingston.com/hyperx/default.asp"]HyperX[/URL]. You want high clock speeds and low latencies. Also what OS are you using 64-bit can exceed the 4GB limit if the moterboard supports. A 32-bit may not utilise all 4GB. | |
Re: Do you have an anti-virus? If you do have one you run a virus scan. Looks like it isn't just the DVD drive that is the problem. | |
Re: Hello, have you tried clearing CMOS? Do you know the BIOS password? | |
Re: Have a look at [URL="http://upload.wikimedia.org/wikipedia/commons/thumb/6/6f/PCI_Keying.png/400px-PCI_Keying.png"]this[/URL]. I believe it is a PCI slot. There are graphics cards avaliable for that slot but they won't be anywhere near as fast as AGP or PCI-e. What is you location? I know where some PCI cards are avaliable in the UK. | |
Re: [QUOTE=Rezzinik;873202]I do not know what a ram is.[/QUOTE] RAM is your computer memory. it looks like [URL="http://upload.wikimedia.org/wikipedia/commons/thumb/c/ca/Memory_module_DDRAM_20-03-2006.jpg/180px-Memory_module_DDRAM_20-03-2006.jpg"]this[/URL] for a desktop and like [URL="http://upload.wikimedia.org/wikipedia/commons/thumb/d/d3/1GB_DDR2_SO-DIMM.png/180px-1GB_DDR2_SO-DIMM.png"]this[/URL] for a laptop. Do you have a desktop or a laptop? | |
Re: Hello Do you know how to use CSS? I use <DIV>'s. in your case in the CSS I would try... [ICODE]#column1 { margin-left:0px; width:10%; height:100%; position:absolute; } #column2 { margin-left:10%; width:80%; height:100%; position:absolute; } #column3 { margin-left:90%; width:10%; height:100%; position:absolute; } [/ICODE] Then in the HTML... [ICODE] <div id="column1"> <!--content … | |
Re: Can't you configure the grub manually. I know OpenSuse lets you configure the GRUB. If you install this "belinux" you may be able to reconfigure the grub and reformat the partition if it goes wrong. But I think the GRUB should pick up the old boot paths. | |
Re: Hello, I am not too sure what you are asking. Usually when I talk about system architecture I refer to 32-bit or 64 bit architecture. Broadly I would say it is to do with design and operation of the computer. I think you are confused with sizes. I would say … | |
Re: Have you tried using CSS for the style of the page? CSS is supposed to be used now. instead of; [ICODE]position:absolute;[/ICODE] try [ICODE]position:fixed;[/ICODE] fixed is supposed to be relative to the browser window. | |
Re: I find [URL="http://www.w3schools.com/CSS"]W3Schools[/URL] very useful. | |
Re: Maybe [URL="http://www.w3schools.com/CSS/css_reference.asp#dimension"]W3Schools[/URL] will help. I believe the difference is; height is the height and min-height is the minimum height of the image. Lets say we have an image that is 100px high. You could load the image by writing [ICODE]height:50px;[/ICODE] This will be [B]50px[/B] high or you could put [ICODE]min-height:50px;[/ICODE] … | |
Re: [QUOTE=kenny1989;872047]No, if you want a wireless network you will need a wireless router. If you are willing to get a wireless router then you can then buy a wireless adapter for your laptop if it has a spare mini PCI-E slot. This will probably void your warranty.[/QUOTE] You could do … | |
Re: I would recommend getting an antivirus. Maybe [URL="http://personalfirewall.comodo.com/download_firewall.html"]Comodo Free[/URL], use this permanently or until you decide which one you want. Security is the main concern, get the computer updated install security apps and then put the additional programs on. I am a big fan of free stuff; [URL="http://www.openoffice.org/"]OpenOffice[/URL] [URL="http://www.mozilla.com/en-US/"]Firefox[/URL] [URL="http://www.ccleaner.com/"]CCleaner[/URL] … | |
Re: [QUOTE=momof1in2002;872279]Hello. I am wanting to share a printer between to laptops. The are both vista and we have wireless router that we use. The printer is hooked up to his computer and i am sick of always waiting for him to get off the computer so i can print or … | |
Re: I believe hard drives are limited to four primary partitions. However you can have more partitions by using extended partitions. For example you could have C: as a primary D,E,F & G as extended and the linux partition will be primary. - Hope this helps | |
Re: Hello Did you go to[B] start[/B] and then cilck on the[B] power icon[/B] or did you go to[B] start[/B] >[B] shutdown[/B] and select [B]shut down[/B]? What colour is the power icon? If it is [B]yellow[/B] then it is set to go to sleep instead of turn off. Let us know … | |
| |
Re: Hello BenzBoy. Try this [URL="www.000webhost.com/"]000webhost[/URL] for hosting your website. Its free and has no ads or any other crap on it. What you put up there is what the viewer will see. - Hope this helps, I use this host and think it is pretty damn good. All you need … | |
Re: Depending on the price difference I would go for the Quad. Duo approx. 3+3 = 6 wheras Quad 2.4+2.4+2.4+2.4 = 7.2. Applications maybe improved to utilise quad core more and if it where me i would be thinking, maybe if i got that quad core it would have been just … | |
Re: What were you thinking doing that!? What type of RAM is it? Do you have just one stick? | |
Re: Honeslty I think the Microsoft download would be more better. Does the monitor work now? I got a new monitor a while back and never installed the drivers and it works fine. | |
Re: I think if you go to power saving options you can reduce the CPU usage, this will stop it from getting as hot but will slow it down a bit. I did this on my laptop as my fan made a fair bit of noise too. | |
Re: If you want to try ubuntu I would remove the usb hard drive and install it on the hard drive. Use the live cd to shrink the windows partition, then create two new partitions one swap and one for linux. The GRUB should be reinstalled and then you should be … | |
Re: Hello, Do you have any usb devices connected? Can you do a hard drive test from the BIOS? | |
Re: I have used [URL="http://free.avg.com/download-avg-anti-virus-free-edition"]AVG[/URL] and [URL="http://personalfirewall.comodo.com/download_firewall.html"]Comodo[/URL]. Comodo has firewall and antivirus (you can choose to have both or one). I use both and have no problems with them. - Hope this helps Are you sorted with anti malware and firewall? | |
Re: Hello Does the BIOS detect that you have 2GB of RAM? | |
Re: If you have the XP CD I think you can change/install the language for US/UK english. Have a look for the language bar on next to the clock. Did you download the US version? | |
Re: Hello, What have you tried so far? Which language are you interested in? | |
Is there any way someone can improve searching for this site? I often find myself using Google to search this site. Like offering a drop down list containing something like search Hardware/Software, current forum etc... A bit like quick searches on some sales sites like play.com or amazon. | |
Re: Hello darrenw89, From what I can see the microsofts print spooler is corrupted or missing. have you tried running chkdsk? perhaps a repair of the OS will help. Reinstalling the drivers will not harm the computer and you may aswell try it. | |
Re: Looking at this blog, have you connected it before turning on your computer? | |
Re: Does the machine turn itself off once you turn it on? | |
Re: Hi I would use [URL="http://www.openoffice.org/"]OpenOffice[/URL] if I were you. You can even save documents in Microsoft Word format. As for recovery try [URL="http://www.recuva.com/"]This[/URL]. - Hope this helps. | |
Re: [QUOTE=sivak;867466]can anyone send me the link or material to learn CSS[/QUOTE] I would use [URL="http://www.w3schools.com/"]W3Schools[/URL] [QUOTE=Ramy Mahrous;867521][url]http://www.lmgtfy.com/?q=CSS%20tutorials[/url][/QUOTE] Thats an interesting way too google something, I'll have too remember that one. |
The End.