File: packageIcons/blackbird.readme.txt

Recommend this page to a friend!
  Classes of Randal Allen Anderson III   Picdoku Game Online   packageIcons/blackbird.readme.txt   Download  
File: packageIcons/blackbird.readme.txt
Role: Documentation
Content type: text/plain
Description: Blackbird logger documentation
Class: Picdoku Game Online
Manage a Sudoku board game online with pictures
Author: By
Last change:
Date: 11 years ago
Size: 677 bytes
 

Contents

Class file image Download
/* Blackbird - Open Source JavaScript Logging Utility Author: G Scott Olson Web: http://blackbirdjs.googlecode.com/ http://www.gscottolson.com/blackbirdjs/ Version: 1.0 The MIT License - Copyright (c) 2008 Blackbird Project */ Adding Blackbird to your page: 1. Include blackbird.js in your page. 2. Include blackbird.css in your page. Your HTML source should look similar to the following code: <html> <head> <script type="text/javascript" src="/PATH/TO/blackbird.js"></script> <link type="text/css" rel="Stylesheet" href="/PATH/TO/blackbird.css" /> ... </head> ... Demos, API, and more at: http://www.gscottolson.com/blackbirdjs/