Jump to content
Larry Ullman's Book Forums

asingh786

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by asingh786

  1. I have just started reading this book and came across 'Progressive Enhancement'.

     

    I'm just wondering, to what extent is it necessary to provide as much functionality as possible to the end user ? I mean if some one has blocked Javascript or is using some ancient browser, is it really necessary to cater to such users at the expense of slower development oryour other users who are using cutting edge browsers ? Does progressive enhancement mean that I should use the new input types (date, color etc) in HTML5 ? Because that would mean I'm not relying on Javascript or CSS to serve my content.

  2. Timthumb is also an alternative if you don't want to store images on the server (well it does cache images after the first http request) and dynamically resize them by simply passing height and width as parameters to the timthumb script:

     

    http://code.google.com/p/timthumb/

     

     

    I particularly like it because there is no overhead of storing images, or confining your scripts to a certain height/width. Usage is also fairly simple.

    • Upvote 1
×
×
  • Create New...