GithubHelp home page GithubHelp logo

isabella232 / quaid Goto Github PK

View Code? Open in Web Editor NEW

This project forked from semanticsugar/quaid

0.0 0.0 0.0 372 KB

A library on top of jQuery that helps you write better code

PHP 0.44% JavaScript 97.59% Python 1.97%

quaid's Introduction

Hi. Quaid is a simple library on top of jQuery with the goal of speeding up your developmnent
time. Quaid doesnt want you to write the same basic stuff you need at the beginning of each
project anymore. Quaid wants you to slam out clean, consistent, modular plugins without
frustration or cruft. Quaid knows you constantly forget how to connect the jquery.form
plugin with the jquery.validate plugin, and that you want consistent logging functionality,
so Quaid provides it. Quaid understands that it's hard to deal with client-side validation
and server-side validation in the same form, so Quaid does that too (elegantly, of course).
Quaid is tired of you littering your HTML templates with loading image tags, then continually
repeating the same css and js to deal with said loading image, so Quaid has a whole module for
robustly handling loading.

Quaid is here to help. Promise. It's even in the name. Quaid loosely stands for j(QU)ery (AID).

At the time of writing, Quaid is 19.8k minified.

You're looking at the code repo. Here's what's going on:

README.txt      - This! Really!
TODO.txt        - self explain

closureapi.py   - A python module for compressing js with the google's closure webservice
build.py        - Compresses the library with closureapi.py.
                  'python build.py' will build the whole library
                  You can specify just the modules you want, though.
                  'python build.py core util log' will build just the core stuff.

build/          - Has the entire compressed library
src/            - Code!
test/           - Tests for the code


RUNNING THE TESTS

If you feel so inclined, you can run Quaid's tests. The tests use QUnit, and sadly require a
webserver that runs php. I am pretty lazy in this department so I just downloaded MAMP
(http://www.mamp.info).

Point a simlink from your server's www directory to Quaid's test directory and load
up test.html.

DOC

Proper docs are at http://benogle.com/quaid.

quaid's People

Contributors

benogle avatar

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.