[FRIAM] Fwd: Project Update #21: ARKYD: A Space Telescope for Everyone by Planetary Resources

2013-07-01 Thread Owen Densmore
In case you'd like to have a last chance at the Arkyd kickstarter .. to send an educational space telescope into orbit .. they are allowing further pledges even tho they successfully met their target. Amazingly, they are apparently among the 25 top kickstarters to date. -- Owen --

Re: [FRIAM] travle tips?

2013-07-01 Thread Merle Lefkoff
Dear Gillian, I started in Bhutan, then Oslo, then Stockholm (all work-related so I really needed my bag to arrive!), and now I'm in the Minneapolis airport on my last leg home to Santa Fe. Piece of cake! Trick is to pack lightly (you'll need a raincoat in Seattle) and if you're going to check

[FRIAM] LitHive - Agile Publishing

2013-07-01 Thread glen e. p. ropella
I thought some of the authors on the list might get a kick out of this: http://lithive.com/ Write, Publish, and Connect Work solo or in a team to publish books, anthologies and periodicals and to create Hives to connect writers, editors, publishers, and readers. Learn more or visit our FAQ.

[FRIAM] JavaScript GUI Libraries

2013-07-01 Thread Gary Schiltz
I'm starting to develop (as an unpaid volunteer) an application for the local medical clinic, and I'd like to deploy it as a browser application (rich internet app). Of course, I cold just use plain old HTML and CSS, but I'd like it to be much more interactive, basically like a desktop

Re: [FRIAM] [WedTech] JavaScript GUI Libraries

2013-07-01 Thread Owen Densmore
One thing to consider is mobile .. i.e. do you want this to work across a wide range of devices: phones, tablets, laptops etc. If so, you'll need to consider various options for responsive design, .. i.e a design that automatically adjusts to the device and its screen size. Ditto for touch vs

Re: [FRIAM] JavaScript GUI Libraries

2013-07-01 Thread Russell Standish
With Javascript, you have the DOM built in. Which means your GUI elements are all the stuff available in HTML (eg HTML5 canvas), but dynamically driven from Javascript. The only slight gotcha is that browsers tend to implement slightly incompatible versions of HTML, so lots of testing is needed.

Re: [FRIAM] [WedTech] JavaScript GUI Libraries

2013-07-01 Thread Robert J. Cordingley
Then you might consider who's going to maintain it when your not available and what level of skill may be needed. Esoteric and cool is... well esoteric and cool. Pragmatic and well worn and well known might lead you to consider more mundane but well used tools especially on the server side