Skip to content

Additional sections to add to the unofficial-meteor-faq

Notifications You must be signed in to change notification settings

giantelk/meteor-cookbook

This branch is 849 commits ahead of, 3135 commits behind clinical-meteor/cookbook:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f2c5c48 · Jan 8, 2014
Jan 8, 2014
Nov 12, 2013
Nov 28, 2013
Jan 6, 2014
Nov 26, 2013

Repository files navigation

Hi. Welcome to the Meteor Cookbook; a FAQ and tutorial culled and currated from over 9 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

About

Additional sections to add to the unofficial-meteor-faq

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published