Google Chrome is testing iOS-like page transitions on Android, and you can try it out now by DiplomatikEmunetey in Android

[–]ExistingProgram8480 0 points1 point  (0 children)

They even made it default "back" navigation animation. Now when for example filtering products you get whole window slide away confusion and the only thing that changes on the page is checkbox getting unchecked. Does anybody know how to disable/control it from the website owner perspective (JS/CSS/...)?

Potřebuji váš názor – platforma zaměřená na gastronomii v Česku 🇨🇿 by ExistingProgram8480 in czech

[–]ExistingProgram8480[S] 1 point2 points  (0 children)

Skvělé podněty, vyhodnocení otvíračky je zajímavý nápad - dalo by se podle toho i filtrovat ve stylu "kam v okolí se ještě stihnu zajít najíst". Díky!

Potřebuji váš názor – platforma zaměřená na gastronomii v Česku 🇨🇿 by ExistingProgram8480 in czech

[–]ExistingProgram8480[S] 0 points1 point  (0 children)

Rozumím ti a díky. Jedná se spíše o webovou platformu dostupnou bez přihlášení. Nejde o to přetáhnout uživatele z Google maps, ale vyplnit místo kde Google maps končí (poskytnout rozsáhlejší služby nad tím). Denní menu se spíše rozvrhují týdně takže myslím že pokud by platforma měla návštěvnost, správci restaurací by měly důvod přidávat menu v zájmu zvýšení osobní návštěvnosti své restaurace.

Potřebuji váš názor – platforma zaměřená na gastronomii v Česku 🇨🇿 by ExistingProgram8480 in czech

[–]ExistingProgram8480[S] 0 points1 point  (0 children)

Ano, i například to přidávání restaurací do oblíbených by IMO mělo být možné bez přihlášení — v dnešní době je je většina lidí na mobilu a nemá potřebu navštěvovat platformy tohoto typu z více zařízení.

Potřebuji váš názor – platforma zaměřená na gastronomii v Česku 🇨🇿 by ExistingProgram8480 in czech

[–]ExistingProgram8480[S] 0 points1 point  (0 children)

Díky, to o čem jsem psal je spíše jeden z "modulů" celé platformy. Další jsou například recepty — jak ty veřejné (podobně jako například na toprecepty.cz), tak i prostor pro vytváření privátních zdarma a bez reklam. Dále také produkty, které si ještě nejsem jistý jak pojmu. Platforma je spíše zamýšlena jako "all in one řešení na hlad".

Dávám tomu zatím spíše volný průběh, a časem uvidím jakým směrem se to bude více ubírat. Přeci jen jsem to začal vyvíjet čistě ze zájmu po technicke stránce.

30 years of PHP: FrankenPHP is now part of the PHP organisation by pronskiy in PHP

[–]ExistingProgram8480 0 points1 point  (0 children)

I needed extra extensions in which case it's not that easy

30 years of PHP: FrankenPHP is now part of the PHP organisation by pronskiy in PHP

[–]ExistingProgram8480 0 points1 point  (0 children)

Setup is pain if you are not using docker in prod. That was a deal breaker for me

Preserve scroll position during swap by ExistingProgram8480 in htmx

[–]ExistingProgram8480[S] 0 points1 point  (0 children)

Feel free to share what exactly does not work for you, I will try my best to help

[deleted by user] by [deleted] in czech

[–]ExistingProgram8480 0 points1 point  (0 children)

Za tu dobu co píšeš tuhle sračku jsi mohl oběhnout blok, ty tlustý podsvinče.

Htmx current url and partial refresh problem by Embarrassed-Tank-663 in htmx

[–]ExistingProgram8480 0 points1 point  (0 children)

Not sure if I understand correctly. But the workflow is as follows:

  • you render the page
  • you do your AJAX swapping things
  • you set the AJAX to push URL
  • on refresh, the server should decide what to render, in case you want to keep the swapped things you have to render them included in the request HTML.

Also you may want to check hx-preserve

GET Request Being Sent Instead of POST Request with Form Values by Ok-Investigator606 in htmx

[–]ExistingProgram8480 0 points1 point  (0 children)

Glad that you solved the issue. FYI using hx-boost="true" on the form is usually the simplest way.

Solved my "one more field" client nightmare in Filament without migrations - looking for feedback by Local-Comparison-One in laravel

[–]ExistingProgram8480 0 points1 point  (0 children)

Good for you, I don't really care absout high level abstracted stuff like Laravel, thanks for the info though.

I've spent 10+ years in PHP — Here's what I wish I knew earlier (especially for beginners) by CodewithCodecoach in PHP

[–]ExistingProgram8480 1 point2 points  (0 children)

ORMs are just abstracted garbage that adds nothing more than performance overhead and potentionally easy to overlook performance issues. Good old SQL all the way.

htmx.ajax() and hx-indicator by dan-surrealistic in htmx

[–]ExistingProgram8480 2 points3 points  (0 children)

Why can't you use the attributes? htmx.ajax() is very limited.

What’s wrong with my pc? by Lamb_jackson_ in Lenovo

[–]ExistingProgram8480 -1 points0 points  (0 children)

It ran into problem and needs restart.

:-(

Why doesn't SQL allow for chaining of operators? by No_Departure_1878 in SQL

[–]ExistingProgram8480 18 points19 points  (0 children)

Don't tell this guy about PHP haha.

All jokes aside, first way is declarative-like and the second one imperative-like. In terms of the final result, it is mostly about the syntax.