well, i just traveled south east asia for a few months, and lets say where i traveled (lots of islands, beaches in myanmar, cambodia, thailand) there was no internet, still i needed to code a very specific webapp for my 5 year old son (an mp3 concatenatior)<p>i will outline my experience on the next viennajs (our local JS meetup) <a href="http://www.meetup.com/viennajs/events/126159362/?_af_eid=126159362&_af=event&a=uc1_vm" rel="nofollow">http://www.meetup.com/viennajs/events/126159362/?_af_eid=126...</a> in a talk called "coding an awesome real world problem solving web-app without internet access after your girlfriend deleted your dev-setup on a device that hates developers while traveling south east asia" - i will post the slides to HN after the talk. but (SPOILER) the conclusion as it contributes to this discussion:<p>EMBRACE THE INTERNET<p><pre><code> - right click "view source" is a gift from the gods
- github is even better
- read the f_cking source, luke
</code></pre>
google is the tool to find source-code, and without other source-code, other websites to look at, your are definitely alone, reinventing one wheel (baldy) after the other.<p>so google away, but not looking for frameworks and other ready made solutions, but for (example or real world) sourcecode and understanding.<p>note: the only thing bearable to code without internet access was the chrome dev-tools, with auto-complete and object-inspection you can piece together most HTML5y APIs.