2,255 Posted Topics
Re: Another example of (expletive deleted)-for-tat censorship? I find it excessive that some words with ordinary uses are banned because they also have illicit uses. I can't even post either name of my favorite comedian. | |
Re: It appears to be closing the login session after each use. You need a way to keep the session open, and a way to log out when you are done. | |
Re: Make Faculty ID the primary key in the Faculty table. Form one-to-many associations between Faculty table and the other two tables. | |
Re: Make student-id the sorting key of the students table. Form one-to-many relationships from student to tests, and from student to assignments, using student-id as the key. | |
Re: You have unescaped < and > characters in your js code. The web browser is confused by these. Make your js an external .js file, and it might fix this. | |
Re: Reinstalling Windows should not remove other data. If it did, it means that Windows reformatted the hard drive because it was unreadable. | |
Re: Such codes are usually not rendered. Have you tried the code \r? I don't know if a text box can handle page breaks - it is one page. | |
Re: You can't have multiple items with the same id. It is a W3C violation. | |
Re: Mass transit doesn't work, unless a lot of people want to make the same trips. In a city like mine, there are so many different possible trips that mass transit to cover even a tenth of them is prohibitively expensive. There still is no concrete proof that global warming as … | |
Re: Why not make one image with the logo and the bars in it? | |
Re: That reminds me of the fake DOS program I wrote 20 years ago. No matter what you did, it gave the error message: BAD COMMAND OR FILE NAME. and then it printed a C:\ prompt and waited for input. It repeated this until you used ctrl-C. | |
Re: If it happened to me, I wouldn't be able to post again, because refreshing clears the post window contents. I am using linear, and do not have the error. | |
Re: Is this a video saved on your hard disk, or over the Internet? - A video on your hard disk should not change. If it is changing, you have hardware trouble. - You might have other software running that is stealing jiffies from the program playing the video. Close all … | |
Re: Look for: - Viruses - Software someone downloaded (may be taking over keyboard commands) - A pop-up organizer (such as Sidekick) - A different keyboard (programmable?) - Extra files with the names of system files. | |
Re: Is there a way we can patch Bill instead? | |
Re: I have several repeating dreams: - I am building huge databases about really stupid stuff (e.g. the number of tacos eaten daily in each state) in Access. - This cute girl is after me to the point of becoming a pest. - I am working on a construction site. Suddenly … | |
Re: This sounds like either a damaged installation, or a protocol problem between Outlook and your ISP (which is why NS said to try another service). There is a possibility that malware has invaded the Outlook environment. Or it might be that a malware scanner quarantined one of Outlook's files. Another … | |
Re: Are you putting string values into field[12] ? | |
Re: There are some tricks (mostly things to avoid): - DON'T put size attributes (height and width) and surrounding styles (margin, border, padding) in the same tag, whether done inline or css. Instead, nest two objects, one for the size, and one for the surrounding styles. - Define the vertical alignment … | |
Re: Marquee doesn't work on all browsers. It is nonstandard and deprecated. | |
Re: Put it inside code pseudotags, like it says in the watermark. | |
Re: You need to put a space before the / in the self-closing tags. [code] <br /> is OK <br/> is not OK. [/code] | |
Re: I had this trouble. The problem is that IE does not update the screen until there are no scripts running. So you need to temporarily end the script, and use setInterval to start another function after a short pause. | |
Re: This is not yours to control. It belongs to the user who owns the computer. | |
Re: The first statement is different. | |
Re: 1. Check your Audio Mixer (In Volume Control). It has different faders for different kinds of files. 2. Some video files are like that. The guy doesn't have the know-how or equipment to make them loud. | |
Re: Remember that some ISPs automatically bar displaying html in emails. | |
Re: You will have to combine them: 1. Use an IF function to find out if the other cell contains "Complete" 2. Have the Then and Else portions of the IF function place different values in the current cell. 3. Use conditional formatting to select the color. 4. If you don't … | |
Re: This is a common problem. Suggestions: 1. Use real html to define the basic page. Don't put everything in a script. 2. Remember to not apply defined block object sizes (width or height) and surrounding styles (margin, border, padding) to the same tag. This is true whether you use inline … | |
Re: Depending on how the code is written, you might need to refresh the forum page before using that link. | |
Re: All of your tags should be lowercase. You need JavaScript to do something dynamic such as what you want.. | |
Re: Possibilities: - Attach to an email. - FTP | |
Re: The attribute [icode]align="center"[/icode] is deprecated in xhtml. | |
Re: You should not be saving passwords in IE. | |
Re: [QUOTE=bosanava;540186] 2. How do I make sure the size of the page stays fixed across browsers/computers? it seems to change from one computer to the next. [/QUOTE] You don't. What you want is impossible. Since different browsers use different rendering methods, and different computers have different screen resolutions, this is … | |
Re: There are several possibilities, but I need to see more to tell what. The possibilities: 1. IE is not case sensitive for styles and tags. Firefox is case-sensitive. So, to be sure your ids and styles are compatible, make everything in your stylesheet and references lowercase. 2. It may depend … | |
Re: Why do that? Just change the settings in My Computer and in your browser so it asks you what to do with the file each time you view a video. Save is an option there. | |
| |
Re: Get rid of this feature! There are times when ISPs go down. To blacklist someone because an ISP is down is RIDICULOUS! I can't change my email address without losing a lot of money. | |
Re: I would put used car salesmen ahead of corporate leaders, and lawyers ahead of both. Most corporate leaders are honest. The news media always focus on the few that aren't. But politicians top the list. Among their lies: - National health care can actually work. - The minimum wage actually … | |
Re: Why not just float the image to the left or the right as needed, and let the text wrap around it. | |
Re: I wish people would do that, instead of using real popups. | |
Re: Look in the html instead of the js. Also, you need to use a timer to start the function to load the flash file, and use events to cancel the timer. | |
Re: This is a security setting, in either Outlook or Internet Explorer. | |
Re: You forgot two: 1. Remove half of government. It causes more stress than anything else. 2. Do not change your clocks for Daylight-Stupid Time. | |
Re: Are you the main user? If not, the superuser settings might take precedence over yours. If you are in a school or business setting, the sysops control such things. If the computer has Deep Freeze installed, it resets everything back to standard settings when the computer is not being used. | |
Re: Several thoughts: 1. Your ISP may have acquired a heavy using client that loads down the trunk. 2. The server computer providing the downloads may be deluged with users or spam attacks. 3. The weather can affect DSL speeds. 4. Look for malware. |
The End.