2,255 Posted Topics

Member Avatar for MidiMagic

I am searching for the latest developments on an engineering problem. The problem is that the search engines return thousands of pages on the subject, most of which I have read many times. Is there any way to limit a web search to sites that appeared within the last month?

Member Avatar for MidiMagic
0
119
Member Avatar for ggeoff

The purpose is to make sure that your pages [B]keep working[/B] when browser upgrades occur. I learned this lesson the hard way, when half of my pages that used to work suddenly quit working right. I then had to rewrite the whole site. Changes in the way browsers interpret bad …

Member Avatar for almostbob
0
511
Member Avatar for lakodajin
Member Avatar for Dat0

There is no way to universally make something take the height of the viewport. Don't even try - it's a waste of time. There is no standard way across browsers to do this. A height of 100% on the outermost container takes the viewport size in some browsers, but takes …

Member Avatar for MidiMagic
0
81
Member Avatar for Dat0

Different browsers use different standards when [icode]height: 100%;[/icode] appears in a box object that is not contained in another box object. Some browsers use the height of the viewport, others use the size of the document. My advice is to never use a percentage height unless the object is contained …

Member Avatar for MidiMagic
0
111
Member Avatar for alipica

One problem is that you have an invalid style. 0px is invalid. Do not attach a unit of measure to the number 0. Many browsers reject the entire style when this appears.

Member Avatar for MidiMagic
0
191
Member Avatar for Nakusya
Member Avatar for JohnSample
Member Avatar for bailbondlady

The history is in: My computer C:Documents and Settings\*****\Local Settings\History Where ***** is replaced by the name of the logged-in user. Be quick, because it is kept for only a week.

Member Avatar for ruskinaz
3
850
Member Avatar for sneekula

California has 2/3 of the lawyers in the US because New Jersey got to choose first. They chose toxic waste instead.

Member Avatar for vegaseat
1
495
Member Avatar for zandiago

It doesn't matter what science says about spanking. Both spanking, and the desire to abolish spanking, are religious beliefs. Both are protected by the Constitution, and neither should become part of the law.

Member Avatar for BestJewSinceJC
0
889
Member Avatar for Dat0

IE sometimes gets confused when you name a class or an id using a tag name.

Member Avatar for MidiMagic
0
106
Member Avatar for bellasteward

Note that some search engines can not search certain sites unless the robots.txt file is present.

Member Avatar for MidiMagic
-1
110
Member Avatar for Kruptein

You are never going to exactly fill a screen with an image. There are too many differences in screen resolution, aspect ratio, and browser configurations among different computers for you to expect it to work.

Member Avatar for MidiMagic
0
110
Member Avatar for vedmack
Member Avatar for lonelyman54
Member Avatar for paulhoffman

It is never a good idea to define custom colors for links to other pages. The reason is that most browsers allow users to overide the colors you define. The user can set the normal text color, the hover text color, the visited text color, and the background color. These …

Member Avatar for livecofriendly
0
254
Member Avatar for decimo

There is no way to fill the viewport exactly that works on all computers, browsers, window sizes, screen resolutions, and screen aspect ratios. Do not attempt to do this. It is not intended to be done, so it is not part of the W3C standard. Div is not currently defined …

Member Avatar for terri1210
-1
2K
Member Avatar for black3

You aren't going to save a binary file as a text file. The question is: do you want to make a binary dump of the file (displaying the hexadecimal code for the content of each byte as text), or separate out the bytes themselves, leaving them in numeric form? In …

Member Avatar for Troy III
0
167
Member Avatar for sk8ndestroy14
Member Avatar for fhvgh
1
667
Member Avatar for theimben

Please realize that you can't embed your player in a web page and have others use it. They can use only the players they have installed on their own computers.

Member Avatar for tdjprj
0
145
Member Avatar for dami06

[QUOTE=dami06;994468]I'm not sure where to put my background image in this code and how to make the image transparent. Could you please help me out. Thank you[/quote] The background image url belongs in a style for the body tag. I am not sure what you mean to make the image …

Member Avatar for webmaven
-1
111
Member Avatar for chicago1985

No. That requires a reboot of the computer with the resolution change. If you can, define everything in inches or percent width/height. Don't expect images to resize.

Member Avatar for ITGuys!
0
230
Member Avatar for MJ Pieterse

Negative numbers are not part of the W3C definition for margin. Browsers go into quirks mode when they encounter them. Note that it is NOT necessary to make a separate style sheet for IE. I have been able to make web pages that render the same for all browsers. The …

Member Avatar for Troy III
0
153
Member Avatar for arrbug

- Alignment is not inherited from div to table. You need to apply the style to the td tags. - The php script may be overriding the style. - If there is any syntax error in the style, the entire style becomes invalid in some browsers. You have syntax errors, …

Member Avatar for Troy III
0
111
Member Avatar for drewjj

First of all, 0px is an invalid style attribute. Some browsers throw out all styles where a unit of measure is attached to a 0 value. Second, as long as you define all of your sizes in pixels, you are going to have trouble. Different computers have different screen resolutions. …

Member Avatar for Troy III
0
108
Member Avatar for brij.it15
Member Avatar for MidiMagic
0
85
Member Avatar for Mike_H

The problem is that vertical centering can not be done in a way that works on all computers, browsers, screen resolutions, screen aspect ratios, browser configurations, and current browser window size and ratio. Anything that works uses some kind of kludge that may stop working with any software update. The …

Member Avatar for MidiMagic
0
368
Member Avatar for wrestler05

Can you put some text boxes out to the sides, and connect them with key letters (e.g., box D) to the select boxes?

Member Avatar for almostbob
0
389
Member Avatar for Doctor Inferno
Member Avatar for kaninelupus
1
235
Member Avatar for OnIIcE

That dotted line indicates that the picture has the focus. That is a windows function. It is supposed to be there.

Member Avatar for codejoust
0
214
Member Avatar for DADDYOFLA

You might have to tell FF where the port is. Go into Tools/Options and check the settings. What kind of connection do you have?

Member Avatar for crunchie
0
139
Member Avatar for happygeek

The biggest problem is its incompatibility with various software products. The second biggest problem is the learning curve. I am upset whenever Microsoft releases a new operating system, because I get same troubles each time: 1. The kind of software and hardware I use requires a real-time interface with the …

Member Avatar for javmedia
0
314
Member Avatar for Techwriter10

There is only one way Microsoft would have my respect, and that's the day they STOP CHANGING THE OPERATING SYSTEM.

Member Avatar for scru
0
145
Member Avatar for happygeek

We need a single standard that never changes, not a hodge-podge of pseudo-standards that keep changing.

Member Avatar for scru
0
121
Member Avatar for happygeek

Is this because the real spammers are there, or because the computers crackers have taken over are there?

Member Avatar for MidiMagic
0
190
Member Avatar for stuckinmud
Member Avatar for kaninelupus
Member Avatar for kaninelupus
-1
470
Member Avatar for vidhi.s

If you want the table to be the width of the screen, use: [icode]width: 100%;[/icode] Remember that different computers have different screen widths in pixels.

Member Avatar for LessZoa
0
125
Member Avatar for rdhiravani
Member Avatar for HughLa
Member Avatar for Alexancho

Neither 0 px nor 0px is a valid code. 0 px has a space in it, which makes it two different items. 0px does not work on some browsers, and causes the entire style to be eliminated. Those browsers can not take a unit of measure with a 0 value.

Member Avatar for MidiMagic
0
133
Member Avatar for Vivienita

Your DVD player for TV won't play any computer files. You have to convert it to video to do it on your TV.

Member Avatar for jgand
0
229
Member Avatar for Reliable

If you are expecting the background color to fill the div around the edge of the square image, you need some padding. If you expect the background color to fill in around an irregularly shaped object in the image, you have to do one of two things, because all images …

Member Avatar for Troy III
0
134
Member Avatar for michael.ngobeni

Questions: 1. Why do you need this specific font? 2. Why not just designate a commonly available font as a substitute? 3. Can you capture the image of your text in the font you want, and display the image instead? With a .gif file, you can even make the background …

Member Avatar for fuego2008
0
85
Member Avatar for cmills83

This is usually not a browser issue, but a player issue. The player expects to be on top when it is running.

Member Avatar for gorotms
0
90
Member Avatar for waelaltaqi

0px is not a valid style. Use just 0 for all 0 values. Do not attach a unit of measure. It causes some browsers to throw away the style.

Member Avatar for waelaltaqi
0
158
Member Avatar for marcosjp

The real tools are xhtml and css. Everything else just comes up with approximations of what you want, and tries to write code in these two languages. The code is not always good. Even Microsoft Word can make web pages. But the code is horrible.

Member Avatar for stevenpetersen
0
371
Member Avatar for tkshr

If you are using a bookmark, try typing in the url for the site without using the bookmark. Site upgrades frequently cause this problem when bookmarks are used, especially if the bookmark goes somewhere other than the site home page.

Member Avatar for donalda
0
4K
Member Avatar for powersstuff

Something is disabled in his browser. There is a setting on some browsers to print just the text, to save paper.

Member Avatar for powersstuff
0
138

The End.