Write HTML, the HTML Way (Not the XHTML Way)
转载:Write HTML, the HTML Way (Not the XHTML Way) | CSS-Tricks - CSS-Tricks
You may not use XHTML (anymore), but when you write HTML, you may be more influenced by XHTML than you think. You are very likely writing HTML, the XHTML way.
What is the XHTML way of writing HTML, and what is the HTML way of...
more...
Web Components Practice
# Button Click Counter use Web Components
1234567891011121314<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible"...
more...
Using Native Fetch With AlpineJs
转载:Using Native Fetch With AlpineJs - Witty Programming
One of the most common web app patterns involves collecting data from a form and submitting it to a REST API or, the opposite, populating a form from data originating from a REST API. This pattern can easily be achieved in Alpinejs using the...
more...
Explain the First 10 Lines of Twitter’s Source Code to Me
转载:Explain the First 10 Lines of Twitter’s Source Code to Me | CSS-Tricks - CSS-Tricks
For the past few weeks, I’ve been hiring for a senior full-stack JavaScript engineer at my rental furniture company, Pabio. Since we’re a remote team, we conduct our interviews on Zoom, and I’ve observed that...
more...
English Graph
# Colors
# Vegetables
# Fruits
# Plants
# Landscapes
# Fish and Shellfish
# Birds
# Insects and Arachnids
# Germs and Jewelry
# Clothing
more...
Oracle DML RETURNING INTO Clause
# Setup
The following test table is used to demonstrate RETURNING INTO clause.
123456789101112131415DROP TABLE t1;DROP SEQUENCE t1_seq;CREATE TABLE t1 ( id NUMBER(10), description VARCHAR2(50), CONSTRAINT t1_pk PRIMARY KEY (id));CREATE SEQUENCE t1_seq;INSERT INTO t1 VALUES (t1_seq.nextval,...
more...
CSS Selector Quiz
转载: CSS Speedrun | Test your CSS Skills
转载: CSS selectors - CSS: Cascading Style Sheets | MDN
Enter the CSS selector, which applies to all elements with an arrow ⬅️
123456<ul> <li></li> ⬅️ <li></li>...
more...
.NET Interactive Notebook 基本玩法
转载:.NET Interactive Notebook 基本玩法
我們已經可以在 Azure Data Studio 中使用 Jupyter Notebooks,那麼地表上最強的編輯器 Visual Studio Code 能否支援呢?當然可以,只要安裝 .NET Interactive Notebooks 這個擴充套件,就可以玩 Jupyter Notebooks 囉,來看看 .NET Notebook 怎麼玩吧。
目前 .NET Interactive Notebooks 擴充套件還在預覽階段,但我相信不久就會發布正式版了,現在相關的文件資訊都在 dotnet/interactive...
more...
一座向四面洞开的草庵 — 俳句小札
转载: 一座向四面洞开的草庵 — 俳句小札
故乡呀,
挨着碰着,
都是带刺的花。
- 小林一茶
第一次读到俳句即是这首小林一茶的代表之作。它一下子抓住了我,让我停留了一会儿。我顿时觉得俳句的每一个字都是有重量感的。事实上,吸引我的除了是这首俳句之外,"小林一茶" 这个名字,也是一个会让人稍作停留的名字。首先在直觉上,我感到这首俳句是好的。它让我暂且放弃一个 "写作者" 的立场去读它,纯粹以一个读者的面貌去面对它。
我一个诗友说,俳句是...
more...