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 (
commit 2d77676470c7f3d3d3f3cdee5284f14f4515be45
tree ba016e73ed1e4d2f9799eccc5b34532197e3cac8
parent d7e73b15ea3451d9b677a418dc18fd3e8d3c8b2e
tree ba016e73ed1e4d2f9799eccc5b34532197e3cac8
parent d7e73b15ea3451d9b677a418dc18fd3e8d3c8b2e
| 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/ | ||
| |
index.html | ||
| |
js/ |
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








