Profile_bird

Hey there! jeffsonstein is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What are you doing? Join today to start receiving jeffsonstein's tweets.

Already using Twitter
from your phone? Click here.

jeffsonstein

  1. screw it, Twitter lists API visibility-mode change call is driving me crazy, time for a nap ::poof::
  2. @SiDawson <g/> usually a clue it cannot be done. but I am stubborn, & don't want to limit capabilities of WebApp I'm building. we'll see
  3. @SiDawson yup. & main attraction for me is writing client-side cross-platform runs-in-browser-context stuff. but fscking XSS POST...
  4. @SiDawson <g/> what is so cool about "AJAX" (aka XMLHttpRequest) is putting (JavaScript) non-blocking I/O in the browser
  5. @SiDawson it is not "AJAX" XMLHttpRequest object stuff that is getting to me, I teach that( example: http://bit.ly/2tHJCW ), it is XSS <g/>
  6. @SiDawson just an FYI: jQuery seems to work fine on mobiles (like iPhone) w reasonable JavaScript support
  7. @SiDawson yeah, same issue w OpenJS... maybe I'll take jQuery apart & look at JSONP code which makes XSS GET happen & see if I can rework
  8. @SiDawson jQuery works fine, but only back to same domain (& I'm doing XSS). hadn;t found OpenJS before, will take a look. tnx
  9. @SiDawson yeah, hidden elements are one way to go. I'm going to poke around some more today, see if solution works on mobile is possible
  10. @TheTwitCleaner that is a very good thing to do... if we can all learn from each other, we all get better at what we do
  11. @SiDawson I can make it work if there is a server-side intermediary... but that is what I am trying to avoid <grin/> want pure client-side
  12. @SiDawson yeah, AFAIK this works fine in FF 3.5+ but not others. <sigh/> I may have to fall back to building JavaApp & let go of WebApp ;^{
  13. @SiDawson can make cross-site GETs happen in plain JavaScript, but full Twitter lists API support means using POST too & I am stuck
  14. @SiDawson yeah, I've been trying to avoid things like that so little WebApp will work on mobiles as well (some of which barf at viz issues)
  15. @TheTwitCleaner when I forget what I *really* should be doing, somehow Universe seems to come up with (kick in the pants) reminders ;^}
  16. there has *got* to be a way to make a cross-domain POST happen in client-side JavaScript (he mumbles to himself)
  17. @TheTwitCleaner hehe, another nudge from the universe
  18. can anybody suggest a decent XSS tutorial URI? I've got GET working, but need to also make POST & DELETE work for WebApp
  19. @TheTwitCleaner looks like you are getting "pushed" in that direction anyway ;^{
  20. @TheTwitCleaner <sigh/> now, if all that energy were to go into accomplishing *useful* things...