Posted November 17, 2015
Tallima: It's all web-based. The first line in the script if I hit F12 is: DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
Thanks!
adaliabooks: Should be entirely possible then. Javascript is what you need. I'm imagining you may not be able to share the software you use at work, which would help, but it's certainly possible to point you in the right direction with stuff :) Thanks!
I basically just picked it up myself from StackOverflow and playing around, I started with one feature I wanted to develop (the forum search) and figured out how that worked, then made it work with the rest. (and Barefoot was very kind to let me borrow his menu implementation which helped a lot)
The actual meat of what you need to do depends on what the app is made with (JQuery, AngularJS, something else entirely), what information you want and what you want to do with it.
Feel free to PM me if you want and I'll see what I can do (though I'm not a very good teacher..)
Thanks!