Jump to content
xisto Community
Sign in to follow this  
kraizii88z

Divs/ tables ?

Recommended Posts

sure, i knew all that. but why make another language. javascript itself is pretty good. it's the browsers and the users that make it sucky.you could compare it to dynamite, which was invented to do good, and does the job very well, but people use it for the wrong purposes.most incompatibilities are because of the dom structure anyway, not because of javascript

Share this post


Link to post
Share on other sites

Well, there should be a standardised language designed and documented in such a way that it can almost not be extended further, that it provides in all basic needs, so that it needn't be extended further. The DOM structure should be rebuilt as well, true, learning from the mistakes that were revealed with this. But most importantly, two major things :Faulty webpages shouldn't render. At all.Browsers should stick to the standards.If you create a language that provides in most basic DOM access needs, and all browsers use those standards, (even should they extend it further), then users using those standards alone will have webpages that Work. Nowadays, things aren't as easy as that.And those two statements I stated, are universal. Not just concearning clientside scripting, but also concearning CSS, HTML, SGML, etc.. If only W3C had the authority to penalise all browsers that didn't support the standards correctly.

Share this post


Link to post
Share on other sites

Plain HTML result is general no problem to most users but a little Javascript to add info like guide on a topic (click and expand will explaination, click again to hide it) will help to help users with slow connections (no need to reload the whole page again).Like all other programs, if it is use wisely, it will be handy.Please bear in mind to use only small and basic/simple method scripts.Don't use more than 2 or 3 types of Javascript function in one page.Please comment, thanks people!

Share this post


Link to post
Share on other sites

That's where things go wrong, avalon, because alot of those kinds of scripts work in IE, for example, but fail in Opera or Mozilla / Firefox / ...

This is where you should be using CSS rather than JavaScript anyway. CSS alows for far more dynamic adjustments. Keeps things clean & easy & simple, whereas, if you look a JavaScript code..... it's all but clean, easy or simple. Not compared to CSS anyway.

IE does have alot of difficulities with CSS, but I'd rather use a http://dean.edwards.name/IE7/intro/
'>compliancy patch for IE (IE7) to fix IE, rather than JavaScript scripts to do that.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.