Require Javascript on site? - Printable Version +- NiftyHost Forums (Archive) (https://niftyhost.chary.us/support) +-- Forum: Technology (https://niftyhost.chary.us/support/forum-7.html) +--- Forum: Coding (https://niftyhost.chary.us/support/forum-12.html) +--- Thread: Require Javascript on site? (/thread-152.html) |
RE: Require Javascript on site? - Zavoo - 06-28-2010 (04-25-2010, 01:25 AM)Zack Wrote: Flash is for things like games and animations and crap. I don't think it was ever meant to be used so heavily. JavaScript is for things like input validation or dynamic web pages you can actually do dynamic webpages with php easily too RE: Require Javascript on site? - Zach - 06-28-2010 I mean dynamic as in smooth AJAX web 2.0 stuff. RE: Require Javascript on site? - RichardGv - 06-28-2010 This is how I consider the whole thing:
And my personal opinion here, which, I guess, is largely different from most of your visitors: From the perspective of a user, I dislike sites that use unnecessary JavaScript. Following a very paranoid policy, I heavily relies on NoScript, and forbids JavaScript, Flash, Java, Meta redirection, web bugs, audio, video, @font-face. bookmarklets, XSLT, iframe, frames, and cookies on any website that I've not explicitly marked as trusted. If a site that I don't trust relies on JavaScript, I will generally refuse viewing the site. You can consider developing a JavaScript-less website if you think your visitors have such paranoia thought process. :) Note: I'm not an expert in web development, especially the frontend. My statements above can be wrong. RE: Require Javascript on site? - Zavoo - 06-28-2010 (06-28-2010, 08:28 AM)Zack Wrote: I mean dynamic as in smooth AJAX web 2.0 stuff. o mine is just so the pages load ALOT faster it doesnt take up a ton of space. and i dont have to copy and paste the template to each page. RE: Require Javascript on site? - Vanilla - 06-28-2010 Quote:forbids JavaScript, Flash, Java, Meta redirection, web bugs, audio, video, @font-face. bookmarklets, XSLT, iframe, frames, and cookies on any website that I've not explicitly marked as trusted. Wow! Are you being followed by FBI/CIA/Mafia or what!? :P Eh...welcome by the way ;) Well, the conclusion of all this must be something along these lines: It's generally recommended to use unobtrussive javascript if you want to make use of it, unless of course you want to make use of more advanced interactive stuff, such as animations, videos, et cetera. Flash is only recommended when HTML5/Javascript doesn't provide what you need, and Silverlight is out of the question So, that's about it? RE: Require Javascript on site? - HiddenKnowledge - 06-30-2010 (06-28-2010, 11:05 PM)Vanilla Wrote: Well, the conclusion of all this must be something along these lines: Simply: Yes. |