Best of HTML — February 2023
- 1
- 2
- 3
Product Hunt·3y
Uiverse.io - Product Information, Latest Updates, and Reviews 2024
Uiverse.io is a website for developers that offers hundreds of open-source CSS and HTML UI elements. It recently launched version 2.0 with new features and updates. Users can participate in CSS Challenges and share pro tips.
- 4
asayer·3y
Create Incredible Web Presentations with Reveal.js
Reveal.js is an open-source HTML presentation framework that allows users to create fully-featured and interactive presentations with CSS 3D transforms, nested slides, and more. It is responsive, supports interactive elements, has a simple user interface, and is open-source. Some popular alternatives to Reveal.js include Impress.js, Prezi, PhotoSwipe, Owl Carousel 2, FlexSlider, Keynote, and Haiku Deck. To create vertical slides in Reveal.js, simply nest sections within a section.
- 5
Syncfusion·3y
Virtual DOM vs. Shadow DOM
This post discusses the definitions of virtual DOM and shadow DOM, highlighting their significant differences. It explains that virtual DOM is used for solving performance issues, while shadow DOM is used for encapsulating and isolating elements. It also mentions that React.js and Vue.js are JavaScript libraries that implement virtual DOM.
- 6
Deno·3y
Back to the SSR
In the past 10 years, the median size for a desktop webpage has gone from 468 KB to 2284 KB. For mobile, this jump is even more staggering — 145 KB to 2010 KB — a whopping 1288.1% increase. This has greatly improved the utility of the web, but at the cost of size, bandwidth, and speed.
- 7
MCSS·3y
Understanding the Differences between Websites vs Web App
Websites can be accessed through a web browser, but they are fundamentally different in terms of functionality, user experience, and development. Websites are typically designed to be viewed on a desktop or laptop, but can also be seen on mobile devices. Web apps, on the other hand, are designed to provide a specific functionality or service.
- 8
Real Python·3y
Build a JavaScript Front End for a Flask API – Real Python
Developers can separate JavaScript front-end code from the back-end logic that a web framework like Flask provides. Following this step-by-step project, you’ll create an interactive single-page application with HTML, CSS, and JavaScript. The foundation is an existing Flask project with a REST API and a connected SQLite database.
- 9
- 10
asayer·3y
Important SEO-related HTML Tags, and How to Optimize them
Learn about important SEO-related HTML tags and how to optimize them for better search engine visibility. Topics covered include title tags, meta description tags, H tags, robots tag, image alt tags, OpenGraph tags, Twitter cards, canonical tags, and schema markup.
- 11
- 12
- 13