2,255 Posted Topics

Member Avatar for Bob_180_Bob

Do you in fact have a CD burner? Is the burner program in simulation mode?

Member Avatar for Bob_180_Bob
-1
73
Member Avatar for MidiMagic

The sidebars on the DaniWeb pages match the vertical scrollbar in Firefox. When the handle is at the other end, it's hard to tell if you are on the bar or not. Could we have some contrast here?

Member Avatar for jbennet
0
162
Member Avatar for trient

Don't design to an absolute size. From computer to computer, you are going to find: - Different screen resolutions - Different color sets - Different browser software - Different window sizes - Different monitor dot sizes You have to make things flexible if you are going to have approximately the …

Member Avatar for MidiMagic
0
72
Member Avatar for priyapratheep

You don't have anything between the opening and closing span tags. This causes the tag to fail to render at all.

Member Avatar for MidiMagic
0
72
Member Avatar for thosecars82

I am building pages that work the same (or very nearly the same) on both. Tips: 1. Don't put surrounding styles (margin, border, padding) in the same styles or tags as size styles (height, width), other than to set the other ones to 0. Internet explorer renders these in the …

Member Avatar for MidiMagic
0
87
Member Avatar for mattyd

I discovered a proof that evolution is false. In order to build a cell, you have to have the blueprint (DNA), and the constructor (ribosome). My questions: - If the ribosome somehow evolved independently of the DNA, how did the instructions for making a ribosome get on the DNA? - …

Member Avatar for ~s.o.s~
3
10K
Member Avatar for suchiate

Your background color is overriding the background image, because it is later in the stylesheet.

Member Avatar for suchiate
0
159
Member Avatar for thosecars82

Are you going for some kind of award for the hardest to create webpage in history? And I suppose you don't want the curves to change shape if the button stretches the image. The only way I can think of to do this is to have a series of images …

Member Avatar for MidiMagic
0
72
Member Avatar for devi123

Put the visited styles at the top of the stylesheet, with the hover ones under them. If there is a conflict between styles, the lowest one listed in the stylesheet prevails. So the visited ones are prevailing over the hover ones because they are under them. You are mixing styles …

Member Avatar for devi123
0
87
Member Avatar for Tony_Gee

The problem is greedy web advertising with moving pictures that takes the entire CPU time. By the time you get the task manager open, the ad has quit.

Member Avatar for Tony_Gee
0
103
Member Avatar for rohitrao
Member Avatar for nishanthaMe

Use the percentage styles to get the browser window width into styles. [code] .classname1 {width: 100%;} .classname2 {width: 50%;} [/code]

Member Avatar for MidiMagic
0
140
Member Avatar for 81griffinIT

Maybe that is because IE displays fonts one pixel wider than FF does, for the same font size. You are not doing anything wrong. The browser makers can't agree on standards. Check the settings of the browsers too. A user can tell the browser to increase or decrease the font …

Member Avatar for MidiMagic
0
69
Member Avatar for designunltd

The problem is that not all monitors have the same screen resolution. If you design a page to fit a certain screen resolution with absolute sizes, the following happen to the page: - On monitors with lower resolutions, scrollbars will appear. - On monitors with higher resolutions, the page will …

Member Avatar for MidiMagic
0
77
Member Avatar for Stearmandriver

What you need is one table with a list of all of the products, and more fields for the different kinds of products to link to the original tables you have.

Member Avatar for MidiMagic
0
125
Member Avatar for markindallas

Did you use the name of the field the query produced? I got it to work, using the name of the field produced by the summary data function.. But you can't use data from both a table and from a query based on that table in the same form.

Member Avatar for MidiMagic
0
94
Member Avatar for DebT37
Member Avatar for MidiMagic

My computer was OK this morning. I am running Windows XP. When I started it up after coming home from work, all kinds of things were changed: - The display theme changed from Windows Classic to Windows XP. - My wallpaper selection is gone. - The color scheme I carefully …

Member Avatar for MidiMagic
0
82
Member Avatar for TheBeast32
Member Avatar for caperjack
0
272
Member Avatar for kanga62

Please don't! I am totally sick of this kind of page. They make me hit the BACK button.

Member Avatar for Dannyo329
0
304
Member Avatar for rmistry

Somebody may have reported a hotmail account as spam, and Yahoo blocked all connections to that server again. I am on Yahoo too, and sometimes can not access eBay because someone reported one of those phake eBay emails as spam again. For some reason, the spam reporting software can't tell …

Member Avatar for ralgajer
0
2K
Member Avatar for Aeneassan

Name is deprecated. Use ID. You have a scoping problem. You are using the names in onmouseover and onmouseout attributes outside the area where those names are defined. You need external scripts And I am totally sick of websites that make pictures larger when the mouse goes over them. Just …

Member Avatar for ~s.o.s~
0
132
Member Avatar for The Dude

It also depends on who made the cartoons. I like nearly all of the WB cartoons. But I am sad to learn that my most favorite of the WB cartoons ("Hare-um Scare-um") no longer exists. The early Hanna-Barbera cartoons were good, but the later ones were mass-produced. They were too …

Member Avatar for Sulley's Boo
0
104
Member Avatar for gerri-atrick

Let's get rid of this "table vs css" idea. It's bogus. Use table for tabular data, and other things that must be in clear rows and columns. You can use css to format the table nicer. Even rows of buttons are nicer with tables keeping them in line. If you …

Member Avatar for MidiMagic
0
92
Member Avatar for still_learning

Use the onclick option on a web page object to call a JS function that sets the checked value to true.

Member Avatar for still_learning
0
292
Member Avatar for Cosmocrazy

We have Deep Freeze on our desktops. If the computer is rebooted, or if it sits idle for two hours, everything students put on it is removed, and the computer is restored to standard configuration.

Member Avatar for MidiMagic
0
2K
Member Avatar for suzannemt

CDRW disks don't work like other media. They have to be erased backwards and recorded forwards, like recording tape. A bare CDRW can't be used like other media. It must be used with CD burner software, such as EZ Creator. Formatted CDRW can be used with drag and drop, but …

Member Avatar for MidiMagic
0
100
Member Avatar for FrankThePostman

You can't use getElementById to access elements added by a script. It can see only the original ID list present at the time the page loads.

Member Avatar for ~s.o.s~
0
3K
Member Avatar for andre1011

Generally you can't control the vertical height of a screen object to match the size of the browser window. This is because there are too many possibilities among different browsers and window sizes. Div is also very poorly designed and implemented. It generally assumes the height of the tallest object …

Member Avatar for andre1011
0
94
Member Avatar for zandiago

In my opinion, Hollywodd is the main cause of the decline in morals. The producers, writers, directors, and actors demand "artistic freedom," but their artistic freedom often teaches people the wrong thing to do.

Member Avatar for jbennet
0
862
Member Avatar for kevin wood

You don't have enough cache memory if that happens. This is a browser setting, not something you can control in a program. If the entire page won't fit in the unused cache space, the browser will dump the entire cache to make room for the new page. It does not …

Member Avatar for kevin wood
0
100
Member Avatar for Persist01

Careful. Putting size styles (width, height) and surrounding styles (margin, border, padding) in the same style or tag causes IE/FF incompatibilities. Nest two divs, ome with the sizes, and the other with the surrounding styles.

Member Avatar for MidiMagic
0
97
Member Avatar for veledrom

Aural css was never implemented enough to be used, and is now deprecated.

Member Avatar for MidiMagic
0
77
Member Avatar for walrushead

This is not available in Word. I would suggest some kind of posting software (like this forum) with no possibility of editing the posts. Then have a trusted person compile the posts into a document.

Member Avatar for MidiMagic
0
111
Member Avatar for wallaby34
Member Avatar for Ancient Dragon

We need a way to make a poll that uses Independent Voting, as opposed th the faulty Plurality system used now.

Member Avatar for jbennet
0
67
Member Avatar for helpless00
Member Avatar for jasimp
0
69
Member Avatar for Dani
Member Avatar for MidiMagic

There is a Trojan Horse appearing on some websites that claims that it "needs an updated driver" to display a video or similar file. It won't let you back out from installing the "upgrade," opening the same window again and again. But it is no upgrade; it is a Trojan …

Member Avatar for kylethedarkn
0
189
Member Avatar for ozzie212

HTML can't do that. It can't do anything but display web pages. The only way it can display a graph is if the graph is in an image file. Why do you want HTML? You need Microsoft Office instead. Excel contains all you need. Excel can also save an HTML …

Member Avatar for ozzie212
0
77
Member Avatar for kavithakesav

Are you trying to put the icon on a link to a web page, or download the icon to the user's computer? To use the icon as a button to link to a website, do this: [code] <a href="website.htm"><img src="pic.ico" /></a> [/code]

Member Avatar for Fungus1487
0
314
Member Avatar for MarcusMaximus

You can also use the lookup wizard, which is a lot easier. It is a type in the Access table design view. But first, you must create a relationship between the tables.

Member Avatar for shuff
0
110
Member Avatar for rizrash
Member Avatar for stimulights

My findings: - Write your own pages. Don't use their stuff. It writes tag soup. - Any page served by a Yahoo or Geocities server will NOT validate as served, because their ad insertions won't validate. Their ad insertions are also tag soup. And they are more concerned with keeping …

Member Avatar for MidiMagic
0
50
Member Avatar for DFC
Member Avatar for DannyB1982

A few tips: 1. FF usually follows the W3C standards better than IE does. So designing for IE is usually the troublemaker. 2. The defaults for text positioning (text-align and vertical-align) are different for the two browsers. Define them in styles, and the browsers will act alike. 3. Don't put …

Member Avatar for MidiMagic
0
110
Member Avatar for gilsontech

Unfortunately, the div tag is not implemented very well yet. This is a case where a table is needed.

Member Avatar for MidiMagic
0
163
Member Avatar for adiadi
Member Avatar for MidiMagic
0
63
Member Avatar for OmniX

That won't validate - it's tag soup. The anchor tag is an inline tag, and you can't put a block tag pair inside an inline tag pair. Div is a block tag. You can't put box properties on inline tags either. Put the anchor inside the div instead, and attach …

Member Avatar for OmniX
0
112
Member Avatar for SAMSEIED

Upper case is also not allowed in tag, style, and attribute names and values. Replace Color with color.

Member Avatar for MidiMagic
0
177

The End.