I got into programming and JavaScript for the same reason: TiddlyWiki. What I found useful was the now "Old JavaScript Pages" linked to in this site map: http://www.quirksmode.org/sitemap.html (Start with the General, Core, and DOM sections)
Combined with reading small TiddlyWiki macros and plugins, and eventually the TiddlyWiki core. The TiddlyWiki core can be a little daunting, but once you've familiarized yourself with basic programming concepts like variables and functions, start off by looking at the macros in the core, most are quite simple. (search the source of an empty TiddlyWiki for config.macros. ) Note that I'm assuming you aren't familiar with any programming languages.... Around the same time that you start delving into the core you might find it helpful to read a splendid series of blog posts that Michael Mahemoff wrote explaining some of the basic concepts in the TiddlyWiki core code: http://softwareas.com/tiddlywiki-internals-1-of-3-architectural-concepts Lastly, don't hesitate to ask questions should you have any. Cheers, Saq On Mar 5, 10:55 pm, "Eris of StrongHold [STRM]" <[email protected]> wrote: > I am interested in learning Javascript - but I want to learn it in a > way that we will useful for Tiddlywiki. > > Can anyone recommend some Book and Website combination's that will get > me started? > (I spend 50% of my life with no internet access) > > Thanks, > > Mike --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/TiddlyWikiDev?hl=en -~----------~----~----~----~------~----~------~--~---
