A Conversation for The H2G2 Programmers' Corner
CSS
Pirate Alexander LeGray Posted Apr 22, 2008
DNS and I've got a terrible memory for abbreviations, domain name service maybe, is certainly complicated. So my host has DNS1 and DNS2 but gives no information further than that, and indeed recommends using subdomains.
The only way you can transfer a domain is to set up a new account, with the new domain.
The only way you can get a TLN domain is to have two nameservers, details presumably obtained after setting up a new account with the new domain? or pay for webhosting.
Doesn't matter now and its irrelevant because symmetric.info has gone.
However, if your interested itsonly.info and itsonly.eu and itsonly.me.org are available I think.
whats wrong with arithmetic.890m.com anyway
CSS
Peet (the Pedantic Punctuation Policeman, Muse of Lateral Programming Ideas, Eggcups-Spurtle-and-Spoonswinner, BBC Cheese Namer & Zaphodista) Posted Apr 22, 2008
"However, if your interested itsonly.info and itsonly.eu and itsonly.me.org are available I think."
Not any more, if you searched for them. Almost all domain search engines are part of a scam where they register any names ten minutes or so after you search for them. If you register it yourself the moment you find it's available there is no problem, but if you come back for it the next day, or even later the same day, you'll find someone else has taken it and will "reluctantly" sell it on to you for "only" $200.
Life's a ladydog.
CSS
Pirate Alexander LeGray Posted Apr 22, 2008
Oops, that means all those names I came up with are gone, its unethical, any way I put $44 on my internet card and it was burning a hole in it, so I ordered an XP SP2 professional edition disc (web only) from microsoft for £6 instead.
I only had XP SP1a, bought years ago to do a course in programming in the OU and didn't get on the web until a couple of months ago.
My antispyvarious would like to make a rescue disc but requires an SP2 disc to do it, will this work?
It is generally a good idea because some panels of IE fell off this morning whilst using a domain name search engine.
How wierd is that?
When installing anything I instruct anti to prevent startup keys being altered, is this a good idea
CSS
Peet (the Pedantic Punctuation Policeman, Muse of Lateral Programming Ideas, Eggcups-Spurtle-and-Spoonswinner, BBC Cheese Namer & Zaphodista) Posted Apr 22, 2008
I ordered an XP SP2 professional edition disc (web only) from microsoft for £6
You wuz robbed.
You *do* realise that is just the service pack, not the operating system, don't you? And, it'll be less than a week before you'll be able to buy Service Pack 3 for the same price. (The £6 is just the shipping cost for a single CD...)
CSS
Peet (the Pedantic Punctuation Policeman, Muse of Lateral Programming Ideas, Eggcups-Spurtle-and-Spoonswinner, BBC Cheese Namer & Zaphodista) Posted Apr 22, 2008
CSS
Peet (the Pedantic Punctuation Policeman, Muse of Lateral Programming Ideas, Eggcups-Spurtle-and-Spoonswinner, BBC Cheese Namer & Zaphodista) Posted Apr 22, 2008
I've got five or six "Service Pack 2" CDs lying around the house; when it was released three or four years ago it was given away on the cover of every computer magazine. Of course, it was only less than six months ago when I actually got an XP system. And it already had SP2 installed.
CSS
Pirate Alexander LeGray Posted Apr 23, 2008
I've got a div.function that renders correctly in IE7 but is all wrong in the rest, what's going wrong.
http://www.arithmetic.890m.com/stylesheetOpFire1.css
and the main page is in its usual place.
CSS
Peet (the Pedantic Punctuation Policeman, Muse of Lateral Programming Ideas, Eggcups-Spurtle-and-Spoonswinner, BBC Cheese Namer & Zaphodista) Posted Apr 23, 2008
Which div are you having problems with? Remember, I'm on Linux so I can't just load it up in IE7 and compare...
CSS
Pirate Alexander LeGray Posted Apr 23, 2008
I've changed it, but don't understand why it wouldn't work as before, when it had an image float left and a div supposed to be on the right.
The div was called 'function' but now functiontext now as a child of diagram and the image img.function is forced to be a child of div.diagram.
I'm never happy with this sort of bodge up fix, and can't understand how the style was completely dropped, which it was because my authoring tool in opera on 'show blocks' didn't even display the div.
Thankyou
CSS
Peet (the Pedantic Punctuation Policeman, Muse of Lateral Programming Ideas, Eggcups-Spurtle-and-Spoonswinner, BBC Cheese Namer & Zaphodista) Posted Apr 23, 2008
There's a recurring typo, where you have "div.diagram>img.function" instead of "div.diagram,img.function"...etc.
CSS
Peet (the Pedantic Punctuation Policeman, Muse of Lateral Programming Ideas, Eggcups-Spurtle-and-Spoonswinner, BBC Cheese Namer & Zaphodista) Posted Apr 23, 2008
One of the ">" instead of "," occurrences comes before "div.functiontext", which is why it hasn't been defined.
CSS
Pirate Alexander LeGray Posted Apr 23, 2008
Ahh passed all my pages through W3C validation for xhtml, that thing you said about typo, it had already passed CSS3 validation before it went up. Don't know what was going wrong but it wasn't that. It should have worked as it was. If you keep your nose in W3C's site long enough you find little gems like ' !important' and '>' are syntax in CSS, the latter means is strictly a child of, and should be used to over-ride browser decision making as does the former.
The jumbled up mess on the page is actually supposed to look like that, wonder why nobody would take me on as a designer
Thankyou for your help
CSS
Pirate Alexander LeGray Posted Apr 23, 2008
I'm trying to find some interesting plugins for my website, a mathematical encyclopedia, a guestbook, but every time I send them for validation they fail. The last rather substantial code failed on 141 points.
The trouble is after altering the code to pass, (they almost always fail because of an undeclared type),and going to all that trouble, the plugin only works until the vendor sees it and then it works no more.
I wonder if it's all worthwhile, why should I bother if somebodies browser has a fit.
But I do care, its what makes it all worthwhile
CSS
Peet (the Pedantic Punctuation Policeman, Muse of Lateral Programming Ideas, Eggcups-Spurtle-and-Spoonswinner, BBC Cheese Namer & Zaphodista) Posted Apr 24, 2008
"... !important' and '>' are syntax in CSS, the latter means is strictly a child of..."
Oooh, I didn't know that. You must be using more up-to-date references than I am. CSS3?
CSS
Pirate Alexander LeGray Posted Apr 24, 2008
It's easier to validate to CSS3, since opacity is allowed, frames will cease to exist soon, unsupported in HTML5, but it is generally hard to get a frames page validated. The way I did it was to validate a frame then paste a URI to the index file on my pc, and re-evaluate.
Search engines are thick , they recognise a frames page but then search noframes, even with a robots.xml file; you sort of have to tell them where to look, and if in business that means your going under unless you pay dosh to somebody to do it for you every day.
CSS
Pirate Alexander LeGray Posted Apr 24, 2008
http://www.w3.org/TR/CSS21/selector.html#x13
child selectors
CSS
Peet (the Pedantic Punctuation Policeman, Muse of Lateral Programming Ideas, Eggcups-Spurtle-and-Spoonswinner, BBC Cheese Namer & Zaphodista) Posted Apr 24, 2008
Ah...
Did you notice the big bar on the left? The one that says "W3C Candidate Recommendations"?
That strongly implies that these are suggested additions that haven't been implemented yet. Could explain why they aren't working properly in all browsers...
CSS
Pirate Alexander LeGray Posted Apr 24, 2008
Well, W3schools suggest that opacity is in the specifications, but that won't validate at CSS2.1 . Everything about the web is guesswork, and I've seen the '>' used in a designers CSS forum.
http://css-discuss.incutio.com/
Without it my table on page 0 is skewed, the coset 2x2 overlay jumps to the top of the page.
I tried to use the default style to line up a box display inline, next to an image, that is without '>' and very little style. The whole page became jumbled in all but IE. The fix using '>' is a bodge up and will definitely still work as div'diagram div.functiontext , however the table didn't work without it??
Another list can be found at:
http://www.w3schools.com/css/css_intro.as
CSS
Peet (the Pedantic Punctuation Policeman, Muse of Lateral Programming Ideas, Eggcups-Spurtle-and-Spoonswinner, BBC Cheese Namer & Zaphodista) Posted Apr 24, 2008
Key: Complain about this post
CSS
- 41: Pirate Alexander LeGray (Apr 22, 2008)
- 42: Peet (the Pedantic Punctuation Policeman, Muse of Lateral Programming Ideas, Eggcups-Spurtle-and-Spoonswinner, BBC Cheese Namer & Zaphodista) (Apr 22, 2008)
- 43: Pirate Alexander LeGray (Apr 22, 2008)
- 44: Peet (the Pedantic Punctuation Policeman, Muse of Lateral Programming Ideas, Eggcups-Spurtle-and-Spoonswinner, BBC Cheese Namer & Zaphodista) (Apr 22, 2008)
- 45: Peet (the Pedantic Punctuation Policeman, Muse of Lateral Programming Ideas, Eggcups-Spurtle-and-Spoonswinner, BBC Cheese Namer & Zaphodista) (Apr 22, 2008)
- 46: Pirate Alexander LeGray (Apr 22, 2008)
- 47: Peet (the Pedantic Punctuation Policeman, Muse of Lateral Programming Ideas, Eggcups-Spurtle-and-Spoonswinner, BBC Cheese Namer & Zaphodista) (Apr 22, 2008)
- 48: Pirate Alexander LeGray (Apr 23, 2008)
- 49: Peet (the Pedantic Punctuation Policeman, Muse of Lateral Programming Ideas, Eggcups-Spurtle-and-Spoonswinner, BBC Cheese Namer & Zaphodista) (Apr 23, 2008)
- 50: Pirate Alexander LeGray (Apr 23, 2008)
- 51: Peet (the Pedantic Punctuation Policeman, Muse of Lateral Programming Ideas, Eggcups-Spurtle-and-Spoonswinner, BBC Cheese Namer & Zaphodista) (Apr 23, 2008)
- 52: Peet (the Pedantic Punctuation Policeman, Muse of Lateral Programming Ideas, Eggcups-Spurtle-and-Spoonswinner, BBC Cheese Namer & Zaphodista) (Apr 23, 2008)
- 53: Pirate Alexander LeGray (Apr 23, 2008)
- 54: Pirate Alexander LeGray (Apr 23, 2008)
- 55: Peet (the Pedantic Punctuation Policeman, Muse of Lateral Programming Ideas, Eggcups-Spurtle-and-Spoonswinner, BBC Cheese Namer & Zaphodista) (Apr 24, 2008)
- 56: Pirate Alexander LeGray (Apr 24, 2008)
- 57: Pirate Alexander LeGray (Apr 24, 2008)
- 58: Peet (the Pedantic Punctuation Policeman, Muse of Lateral Programming Ideas, Eggcups-Spurtle-and-Spoonswinner, BBC Cheese Namer & Zaphodista) (Apr 24, 2008)
- 59: Pirate Alexander LeGray (Apr 24, 2008)
- 60: Peet (the Pedantic Punctuation Policeman, Muse of Lateral Programming Ideas, Eggcups-Spurtle-and-Spoonswinner, BBC Cheese Namer & Zaphodista) (Apr 24, 2008)
More Conversations for The H2G2 Programmers' Corner
Write an Entry
"The Hitchhiker's Guide to the Galaxy is a wholly remarkable book. It has been compiled and recompiled many times and under many different editorships. It contains contributions from countless numbers of travellers and researchers."