If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
My eldest is an executive with a large (very) software company based in the States. He calls it HyperText Muck-up Langage. He also claims that trying to do anything decent on the Web with it is like trying to blow up a city with sparklers fireworks.
Why didn't Noah just swat those 2 greenflies?
Why are they called apartments when they are all stuck together?
>
>If flying is so safe, why do they call the airport the terminal?
My eldest is an executive with a large (very) software company based in the States. He calls it HyperText Muck-up Langage. He also claims that trying to do anything decent on the Web with it is like trying to blow up a city with sparklers fireworks.
It can be a nightmare because the rendering engines for different browsers (e.g. Internet Exploder & Firefox) interpret the rules slightly differently. So you end up having to do a lot of "defensive coding" to make sure each page looks OK in all the browsers. And then of course you may want to use some whizzy new feature that's only supported by IE8, but what happens if you get some philistine who's still using IE6?
It's not HTMLs fault. If there was only one browser things would be a lot simpler, but despite their best efforts M$ still haven't managed to kill of all the competition, thank God.
There are 10 kinds of people in the world, those that understand binary and those that don't.
Just code a browser detection into the site and if anyone calls it up from Internet Explorer pop up a huge sign saying WHY ARE YOU STILL USING THAT PILE OF JUNK FOR A BROWSER!?
GET SOMETHING DECENT ON YOUR COMPUTER THIS INSTANT!!!
You'd get around most of the browser incompatibilities then since it tends to be Microsoft who make up the standards as they go along.
It can be a nightmare because the rendering engines for different browsers (e.g. Internet Exploder & Firefox) interpret the rules slightly differently. So you end up having to do a lot of "defensive coding" to make sure each page looks OK in all the browsers. And then of course you may want to use some whizzy new feature that's only supported by IE8, but what happens if you get some philistine who's still using IE6?
It's not HTMLs fault. If there was only one browser things would be a lot simpler, but despite their best efforts M$ still haven't managed to kill of all the competition, thank God.
Hey. You guessed the company .
Dont know much about it. Apparently I should be learning SQL for the web but I believe - if you want a job doing well, then - employ a professional . If you can't afford a professional then plagiarise like hell.
I'll give Junior ( ) his due though. He told me to use Firefox. And he was right.
Why didn't Noah just swat those 2 greenflies?
Why are they called apartments when they are all stuck together?
>
>If flying is so safe, why do they call the airport the terminal?
Think of it like HTML for defining what something is (eg a paragraph of heading) and then CSS for defining how something should look (bold, pink, large, small).
B (for bold) is about how something looks so shouldn't be used in HTML.
<strong> indicate the text should be emphasised so it's about what the text is not what it looks like so it's correct HTML. You might emphasis it by making is bold, but equally you could have it red or larger.
Hope that helps, it gets easier as you do more honest
Firefox browser and look for an add on called Xinha. HTML for dummies - even I can use it Take a bit of playing about with but an hour should see you proficient with it .Heres a link just for you - https://addons.mozilla.org/en-US/firefox/addon/1449
Last edited by beefy; 17-10-2009, 02:35 AM.
Reason: spelling
There comes a point in your life when you realize who matters, who never did, who won't anymore and who always will. Don't worry about people from your past, there's a reason why they didn't make it in your future.
There comes a point in your life when you realize who matters, who never did, who won't anymore and who always will. Don't worry about people from your past, there's a reason why they didn't make it in your future.
Comment