Education/Projects/JetpackForLearning/DesignCamp/TechnicalQuestions
< Education | Projects | JetpackForLearning | DesignCamp
Jump to navigation
Jump to search
This page is a place for you to drop in solutions to common code problems that JfL projects face in their jetpacks during the Design Camp.
We encourage you to dump your code on etherpad.com or Github, and link to it here. The format on this page will be similar to a FAQ, with a question and answer. The answer can have a description of the soltion (optional) and a link to the code for the solution.
Example:
Q: How do I insert an image into a Web page?
A. First you need to get the document, then determine the insertion point using the DOM, and then do XYZ to insert the image. A code example is at: http://github.com/jflimageinsertion