...és ez még mindig csak a látványterv...

De, nem baj! Előbb-utóbb a #webshop is elkészül!

#Git #GitHub #webdevelop #shop #design #develop

minty pre-release 0.0.0

buggy and very beta, use at your own risk

Minty is a fresh, ultra-concise, type-safe HTML generation library for responsive Go web applications. It provides a fluent API for creating HTML components without traditional templates, offering compile-time safety and excellent IDE support.

The code examples are fresh, the documentation is very out of sync. Will be working on that soon.
https://github.com/ha1tch/minty

#foss #golang #webdev #webdevelop #webdevelopment #indiedev #html #css #css3

"Một trang web hỗ trợ game Escape from Tarkov vừa được nâng cấp lớn, đang kêu gọi FEEDBACK thiết kế UI/UX từ cộng đồng. Dự án side của nhóm phát triển nhận được nhiều thảo luận trên Reddit. #gametool #UXdesign #tarkovguide #webdevelop #thietkedothi #gameutility"

https://www.reddit.com/r/SideProject/comments/1pqinhx/i_built_a_game_utility_website_looking_for_ui_ux/

Dive into the world of #OdooFramework! Explore the modern, lightweight, and powerful UI framework by Odoo. Learn about its declarative components, fine-grained reactivity, and hooks. Perfect for developers looking to streamline their projects. #WebDevelop

https://teguhteja.id/owl-framework/

Owl: Odoo Framework 101

Owl framework, a modern UI framework built by Odoo, inspired by React and Vue. Discover interactive examples in the Owl playground.

teguhteja.id

とりあえず #RiotJS のアドベントカレンダー記事、だいぶ遅刻したけど書いた。

https://zenn.dev/nibushibu/articles/8008604bf91c0b

よし、寝よう!!

#WebDevelop #JavaScript #Frontend

2024 年を目の前にして、あえて Riot.js の .riot ファイルから静的な .html を生成する環境をつくってみる

Zenn

I was wondering if I could please ask the community for help.

I've been working on an assignment here https://chrisfoose.github.io/saicgrilledcheese/

I need to add a checklist when the end user puts the steps in order at the bottom and I kind of don't know where to start with that.

Any senior programmers can please drop me some hints or articles I can read to learn about this?

#software #softwaredevelopment #help #programming #developer #github #javascript #html #css #webdev #webdevelop

マウスカーソルを乗せている間だけ表示される要素を、開発者ツールで調べるには

動的に生成されるDOMがマウスで選択できないばあいに、どうやったらDOMを選択できるでしょうか? 例えば、最近ツイッターのPC版ではタイムラインなどでツイート中の他人などのアカウント名のリンク部分にマウスをホバーするとポップアップしてツイート主やRTした人の情報が表示されます。ちょうど以下のようなかんじですね。 赤丸のようにアカウント名のリンクの所にマウスを持って行くと、

#css #WebDevelop
pointer-events - CSS: カスケーディングスタイルシート | MDN https://developer.mozilla.org/ja/docs/Web/CSS/pointer-events

イベント発火を防ぐのにこういうのもあるのかー

pointer-events - CSS: カスケーディングスタイルシート | MDN

pointer-events は CSS のプロパティで、特定のグラフィック要素がポインターイベントの対象になる可能性のある環境(存在する場合)を設定します。

MDN Web Docs