• Shaarli
  • Tag cloud
  • Picture wall
  • Daily
  • RSS
  • Login
4369 shaares
24 / 219
Filters

The DOs and DON'Ts of Gel Printing - Carolyn Dube

QRCode

What are the dos and don'ts of gel printing? It's all here along with gel printing resources, a downloadable guide and free videos!

Do use any acrylic paint. Don’t worry if the paint is the correct type for gel printing. All acrylic paints work on it!

Do get your favorite colors, even if they are different brands of paint. Don’t worry, paint doesn’t have cooties and the different brands can all play nicely together.

https://acolorfuljourney.com/dos-donts-gel-printing-resources/
January 13, 2024 at 10:51:52 AM EST *
gelli
FILLER

Introducing Fontimize| Subset Fonts to Exactly and Only Your Website's Used Characters ⸺ Dave on Design

QRCode

Fontimize: Subset Fonts to Exactly and Only Your Website's Used Characters
A Python library to subset fonts, which cuts ~95% from the size of your site’s font files & downloads/bandwidth. To use: from fontimize import optimise_fonts_for_files and call it with a list of HTML files. See the the full API docs for more info.
Find Fontimize on Github and PyPi.

https://github.com/vintagedave/Fontimize/issues/1

I randomly came across your blog post on this library and thought I'd take a look at the code. I noticed you have an accidental O(n^2) string concatenation. In a few places in your code, you're appending lists of strings. This is a problem as it creates new intermediate strings in each iteration. Here is one such example:

https://daveon.design/introducing-fontimize-subset-fonts-to-exactly-and-only-your-websites-used-characters.html
January 13, 2024 at 10:50:38 AM EST *
python fonts webdesign
FILLER

Home - Fusion™ Mineral Paint

QRCode

INTRODUCING 7 NEW SHADES2023 COLOUR COLLECTION REVEALED Click Here How to Upcycle your Furniture Click HerePaint it beautiful AVAILABLE IN PINTS AND TESTERS Click Here Paint your floors with Fusion GET INSPIRED Click Here9 moody shades 2022 colour collections of classic and jewel toned shadesClick Here50+ Colours TRUE COLOUR FAN DECKS AVAILABLE Click HereSHOP OUR […]

https://fusionmineralpaint.com/
January 13, 2024 at 10:28:21 AM EST *
woodworking furniture painting
FILLER

The hidden depths of the input element - HTMHell

QRCode

Less typing is always better
Last but not least, my absolute favourite <input> attribute is the autocomplete attribute.

For controlling the available virtual keyboards use inputmode. To control whether an <input> can be updated, but also still read and submitted, choose readonly over disabled. You can trigger the camera on mobile devices using capture. Use the spellcheck attribtue to control whether spellchecking is activated on an input, and remember to set it to "false" on sensitive inputs. Save users time by using autocapitalize to control the capitalisation of text in an input. And finally, use autocomplete to help the browser fill in the contents of an input and save your users typing.

https://www.htmhell.dev/adventcalendar/2023/8/
January 12, 2024 at 8:52:13 AM EST *
forms webdesign
FILLER

Template for accessibility guidelines - HTMHell

QRCode

This template is opinionated and intended as a starting point for those who want to define how accessibility is dealt with in their company. It does not matter whether your title is developer, designer, project manager or something else.

https://www.htmhell.dev/adventcalendar/2023/10/
January 12, 2024 at 8:50:35 AM EST *
accessibility webdesign
FILLER

Design pattern for custom tooltips - HTMHell

QRCode

The title attribute is not particularly accessible.

https://www.htmhell.dev/adventcalendar/2023/20/
January 12, 2024 at 8:50:06 AM EST *
webdesign tooltip accessibility
FILLER

On the <dl> | Ben Myers

QRCode

The <dl>, or description list, element is underrated.

It's used to represent a list of name–value pairs. This is a common UI pattern that, at the same time, is incredibly versatile. For instance, you've probably seen these layouts out in the wild…

<dl>
    <dt>Title</dt>
    <dd>Designing with Web Standards</dd>
    <dt>Publisher</dt>
    <dd>New Riders Pub; 3rd edition (October 19, 2009)</dd>
</dl>
https://benmyers.dev/blog/on-the-dl/
January 10, 2024 at 8:30:01 PM EST *
html webdesign lists
FILLER

linux - How to reverse-i-search back and forth? - Super User

QRCode

I use reverse-i-search often, and that's cool. Sometime though when pressing Ctrl+r multiple times, I pass the command I am actually looking for. Because Ctrl+r searches backward in history, from n...

The one-sentence answer: Run stty -ixon in your terminal, and then use Ctrl+S to change the search direction from backward to forward.

https://superuser.com/questions/472846/how-to-reverse-i-search-back-and-forth
January 10, 2024 at 8:00:52 PM EST *
linux terminal bash
FILLER

sbensu: How to: friction logs

QRCode

Most software is bad. I neither know why, nor how to solve the problem. Instead, the best I have to offer is a technique to keep the badness away for a while: friction logs.Friction logs are what they sound: a detailed log of everything that caused friction when using a product. This post teaches you how to make one. I recommend you to make one if:

https://blog.sbensu.com/posts/friction-logs/
January 10, 2024 at 7:53:12 PM EST *
ux management project
FILLER

sshx | A secure web-based, collaborative terminal

QRCode

sshx lets you share your terminal with anyone by link, on a multiplayer infinite canvas.

It has real-time collaboration, with remote cursors and chat. It's also fast and end-to-end encrypted, with a lightweight server written in Rust.

Install sshx with a single command. Use it for teaching, debugging, or cloud access.

https://sshx.io/
January 10, 2024 at 7:45:38 PM EST *
rust ssh terminal linux
FILLER

An Interactive Guide to CSS Grid

QRCode

CSS Grid is an incredibly powerful tool for building layouts on the web, but like all powerful tools, there's a significant learning curve. In this tutorial, we'll build a mental model for how CSS Grid works and how we can use it effectively. I'll share the biggest 💡 lightbulb moments I've had in my own learning journey.

https://www.joshwcomeau.com/css/interactive-guide-to-grid/
January 9, 2024 at 11:24:44 AM EST *
css grid webdesign
FILLER

This Just In: Schriftenkartei, a Typeface Index - Letterform Archive

QRCode

This box of 600+ specimen cards holds a complete snapshot of the last metal type foundries in Germany.

Produced 1958–1971, the Schriftenkartei (Typeface Index) represents the final effort to catalog all the country’s typefaces in production at the time. The cards are useful for researchers and designers as they share a common format and show complete glyph sets. Thanks to Michael Wörgötter, a set of these cards is now in our collection, and his high-res scans are online.

https://letterformarchive.org/news/schriftenkartei-german-font-index/
January 8, 2024 at 8:29:13 PM EST *
fonts typography inspiration
FILLER

Making a Rotating and Flip Up Hidden Tool Storage Workbench — Project Billd

QRCode

In this video we're making a really cool workbench that hides a whole bunch of tools under the table when you don’t need them but rotates and/or flips them up to the top when you do need them!

https://projectbilld.com/blog/hidden-tool-storage-workbench
January 7, 2024 at 9:12:32 AM EST *
woodworking workbench
FILLER

Newsletter Edition #0317 By Veerle Pieters

QRCode

#482539 #6188c9 #6bd3d6 #e4a959 #ff72b6

Would make a great chipset!

https://assets.adobe.com/public/060819cc-5b93-4132-5247-4a9bb16e9cd0
January 3, 2024 at 12:01:48 PM EST *
colorscheme veerle
FILLER

6 Tips for Painting Interior Woodwork | Family Handyman

QRCode

Brushing a silky smooth finish on woodwork takes patience and attention to detail. We'll show you how to use the techniques that pros use to paint wood.

For dents and chips deeper than about 1/8-in., use a two-part polyester resin. It sticks well, doesn’t shrink and sands easily. It’s also the best material for rebuilding chipped corners. Auto body fillers also work well.

Sand the painted surface with 100- or 120-grit sandpaper or a medium sanding sponge. Then, finish-sand with 180-grit sandpaper or a fine sanding sponge. Spot-prime the filler and any bare wood with a latex primer.

We recommend you use an additive that slows the drying process and helps the paint lie smooth. (Floetrol is one common choice.)

Quickly coat an area with several brush loads of paint, and then blend and smooth it out by lightly running the unloaded brush tip over it (called “tipping”). Try to coat a whole board or section, but don’t let the paint sit more than a minute before tipping.

https://www.familyhandyman.com/list/6-tips-for-painting-interior-woodwork/
December 28, 2023 at 8:48:09 AM EST *
painting molding
FILLER

Bird Feeding Best Practices | Mass Audubon

QRCode

Get the answers to all your bird feeding questions.

  • Sunflower Seed
    Black-oil sunflower seeds are more popular with birds than black striped due to the softer shell.

  • Nyjer Seed
    It is popular with smaller finches,

  • Mixed Seed
    Mixed seed often has a large percent of undesirable food, which many birds will simply toss on the ground to get at sunflower seeds and other preferred foods. This can result in a lot of waste, as well as a build-up of rotting seed under the feeder.

All feeders should be cleaned and disinfected on a regular basis (every 2 weeks) with a solution of one part bleach to nine parts water.

https://www.massaudubon.org/nature-wildlife/birds/bird-feeding
December 11, 2023 at 11:37:23 AM EST *
birds
FILLER

It's like cheating

QRCode

Why is it that the miters sometimes looks awful even though you've done everything to the book? This might be the answer your looking for.

Dial Gauge: https://shorturl.at/lKVZ6

Cut the miters using the digital level cube and set the angle to 44.9º so there will be a very small gap at the back.

https://www.youtube.com/watch?v=TwGEPD66SwQ
December 7, 2023 at 2:17:13 PM EST *
tablesaw woodworking molding
FILLER

Goods for the Study – NYC – pencil talk | pencil reviews and discussion

QRCode

Goods for the Study is a stationery store in New York City. Their website tells me they have two locations. I visited the “West Village” shop at 50 West 8th Street in late 2022.

https://goodsforthestudy.com/

https://www.penciltalk.org/2023/03/goods-for-the-study
December 6, 2023 at 3:40:57 PM EST *
pencils nyc travel
FILLER

Using shiki with 11ty

QRCode

Since my last post about shiki was really long and described a really deep way on how to use and modify shiki, this is the complete opposite. This shows just short and simple how to use shiki in your eleventy (11ty) project.

https://www.hoeser.dev/blog/2023-02-07-eleventy-shiki-simple/
December 5, 2023 at 11:05:30 AM EST *
eleventy nodejs syntax
FILLER

Lesson 18-20: Transform gulp pipeline to use ESM (to fix issue with `gulp-imagemin`) · Issue #40 · Andy-set-studio/learneleventyfromscratch.com · GitHub

QRCode

gulp-imagemin in its latest version is now ESM only (see also #24 ). In my personal project I have changed the gulp pipeline to use ESM and was able to update all dependencies to their latest versions. I want to leave my code here for an...

https://github.com/Andy-set-studio/learneleventyfromscratch.com/issues/40
December 4, 2023 at 9:57:31 AM EST *
gulp eleventy
FILLER
24 / 219
Shaarli · The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community · Documentation
Fold Fold all Expand Expand all Are you sure you want to delete this link? Are you sure you want to delete this tag? The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community