This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Oct 09 01:57:30 -0700 2008 | |
| |
LICENSE | Thu Oct 09 01:59:48 -0700 2008 | |
| |
README.markdown | Thu Oct 09 02:00:40 -0700 2008 | |
| |
css/ | Thu Oct 09 12:16:43 -0700 2008 | |
| |
index.html | Thu Oct 09 12:16:43 -0700 2008 | |
| |
js/ | Thu Oct 09 02:08:58 -0700 2008 |
README.markdown
HTML Base
This is a simple set of files that I usually start off with whenever starting a new HTML based project. It's mostly here to save for my common Javascript components that I may or may not use in a given project. Everything here is built with MooTools (1.2).
Javascript Breakdown
I like to split my Javascripts up into multiple directories to simplify development. My scripts.js handles the loading of these and assumes you keep a similar directory structure.
/lib/- For self-sustaining javascript libraries (no library requirement)./plugins/- For generic libraries/plugins/functionality that depend on other libraries./modules/- Useful for widget-specific functionality encapsulation. May depend on libraries and plugins./specs/- Contains all Javascript Specs (you're testing your Javascript, right?)/application.js- This should hold all triggers for javascript execution (the things that activate a given module/plugin/library).
Credit
Created by Kyle Neath. http://kyleneath.com http://warpspire.com








