Conversation

Notices

  1. New version of # up. Made a few aesthetic changes alongside with some back-end handling to reduce the number of errors possible. As always, you'll need Greasemonkey (or an equivalent) to install (or just Google Chrome), and lemme know any issues. Thanks to @starshine for help on the layout btw ;) -- @mahvelpony @retl @fluttershy -- http://userscripts.org/scripts/show/101164

    Wednesday, 27-Apr-11 21:06:53 UTC from web
    1. @haganbmj update get! :D Thanks!

      Wednesday, 27-Apr-11 21:09:07 UTC from web
    2. @haganbmj Oooh, nice. The Refresh setting thing is a bit easier to find now. I like that.

      Wednesday, 27-Apr-11 21:09:41 UTC from web
      1. @retl Yeah - starshine suggested that over a week ago, and I finally found some time to work on this. Works better that way. Is the image loading for the play/pause? It's hosted on some personal hosting space of mine off my college's server, and I know some friends had reported issues loading page designs I had hosted up there...

        Wednesday, 27-Apr-11 21:11:10 UTC from web
        1. @haganbmj If you want me to, I can make room for the image(s) on my site.

          Wednesday, 27-Apr-11 21:22:50 UTC from web
          1. @retl Thanks - I might have to take you up on that - it's just 2 16x16s. Seems to be working alright for people though.

            Wednesday, 27-Apr-11 23:41:29 UTC from web
            1. @haganbmj Whoa, I'm getting behind on replying. XD My bad. But yeah, where do you want me to put them? Anywhere *.retl.info/* or *.travisuped.com/* is fine as long as the * isn't "www". Though I do think @starshine's suggestion of using Data URIs is a pretty good one considering the nature of the scripts.

              Friday, 29-Apr-11 03:37:40 UTC from web
              1. @retl Yeah, I definitely am liking Data URI's - I'm reading up on those now, and will do what I can as soon as possible. If you wouldn't mind hosting, anywhere would be fine. I can send you the images at some point, or if you can just rip them out of the source in the second to last function, that'd be great.

                Friday, 29-Apr-11 03:44:44 UTC from web
            2. @haganbmj http://www.scalora.org/projects/uriencoder/ may help.

              Friday, 29-Apr-11 03:38:49 UTC from web
        2. @haganbmj You could use a data: url for the images - http://en.wikipedia.org/wiki/Data_URI_scheme

          Wednesday, 27-Apr-11 21:31:51 UTC from web
          1. @starshine I didn't even know about that. :o Awesome.

            Wednesday, 27-Apr-11 21:39:38 UTC from web
    3. @haganbmj aaah, for some reason the play button isn't working for me. :(

      Wednesday, 27-Apr-11 21:28:42 UTC from web
      1. @haganbmj Okay, I just tried installing tampermonkey and it works, derp. I dunno why it was working fine without it before, but not now.

        Wednesday, 27-Apr-11 22:49:00 UTC from web
        1. @starshine Huh - that's strange. Thanks for the tip with data-urls though, I'll have a look.

          Wednesday, 27-Apr-11 23:41:06 UTC from web
          1. @haganbmj Had the same issue Starshine had from Windows XP using Google Chrome 11.0.696.60. It worked fine after I uninstalled the script, installed Tampermonkey, then reinstalled the script.

            Sunday, 01-May-11 16:43:56 UTC from web
            1. @retl Alright; so there must be something I'm doing that doesn't work with the default Chrome integration. I'll have a look at it. @starlightbolt had the same issue.

              Sunday, 01-May-11 16:45:50 UTC from web
              1. @retl @haganbmj Don't remember if I mentioned this, but watching the debug log stuff, it seems that the problem is in the GM_ stuff not being implemented. (even though it worked before somehow, strangely) Maybe it'd be possible to hack up replacements for those? Doesn't look like anything too complex that it couldn't be done with straight DOM code (except that it's annoying to write)

                Sunday, 01-May-11 16:50:42 UTC from web
                1. @starshine @retl Exactly, I had a check in the start though to detect a lack of GM capability. Maybe I'll rework it to general calls instead though just to be sure. I do plan to actually keep an index of posts in the future though and just append whatever's new to the top with some appearance fade. I'm sure that'd look a little nicer. So that alone might be better with a rewrite. #

                  Sunday, 01-May-11 16:55:01 UTC from web
                  1. @haganbmj Oooh. Sounds sexy.

                    Sunday, 01-May-11 16:55:48 UTC from web
                  2. @haganbmj @starshine Sexy indeed. <3

                    Sunday, 01-May-11 17:01:19 UTC from web