kalvn's links
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 7 / 9
167 results tagged web  ✕
HeadOfffice - We want you to be interesting on the internet http://www.headofffice.com/
20/01/2017 14:56:04

Très original ce site :)

web site original design
The Line of Death – text/plain https://textslashplain.com/2017/01/14/the-line-of-death/
20/01/2017 14:52:42
web sécurité navigateur
Opera Neon – the future desktop browser - YouTube https://www.youtube.com/watch?v=t4MikGVvQOA
16/01/2017 10:51:37
thumbnail

Intéressant comme manière de revisiter un peu la navigation web.

Via http://korben.info/test-de-neon-nouveau-navigateur-dopera.html

navigateur web neon
Design Trends in 2016 & What to Expect in 2017 - Web Designer Wall - Design Trends and Tutorials http://webdesignerwall.com/trends/design-trends-2016-expect-2017
10/01/2017 09:35:56

Les tendances du web design en 2016 et ce à quoi s'attendre pour 2017.

design web tendance
Alternatives to Placeholder Text https://uxdesign.cc/alternatives-to-placeholder-text-13f430abc56f#.f4xc3gpa2
20/12/2016 18:00:09

Des alternatives aux placeholders. Finalement ça devient presque difficile de les utiliser de manière pertinente.

placeholder form design web UX
Here's how my 9-year explained Net Neutrality to his friend : daddit https://www.reddit.com/r/daddit/comments/2yi6xu/heres_how_my_9year_explained_net_neutrality_to/
19/12/2016 10:59:20

Bien vu :)

Je me copie ça ici.

My 9-year old son spends a lot of time online and recently came to me asking what Net Neutrality meant. I explained it the best I could. I just okay with current political events and he had a lot of questions. Had to actually look up some answers.
I recently overheard him explaining it to one of his friends, much better than I could, like this:
Pretend ice cream stores gave away free milkshakes. But you had to buy a straw to drink them. But that's okay, because you still get free milkshakes. One day you're drinking a free milkshake and you look down and the guy that sold you the straw is pinching it almost shut. You can still get your milkshake, but it's really hard and takes a lot longer.
So you say, "Hey! Stop that!" And the straw guy says, "NO! Not until the ice cream store pays me money." And you say, "But I already paid you money for the straw." And the straw guy says, "I don't care. I just want more money."
I think he nailed it.

Via http://sebsauvage.net/links/?ozZgeg

neutralité internet web
10 Must See Web Apps & Games – JavaScript Scene – Medium https://medium.com/javascript-scene/10-must-see-web-apps-games-36ab9ca60754#.gpfkrgmtr
25/11/2016 08:25:52

Quelques exemples assez impressionnants d'apps ou de jeux conçu avec les technos web.

web app jeux-vidéos showcase
CantSeeMe Proxy! https://www.cantseeme.co.uk/
22/08/2016 17:02:24

Un petit proxy web.

proxy web
A Beginner's Guide To Progressive Web Apps – Smashing Magazine https://www.smashingmagazine.com/2016/08/a-beginners-guide-to-progressive-web-apps/
19/08/2016 11:35:10

Une initiation aux Progressive Web Apps.

PWA tuto app web Android
JSON Web Tokens - jwt.io https://jwt.io/
11/02/2016 15:03:04

Sécuriser les données transmises en JSON.

json web token
Metascan Online | Free file scanning with multiple antivirus engines https://live.metascan-online.com/
22/01/2016 15:41:28

Une alternative à VirusTotal.

virus web
Book of Speed http://www.bookofspeed.com/
19/01/2016 13:52:39

Un "e-book" ultra-complet sur l'optimisation de sites web.

optimisation web vitesse
Authentication Cheat Sheet - OWASP https://www.owasp.org/index.php/Authentication_Cheat_Sheet
13/01/2016 20:23:30

Des bonnes pratiques pour implémenter un système d'authentification dans un site web.

authentification web
services_web [sebsauvage] http://sebsauvage.net/wiki/doku.php?id=services_web
12/01/2016 13:24:35

Une foule de services web minutieusement (du moins je suppose :)) sélectionnés par Sebsauvage.

service web outil sebsauvage
google/fonts https://github.com/google/fonts
11/01/2016 22:36:44

Toutes les Google Fonts sont dispo dans un unique fichier zip ici : https://github.com/google/fonts/archive/master.zip

google font web
Moteurs de recherche : les alternatives à Google - Tech - Numerama http://www.numerama.com/magazine/22300-moteurs-de-recherche-5-alternatives-a-google.html
06/01/2016 23:16:28

A avoir sous le coude.

moteurderecherche recherche web
Tendances Web Design 2016 - Alsacreations http://www.alsacreations.com/article/lire/1696-tendances-web-design-2016.html
05/01/2016 15:29:48
web design
regex - Generic htaccess redirect www to non-www - Stack Overflow https://stackoverflow.com/questions/234723/generic-htaccess-redirect-www-to-non-www
28/12/2015 10:04:49

Petite cheat sheet htaccess pour rediriger le trafic du sous-domaine www vers le domaine.
Note : la première ligne est à ignorer si elle est déjà présente dans le fichier htaccess.

RewriteEngine On

RewriteCond %{HTTPS} off
RewriteCond %{HTTP_HOST} ^www.(.)$ [NC]
RewriteRule ^(.
)$ http://%1/$1 [R=301,L]

RewriteCond %{HTTPS} on
RewriteCond %{HTTP_HOST} ^www.(.)$ [NC]
RewriteRule ^(.
)$ https://%1/$1 [R=301,L]

htaccess www web
Introduction à Gulp - Alsacreations http://www.alsacreations.com/tuto/lire/1686-introduction-a-gulp.html
27/12/2015 23:39:13

Initiation à Gulp qui est vraiment un super outil et est une bonne alternative à Grunt.

gulp grunt JavaScript NodeJS web
Partis tiers : maîtrisez leurs impacts sur la vitesse et la sécurité de vos sites - Alsacreations http://www.alsacreations.com/article/lire/1695-partis-tiers-impacts-sur-la-vitesse-de-vos-sites.html
27/12/2015 23:30:47

"""
Les partis tiers sont de plus en plus nombreux. Pensez à leurs impacts et veillez à limiter leur usage. Auditez ceux dont vous avez besoin, et faites de leur qualité un impératif dans votre processus de sélection.
N’oubliez par leur caractère “parasite”, ce sont des organismes externes que vous ne contrôlez pas, pensez à surveiller leurs évolutions, même après avoir cloisonné aux maximum leurs impacts ! 
Des outils comme WebPageTest (gratuit et en anglais) ou Dareboost (freemium disponible en français) vous permettront d'analyser vos sites et les impacts de vos partis tiers. 
"""

lib performances web
page 7 / 9
4025 links, including 129 private
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Theme by kalvn