2,255 Posted Topics

Member Avatar for zillah
Member Avatar for dclocke1982

It sounds like the ISP has the router as the device it expects to see. It may interpret the others as security violations. The slowdown is not in your connection to the ISP. It is an overload in the ISP connection to the rest of the Internet.

Member Avatar for MidiMagic
0
70
Member Avatar for km_gater

Look for the following: - Two versions of the file in different folders. - A cached version of the file. - A macro intended for a different spreadsheet is running when Excel opens.

Member Avatar for MidiMagic
0
114
Member Avatar for W.Peterson
Member Avatar for Jicky

Various ones I collected (but often didn't collect who said it): - In order to know something is wrong, you must make an odd number of mistakes. - The more funding a project has, the longer it takes to make the mistake that leads to the breakthrough. - The glove …

Member Avatar for vegaseat
0
270
Member Avatar for n33712

Easier: [code] ans = getinfo(); if(ans!=1 && ans!=2){ans = getinfo();}; [/code]

Member Avatar for n33712
0
98
Member Avatar for priddysharp

I think you are confusing IE's interpreter by changing the data type in a comparison in mid-run. While JS normally doesn't care about data types, it might configure the comparison or the parameter pass to work with the types of values it finds the first time the comparison occurs. Another …

Member Avatar for ~s.o.s~
0
132
Member Avatar for cancer10
Member Avatar for OmniX

You don't have the right to take over the user's computer. And there are three other ways to paste without using the keyboard. Instead, you should make your script reject any non-numeric input and ask for a correct entry. Booong! "Entry must be a number" {OK}

Member Avatar for ~s.o.s~
0
1K
Member Avatar for Serunson
Member Avatar for Zay

You can't put one kind of movie file inside another kind of movie just by pasting it. You are going to have to deconstruct the animated .gif file into its component images, and insert the proper number of copies of each individual image into the individual movie frames.

Member Avatar for GreenDay2001
0
233
Member Avatar for sqlchopper

If the data are on the server computer, javascript can't see them, because javascript runs on the client computer.

Member Avatar for sqlchopper
0
397
Member Avatar for tryphy
Member Avatar for A_member

This reminds me of the joker who wrote "suggestions" on the slot for the shredder at work.

Member Avatar for MidiMagic
0
99
Member Avatar for gallopers

There is no prohibition of tables, And I use CSS to format tables. What is discouraged is using tables to create overall page margins and other website elements that are now covered nicely by CSS. But there is nothing wrong with using tables if you need a rigid structure that …

Member Avatar for MidiMagic
0
81
Member Avatar for Dennis_Phils

This is one thing you really do not have control over. Why not instead try to make your conde cross-browser compatible.

Member Avatar for MidiMagic
0
82
Member Avatar for twomers

Here are some of my favorites: "Look at this cheese! It has holes in it!" (The Wizard of Speed and Time) "Move that crate! The light aint gonna get any greener!" (What's so bad about feeling good?) "Isn't it elf-explanatory? I'm an elf." (Santa Claus - The Movie) "What did …

Member Avatar for vmanes
0
276
Member Avatar for raziane

IP addresses as web addresses are obsolete. 1. Don't use IP addresses. Use of an IP address in a web address is usually a sign of sneakiness. Some firewalls block this (keeping your user from getting to your site). An IE security setting may be blocking this. 2. If you …

Member Avatar for raziane
0
167
Member Avatar for mitz

WYSIWYG = Weird Yucky Stuff I What You Get. Write your own code. One suggestion is to put a div around the whole right column, and add a left border to it to make the line. But that requires knowing how to code. You would also have to remove the …

Member Avatar for mitz
0
124
Member Avatar for jespester

I see several errors: - An input tag does not belong between a tags. Block tags can't be inside a tags.The clickable text or image belongs there. - There is no title attribute for an a tag. The title belongs between the a tags. - The alt attribute is required …

Member Avatar for Cryptoanalysis
0
125
Member Avatar for snb

You can execute commands on the server with the above methods. You can NOT execute commands on the client computer. That is an Internet security violation.

Member Avatar for MidiMagic
0
128
Member Avatar for MooseOf93

I know it's solved, but this happened the last time I got a call to fix a no-sound problem. After checking all they usual software settings, I took a look around behind the computer. The speakers were plugged into the mic jack.

Member Avatar for MidiMagic
0
159
Member Avatar for bahollings

This happened to me, and it was a stuck keyboard key that initiated it (it was not a toolbar, but a hotkey someone had installed). After I fixed the stuck key, the browser windows continued to open, even after the computer was rebooted. But this was because the requests for …

Member Avatar for caperjack
0
148
Member Avatar for Seakros

It looks to me as though you are downloading a corrupt file, or one not designed for use on your computer. Are you downloading a file for a game machine of some kind, or a file for a different computer platform? It might also be that there is malware in …

Member Avatar for caperjack
0
190
Member Avatar for ali100806
Member Avatar for Riff227

This is phishing or malware spam It has nothing to do with your computer or your email service. The notices are phake. This is usually used for phishing, advertising, or downloading malware to your computer. The entire notice was dummied up to fool you. No undeliverable email mentioned in the …

Member Avatar for Riff227
0
539
Member Avatar for OmniX

Is the button changing size when this happens?? Is a margin, border, or padding appearing and disappearing with the mouseover? Try applying a style to the field.

Member Avatar for MidiMagic
0
112
Member Avatar for smilyswapna10
Member Avatar for MidiMagic
0
71
Member Avatar for hailes_uk

Go into Format/Cells/Alignment and check Wrap Text. To force a new line, use Alt+Enter. Another way is to create a text box in Word, and then paste it as an object in Excel.

Member Avatar for hailes_uk
0
144
Member Avatar for jianwu_chen
Member Avatar for AbberLine
0
141
Member Avatar for Ezzaral

- Bicycle riders who won't obey the traffic laws (a bicycle is a vehicle, not a pedestrian). - People who demand an absence of religion in politics, and then inject religion by try to ban the religious beliefs and practices of others. - The 72 percent total tax on individuals …

Member Avatar for Estella
0
214
Member Avatar for prajaktanaikare

No. You are asking for the ability to commit security violations. Whoever wants this capability needs a course in internet security. The browser is not allowed to run any downloaded file for security reasons. The browser is also not allowed to unzip the file, since the file could install malware …

Member Avatar for prajaktanaikare
0
422
Member Avatar for tommymac14
Member Avatar for zandiago

As government keeps stealing more and more of the economy, the economy will crash. This will definitely happen if any of those promising national health care is elected.

Member Avatar for Ene Uran
0
206
Member Avatar for The Dude

Do you or your ISP have images disabled? Is your ISP so overloaded that it is dumping or delaying image files?

Member Avatar for The Dude
0
255
Member Avatar for Geminyi

There is NO WAY to place something at the bottom of the visible browser window that works with all browsers and screen resolutions. Stop trying. A tfoot tag works within a table. Place the tags as shown here: [code] <table> <thead> contents of header </thead> <tfoot> contents of table footer> …

Member Avatar for MidiMagic
0
107
Member Avatar for sneekula
Member Avatar for HazardTW

A common title bar format, title images, and css file, combined with links to the other sites, seems in order.

Member Avatar for HazardTW
0
168
Member Avatar for anthmaina

Firefox requires the semicolons after the statements. IE lets you cheat. You also have some HTML errors. And you have not &-coded your < and > characters inside the script. The browser thinks they are an HTML tag. It's better to have the main script in a separate file for …

Member Avatar for ~s.o.s~
0
168
Member Avatar for gpdrums

I think it's a lorem ipsum dolor problem. :icon_mrgreen: I don't see what you are describing, but I do see a white box around the last selection clicked. What are you calling the "main navigation menu"?

Member Avatar for Fungus1487
0
79
Member Avatar for foxylady

A DNS error means that your ISP can't find the computer that the site is supposed to be on. I can think of several reasons: - The site is down, voluntarily or involuntarily. (It might have been located in one of the recently flooded areas). I remember people complaining about …

Member Avatar for royalhg
0
357
Member Avatar for MidiMagic

HELP!!! I have Windows XP and Office 2003. When doing a spelling and grammar check in Word, I occasionally get a "comparison - revise text?" error on text. I have no idea what this error means, or how to correct it. The text looks fine. All of the tenses, persons, …

Member Avatar for MidiMagic
0
125
Member Avatar for Grantmitch1

It should be made impossible to do this. The fact that it can be done is a way crackers can sneak into computers.

Member Avatar for ShawnCplus
0
96
Member Avatar for Grantmitch1
Member Avatar for Grantmitch1
0
86
Member Avatar for langatmail
Member Avatar for toy_soldier
Member Avatar for MidiMagic
0
125
Member Avatar for atplerry

You need a lot of little pages, not one huge one. Navigate between them with links.

Member Avatar for MidiMagic
0
96
Member Avatar for smilyswapna10

You are trying to do something you have NO RIGHT to do. You want to take over control of someone else's computer. That is a security violation. Imagine yourself in jail. Then drop this idea.

Member Avatar for MidiMagic
0
92
Member Avatar for smilyswapna10

I would say this is a security violation. If it isn't, it should be. You have absolutely NO RIGHT to control someone else's computer, or the software running on that computer. And I absolutely HATE webmasters who do things that destroy my browsing history.

Member Avatar for MidiMagic
0
71
Member Avatar for MidiMagic

I was trying to write a formula to find the number of days between two dates in Excel 2003. I decided to test it with the dates of the beginning and ending of the Revolutionary War. I got a #Value error. Experimentation showed me that Excel; does not recognize any …

Member Avatar for MidiMagic
0
829

The End.