Потребителско име: Парола:
Регистрация на нов потребител
Отговорник: toedder 
 Computers

Have computer questions, hints, or tips?

BBW's Tips on how to speed up page load the brainking site
Computers (BIG BAD WOLF, 2007-03-12 20:16:01)


Съобщения на страница:

Какво ново за cheap notebooks?
Списък с дискусии
Тук не Ви е разрешено да публикувате съобщения. Изисква се ниво на членство най-малко Мозъчна Пешка.
Режим: Всеки може да публикува
Търси сред публикуваното:  

<< <   41 42 43 44 45 46 47 48 49 50   > >>
4. март 2006, 08:44:21
sandra... 
Относно: keyboard help
my friend has a laptop and some of the letters wont work when pressed.. and none of the numbers or symbols either... can anyone give me a clue what to do to get them working please :)

4. март 2006, 06:22:55
ali 
Thanks, i try that.

4. март 2006, 01:50:03
WhiteTower 
Относно: Re:
ali: Power is OK, but make sure they are set up clearly as master (cd writer) and slave (dvd reader). Or try to put the writer on its own cable and take the dvd reader as a slave to the hard disk cable.

3. март 2006, 23:54:00
ali 
Променен от ali (3. март 2006, 23:56:43)
Hey, any one can help me?
I have cd Writer and dvd rom on my pc, i cannect them with one IDE cable to mother board my problem is when i connect both of them to mother board(with one IDE cable) the cd writer can't write and read cds properly, but when i disconnect dvd rom from this ide cable the cd writer work properly. i think may be my system power is little for 3 IDE devices(Hard,dvd rom, cd writer).
What do you think?
notice that my system power is 300w.

1. март 2006, 00:00:22
Andersp 
Относно: Re:
Pythagoras: Thanks again...ive copied it to my notepad :)

28. февруари 2006, 23:57:21
Chicago Bulls 
Относно: Re:
Andersp: Oh! That's bad...:-(

But it's really simple to do it.
You just add the above in the code after <body>:

<SCRIPT>

function DoBlink()
{
var blink = document.all.tags("BLINK")
for (var i=0; i blink.length; i++)
blink[i].style.visibility = blink[i].style.visibility == "" ? "hidden" : ""
}

function startBlink()
{
if (document.all)
setInterval("doBlink()",600)
}


window.onload = startBlink;

</SCRIPT>

28. февруари 2006, 23:54:19
Andersp 
Относно: Re:
Pythagoras: Thanks...but i leave it as it is now...if anyone wants it blinking they have to use Netscape LOL..I wont waste more time on it..especially not now since my computer broke :(

28. февруари 2006, 20:45:40
Chicago Bulls 
Notice the line that breaks on the first definition of function DoBlink() because of the crappy bug Brainking has in this matter.
Be careful if you copy this and make the correction by removing the broken line.....

28. февруари 2006, 20:42:31
Chicago Bulls 
Относно: Re:
Andersp: No there is no _tag_ that you can use in both for blinking. There are other ways to make a text to blink in IE and here is one:

Put inside the HTML code for IE and at the starting of writing the code, for example after the body definition, the following:
------------
<SCRIPT>

funct
ion DoBlink()
{
var blink = document.all.tags("BLINK")
for (var i=0; i blink.length; i++)
blink[i].style.visibility = blink[i].style.visibility == "" ? "hidden" : ""
}

function startBlink()
{
if (document.all)
setInterval("doBlink()",600)
}

window.onload = startBlink;

</SCRIPT>
--------------


So with this way, you can from now on use in IE the blink tag in its usual form!
That means if you write the above script, you then can write <blink>Teeeeeeext</blink> and the teeeeeext to be blink in IE!
Notice the number 600. You can change it and control the blinking frequency......



For example in this:
------------
<html>
<body>


<SCRIPT>

function DoBlink()
{
var blink = document.all.tags("BLINK")
for (var i=0; i blink.length; i++)
blink[i].style.visibility = blink[i].style.visibility == "" ? "hidden" : ""
}

function startBlink()
{
if (document.all)
setInterval("doBlink()",600)
}

window.onload = startBlink;

</SCRIPT>


Text-1 <br>
<blink>Text-2</blink>


</body>
</html>
----------------
-----

The text-1 will NOT blink while the text-2 will blink in IE!

28. февруари 2006, 20:14:16
Andersp 
Относно: Re: HTML TAGS
Hrqls: Thanks...ill check it out :)

28. февруари 2006, 20:09:54
Andersp 
Относно: Re:
Pythagoras: Thanks for your long reply...and yes i knew that i cant use <blink> in IE...my question remains:

if i want blinking text for BOTH Netscape and IE is there a tag (excuse me for using code) that works for both browsers (IE AND Netscape)?

28. февруари 2006, 20:08:28
Chicago Bulls 
HTML codes??????? What is this???? Do you mean tags?
Here you can download the HTML 4.01 specification with the complete commands of the HTML code.....
However if you try to find blink in those specifications you will not find it since this is not a standard HTML tag and it is not recommended to be used......

Internet Explorer doesn't support blink tag!
HERE is a list with what IE supports.....
----------------------------------
-----

Also see this:

HTML Tags that Only Work in Netscape (Sometimes Mozilla or Opera)

There are six tags that are only visible with Netscape. Keep in mind that many of these tags (such as <layer></layer>) are not a part of the XHTML specification.

  • <blink></blink>
    The text within the <blink></blink> tag will turn on and off (blink). This can make text fairly difficult to read. This tag works in both Netscape and Mozilla.

  • <keygen></keygen>
    This tag was meant to generate a public key to encrypt HTML forms and make them secure. It works in Netscape and Opera.

  • <layer></layer>
    The layer tag allows you to place sections of your Web page on different "layers" and treat them as separate objects within your page. Use of this tag is discouraged in favor of CSS positioning. This only works in Netscape 4.x.

  • <multicol></multicol>
    The enclosed text will be displayed in multiple columns. This tag was meant to be used to create newspaper-like columns of text. This works in Netscape 4.x.

  • <nolayer></nolayer>
    The <nolayer></nolayer> tag indicates HTML that should be displayed in browsers that don't support the <layer></layer> tag, when layers are used. It is similar to the <noframes></noframes> tag in a frameset.

  • <spacer />
    The spacer tag was Netscape's take on the non-breaking space. Use this tag to put a specific sized block of white space on your Web page. Note that this tag works in the Netscape 4 and 6.
    --------------------

    HTML Tags that Only Work in MSNTV (WebTV)

    MSNTV (WebTV) has four special tags. This browser works on television sets, so these tags take advantage of that special medium.

  • <audioscope></audioscope>
    This tag displays the sound that the browser is playing in a visual format.

  • <blackface></blackface>
    Text enclosed in this tag will display in a double-weight typeface, different from the bold tag. This tag has been deprecated in favor of style sheets.

  • <shadow></shadow>
    Text enclosed in this tag will render with a shadow effect. This tag has been deprecated in favor of style sheets.

  • <sidebar></sidebar>
    MSNTV doesn't support frames, so this tag provides for a left-hand navigation similar to frames on the MSNTV browser.
    ----------------

  • 28. февруари 2006, 19:48:06
    Hrqls 
    Относно: Re: HTML codes
    Andersp: The World Wide Web Consortium (W3C) is said to be standard

    for anything with html i like w3schools which also talks a bit about standards

    28. февруари 2006, 19:36:25
    Andersp 
    Относно: HTML codes
    Променен от Andersp (28. февруари 2006, 19:38:53)
    anyone knows where i can find HTML codes who are working on all browsers?...i used <blink> and it works perfect on Netscape but not IE

    26. февруари 2006, 11:35:40
    bitwisexor 
    AVI is actually a container format, so the quality has more todo with what it contains than it itself.

    25. февруари 2006, 23:40:50
    ali 
    Относно: Re:
    Променен от ali (25. февруари 2006, 23:44:16)
    harley: I know that but i need the program that its output has same quality as the input(vob dvd file with dolby surround ).

    25. февруари 2006, 21:11:37
    harley 
    I use easy video splitter to trim films if I need to;

    http://www.doeasier.org/splitter/

    Bu I don't understand about .avi? I find it great quality and I usually work with that format.

    25. февруари 2006, 13:24:06
    ali 
    Hey, i have a problem, i wanna trim dvd movies , but u know that the subtitle of movies store on ifo file that place on DVD , i wanna trim subtitle too. I follow these steps:
    using one dvd ripper such as super dvd ripper to atach subtitle to main video file but the output of these programs is Avi so the quality reduced , and then trim the avi file in a ulead video studio.
    So anyone have better solution for this problem?

    23. февруари 2006, 22:18:11
    Eriisa 
    Относно: Re:
    رضا: Its no problem Reza. I thought that also, and answered so Ali see what Bubba had posted.

    :))

    23. февруари 2006, 21:46:41
    Expired 
    Относно: Re:
    Eriisa: Excuse Ali for his answers. he's not yet familiar with the 'American' culture. Or maybe he misunderstand things, comparing them with how they are in farsi, our native language. I appologize.

    23. февруари 2006, 20:47:34
    Eriisa 
    he said #2


    then he gave his opinion.

    23. февруари 2006, 20:38:42
    ali 
    Относно: Re:
    Backoff: I didn't say what you like?!!!
    I say which of them is better for graphic tasks.

    23. февруари 2006, 14:24:22
    Backoff 
    #2. I never like to share CPU memory with the GPU.

    23. февруари 2006, 14:22:32
    ali 
    Tell me which of them is better?
    1-a graphic card that have 64 mb memory on board but using turbo caching that can use system memory- and 1GB memory ddr-400 dual channel(2*512)
    2-a graphic card that have 256 mb memory on board without turbo caching -and 512 memory ddr-400 dual channel(2*256)
    notice that the application for this system is game and graphics task.

    20. февруари 2006, 15:04:09
    Eriisa 
    Относно: Re: Guess telling everyone that I'm a Dummy was not good enough
    mrloupcity: I don't know much, and a whole lot less than the others on here, but I'll tell you this. My netgear wireless router was a nightmare in the end.

    I had someone put that one in, cause I had so much headache with others before. All was great for 3 months, then I started having it suddenly drop and lose signal or lose internet. I finally decided it was outside interference, maybe a ham radio or other transmission drowning it out.

    Anyway, we finally got so fed up, that we had it all pulled out. I had the same problem you did with trying to put the other card back in. Her pc is still looking for wireless even tho its not there, I bet.

    I don't know what all Robert did. (He doesn't play here) but I can always give you his email addy if you like and you could contact him.

    Hopefully, the others can give you some help.

    Sally

    20. февруари 2006, 09:44:03
    DeaD man WalkiN 
    Относно: Guess telling everyone that I'm a Dummy was not good enough
    and that there is no way I understand what all the NetBSD, NTFS, FAT or FAT32, PARTITION MAGIC, Unix, SuSE and Ubuntu, graphical interface, sparse and cryptic, GUI, ifconfig em0 10.3.1.3, and the last 1 shell users, really mean when it comes to computer talk.

    hiya all,
    Wish I knew how things worked on computers. Like setting up a network for my house.
    I got the router and I think the right card for my wife's computer. But everything I try can't make the card work for her computer. Maybe the book I got off ebay will help me set it up; Networking Home PCs for Dummies, cause I sure I'm dumb when it comes to it. TYVM all for your time.

    I told this board right off the bat that I was a computer dummy. And then I see replies like,
    Unless you have Windows XP on all PCs involved (the "OS for dummies", I suppose, although it's not a disgrace for all others to use as well!) then, yes, it is somewhat cumbersome to set up a nice wireless network. I don't understand what that means at all sorry. And then I also see things like, NetBSD, NTFS, FAT or FAT32, PARTITION MAGIC, Unix, SuSE and Ubuntu, graphical interface, sparse and cryptic, GUI, ifconfig em0 10.3.1.3, and the last 1 shell users. Which I have no way of knowing what people are talking about.
    When I did take any classes in school, all the books would do is talk u step by step. And when I say school I mean Community College. When I say computer dumb I'm talking like a kid in grade school, don't know schmit.
    All I was trying to do here was see if anyone could help me via PM or even on the phone (I have cell phone), and maybe talk me thou how to set up a network. Again TYVM for the time and any help.

    Well let’s see where to start. Here goes, we got a router it's a netgear MR814. And our mean computer which is the one I'm using now, we ran a wire to router and I can get on line just fine it runs XP. But we got my wife a computer that runs ME and we bought a card for it and thought we could get it to work but we can't seem to get it to work. So we put back the card that was in it and tried to run a cable to it, just like we did my computer.
    1. But it still does not work. So now I just don't know what to do or try to get my wife's computer so we can make it be able to get on line. Oh we get our internet thou our cable company. I think it makes it a DSL. I don't know if this helps tell people what I'm trying to do but, I hope it helps tell someone what we are trying to do. But if not then guess I may have to just give up hope and that is a sad thing.

    I'M A REAL DUMMY WHEN IT COMES TO COMPUTERS. AND DON'T KNOW A DANG THING WHEN IT COMES TO COMPUTERS. SO GUESS ITS TIME FOR ME TO GO. DUMMY MEANS LIKE 2+2=294 LOL. THANKS FOR TRYING.

    SORRY to everyone for getting so upset, but I thought I did make myself clear. But again guess when you’re a dummy like I am when it comes to computers you just doesn’t know how to make it clear.

    Yes ROSE, I was way out of line with that comment. SORRY it was not the right thing to do. To take out my anger on everyone. :o(

    Now the guards for this board say, that it's time for me to stay in my corner and don't come back out. Cause you have talked too much. And you don't know what you are doing out on a computer board talking in the first place. lol Hope all can forgive me but, sometimes a person can just lose their head over little things.
    TYVM everyone for understanding (I hope).
    :o)

    20. февруари 2006, 09:16:08
    ali 
    Относно: Re:
    Doris:I offer AMD socket 939.

    20. февруари 2006, 05:35:26
    WhiteTower 
    Относно: Re:
    Doris: Would you like to elaborate slightly further on this? :)

    20. февруари 2006, 01:32:47
    Doris 
    Относно: Re:
    Pythagoras: Have you heard about the AMD Athlon 64 3500+ ? I have had Intel and AMD....I will never get another Intel.

    19. февруари 2006, 14:49:51
    Rose 
    Относно: Re: Well I'm done with this board
    mrloupcity: I think you are way out of line with that comment. When you posted your questions more than one person attempted to help you but you didnt give enough info for people to give you a precise answer to your problem.

    19. февруари 2006, 12:04:44
    Chicago Bulls 
    Относно: Re: Well I'm done with this board
    mrloupcity: What was your unanswered question....?

    19. февруари 2006, 06:22:00
    DeaD man WalkiN 
    Относно: Well I'm done with this board
    I tried to get help and more or less got blowen off with my question. So thxs bot and poof off I go.
    :o(

    18. февруари 2006, 19:09:26
    Chicago Bulls 
    Относно: Re:
    ali: I think because Intel had for a long time the monopoly in the CPU area with more than 90% it was following a path with some prices tha defined itself(due to the monopoly). Now(for the last 2-3 years) that AMD managed to create CPUs of even superior technology BUT with less cost, Intel desperately tries to catch it.....
    Because AMD's CPUs are cheaper by no means we should conclude or assume that it is of less quality.
    Intel woke up and has started it's counterattack!

    I was with Intel's side a long time ago, but now i'm with AMD since i realised that AMD is not just an alternative but it now started to define things!

    Anyway my next buy will probably be 2 computers: An Intel one and a AMD one....

    18. февруари 2006, 14:16:48
    ali 
    Относно: Re:
    Променен от ali (18. февруари 2006, 14:21:01)
    Pythagoras: I didn't hear that anywhere, i am the user of this kind of cpu (notice that my speach is not include socket 939!).I have a question : why AMD is cheaper than Intel? what is your idea?

    18. февруари 2006, 12:12:56
    Chicago Bulls 
    Of we are talking for that kind of high temperatures! Well overclocking isn't recommended in any case by AMD or Intel so any temperature problems isn't the fault of the company but of the user only!
    The way Ali put it, was like AMD has problems with its temperature while what happens of course is completely the opposite.....

    18. февруари 2006, 11:57:12
    WhiteTower 
    Относно: Re:
    Pythagoras: Come on, you know well that BECAUSE of the lower heat emission it's the most overclocked CPU brand :)

    18. февруари 2006, 11:29:56
    Chicago Bulls 
    Относно: Re:
    ali: AMD and high temperatures? AMD is known for not having that kind of problems since their CPU produce much less heat than Intel.....
    Where did you hear that....?

    18. февруари 2006, 01:29:13
    Doris 
    Относно: Re:
    ali: I am partial to the AMD. I have it in both my cpu's

    18. февруари 2006, 00:26:46
    ali 
    Относно: Re:
    Doris: What kind of cpu you use?
    is it AMD or intel?
    If you use AMD your problem must be High Temperature and if u use intel probably your mother board has a problem.

    17. февруари 2006, 21:53:43
    Hrqls 
    Относно: Re:
    Summertop: i have also seen bad networks cause problems like this .. no total hangups but systems which are so slow they are almost hung

    17. февруари 2006, 21:14:13
    Summertop 
    Относно: Re:
    Doris, Along with what Pythagoras offered. I have seen bad memory (RAM) do this. Everything is going fine, until the bad part of RAM is used...then Lock-Up!

    17. февруари 2006, 20:19:17
    Chicago Bulls 
    Относно: Re:
    Променен от Chicago Bulls (17. февруари 2006, 20:20:43)
    Doris: .
    .
    .
    6 possible things:
  • High Temperature.
    Probability = less than 1% since there is no way the technician to miss a high temperature situation.
  • Hard drive problem.
    Probability =~ 0.1% since it is relatively new....
  • Virus.
    Probability =~ 0.1% since you changed HD and the problem remains......
  • Motheboard problem.
    Probability =~ 95% In most situations where something similar happens, the motherboard is the problem. If you go to the store you bought it to fix it and they say that they have repaired it don't trust them! The motherboard should be replaced.....!
  • A problematic DVD-ROM,CD-ROM,Graphic Card, etc...
    Probability = ~4%
  • God hates you.
    Probability =! 1%........

    In my opinion is a motherboard problem.....

  • 17. февруари 2006, 16:57:44
    Hrqls 
    Относно: Re:
    bitwisexor: there are also virusses which constantly try to access your A drive, when there is no disk in it it can cause damage .. the same with virusses which set your display settings so that it can damage your monitor

    17. февруари 2006, 15:54:45
    bitwisexor 
    Относно: Re:
    playBunny:

    > Viruses can only affect Windows and programs, not the hardware. Reinstalling Windows will get rid of viruses and the like.

    They can effect any OS if it's exploitable :) But getting away from technicalities, it is possible for viruses to affect the hardware: ACPI being a good example.

    You could even consider using resources up as theoretical damage to hardware (overheating due to CPU being used constantly) - but then your hardware was fundamentally broken before that anyway ;)

    17. февруари 2006, 01:15:23
    Doris 
    Относно: Re:
    Променен от Doris (17. февруари 2006, 01:52:44)
    playBunny: Thank you so much for your help. I'll go on his computer and find it....maybe it won't freeze up before It can give me some information..:}

    17. февруари 2006, 00:59:32
    Doris 
    Относно: Re:
    playBunny: It is about 5 years old. The HD was replaced a year ago. It was full of viruses then too. It was freezing up like it is now and everytime I re-boot it...when the windows logo and info comes up on start...It shows a message that there is an error in the files and that it is recommended to allow it to check the file system. Each time it always finds finds files that need to be truencated. The technician that we took it to at that time told me that when that message comes up about checking the files that it means the HD is about to go out....so we had him to replace it. Now it's doing the same thing, I did check the fan on the cpu and it seemed to be blowing good.

    17. февруари 2006, 00:29:22
    Doris 
    Относно: Re:
    playBunny: Yes, It freezes completely so the mouse won't move. I have to reboot it manually. Task manager doesn't come up by pressing Ctrl-Alt-Del. It hangs randomly...not certain time frame in between. Yes, I opened it up and cleaned the inside. It has 3 fans and I cleaned them inside and out. The sides don't get hot.

    17. февруари 2006, 00:06:50
    Doris 
    Относно: Re:
    Променен от Doris (17. февруари 2006, 00:08:10)
    harley: It is my husbands computer. We have cable and our computers are networked. The cable from mine runs directly to his. It freezes up in any program. If it was the connection, wouldn't mine freeze too? I never have any problems with my puter. I gave his a good cleaning a while ago and it is still freezing up. Could it have something to do with the XP home edition? Could the disk have been corrupted somehow? I am thinking about installing my XP professional on his and see if that will work. The only other alternative I can think of is to change the HD. At one time he had over 100 virus infected files. The only way I could get rid of them all was to completely erase the HD. Could those viruses have damaged the HD?

    16. февруари 2006, 22:50:31
    harley 
    Is it just your internet connectin that freezes, or does it also do it if you're just on (eg) microsoft word without being on the net?
    If its your internet check your connections, I recently moved my PC so I was plugged directly into the phone socket rather than through an extention cable and its improved my connection no end.

    16. февруари 2006, 22:16:57
    Doris 
    Thank you all for your help. I had run our of ideas. I have already completely erased the hard drive and re-installed everything and it is still freezing and have to re-boot constantly. I will give it a good cleaning and see if that helps.

    << <   41 42 43 44 45 46 47 48 49 50   > >>
    Дата и час
    Приятели на линия
    Любими дискусии
    Дружества
    Подсказка на деня
    Copyright © 2002 - 2024 Филип Рачунек, всички права запазени
    Нагоре