Suche
Beiträge, die mit JavaScript getaggt sind
Today I explained why you shouldn't put a giant table inside an image without #AltText for a #blog because it's "quick & easy", but rather invest time building a custom component to solve this. It has been decided to do it "quick & easy" 🫠
#a11y #WebDev #frontend
I'm here hoping to find interesting #DIY #electronics and other nerdy projects, in addition to sharing my own stuff.
I've been fiddling with #esp32 microcontroller/WiFi modules for a while, and will probably post my share of esp32 related projects.
My primary programming languages are #php #cpp #javascript
I do #pcb design with #Kicad, simple 2D design with #qcad and 3D work in #freecad.
I write about some of my projects on my personal blog, https://espenandersen.no
My GitHub repository is found at https://github.com/espena
(Image from my garage workbench)
Intégrer un système de gestion de commentaires fondé sur Mastodon dans un blog sans recourir à des services externes.
https://www.elblur.fr/webdev/integrer-un-fil-de-discussion-mastodon-a-un-blog.html
#Blog #Cmmentaires #Comments #Mastodon #JavaScript #Bulma
Intégrer un fil de discussion Mastodon à un blog | elblur.fr
Découvrez comment intégrer un système de gestion de commentaires basé sur Mastodon dans un blog sans avoir recours à des services externes.elblur.fr
A conversation on fedi led to me fiddling around with #html and #javascript to have the eyes in an image follow the pointer
https://www.bentasker.co.uk/posts/blog/general/making-part-of-an-image-track-the-mouse-position.html
Making the Eyes of an Image Follow The Mouse
A blog post detailing how to use javascript and a html canvas to animate the eyes of an image. Also includes other examples such as having an image follow the cursor around the screenwww.bentasker.co.uk
https://darekkay.com/blog/bookmarklets/
#blog #javascript #bookmarklet #NaBloPoMo #WritingMonth
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/getYear
and day is `getDate`? Yeesh
#javascript
Date.prototype.getYear() - JavaScript | MDN
The getYear() method of Date instances returns the year for this date according to local time. Because getYear() does not return full years ("year 2000 problem"), it is deprecated and has been replaced by the getFullYear() method.MDN Web Docs