GitXplorerGitXplorer
g

TorchUI

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
0f994b76a3c045603982526850bb3459d6313094

Quick update

ggeedew committed 11 years ago
Unverified
331f89a53b54fa133b000d0ba87dca33f8cc7981

Updating with a compiled TorchUI file and a bug fix.

committed 14 years ago
Unverified
e3686b8b88d5adb8a6aabf42eb503c844c64ab6a

Adding the torchui-creator code to the mix.

committed 15 years ago
Unverified
8aa14928b573bfec004227b8acc47baf493c5579

Fixing up torchui.js to be fully unminimized for development.

committed 15 years ago
Unverified
2bbe742afa376ac87ff82db2aa7e4142ccbce208

Fixing a defect in torchui-base.css that deals with html5 elements and padding using the 960 grid elements.

ggeedew committed 15 years ago
Unverified
049fb779142991e8272b10b48b1c635f84a45488

Just Updating the Demo

ggeedew committed 15 years ago

README

The README file for this repository.

** This code is majorly outdated an no longer considered 'ready for use' **

TorchUI README

Description : TorchUI is a combination of jQuery plugins that provide a stable functional User Interface for Websites and applications. It's more than just JavaScript however. It also formats the Browsers with special CSS files that will create a less hostile development platform. Including a Grid Framework for proper professional Designs.

Table of Contents :

  1. Installing
  2. Configuring
  3. Basic API
  4. Plugins Utilized
  5. Licenses
  6. Changelog

--- INSTALLING

Currently, the most simple way to explain how to install is to drop the files into your root path of a website, and then include them like this,

<link rel="stylesheet" href="torchui-site.css" type="text/css" />
<script src="torchui-1.0.js" type="text/javascript"></script>

between the

tags of the html document. Notice, you CAN pass the options for torchui within the script tags as long as it is in the object form shown.

jQuery is NOT required to be seperate, it's best to treat TorchUI as your jQuery installation.


--- CONFIGURING

Configuring can be found at the top of the TorchUI.js file... It's all there and very easy to follow in the comments.

--- BASIC API


--- PLUGINS UTILIZED


--- LICENSES

/*!

  • jQuery JavaScript Library v1.4.2
  • http://jquery.com/
  • Copyright 2010, John Resig
  • Dual licensed under the MIT or GPL Version 2 licenses.
  • http://jquery.org/license
  • Includes Sizzle.js
  • http://sizzlejs.com/
  • Copyright 2010, The Dojo Foundation
  • Released under the MIT, BSD, and GPL Licenses.
  • Date: Sat Feb 13 22:33:48 2010 -0500 */

Sizzle CSS

/*

  • Sizzle CSS Selector Engine - v0.9.3
  • Copyright 2009, The Dojo Foundation
  • Released under the MIT, BSD, and GPL Licenses.
  • More information: http://sizzlejs.com/ */

Firebug Lite /**http://svn.jasonkarns.com/jquery/firebug/trunk/**/ https://getfirebug.com/firebug-lite.js


--- CHANGELOG

V1.0 -

  • Removed the $.notify functions (lack of support)
  • Removed the $.language functions (never completed)
  • Upgraded to jQuery 1.4.2 and jQuery-UI 1.8.2
  • Removed SlickAnchors (never completed)
  • Removed the Degrading Script Tags
  • Fixed support for torchui-site.css
  • Now using Firebug Lite directly from the getfirebug site
  • Added the jQuery UI Dialog Button theming support