Quote:
Originally Posted by Frogm4n
Thanks again, for continually adding to and tweaking this tool. It's been very handy to do comparisons!
|
You're welcome! Happy to do it
Quote:
Originally Posted by Renate
You can add hidden fields to sort by. This is an example which works in MediaWiki (although your JavaScript probably does something similar):
Code:
<td data-sort-value="0.0">Free</td>
<td data-sort-value="1.0">$1/mo</td>
<td data-sort-value="1.25">$30/2yr</td>
This way you can sort by cost/month even if the price is per year, per half year, per month.
For multiple values you could make it a bitmap, although you would probably have to do some coding yourself.
|
Interesting. I'm a bit constrained as to what solutions I can use though, as I'm using a WordPress plugin for the main comparison table and it's filter functions. I have been able to add a bunch of extra functionality on top of what the plugin offers with my own code, but I can't change any of the core functionality of the plugin without forking it (which I might have to do eventually). But I'll see what I can do.
Quote:
Originally Posted by chronoreverse
According the Koreader system information readout, the Paperwhite 6 has 1GB of RAM and not 512MB. Doesn't really make a difference for most purposes luckily.
Thanks for this tool, it's very helpful!
|
You're welcome! And did you check that out yourself using KOReader, or do you have another source for this that you can share? The 512 MB that I've listed is based on someone using
this device information detection tool which reported 512 MB, as well as GoodEreader reporting it to be 512 MB here
here. Luckily RAM doesn't make much of a difference for non-Android e-readers indeed, but I'd like to get it right.
Quote:
Originally Posted by patrik
|
Thanks for letting me know; I have just added all of these devices!
I have also just added the Meebook M8 and M8C, which I seemed to have missed earlier. Also added the Bigme HiBreak Pro recently.
Something else I've added is a new feature to do a quick relative size comparison of two devices in the side-by-side comparison tool. You can now simply check the checkbox for 'Compare size' to see the difference in size between any two devices.
Here's a link to a comparison of two devices with a clear size difference to see it in action:
https://comparisontabl.es/e-readers/...eSize=true#sbs
As well as a screenshot of the result:
I've also made a lot of small design and UX improvements lately. For instance, the filter options and page numbers are now 'sticky' on horizontal scroll, meaning you don't have to scroll to back to the left to find them.
As always, any feedback and suggestions are welcome!