/meteor-cookbook

Additional sections to add to the unofficial-meteor-faq

Hi. Welcome to the Meteor Cookbook; a FAQ and tutorial culled and currated from over 12 months of emails and discussions from the [meteor] google group and my experiences rolling out packages and apps. These documents are intended for the intermediate user learning Meteor, who is accustomed to a) object-oriented frameworks and languages, such as Java and C#, and b) relational databases and data structures derived from SQL table schemas. The focus is on helping the user grow accustomed to functional programming using document oriented databases.

Index

In Progress

Community Breaking News - 0.6.6

As of 0.6.6, Package.register_extention() is now deprecated and breaks applications. Please remove any such calls from your packages.

// Depreciated as of Meteor 0.6.6  
// Package.register_extension(
//     "otf", function (bundle, source_path, serve_path, where) {
//         bundle.add_resource({
//             type: "static",
//             path: '/fonts/' + serve_path.split('/').pop(),
//             source_file: source_path,
//             where: where
//         });
//     }
// );

Sample Applets
New section. Probably going to eventually wind up in the recipes.md page.

Fonts & Calligraphy
http://fonts.meteor.com/

Data Sets
http://hubble.meteor.com/

Acceptance Testing
http://safety-harness.meteor.com/

Creating Forms
http://forms-kitchen-sink.meteor.com/

Understanding The Rendering Event Loop
http://reactive-rendering-tests.meteor.com/

Dictionary
http://dictionary.meteor.com/

Mobile Devices - iOS in Particular
https://github.com/awatson1978/cordova-phonegap

Useful Modules/Recipes

Reactive Overlays
https://github.com/awatson1978/reactive-overlays


Support

Found this package to be useful? Consider tipping the package maintainer for their time!

Support via Gittip