Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hi! I cleaned up your code for you! #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; }
body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

Expand All @@ -55,7 +55,7 @@ sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
Expand Down Expand Up @@ -127,11 +127,11 @@ a:hover { color: #036; }

@media print {
* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
-ms-filter: none !important; }
-ms-filter: none !important; }
a, a:visited { color: #444 !important; text-decoration: underline; }
a[href]:after { content: " (" attr(href) ")"; }
abbr[title]:after { content: " (" attr(title) ")"; }
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
thead { display: table-header-group; }
tr, img { page-break-inside: avoid; }
Expand Down
34 changes: 17 additions & 17 deletions js/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,18 @@ EveryJS_libraries = [
},

{
name: "Skeleton",
name: "Skeleton",
website: "http://getskeleton.com/",
description: "Skeleton is a small collection of CSS & JS files that can help you rapidly develop sites that look beautiful at any size, be it a 17-inch laptop screen or an iPhone.",
description: "Skeleton is a small collection of CSS & JS files that can help you rapidly develop sites that look beautiful at any size, be it a 17-inch laptop screen or an iPhone.",
useIf: [
"You want a simple, lightweight framework for rapidly implementing responsive design web apps that work across devices"
],
],
dependencies: ["jQuery (included in package)"],
license: "MIT",
tags: ["grid", "responsive design"],
size: "~45kb containing all the CSS groundwork and JS goodies to get started on any web project"
},

{
name: "OpenLayers",
website: "http://www.openlayers.org/",
Expand All @@ -65,7 +65,7 @@ size: "~45kb containing all the CSS groundwork and JS goodies to get started on
tags: ["mapping"],
size: "7,652K"
},


{
name: "Ender",
Expand Down Expand Up @@ -258,7 +258,7 @@ size: "~45kb containing all the CSS groundwork and JS goodies to get started on
{
name: "qooxdoo",
website: "http://qooxdoo.org/",
description: "qooxdoo is a universal JavaScript framework that enables you to create applications for a wide range of platforms. With its object-oriented programming model you build rich, interactive applications (RIAs), native-like apps for mobile devices, traditional web applications or even applications to run outside the browser.",
description: "qooxdoo is a universal JavaScript framework that enables you to create applications for a wide range of platforms. With its object-oriented programming model you build rich, interactive applications (RIAs), native-like apps for mobile devices, traditional web applications or even applications to run outside the browser.",
useIf: [
"You need a UI kit for creating desktop-like interfaces.",
"You need a UI kit for creating mobile interfaces."
Expand Down Expand Up @@ -294,7 +294,7 @@ size: "~45kb containing all the CSS groundwork and JS goodies to get started on
{
name: "JavaScriptMVC",
website: "http://javascriptmvc.com",
description: "JavaScriptMVC is an open-source framework containing the best ideas in jQuery development. It guides you to successfully completed projects by promoting best practices, maintainability, and convention over configuration..",
description: "JavaScriptMVC is an open-source framework containing the best ideas in jQuery development. It guides you to successfully completed projects by promoting best practices, maintainability, and convention over configuration..",
useIf: [
"You want to build big applications on top of jQuery.",
"You want great performance.",
Expand All @@ -308,7 +308,7 @@ size: "~45kb containing all the CSS groundwork and JS goodies to get started on
name: "scaleApp",
website: "http://github.com/flosse/scaleApp",
license: "MIT",
description: "scaleApp is a JavaScript framework for scalable One-Page-Applications.",
description: "scaleApp is a JavaScript framework for scalable One-Page-Applications.",
size: 105,
dependencies: ["jQuery (included in package)"],
tags: ['mvc', 'jQuery', 'dom']
Expand All @@ -318,7 +318,7 @@ size: "~45kb containing all the CSS groundwork and JS goodies to get started on
website: "http://benchmarkjs.com/",
description: "A benchmarking library that works on nearly all JavaScript platforms, supports high-resolution timers, and returns statistically significant results.",
size: 4.9
},
},
{
name: "Spine",
website: "http://maccman.github.com/spine",
Expand All @@ -343,7 +343,7 @@ size: "~45kb containing all the CSS groundwork and JS goodies to get started on
{
name: "LABjs",
website: "http://labjs.com/",
description: "LABjs is a dynamic script loader intended to replace the use of the ugly, non-performant <script> tag with a flexible and performance-optimized alternative API.",
description: "LABjs is a dynamic script loader intended to replace the use of the ugly, non-performant <script> tag with a flexible and performance-optimized alternative API.",
useIf: [
"You want to improve performance by loading scripts in parallel and without blocking other resources."
],
Expand All @@ -352,7 +352,7 @@ size: "~45kb containing all the CSS groundwork and JS goodies to get started on
{
name: "KievII",
website: "http://kievII.net/",
description: "Web audio application / DSP library, with HTML5 frontend.",
description: "Web audio application / DSP library, with HTML5 frontend.",
useIf: [
"You want to build an audio Web application with an HTML5 GUI, automations and MozAudio / Web API support."
],
Expand Down Expand Up @@ -395,7 +395,7 @@ size: "~45kb containing all the CSS groundwork and JS goodies to get started on
{
name: "History.js",
website: "http://github.com/balupton/history.js",
description: "History.js solves cross compatibility problems with the HTML5 History API and provides a graceful fallback for HTML4 browsers. Essentially, it allows you to use the HTML5 History API gracefully and consistently in all browsers.",
description: "History.js solves cross compatibility problems with the HTML5 History API and provides a graceful fallback for HTML4 browsers. Essentially, it allows you to use the HTML5 History API gracefully and consistently in all browsers.",
useIf: [
"You want be using the HTML5 History API, not spending your time trying to get it working in more than one browser"
],
Expand All @@ -420,7 +420,7 @@ size: "~45kb containing all the CSS groundwork and JS goodies to get started on
{
name: "Ext Core",
website: "http://www.sencha.com/products/extcore/",
description: "Ext Core is a cross-browser JavaScript library for building dynamic web pages. Ext Core provides basic cross-browser abstractions for DOM querying, element selection and more.",
description: "Ext Core is a cross-browser JavaScript library for building dynamic web pages. Ext Core provides basic cross-browser abstractions for DOM querying, element selection and more.",
useIf: [
"You're looking for a high performance, lightweight, easy-to-use API"
],
Expand Down Expand Up @@ -463,7 +463,7 @@ size: "~45kb containing all the CSS groundwork and JS goodies to get started on
{
name: "AmplifyJS",
website: "http://amplifyjs.com/",
description: "Amplify is a set of components designed to solve common web application problems with a simplistic API. Amplify's goal is to simplify all forms of data handling by providing a unified API for various data sources. Amplify's store component handles persistent client-side storage, using standards like localStorage and sessionStorage, but falling back on non-standard implementations for older browsers. Amplify's request adds some additional features to jQuery's ajax method while abstracting away the underlying data source.",
description: "Amplify is a set of components designed to solve common web application problems with a simplistic API. Amplify's goal is to simplify all forms of data handling by providing a unified API for various data sources. Amplify's store component handles persistent client-side storage, using standards like localStorage and sessionStorage, but falling back on non-standard implementations for older browsers. Amplify's request adds some additional features to jQuery's ajax method while abstracting away the underlying data source.",
useIf: [
"You need a publish/subscribe system with priority message support.",
"You need a wrapper for various persistent client-side storage systems.",
Expand All @@ -478,7 +478,7 @@ size: "~45kb containing all the CSS groundwork and JS goodies to get started on
{
name: "angular",
website: "http://angularjs.org/",
description: "Is a framework for building interactive client-side web apps using declarative html templates, 2-way data-binding and dependency injection. If you care about testability of your code and efficiency of your app's DOM manipulation, you'll love angular.",
description: "Is a framework for building interactive client-side web apps using declarative html templates, 2-way data-binding and dependency injection. If you care about testability of your code and efficiency of your app's DOM manipulation, you'll love angular.",
useIf: [
"You want to build rich apps much faster",
"Are sick of boilerplate dom manipulation."
Expand All @@ -489,7 +489,7 @@ size: "~45kb containing all the CSS groundwork and JS goodies to get started on
{
name: "jsmake",
website: "http://gimmi.github.com/jsmake/",
description: "JSMake is a simple Javascript build program with capabilities similar to make.",
description: "JSMake is a simple Javascript build program with capabilities similar to make.",
useIf: [
"You want to write your project build script using Javascript"
],
Expand All @@ -500,7 +500,7 @@ size: "~45kb containing all the CSS groundwork and JS goodies to get started on
{
name: "fidel",
website: "http://jga.me/blog/2011/06/10/fidel",
description: "A simple controller class (inspired by spine and backbone)",
description: "A simple controller class (inspired by spine and backbone)",
useIf: [
"You are building widgets or single page apps"
],
Expand Down