Alternamaton Posted July 17, 2007 Share Posted July 17, 2007 Not that doing so will be very hard. It's just that, well...JavaScript is such an ugly language. And most of the functions that you really want to use are "black boxes"--that is, they're hidden from you, and you have to test any script that uses them via trial and error rather than simply knowing precisely how the function works. But I don't think that one can create a professional website with only HTML, CSS, PHP, and MySQL. There's a little something missing--the interface isn't slick enough--and that's where JavaScript comes in. For instance, one of my pages is going to have a central block with three tabs at the top, and the content of the block will depend on which tab is clicked. I certainly can't do this server-side, and have the entire page reload every time one of the tabs is clicked; that wouldn't be slick enough. This isn't really a help thread, I'm just venting. Quote Link to comment Share on other sites More sharing options...
rhyspaterson Posted July 17, 2007 Share Posted July 17, 2007 Im learning to combine the four too On the upside, JavaScript isn't really that hard to learn. Quote Link to comment Share on other sites More sharing options...
pocobueno1388 Posted July 17, 2007 Share Posted July 17, 2007 The only downside to javascript is it is so hard to get everything working with every browser...thats the only reason I dislike it. Other than that, it really can give a nice touch to websities, that and AJAX [both Client languages]. Quote Link to comment Share on other sites More sharing options...
slapdashgrim Posted July 17, 2007 Share Posted July 17, 2007 use this <iframe></iframe> it is pure HTML and does what you describe but yet i would still recommend you learn javascript just for the skill Quote Link to comment Share on other sites More sharing options...
rhyspaterson Posted July 17, 2007 Share Posted July 17, 2007 use this <iframe></iframe> it is pure HTML and does what you describe but yet i would still recommend you learn javascript just for the skill Frames are the worst HTML structures in existence, haha. Never, ever use frames. Quote Link to comment Share on other sites More sharing options...
teng84 Posted July 17, 2007 Share Posted July 17, 2007 javascript sometimes give false data it cause me trouble when i pass my project in college everything run on Firefox but on IE bad? That almost drop my grades to 75 Quote Link to comment Share on other sites More sharing options...
Alternamaton Posted July 17, 2007 Author Share Posted July 17, 2007 Frames are the worst HTML structures in existence' date=' haha. Never, ever use frames.[/quote'] I know that frames are dated, but why the rabid hate of them? Quote Link to comment Share on other sites More sharing options...
trq Posted July 17, 2007 Share Posted July 17, 2007 hat and AJAX [both Client languages]. Sorry, but Ajax as you call it is not a language. It is merely a concept. As for Javascript not being cross browser compatible, neither is CSS or HTML in most cases, you can blame MS for most of this. Thats probably the main reason I don't do web dev anymore, I can't be bothered keeping up with a field that wont stand still. Thats just me though.... I simply don't have the patience. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.