245
results for "sorting"
-
also simplifies the data model of the directory — the only key piece of information it needs to keep is (1) the URL. and maybe (2) the date added (could be useful for other UI things like sorting etc., or "in directory since ..." features in the future.
[tantek]
at
2024-11-17 02:26
-
For purposes of the sorting thing...I'd probably use whatever tool I had handy to make a csv, and then do the manipulation with powershell. But I'm weird.
[0x3b0b]
at
2024-10-12 02:48
-
e.g. https://stackoverflow.com/questions/14267781/sorting-html-table-with-javascript
[Joe_Crawford]
at
2024-06-27 23:07
-
yeah, once you have a thead then you can do stuff like have a border-bottom on it, or even more distinct changes. with that also one can add a chunk of js that will get you sorting of tables very easily. It's far less JS than you might think it would be
[Joe_Crawford]
at
2024-06-27 23:06
-
does anyone post "list" posts that are distinctly presented differently from "just" a note post that has a list of things, e.g. with additional UI around arranging / sorting the list, or forking the list etc.?
[tantek]
at
2024-05-21 19:51
-
[edit] I think sorting by neocities supporters would show more people with their own domains
cophee
at
2024-05-16 13:27
-
I think sorting by neocities supporters would show more people with their own domains
cophee
at
2024-05-16 13:26
-
my micropub endpoint has some logic for sorting posts automatically, based on a combination of whether i've selected a category in the micropub client, what the micropub client is authorized to post to, and the contents of the post (whether it has a photo, a trip, what kind of trip it is, etc)
aaronpk
at
2024-05-14 19:29
-
i.e. if you can find a representative h-card or other directly algorithmic primary object, then use that, else fallback to a sorting heuristic of sorts of the top-level objects
[tantek]
at
2024-03-24 21:23
-
yeah a better approach than any kind of "removing the objects" approach would be sorting the top level objects based on a set of heuristic criteria assigned point values
[tantek]
at
2024-03-24 21:22