Code Monkey home page Code Monkey logo

data-behaviors's Introduction

( unreleased, under development )

data-behaviors

data-behaviors is an unobstrusive open-source behaviors library built on top of jQuery and the jQuery UI and uses all the best jQuery plugins data-behaviors utilizes HTML5s new <a href = "http://ejohn.org/blog/html-5-data-attributes/>""data- attributes", while still maintaining backwards compatibility with IE6

data-behaviors was built from the ground up to help facilitate in the creation of quick, relatively rich, javascript user interfaces.

key goals :

  • make the library and API as simple as possible. (see usage docs)
  • fulfill the majority (we aim for 80%) of the needs of a rich UI out of the box, with no configuration while still allowing developers to customize the additional 20% with no artificial roadblocks or poorly thought out library architecture
  • eliminating the need to piece together various jQuery plugins for your project over and over again
  • be so unobtrusive that no one on your dev team will have any excuse to not love the library!
  • BUILD.chart
  • BUILD.chart.area
  • BUILD.chart.bar
  • BUILD.chart.pie
  • BUILD.grid
  • BUILD.grid.complex
  • BUILD.grid.custom

data-behaviors's People

Contributors

marak avatar tomjenkins avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

data-behaviors's Issues

single quotes in HAML templates

there is an escaping issue with single quotes / double quotes when developing in the HAML templates.

we should be able to trap and escape special chars in the compile process, so the developer doesn't have to deal escaping themselves

less or scss support

we shouldn't force the developers to use raw CSS sheets. we should add the option to code CSS in less or scss and then compile to CSS at compile time.

i do NOT want to see any CSS templating engines working in the browser itself. the browser should only be sent regular CSS. we might explore a JSON style sheets solution to represent our internal sheets, but this would be transparent to the developer.

Ted.js - better file watching

Ted's current directory watcher is not ideal. We are using nodes sync filewatcher api on several nested files and directories in a loop. We are also unwatching these same items with the sync filewatcher.

There is a bit of an OS race condition here with MacOS's filesystem and the file watcher which is currently being solved with a forced delay. I think if we switch to the macs native FSEvents (http://en.wikipedia.org/wiki/FSEvents) we'll get much better performance and response time from Ted.

better error reporting / error messages

The current error reporting is somewhat lacking...

we need to capture ALL errors gracefully and attempt to give an accurate description of what happened.

there are TWO types of errors that could occur in o-behave
compile time errors
run-time errors

compile-time errors should be caught by Ted and outputted in the console

run-time errors should be caught by the browser and logged to the console / written to the DOM (when appropriate). there is a bit of eval() magic happening here, so we'll need to address that first in order to better track error messages.

more unified sample data for behaviors

right now we are using a mix of sample data copy pasted from multiple examples. it would be nice to have a unified sample data set that contains funny / engaging information.

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.