Giter Site home page Giter Site logo

backbone-todos-advanced's Introduction

Simple backbone coding test based on the todo app.

Tasks

  • Add a global namespace
  • Add a description field
  • Additional input element
  • Hidden normally
  • Unhide somehow
  • Make it look pretty!
  • Re-write using handlebars.js
  • Discuss why this might not work in IE

Why might this not work in IE?

IE's support for the localStorage API is limited to being available in versions 8 and above. Since the storage of this app relies on localStorage, it won't work in IE if you're using anything below IE8. The most obvious solution is to use cookies to achieve this functionality, though it is a little heavy-handed for cookies. There's also IE's userData API which appears to be the ugliest thing ever concieved by man. Luckily, Persist.js has a nice abstraction available for all these things, and more hacky solutions for when localStorage isn't available for some reason.

There are a few visual features which won't work so well in older versions of IE:

  • Shadows in the text areas
  • Rounded corners
  • using calc() in CSS for one of the elements - although, there is a fallback to a percentage width which will work fine
  • There's a CSS3 Animation to fade something from green to black, it won't work below IE10 but I've made sure the element using it will be black by default

Generally, it should looks just fine.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.