HTML · CSS
Follow along on Refind to get notified when they have new links.
Collection by Pablo Felip
Public
8
Links
Jeff Atwood
Parsing Html The Cthulhu Way
Jeff Atwood
4 min read · From 2017 · Among programmers of any experience, it is generally regarded as A Bad Ideatm to attempt to parse HTML with regular expressions. How bad of an idea? It apparently drove one Stack Overflow user to the…
Builtvisible
An SEO's guide to XPath
Builtvisible
10 min read · 43 saves · From 2018 · Richard Baxter · What is XPath? XPath is a major element in the XSLT standard. XPath can be used to navigate through elements and attributes in an XML document. Source. That means (in plain terms) you can select any element, or the contents of any element, attribute, table or meta object in the source of the HTML source […]
uxengineer.com
CSS !important: Don’t Use It. Do This Instead
uxengineer.com
~12 min read · From 2018 · Nick Rollins · In this guide you'll learn why this is rarely a good idea to use !important in CSS, and more importantly, alternative ways to make your styles work.
twitter.com
Tomek Sułkowski on Twitter
twitter.com
10 min read · 2019-09-27 · “That feeling when you first discovered `document.designMode` https://t.co/bxA1otzCjN”
cybmeta.com
Cómo hacer un iframe responsive
cybmeta.com
3 min read · From 2015 · Juan Padial · Los elementos iframe son los más utilizados para insertar contenido externo, sobre todo contenido multimedia, como YouTube o SoundCloud. En este tutorial veremos como hacer que el iframe sea respon…
1stwebdesigner.com
Copy-and-Paste CSS Animation Cheat Sheets
1stwebdesigner.com
2 min read · 2019-06-19 · Animation is a staple of web and UI design. A perfectly still website devoid of even subtle hover states can feel incomplete, like something essential is missing. Luckily, there are many ways to add…
learn.shayhowe.com
Learn to Code HTML & CSS
learn.shayhowe.com
1 min read · 10 saves · From 2018 · © Shay Howe Enjoy these lessons? Follow @shayhowe
DEV Community 👩💻👨💻
Easy and FREE ways to publish a website in 2020!🥳
DEV Community 👩💻👨💻
1 min read · 12 saves · 2019-12-22 · There are too-many-to-count ways to publish a website in 2019 and there will be more in 2020. I've scoured the internet for free web hosting and deployment services. I've tried many and these are my…