• Shaarli
  • Tag cloud
  • Picture wall
  • Daily
  • RSS
  • Login
4459 shaares
93 / 223
Filters

Koaloha Tenor Acacia Opio Ukulele Package (KTO-10)

QRCode
https://www.theukulelesite.com/shop-by/koaloha-tenor-acacia-opio-ukulele-package-kto-10.html
August 13, 2018 at 3:46:58 PM EDT *
ukulele
FILLER

JavaScript Frameworks Considered Harmful – Bob Myers – Medium

QRCode

The dirty little secret about JS frameworks, not just Ember, is their abysmal performance on mobile devices. First, we have to download the huge runtime on a slow connection. Then, we have massive amounts of framework code running on a device which has a slower processor to start with, but may also have an inferior JS engine. The result can be latencies in seconds or even tens of seconds merely to display a page. There is no simple solution to this problem.

https://medium.com/@torazaburo/javascript-frameworks-considered-harmful-a7448382d9a0
August 13, 2018 at 10:30:53 AM EDT *
javascript
FILLER

Free Frontend - CSS Menus

QRCode

Hand-picked HTML and CSS code examples, tutorials and articles

https://freefrontend.com/css-menu
August 6, 2018 at 2:29:35 PM EDT *
css webdesign javascript menu
FILLER

A Stoic Response to Anger

QRCode

Your instinct may be to yell and get angry. It’s natural. But just because it’s “natural” doesn’t mean it’s a good idea.

“how much more harmful are the consequences of anger…than the circumstances that aroused them in us.”

https://dailystoic.com/stoic-response-anger
August 6, 2018 at 1:52:13 PM EDT *
stoic lifehacks anger
FILLER

Getting Started With CSS Layout

QRCode

Whether you’re fairly new to CSS or an experienced developer from elsewhere in the stack who wants to make sure your understanding of layout today is up to date, this guide covers everything you need to know about CSS Layout today.

https://www.smashingmagazine.com/2018/05/guide-css-layout/
August 6, 2018 at 1:50:29 PM EDT *
css flexbox
FILLER

How the Bootstrap 4 Grid Works

QRCode

The Rules of the Grid:

Columns must be the immediate child of a Row.
Rows are only used to contain Columns, nothing else.
Rows should be placed inside a Container.
https://uxplanet.org/how-the-bootstrap-4-grid-works-a1b04703a3b7
August 6, 2018 at 1:11:16 PM EDT *
bootstrap
FILLER

When should a primary key be declared non-clustered?

QRCode

Say that I have a table of People, and these people have a Country column and a unique Primary Key. It's a demographics table, so these are the only things I care about; what Country and how many unique people are tied to that country.

I am thus only ever likely to SELECT WHERE or ORDER BY the Country column; a clustered index on the Primary Key doesn't do me any good, I'm not accessing this data by PK, I'm accessing it by this other column. Since I can only have one clustered index on a table, declaring my PK as Clustered would prevent me from using a Clustered Index on Country.

https://dba.stackexchange.com/questions/7741/when-should-a-primary-key-be-declared-non-clustered
August 6, 2018 at 9:24:03 AM EDT *
sql mssql
FILLER

What Happens When You Create A Flexbox Flex Container? — Smashing Magazine

QRCode

In a short series of articles, I’m going to spend some time in detailed unpacking of Flexbox — in the same way I have done in the past with grid. We’ll have a look at the things Flexbox was designed for, what it really does well, and why we might not choose it as a layout method. In this article, we will take a detailed look at what actually happens when you add display: flex to your stylesheet.

https://www.smashingmagazine.com/2018/08/flexbox-display-flex-container/
August 3, 2018 at 1:41:36 PM EDT *
css webdesign flexbox
FILLER

The Responsive Website Font Size Guidelines (Updated for 2018) – Learn UI Design

QRCode

Use a text input font size of at least 16px. If your text inputs have a smaller font size than that, iOS browsers will zoom in on the left side of the text input, often obscuring the right side and forcing the user to manually zoom out after using the text box.

When picking a base size for a desktop website or web app, you can break down most designs into one of two types:

Text-heavy pages. Articles, blogs, news, etc. These are pages where the primary purpose the user has on the page is to read. There is very little in terms of interaction – perhaps just clicking a few links.
Interaction-heavy pages. Apps that involve more hovering, clicking, searching for an item in a list or table, editing, typing, etc. There may be plenty of text on the page, but it’s not stuff you read straight through like a book.

https://learnui.design/blog/mobile-desktop-website-font-size-guidelines.html#desktop-web
August 1, 2018 at 11:35:29 AM EDT *
webdesign typography
FILLER

Perl Advent Calendar 2017 - Mojolicious on the Command Line

QRCode

Mojolicious provides a utility class, ojo, that allows us to leverage the power of Mojolicious from the command line:

perl -Mojo -E 'say g("http://goo.gl/EsGk3b")->text'

The -M flag tells perl to load the following module, so -Mojo, despite looking like a super secret Mojo flag to perl actually is a cheeky way of saying use ojo.

ojo provides a whole host of single letter functions that are shortcuts to Mojolicious utilities, allowing you to quickly do things like fetching urls, reading and writing files, encoding and decoding json, manipulating data structures and a whole host more.

http://perladvent.org/2017/2017-12-15.html
August 1, 2018 at 9:47:04 AM EDT *
perl mojolicious
FILLER

Newsletter Edition #0071 | Veerle Pieters

QRCode

#6a503f #8cc7bb #d2cec0 #f2efec #f34e33

https://shared-assets.adobe.com/link/14d4ab12-23c6-4c8b-7899-3a63bb7bea82
July 31, 2018 at 3:27:45 PM EDT *
colorscheme veerle
FILLER

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
93 / 223
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