𐌘𐌄𐌓𐌔𐌖 - PHERSU.NET
Dates 2026 :
March 11th > April 3rd - Processing Community Day - Coimbra, PT
June 18th > June 20th – Sónar+D - La Llotja de Mar, Barcelona, ES
2026 (T.B.A) Point Blank - Chicago, IL, USA
2026 (T.B.A) Reflected Immediacy - Boston Cyberarts Gallery, USA
2026 (T.B.A) New Media Art Club - Machine Zine Issue #1 - Article and Manifesto
#HTML #js #HTML5
#PCDCoimbra #ProcessingCommunityDay #Processing
#newmediaartclub #bostoncybertarts #pointblank #machinezine
【コピペでOK】JavaScriptを使わないアコーディオンメニュー
https://qiita.com/hrel11/items/9dbe5350739314697b80?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
For some reason, it seems like you can't include ESM modules from file://, it's only usable over http://, due to content security policy and CORS stuff...
What could <script type="module" src="script.js"> possibly do that <script src="script.js"> can't do? Why is type="module" so much more dangerous???
This is preventing me from just throwing together small prototype scripts with an interactive component, I don't wanna deal with web servers
Curso HTML5 e CSS3 Grátis: Comece do Zero e Crie Seus Primeiros Sites
https://guiadeti.com.br/curso-html5-css3-gratis-iniciantes/
#css #css3 #cursogratis #desenvolvimentoweb #frontend #html #html5 #programacao
https://guiadeti.com.br/curso-html5-css3-gratis-iniciantes/?fsp_sid=137
There was a brief era where we wrote
background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), to(#c6d3f7));
rather than
background: linear-gradient(left, #fff, #fff 50%, #c6d3f7);
and to this day I still want to know how WebKit landed on such verbose syntax. Was it to be easier to parse? Easier to teach? CSS is known for being a terse syntax, so the old syntax feels so out of place.
I remember when it was 2013 and remade the page of TodoJuegos, a small videogame store using Bootstrap 2.
13 years later, and still does look modern and functional.
Never got an answer for the store, I believe.
#Design #GraphicDesign #WebDesign #WebDevelopment #WebDev #HTML #CSS #JQuery #JavaScript #HTML5 #Bootstrap