Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 1 / 3
48 results tagged html5  ✕   ✕
You might not need jQuery https://youmightnotneedjquery.com/
Mon 07 Mar 2022 03:42:23 PM PST archive.org

jQuery and its cousins are great, and by all means use them if it makes it easier to develop your application.

If you're developing a library on the other hand, please take a moment to consider if you actually need jQuery as a dependency. Maybe you can include a few lines of utility code, and forgo the requirement. If you're only targeting more modern browsers, you might not need anything more than what the browser ships with.

At the very least, make sure you know what jQuery is doing for you, and what it's not. Some developers believe that jQuery is protecting us from a great demon of browser incompatibility when, in truth, post-IE8, browsers are pretty easy to deal with on their own.

html5 javascript jquery examples webdesign
You Might Not Need Javascript http://youmightnotneedjs.com/
Mon 07 Mar 2022 03:40:58 PM PST archive.org

JavaScript is great, and by all means use it, while also being aware that you can build so many functional UI components without the additional dependancy.

Maybe you can include a few lines of utility code, or a mixin, and forgo the requirement. If you're only targeting more modern browsers, you might not need anything more than what the browser ships with.

This site is fully copied from youmightnotneedjquery.com, an excellent resource for vanilla JavaScript created by @adamfschwartz and @zackbloom. But this time, we take a look at the power of modern native HTML and CSS as well as some of the syntactic sugar of Sass. Because, you might not need scripts for that task at all!

html5 css javascript examples howto lightweight webdesign
Creative Menu Hover Effects https://codepen.io/abdelRhman345/pen/PXMmdv
Mon 13 Sep 2021 01:19:11 PM PDT archive.org

Maybe I can use this for links?

webdesign html5 css animation
bkis/dice-or-die https://github.com/bkis/dice-or-die
Mon 23 Aug 2021 06:30:56 PM PDT archive.org

A simple, aesthetic tabletop dice rolling simulator featuring d4, d6, d8, d10, d12, d20 and d100! Use offline or host it yourself!

You can also use it online: https://bkis.github.io/dice-or-die/

You can also select a combination of dice to roll (such as 1d4 and 2d6 and 3d20) and the app will roll them and total them up for you.

Or use mine: https://amoebatron.virtadpt.net/

html5 css javascript webapp dice rpgs
Lissy93/voronoi-site-template https://github.com/Lissy93/voronoi-site-template
Wed 05 May 2021 03:37:05 PM PDT archive.org

A small but highly customisable site template, ideal for a project documentation homepage.

Might be addable to my website's theme.

Demo: https://lissy93.github.io/voronoi-site-template/

webdesign html5 css javascript webshit backgrounds interactive geometry
lissy93/dashy https://github.com/lissy93/dashy
Wed 05 May 2021 03:34:45 PM PDT archive.org

A nice, retro-looking dashboard for organizing your environments. Instant local search, keyboard shortcuts, themable, customizable. YAML config file. Icons can be customized as well. Theoretically small enough to carry around on your mobile device. Uses yarn to install dependencies and compile. Themes can be switched out in realtime.

Reminds me a bit of GEOS or Workbench.

Serve with any web server; the Docker container uses nginx, but use whatever.

dashboard startpage webshit javascript html5 css retro
Cloverleaf https://cloverleaf.app/
Mon 26 Apr 2021 02:09:02 PM PDT archive.org

A smart solution to the problem of passwords. Cloverleaf generates passwords on demand, using the name of the app you're making a password for and a master password to derive a passcode. Enter those two things and you don't need to store the passcode because you can re-generate it whenever you want.

Can be installed as a native app and used offline.

Github: https://github.com/cloverleaf/web

html5 passwords generator online selfhosted native security opsec
tinytools.directory https://tinytools.directory/
Tue 13 Apr 2021 04:17:56 PM PDT archive.org

This is a list of small, free, or experimental tools that might be useful in building your game / website / interactive project. Although I’ve included ‘standards’, this list has a focus on artful tools and toys that are as fun to use as they are functional.

The goal of this list is to enable making entirely outside of closed production ecosystems or walled software gardens.

Github: https://github.com/everestpipkin/tools-list

awesome tools games engines html5 retro maps assets art proceduralgeneration graphics animation 3d sounds music
voger/qXMPPconsole https://github.com/voger/qXMPPconsole
Tue 09 Mar 2021 03:11:27 PM PST archive.org

qXMPPconsole is a browser based XMPP console. It is writen with the purpose to aid in learning the XMPP protocol. So far it is tested only over websockets and connecting to localhost. Comments, issues, pull requests are welcome.

The application is a single static web page.

html5 javascript xmpp console
https://picnicss.com/ https://picnicss.com/
Tue 23 Feb 2021 10:46:10 PM PST archive.org

A lightweight CSS framework for personal sites.

css webdesign html5 lightweight
GitHub - zeplia/minwiz https://github.com/zeplia/minwiz
Wed 30 Dec 2020 09:17:48 PM PST archive.org

Use this starter kit to create a viable, good looking, production-ready website whose entire size does not exceed 2 KB compressed when opened in a browser. Ideally, the total size of all assets (HTML, CSS, favicon, etc.) downloaded by the browser when opening the page will be under 2 KB. You need npm and gulp installed to assemble it, but once you have it everything you need will be in the dist/ subdirectory.

webdesign css html5 lightweight framework
Charts.css https://chartscss.org/
Mon 21 Dec 2020 06:23:52 PM PST archive.org

A data visualization framework written in CSS. Uses the semantic HTML5 tags to identify data to process, the data goes inside the HTML markup in the form of tables. No Javascript is needed to pull data out of APIs for processing (unless you want to roll that way, I guess). The core CSS file can be downloaded and put to use more or less immediately.

Github: https://github.com/ChartsCSS/charts.css

webdesign css charts graphs utility visualization html5
Semantic HTML5 Elements Explained https://www.freecodecamp.org/news/semantic-html5-elements/
Thu 17 Dec 2020 11:50:57 AM PST archive.org

Semantic HTML elements are those that clearly describe their meaning in a human- and machine-readable way. Elements such as <header>, <footer> and <article> are all considered semantic because they accurately describe the purpose of the element and the type of content that is inside

html5 tags semantics semanticweb webdesign
Prism.js https://prismjs.com/
Sun 29 Nov 2020 04:47:16 PM PST archive.org

Prism is a lightweight, extensible syntax highlighter, built with modern web standards in mind. vIt’s used in thousands of websites, including some of those you visit daily. Simple to use. Lightweight. Customizable downloads, just like Bootstrap. Surprisingly easy to use: Include the files in your HTML and it does the rest for your <code> blocks. Extremely fast.

javascript css webdesign customization highlighting html5
astrosonic/sanctuary https://github.com/astrosonic/sanctuary
Sun 09 Aug 2020 10:30:23 PM PDT archive.org

A secure synchronous lightweight chatroom with zero logging and total transience. Realtime chat over Websockets. Tries to be as lightweight as possible. IPv6 enabled by default. Users are ready to go as fast as possible. Encryption enabled. Admin commands.

python webapp chat websockets flask html5
vector-im/hydrogen-web: Lightweight matrix client with legacy and mobile browser support https://github.com/vector-im/hydrogen-web
Sun 09 Aug 2020 10:28:16 PM PDT archive.org

A minimal Matrix chat client, focused on performance, offline functionality, and broad browser support. Tries to be as desktop friendly as it is mobile friendly. UI components are reusable and composable. Can be added to an existing site. Stores everything locally. Right now it's a PoC.

html5 javascript matrix client crossplatform lightweight
movim/movim: Movim - Decentralized social platform https://github.com/movim/movim
Fri 07 Aug 2020 05:41:44 PM PDT archive.org

Movim is a decentralized social platform, written in PHP and HTML5 and based on XMPP. Database backend for caching. Seems suited for not-shared hosting because php-fpm is recommended, as well as Websockets and a long-running daemon (which shared hosting providers like Dreamhost don't like and kill automatically). Seems to require experienced webapp admins because knowledge of the application architecture is required.

Requires that the server support XEP-0060 (pubsub) because message transfer is built on top of it.

php xmpp socnet webapp decentralized html5 composer
Keep Formula https://keepformula.com/
Tue 07 Apr 2020 01:48:09 PM PDT archive.org

A simple app to make your calculations easier. Self-hostable.

Github repos for the three components: https://github.com/keepformula

html5 online webapp calculator converter math numbers units measurements devtools
GitHub - AmruthPillai/Reactive-Resume https://github.com/AmruthPillai/Reactive-Resume
Mon 30 Mar 2020 03:17:03 PM PDT archive.org

Welcome to the front page of Reactive Resume, a free and open-source resume builder web app that focuses on one thing, privacy. And also few other important features such as minimalistic UI/UX, customizability, portability, regularly updated templates, etc. But the important thing is that, your personal data is yours alone.

Public install: https://rxresu.me/

webapp html5 javascript resume builder templates
chr15m/dirc https://github.com/chr15m/dirc
Sat 28 Mar 2020 06:58:14 PM PDT archive.org

p2p IRC-inspired self-hosted web chat. Seems to be encrypted, or at least signed for identification (ECC keypairs). Uses WebRTC and Webtorrent. STUN and TURN enabled.

Lots and lots of Javascript so download a release. Only requires a static webhost, though.

html5 javascript irc p2p distributed
page 1 / 3
4219 links, including 279 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn