Groep tuig mishandelt man in tram in Den Haag - http://mp-produktie.nl/2023-09-11_Groep_tuig_mishandeld_man_in_tram_in_Den_Haag.html
Tags: #HTM #DenHaag #Tram #Tramleven #Mishandeling #OpsporingVerzocht #OVnieuws
#ovnieuws #opsporingverzocht #mishandeling #tramleven #tram #denhaag #htm
#173 - JACK&JOZEF - Wachten op de bus
Wie wordt nog buschauffeur?
#Aquabus #Arriva #Breng #Connexxion #EBS #Hermes #HTM #Kreolis #Qbuzz #RET #Syntus #rotterdam #TalkShow #JackJozef #PodcastGemist #podcast #vlog #omdenken #SchieTV #DutchMediaWeek #SDAM
#sdam #dutchmediaweek #schietv #Omdenken #vlog #podcast #PodcastGemist #JackJozef #talkshow #rotterdam #syntus #ret #qbuzz #kreolis #htm #hermes #EBS #connexxion #breng #arriva #aquabus
#173.3 - JACK&JOZEF - Terug in de bus?
Zijn er wel genoeg chauffeurs?
https://youtube.com/shorts/ZQ8oBWsduKE
#Aquabus #Arriva #Breng #Connexxion #EBS #Hermes #HTM #Kreolis #Qbuzz #RET #Syntus #Schiedam #rotterdam #TalkShow #JackJozef #PodcastGemist #podcast #vlog #omdenken #SchieTV #rtvRijnmond #DutchMediaWeek #SDAM
#sdam #dutchmediaweek #rtvRijnmond #schietv #Omdenken #vlog #podcast #PodcastGemist #JackJozef #talkshow #rotterdam #schiedam #syntus #ret #qbuzz #kreolis #htm #hermes #EBS #connexxion #breng #arriva #aquabus
#173.2 - JACK&JOZEF - Buslijnen verdwijnen.
Maar komen ze ooit weer terug?
https://youtube.com/shorts/D0Dbw5-0Mj0
#Aquabus #Arriva #Breng #Connexxion #EBS #Hermes #HTM #Kreolis #Qbuzz #RET #Syntus #Schiedam #rotterdam #TalkShow #JackJozef #PodcastGemist #podcast #vlog #omdenken #SchieTV #rtvRijnmond #DutchMediaWeek
#dutchmediaweek #rtvRijnmond #schietv #Omdenken #vlog #podcast #PodcastGemist #JackJozef #talkshow #rotterdam #schiedam #syntus #ret #qbuzz #kreolis #htm #hermes #EBS #connexxion #breng #arriva #aquabus
@developit so I’ve got a mix of #jsx and #htm going in this project so I can get a feel for the differences.
For whatever reason, I can’t get the document formatting in vscode to get this even remotely close to look like it’s properly indented. Also missing Emmett completions (not sure if I would have that with jsx yet) and tag autoclosing.
Can’t tell if I’m missing something or my lit-html extension is misconfigured.
#jsx #htm #preact #preactjs #js #webdev
anyone familiar with the #HTM library (yes, HTM, not HTML), who can tell me how I'm supposed to pass a list of HTM objects to render?
For some reason it's giving me the children of the HTMs I pass, and not the root nodes...?
Fietser (19) overleden na aanrijding met tram in Den Haag - http://www.mp-produktie.nl/2023-04-03_Fietser_overleden_na_aanrijding_met_tram_in_Den_Haag.html
#HTM_Reisinfo - Tram 3 richting Loosduinen, 4 richting De Uithof en 34 richting De Savornin Lohmanplein rijden met vertraging door een defecte tram. #HTM #tram #DenHaag
#denhaag #tram #htm #htm_reisinfo
RT @D66Rijswijk
Vandaag waren we bij een leerzame werkbezoek van HTM Personenvervoer samen met onze collega-raadsleden en fractieassistenten uit omringende gemeenten. 1/2
@ElzeWoudstra @ZgjimOsmani
#openbaarvervoer #htm
@PeterMekers @D66DenHaag @VVDRijswijk @HTM_Reisinfo
Pain. That's not supposed to happen
#web #htm #javascript #CSS #webbuilding #websitedesign
I just started playing around with #Preact #SSR with #htm and the first thing I did was render the classic:
```
render(html`
<!DOCTYPE html>
<html>
<head>
<title>Preact</title>
<meta charset="utf8">
</head>
<body>
<h2>Hello, World!</h2>
</body>
</html>
`)
```
And this intuitively output:
```
html
<head>
<title>Preact</title>
<meta charset="utf8" >
<body>
<h2>Hello, World!</h2>
</body>
</head>
```
Lolwat?
* `<!DOCTYPE html>` is gone.
* `<html>` turned into `html` and lost its close tag.
* `<body>` got moved inside `<head>`.
Apparently you can't output a doctype at all (https://github.com/preactjs/preact-render-to-string/issues/201) and the `<meta>` tag is not self-closing in #JSX.
I'm willing to accept those constraints, but this is an utter failure of DX IMHO. If my template is wrong, TELL ME! Don't just generate what's effectively garbage for seemingly no reason. There's no obviously logical path from "bad output" to "the mistake in my code". Error messages, please!
#HTM_Reisinfo - HTM servicepunten rest van de dag gesloten door een technische storing. Naar verwachting zullen de servicewinkels 8 maart weer open zijn. Voor reguliere OV-chipkaart transacties is NS beschikbaar bij het Servicepunt Centraal Station. #HTM #storing #HTMservicepunten
#htmservicepunten #storing #htm #htm_reisinfo
#HTM_Reisinfo - Tram 1, 9 en 16 rijden om door een defecte tram. Verwachte duur: 1 tot 2 uur. Meer info op
#tram1 #tram #htm #htm_reisinfo
#HTM_Reisinfo - Bus 26 rijdt om door een aanrijding op de Troelstrakade. De halten Station Moerwijk in beide richtingen en Melis Stokelaan naar Voorburg Station vervallen #HTM #HTMbuzz #HTM26
#htm26 #htmbuzz #htm #htm_reisinfo
Kitten¹ ❤️ HTML :)
Over the weekend, I migrated Kitten from htm (https://github.com/developit/htm) to xhtm (https://github.com/dy/xhtm).
Among other things, you no longer have to close all your tags (<hr> instead of <hr />).
I want to take the opportunity to thank Dmitry Ivanov for working with me over the weekend and making eight releases over the last four days based on issues I uncovered while testing in #Kitten
#dev #web #markup #vhtml #htm #xhtm #html #SmallWeb #kitten
#HTM_Reisinfo - Bus 25 richting Vrederust en 26 richting Kijkduin rijden om door een aanrijding bij de Zuiderparklaan. Stopt niet bij halte Zuiderpark. #HTM #HTM25 #HTM26
#htm26 #htm25 #htm #htm_reisinfo