@whiteice How nice it would be to have #pagination instead of #endless #scroll
ES was invented to discourage searching and make it lengthy and tiresome (also to make harder tracking of how many posts you've already read). And #AttentionStealing industry made it a standard. I'm really not getting why we still have it on #mastodon
UPD: fixed wording
#pagination #endless #scroll #attentionstealing #mastodon
I have implemented #pagination across the stack soooo many times in sooooo many languages and frameworks in my career 😵
https://www.youtube.com/watch?v=3ZyFWO7u2Bk
Anyone former #QuarkXpress users find the alien monster Easter egg? Scared the crap out of me the first time. I was like, oh shit I thought Macs couldn't get viruses?! I thought it was funny though, once I figured it out.
#Journalism, #Newspapers, #pagination
#quarkxpress #journalism #newspapers #pagination
Which Google search results page do you like?
#google #searchresultpage #pagination #infinitescroll
Which Google search results page do you like?
#google #searchresultpage #pagination #infinitescroll
Learn how to implement #caching and #pagination with #Paging3 using #JetpackCompose 🚀
https://www.droidcon.com/2022/12/30/caching-and-pagination-with-paging-3-in-android-jetpack-compose/
#caching #pagination #paging3 #JetpackCompose
Learn how to implement #caching and #pagination with #Paging3 using #JetpackCompose 🚀
https://www.droidcon.com/2022/12/30/caching-and-pagination-with-paging-3-in-android-jetpack-compose/
#caching #pagination #paging3 #JetpackCompose
I run another blog built by Hugo and using "personal-site" theme.
I fixed an issue with the sections not paginating.
#pagination #hugo #sections #paginator
#Pagination trick
Often I want to paginate, but doing a count is expensive. So I just do Prev-Next buttons with no page count, which is great, except I don't know if there's another page.
Trick time! Assume we show 10 per page. Don't limit the query to 10. Limit it to 11. If it returns 11 rows, there's still a page, and pop the last result. Otherwise, it's the last page and just show the results.
I think #pagination on dynamic pages are most often implemented incorrectly. '/blog', which would translate to '/blog/1', but '/blog/1' isn't static. This may or may not be good for #SEO, but I think this a flawed methodology. I think '/blog' should 302 redirect to /blog/n' with 'n' being the last page number. This way, if someone links a page, it most likely won't change over time. Also, the pagination number links should be ordered to reflect this. #website #blog #blogs
#pagination #seo #website #blog #blogs
How would you handle #pagination in a #REST #API? HTTP Headers, "previous/next" links à la RFC5005? Any other solution?
Here's a very short gist of how to implement cursor-based pagination in SQL and in a HTTP API: https://gist.github.com/ahx/2fe6bdd1ab8925ce3ec7c8556730bfdd#file-cursor-pagination-md
Bonjour mastodon, à l' #aide ! est-ce qu'il y aurait des gurus de l' #epub3 parmi vous ? Je veux faire un truc mais je sais pas si c'est possible... je bosse sur un document et j'ai créé une #pagelist et des balises #pagebreak pour référencer la #pagination originale. Ça marche nickel. Seulement le bouquin est lui même une traduction et #référence lui aussi la pagination de son texte original. Du coup est-ce que je peux créer une deuxième page list pour référencer une deuxième pagination?
#aide #epub3 #pagelist #pagebreak #pagination #référence
Pagejs - Paged.js is a free and open source JavaScript library that paginates content in the browser to create PDF output from any HTML content. This means you can design... https://www.pagedjs.org/ #Dev #PDF #HTML #CSS #Pagination #JavaScript #Pagejs by @julieblancfr@twitter.com @paged_js@twitter.com
#dev #pdf #html #css #pagination #javascript #Pagejs
@clacke
Yes, #JavascriptFree rendering for #Pleroma and #Mastodon would be great.
Before we stopped using #Fakebook, we noticed how they handled #serverSide rendering. Basically a #pagination system. To react in anyway different to simply 'Like', the user would be directed to another page for more options. The buttons were Like, React (for a new page with 'Haha', 'Sad' etc), Comment and Share.
Is #WebAssembly (wasm) used for anything in masto? If you switch off wasm do things work the same?
#javascriptfree #pleroma #mastodon #fakebook #serverside #pagination #webassembly
Thanks to the team at @pylo_craft for the amazing work on Sprig. The #pagination recipe from the cookbook was truly copy and paste. https://putyourlightson.com/plugins/sprig #craftcms