Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/24/2019 in all areas

  1. CA3LE

    New Version Feedback

    By the way, that progress bar is the oldest part of the entire TMN program. Original code. I mean, just look at this comment. this.setBar = resetBar; //doing this inline causes unexpected bugs in early NS4 haha, NS4 is referring to Netscape Navigator 4! That old bit of code is EXTREMELY hard for me to wrap my head around today. I struggle to make edits to it. I attempted to obfuscate (and minify, before that was a thing) the code but then ended up just making it hard for myself to understand later. But that base progress bar code is so slim (very little code) and does the job perfectly in my opinion... so I made sure to carry it over. There are two progress meters... but they're telling you different things. And I feel it's more than just % and MB downloaded. The original progress bar is so simple in its design that I think it gives a better feel for what's happening sometimes. I'm still trying to work the date range selection into the My Results on mobile devices. Just need to make it look right. Trust me, I want it there too. For now, the only way to select date range on mobile is through the Connection Guide or Hourly Tool. I'll definitely change the way the date displays so that it shows the month as "Jan" vs "01" --- I actually can make it display in your countries default format too I just need to connect some other logic that's already built into the site. I can make an array of countries that use "MM-DD-YYYY" and another for "DD-MM-YYYY" --- then have it format appropriately. I plan on making that part of the future My Settings page. This will change the date format to your preferred setting across the site... but will also automatically default to your countries preference.
    1 point
  2. CA3LE

    New Version Feedback

    Thanks for showing me that. I was working all night in dark-mode and didn't notice that issue, the default value was lost somehow. I think what happened is I probably needed to revert something then hit [command]+z too many times. I can't think of another way 3 lines of code could just disappear like that. I'll work on some kind of auto reset for the date range. That setting is shared so that you can flow between the hourly average and your results, querying the same range. It's caught me like you were describing before too... but then again, the old version did too. Maybe I'll just expire the cookie after 1 hour or something like that, do you think that would help? The setting would unset 1 hour after your last query... as long as you're hitting queries in the database the cookie will keep resetting the 1 hour time.... maybe even set it for a lower value.
    1 point
  3. Hello CA3LE, I have re tested and the upload information from yesterday is now included but the day before info isn't there but am confirming it appears okay now. I am using Waterfox browser as with the later Firefox I was unable to use most of the extensions I had come to rely on so opted to go with Waterfox as long as I can have these extensions. Thank you for your prompt investigation and changes that allow me to use the new version which I really like. Cheers, Ron
    1 point
  4. I love this quote, how true is that!
    1 point
×
×
  • Create New...