CSS3/JavaScript for styling: Your opinion matters

This post is very old. Please bear in mind that information here might be incorrect or obsolete, and links can be broken. If something seems wrong, please feel free to comment or contact me and I'll update the post.

I’m planning to switch to a new style which relies heavily on CSS3 and JavaScript. This means for instance that certain parts might absolutely require JavaScript and not work correctly with JavaScript disabled (for instance, tabs might load their content using AJAX without a fallback.) However, before I spend time working on this new style I’d like to get some opinions from you, my dear readers …

  • Do you mind requiring JavaScript?
  • Do you prefer JavaScript linked off a CDN or hosted locally? (For instance, I could pull JQuery from Microsoft’s CDN)
  • Do you plan to keep your browser up-to-date to follow new web-standards or do you update rather casually?

Please comment or drop me a line using the contact form, so I can flesh out a nice and useful redesign plan.

Related posts:

  1. Relaxed comment rules

This entry was posted in General and tagged , , , . Bookmark the permalink.

4 Responses to CSS3/JavaScript for styling: Your opinion matters

  1. zaha says:

    hey anteru!

    * Do you mind requiring JavaScript?: Nope

    * Do you prefer JavaScript linked off a CDN or hosted locally? (For instance, I could pull JQuery from Microsoft’s CDN): Erm, dunno… Never heard of CDN before so I can’t say anything about it. But I never had performance problems with your blog, so I don’t see any sense in a speed-up.

    * Do you plan to keep your browser up-to-date to follow new web-standards or do you update rather casually?: Yep, I keep my browser up-to-date.

  2. hehejo says:

    I do keep my browser up to date – but somehow I prefer pages which can be viewed w/o JavaScript. However the “cool features” are always made via jQuery and its brothers …

    CDN or not? That’s a good question. As you might know, I use NoScript and I have to unblock all sources of JavaScripts. Normally I unblock the most frequently visited pages.
    Let’s sum it up:
    CDN: Less traffic for me, cause the script might already be in Cache. Less trouble having the latest version.
    !CDN: Less unblocking.

  3. Markus says:

    JavaScript & CDN: I’d also prefer !CDN since anteru.net is allowed anyways in no-script and I dont want to allow just any js hosted on some CDN
    Browser: Usually I have a recent Firefox installed ;)

  4. steve schilz says:

    Anteru
    - You should look up “unobtrusive javascript”, which describes methods of using javascript where with no javascript you still have a functional site. Adding javascript makes extra bling available.
    -don’t know or care what CDN is…
    -I usually keep my browser up to date, but sometimes am lazy about javascript. In general, I think most people have javascript and use auto-updaters, especially in the world of programmers that might read your blog…

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>