Hi folks,
Sorry that the last forum had to close - it became a target for spammers, and was just too difficult to update. To become a member of this forum you'll need to apply for membership, again to stop the spam bots which seem to be prevalent.
Anyway, once joined up, make yourselves at home here, and ask as many questions as you like. Before the framework is released, there'll just be this one "General" category, then once things are rolling I'll add some more specific categories which will hopefully generate some more interesting discussions.
Ideally, xJSFL is going to get people interested in JSFL again, and it would be great for us JSFL users to have some kind of community. If the xJSFL forum can make inroads into that, that would be great for everyone.
Cheers for now,
Dave
OK, a few forum tips...
You can use HTML in your posts. I've configured the toolbar to do the basics, which hopefully is all you'll need. Please refrain from using H tags! If you want to use headings like I've done here, stick to H5 (CTRL+5) or bold please.
Change the formatting to Preformatted using the Format dropdown, and you can get nicely outputted code like so. You'll also notice that using the TAB key inserts real tabs, which is nice when you want to bash out a quick code sample:
// organise library items
[':bitmap',':graphic',':button',':movieclip'].forEach ( function(e,i) { $$(e).move('assets/' + e + 's'); } );
If you write an @ symbol then a user's username, it creates a link to their profile: @dave.
You can also tag your posts with keywords, allowing other users to search or filter by tag.
At the moment, there are a couple of bugs.
That's it for the time being!
Enjoy the forum.