2,255 Posted Topics

Member Avatar for gagan22
Member Avatar for almostbob
0
99
Member Avatar for cguan_77
Member Avatar for essential
0
155
Member Avatar for MidiMagic

My students are permitted to search DaniWeb for answers concerning web design. The classroom erupted this week, because there is a stupid ad from SitePal that makes the computers talk. Must ad companies become more and more annoying??? They are NOT going to sell their product by making people mad. …

Member Avatar for MidiMagic
0
206
Member Avatar for stockton

Do NOT make images expand when the mouse moves. Nothing makes me hit the BACK button faster than a page that changes when you move your mouse. It's annoying. The user should click to get as larger image.

Member Avatar for MidiMagic
0
191
Member Avatar for koolhq
Member Avatar for almostbob
0
97
Member Avatar for stbtwitter

The problem is that you are trying to do what is impossible, for all practical purposes. The Internet is NOT designed to make something fit the browser window. It is a waste of time trying to do so. 100% height refers to the container, but browsers do not agree on …

Member Avatar for drumichael87
0
106
Member Avatar for Lee_Sonnenburg

The missing material might be literally UNDER the table, with the table covering it up. Div tags and table tags don't mix well. The div often renders the wrong size when div and a table are nested. This is especially true if the table can change size dynamically. Note that …

Member Avatar for diafol
0
309
Member Avatar for mjhamb
Member Avatar for Potato.Head

You have typos in your style (the : must touch the style). It is impossible to center stuff vertically on the browser window in a way that works on all computers. Never think of a web page as a sheet of paper. It is a scroll of paper as long …

Member Avatar for essential
0
128
Member Avatar for geny
Member Avatar for SKANK!!!!!

The png format is not well supported at this time. It is too new for good compatibility. Other things you might check: - Check for a typogoofical error. - Validate your code with W3C. Bad code throws browsers into quirks mode. - Is the cache too small for the file? …

Member Avatar for SKANK!!!!!
0
89
Member Avatar for mwirsig

A footer is not intended as a part of the Internet. It is a waste of time trying to make one. Just put it at the bottom of your content. Trying to make a page exactly fill the window is also a waste of time. Your client wants the impossible, …

Member Avatar for mwirsig
0
96
Member Avatar for caige

Uploading pictures is one of the last things you learn about php and mysql. You are putting the cart before the horse. Learn the basics first, and then the advanced stuff will make more sense. And easy on the zxnrbl in the title.

Member Avatar for MidiMagic
0
55
Member Avatar for k2k
Member Avatar for MidiMagic
0
936
Member Avatar for wrathyimp

You can't put something at the bottom of the browser window and have it work on all computers. There is no reliable way to address the bottom of the browser window, for the following reasons: 1. The Internet is not intended to work that way. A page always starts at …

Member Avatar for MidiMagic
0
123
Member Avatar for Lib Auth

You can't. Attempts to hide the link from the user also hide it from the browser. The user can read the source code for any web page with View / Source. Why do you want to hide the link? Sounds selfish to me. The entire purpose of the Internet is …

Member Avatar for kvprajapati
0
84
Member Avatar for degarb

You should have uninstalled the apps before you changed the configuration, and then reinstalled them into the new configuration. What was drive e? Was it your old hard disk, temporarily installed to move files? Can you put it back the way it was, uninstall the apps, and then set things …

Member Avatar for rneuschul
0
207
Member Avatar for themaster
Member Avatar for shalomalom
Member Avatar for almostbob
0
79
Member Avatar for PatMcC

This is the wrong way to get search engines to find you. It's not just the domain name. The search engine also looks for the title and the content. If the phrase appears in the website text, it will be indexed. The meta tags are NOT used, because they have …

Member Avatar for MidiMagic
0
130
Member Avatar for toddsmith
Member Avatar for tanmoy_india
Member Avatar for MidiMagic
0
107
Member Avatar for davidomurchu
Member Avatar for MidiMagic
0
69
Member Avatar for Tigran

It is better to fix the deficiencies in your code, rather than trying to make separate CSS sheets for different browsers: 1. Validate your html/xhtml with the W3C validator. Repair all code that does not validate. Bad code throws each browser into its quirks mode. Quirks mode causes widely varying …

Member Avatar for Tigran
0
135
Member Avatar for ingrammusic

Divs do NOT always expand to fill their containers. This is a known bug in the definition of div. They seem to work correctly if nothing but text is present, but if you put a div inside something else (especially a table cell), or if you put something else (such …

Member Avatar for MidiMagic
0
145
Member Avatar for marjan_m

In simpler words, you can use Notepad to create the css file, and save it with a .css extension on the filename.

Member Avatar for MidiMagic
0
153
Member Avatar for TheTeen
Member Avatar for sreein1986
0
576
Member Avatar for SKANK!!!!!

Remember that the browser looks at the fonts installed on the USER'S computer, not your host. The user would have to voluntarily install your font for the browser to be able to use it. Your best option, if you must use a nonstandard font, is to use MSPaint to stick …

Member Avatar for Airshow
0
114
Member Avatar for tux4life
Member Avatar for tux4life
0
224
Member Avatar for ChrisLala

How about writing on how designers have to waste time rewriting web pages that used to work, because the software makers and the W3C keep changing the standards. It's just like the forced change to DTV that everyone hates. The clowns in charge can't leave the standards alone.

Member Avatar for MidiMagic
0
250
Member Avatar for ericbux

Because the script is placed before the form in the html, the rendering parser has not yet read the form tag, so it does not yet know what the id "eb" is when the script runs. Place scripts after the objects they modify, if they must be in the body.

Member Avatar for ericbux
0
105
Member Avatar for CSquare93

You are NOT going to make any image exactly fill a browser window. There are several reasons why: 1. Different computers have different screen resolutions. 2. Different users have differing numbers of toolbars on their browsers. 3. The browser window might not be maximized.

Member Avatar for MidiMagic
0
117
Member Avatar for Syakoban
Member Avatar for MidiMagic
0
191
Member Avatar for peepster

Stop using pixels!!!! Pixels for sizes make pages incompatible with different screen resolutions. Define all sizes with ems (for text) or percent (for screen layout).

Member Avatar for MidiMagic
0
108
Member Avatar for arosemena

Browsers do not display tag pairs with nothing between the tags unless they are needed to render something else. Put something between the tags. The usual filler for an empty pair of tags is either [icode]<br />[/icode] or [icode]&nbsp;[/icode] .

Member Avatar for arosemena
0
4K
Member Avatar for AmandaLouSmith
Member Avatar for MidiMagic
0
136
Member Avatar for padrict

I do so hate sites that do that. Inevitably the image that pops up hides the one I wanted, so I can't get to it. Please don't make stuff happen unless I actually click.

Member Avatar for MidiMagic
0
87
Member Avatar for Jayse

With a normal host, you don't have to do anything. Indexing is automatic when the following are present: - The host does not prohibit robots from searching it. - The home page is named according to the home page rule the host uses. - Each page can be reached by …

Member Avatar for almostbob
0
102
Member Avatar for himgar

As long as robots are not prohibited from searching your host, and as long as your homepage is named the name your host requires, the indexing should be automatic. Mine always appear within a day or two without any coaxing from me. I don't have to do anything, except upload …

Member Avatar for almostbob
0
107
Member Avatar for bryanhiehle

You can not set the size of something to exactly fit the height of the browser window in a way that works on all browsers. Do not waste your time trying to do this. When width and height conflict in the sizes they need for an object, width has priority …

Member Avatar for MidiMagic
0
94
Member Avatar for genieuk
Member Avatar for cguan_77

[QUOTE=cguan_77;869165] what's the ideal width for a page? [/QUOTE] The ideal width of a page is 100% of the browser window. Never use pixels or other absolute measures to set widths. Set the widths of items on the page as percentages of the page width.

Member Avatar for MidiMagic
0
89
Member Avatar for Mapper99

IE and Firefox display things slightly different: - IE makes characters in some fonts one pixel wider than Firefox does. - Firefox counts the surrounding styles (margin, border, padding) as being OUTSIDE the declared width or height of some box objects. IE stuffs those surrounding styles INSIDE the declared width …

Member Avatar for MidiMagic
0
137
Member Avatar for foryounow
Member Avatar for cguan_77

That is ancient code. Add a style to the stylesheet instead: [code] table {background-color: #ff0000;} [/code]

Member Avatar for MidiMagic
0
144
Member Avatar for ricosapphire

I discovered that some of them change when certain software downloads occur. The program that downloaded "took" the files and put its own icon on them.

Member Avatar for willis100
-1
669
Member Avatar for ctm in trouble
Member Avatar for reganstar
0
481
Member Avatar for RonaldDuncan
Member Avatar for monty1972

The file has to be on the server. Nothing else can find a file that is saved on your own computer.

Member Avatar for !!underlink!!
0
113
Member Avatar for Loopster

There are a couple of problems here: - You have the width declared twice, once in the style and once in the tag. In at least one case, they are different. - What doctype are you using? The width and height parameters are deprecated in xhtml. - Why are you …

Member Avatar for !!underlink!!
0
163

The End.