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

CSS Duotone Generator

QRCode
https://cssduotone.com/
July 31, 2018 at 9:41:38 AM EDT *
images webdesign
FILLER

Everything You Need to Know About the Iliopsoas | Breaking Muscle

QRCode

Iliopsoas weakness may result in a “sway back” posture or “flat back” posture.

Hanging Leg Lifts (Knee to Elbows)
Hang from a pull up bar. Lift both knees in towards the chest. It’s important to reach the knees to the chest area, or you can aim for your elbows like the knee to elbow movement.

https://breakingmuscle.com/fitness/everything-you-need-to-know-about-the-iliopsoas
July 30, 2018 at 3:44:38 PM EDT *
fitness stretching
FILLER

Eliminate Procrastination By Asking Two Incredibly Simple Questions

QRCode

When I catch myself procrastinating, I take it as a positive opportunity to reassess what I’m doing.

1-What do I need to do? (Specific and in detail.)

2-Why do I need to do it? (Again, specific and in detail.)

https://medium.com/the-post-grad-survival-guide/eliminate-procrastination-by-asking-two-incredibly-simple-questions-d8a3c926ae35
July 30, 2018 at 3:35:07 PM EDT *
procrastination productivity lifehacks
FILLER

How to use Chrome DevTools like a Pro | The JotForm Blog

QRCode
  1. DOM Search by CSS Selectors
  2. Material and Page Color Palettes
  3. Multiple Cursor
  4. Get the current element with “$0”
  5. View Event Listeners
  6. Media Query
  7. Copy Response
  8. Run Predefined Snippets
https://www.jotform.com/blog/how-to-use-chrome-devtools-like-a-pro
July 30, 2018 at 2:45:32 PM EDT *
chrome devtools javascript webdesign
FILLER

Curious About Color Mixing? Here Are the Basics You Need to Know

QRCode
  • Add a dark pigment to light colors.
  • When darkening a color, avoid using black. To create a more nuanced color, try adding ultramarine blue or burnt umber instead.
  • Skip using black altogether. Mix them in equal parts to make a rich, beautiful black. When mixed with white, it makes a great gray.
  • To make a color look “cool,” add blue. To make it appear warmer, try incorporating yellows or reds.
  • Play around with color mixing without using any paint—thanks to this website. Try Colors
  • Mix your colors a little lighter than you want them to dry.
https://mymodernmet.com/color-mixing-chart/2/
July 30, 2018 at 1:56:16 PM EDT *
painting art
FILLER

How to Create a Piggy-Bank Illustration in Adobe Illustrator

QRCode
https://design.tutsplus.com/tutorials/how-to-create-a-piggy-bank-illustration-in-adobe-illustrator--cms-29706
July 30, 2018 at 1:47:45 PM EDT *
illustrator tutorial
FILLER

Understanding CSS Layout And The Block Formatting Context

QRCode

How a Block Formatting Context (BFC) behaves is easiest to understand with a simple float example. In the below example I have a box that contains an image that has been floated left and some text. If we have a good amount of text it wraps around the floated image and the border then runs around the whole lot.

There are two ways in which we ordinarily fix this layout problem. One would be to use a clearfix hack, which has the effect of inserting an element below the text and image and setting it to clear both. The other method is to use the overflow property, with a value other than the default of visible.
.outer {
overflow: auto;
}

https://www.smashingmagazine.com/2017/12/understanding-css-layout-block-formatting-context/
July 27, 2018 at 1:16:45 PM EDT *
webdesign css float
FILLER

Machine learning in Perl: Kyuubi goes to a (Model)Zoo during The Starry Night. | Sergey Kolychev [blogs.perl.org]

QRCode

Hello all, this is a fourth blog post in the Machine learning in Perl series, focusing on the AI::MXNet, a Perl interface to Apache MXNet, a modern and powerful machine learning library.

http://blogs.perl.org/users/sergey_kolychev/2018/07/machine-learning-in-perl-kyuubi-goes-to-a-modelzoo-during-the-starry-night.html
July 26, 2018 at 9:46:14 AM EDT *
perl neuralnetwork
FILLER

Vasily Kandinsky Vertical Accents ( Accents verticaux )

QRCode
https://www.guggenheim.org/artwork/2043
July 26, 2018 at 9:45:18 AM EDT *
inspiration
FILLER

Optimising mobile web navigation

QRCode

Adding a hamburger menu was convenient, but removing it ultimately led to better business performance.

Whether that’s by making the hamburger toggle action more explicit, or removing it completely — the gains can be considerable.

We’ve taken the learnings from these tests forward and are avoiding hamburger menus where possible. One recent example is a relatively complex e-commerce site, for which we’ve designed a site structure tailored around mobile optimised navigation — allowing us to expose the menu items by default.

https://uxdesign.cc/optimising-mobile-web-navigation-2-recent-successes-8132c715f516
July 23, 2018 at 12:46:39 PM EDT *
mobile webdesign
FILLER

LLC tax filing: What you need to know as a solo entrepreneur - GrowthLab

QRCode
https://growthlab.com/llc-tax-filing/
July 15, 2018 at 4:10:41 PM EDT *
taxes career
FILLER

How I Fully Quit Google (And You Can, Too) – Member Feature Stories – Medium

QRCode

One of the biggest challenges to quitting is the fact that most alternatives, particularly those in the open source of privacy space, are really not user friendly. I’m not a techie. I have a website, understand how to manage Wordpress, and can do some basic troubleshooting, but I can’t use Command Line or do anything that requires coding.

https://medium.com/s/story/how-i-fully-quit-google-and-you-can-too-4c2f3f85793a
July 11, 2018 at 12:00:18 PM EDT *
google
FILLER

The 4 Best Ways to Earn Income Writing in 2018 (and the 3 Worst)

QRCode

Author Derek Sivers once said, “What is obvious to you is amazing to others.” If you can give people an easy-to-understand solution to a problem they have, they’ll pay for you for it. If you can automate it, you’re miles ahead of the game.

https://medium.com/the-mission/the-4-best-ways-to-earn-income-writing-in-2018-and-the-3-worst-16b486c19774
July 9, 2018 at 4:04:35 PM EDT *
writing
FILLER

Every developer should have a blog. Here’s why, and how to stick with it.

QRCode

A blog is useful for many reasons. It can become a source of leads, it can be the place where, in the future, you might sell your products if you want to become an indie developer, or it can simply be the place where you have your audience and express your ideas.

https://medium.freecodecamp.org/every-developer-should-have-a-blog-heres-why-and-how-to-stick-with-it-5fd55a247fbf
July 3, 2018 at 11:11:38 AM EDT *
writing blog
FILLER

How To Design Emotional Interfaces For Boring Apps — Smashing Magazine

QRCode

Humans can’t endure boredom for a long time, which is why products that are built for non-exciting, repetitive tasks so often get abandoned and gather dust on computers and phones. But boredom, according to psychologists, is merely lack of stimulation, the unfulfilled desire for satisfying activity. So what if we use the interface to give them that stimulation?

  • Gameification
  • Humor
  • Animation
  • Art
https://www.smashingmagazine.com/2018/04/designing-emotional-interfaces-boring-apps/
July 3, 2018 at 11:05:40 AM EDT *
webdesign design animation
FILLER

Bottts — Robot Illustrations Sketch Library

QRCode

Mix & Match Robots with a Sketch library
Create robot illustrations in Sketch App with this free library. Combine frames, antennas, sensors, accessories, and colors. 🤖

https://bottts.com/
July 3, 2018 at 11:03:21 AM EDT *
sketch drawing
FILLER

Learn Blockchains by Building One

QRCode

Remember that a blockchain is an immutable, sequential chain of records called Blocks. They can contain transactions, files or any data you like, really. But the important thing is that they’re chained together using hashes.

** Also - Linux Journal 201803

https://hackernoon.com/learn-blockchains-by-building-one-117428612f46
July 3, 2018 at 10:55:33 AM EDT *
blockchain
FILLER

Look for the Loving Reason. Always.

QRCode

Then I remembered something I need reminding of consistently, despite my 20 years learning the fine art of observing my thoughts:

There is always a loving reason for every catastrophe, minor or otherwise, if you look for it. Always.

https://katehanley.com/look-for-the-loving-reason-always/
July 2, 2018 at 2:08:02 PM EDT *
lifehacks
FILLER

How to Strengthen Your Writing with One Simple Technique

QRCode

FOR EXAMPLE

https://medium.com/the-mission/how-to-strengthen-your-writing-with-one-simple-technique-37ab13eaf83c
June 25, 2018 at 9:25:24 AM EDT *
writing
FILLER

How you can improve your workflow using the JavaScript console

QRCode

When we think about the console, the first thing that comes to mind and the console.log, right? But there are many more methods than those we imagine. Now we will see how to make the most of using the console, and I’ll give you some tips to make them these methods more readable

https://medium.freecodecamp.org/how-you-can-improve-your-workflow-using-the-javascript-console-bdd7823a9472
June 23, 2018 at 11:18:26 AM EDT *
javascript programming
FILLER
89 / 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