Shaare your links…
408 links
Liens · Devenet Home Login RSS feed Tags cloud
◄ older
9 of 21
newer ►
  • La puissance des workflows git → https://medium.com/@OVHUXLabs/la-puissance-des-workflows-git-12e195cafe44
    Après avoir testé Git Flow, Github Flow, les devops d'OVH nous propose leur solution hybride.
    Fri Mar 24 09:36:26 2017 – #permalink
    git
  • Préparation d'un HP MicroServer Gen8 pour servir de NAS → https://www.abyssproject.net/2017/03/preparation-dun-hp-microserver-gen-8-servir-de-nas/
    Mon Mar 20 10:25:03 2017 – #permalink
    nas
  • Forcer ou non le téléchargement d'un document PDF en spécifiant un nom de fichier → https://stackoverflow.com/questions/6293893/how-to-force-files-to-open-in-browser-instead-of-download-pdf
    To indicate to the browser that the file should be viewed in the browser:
     Content-Type: application/pdf
     Content-Disposition: inline; filename="filename.pdf"

    To have the file downloaded rather than viewed:
     Content-Type: application/pdf
     Content-Disposition: attachment; filename="filename.pdf"
    Thu Mar 16 18:31:04 2017 – #permalink
    http pdf
  • Nadeem Afana's blog · ASP.NET MVC 5 Internationalization → http://afana.me/post/aspnet-mvc-internationalization.aspx
    Now, let’s review the terms used so far:
    • Globalization (G11N): The process of making an application support different languages and regions.
    • Localization (L10N): The process of customizing an application for a given language and region.
    • Internationalization (I18N): Describes both globalization and localization.
    • Culture: It is a language and, optionally, a region.
    • Locale: A locale is the same as a culture.
    • Neutral culture: A culture that has a specified language, but not a region. (e.g. "en", "es")
    • Specific culture: A culture that has a specified language and region. (e.g. "en-US", "en-GB", "es-CL")
    Mon Mar 13 15:29:47 2017 – #permalink
  • Tricher grâce à l'UX quand il n'y plus de code optimisable - Confoo 2017 - Stéphanie Walter : design et mobile, UX et UI → https://blog.stephaniewalter.fr/tricher-grace-a-lux-ny-plus-de-code-optimisable/
    Sun Mar 12 23:55:13 2017 – #permalink
    ux
  • Minimal Favicon Generator - favicon.io → https://favicon.io/
    Générateur de favicons à partir d'initiales.
    Tue Feb 28 10:23:15 2017 – #permalink
    favicon
  • Fusion de fichiers PDF → http://www.dsfc.net/logiciel-libre/fusion-fichiers-pdf/
    1. PDF Split And Merge Basic ;
    2. PDFTK Builder ;
    3. Pdf Split and Merge with Bookmark Import.
    Tue Feb 21 14:15:27 2017 – #permalink
    pdf
  • ZType – Typing Game - Type to Shoot → http://zty.pe/
    Un petit jeu où il faut écrire le plus rapidement possible les mots qui s'affichent pour les détruire.
    Tue Feb 21 14:07:44 2017 – #permalink
    game
  • Les 30 Sélecteurs CSS à Absolument Connaître → https://code.tutsplus.com/fr/tutorials/the-30-css-selectors-you-must-memorize--net-16048
    Thu Feb 16 18:31:52 2017 – #permalink
    css
  • IsThereAnyDeal.com → https://isthereanydeal.com/
    Comparateur de prix pour jeux vidéos avec possibilité de mettre en place des alertes.
    Thu Feb 16 13:55:24 2017 – #permalink
    game
  • Accessible color palette builder → https://toolness.github.io/accessible-color-matrix/
    Tue Jan 31 22:41:50 2017 – #permalink
    ux
  • Placeholders: minimal does not mean simple | Adam Silver | UX design, Front-end Engineering and Strategy | London, UK. → http://adamsilver.io/articles/placeholders-minimal-does-not-mean-simple/
    Les placeholders sans label ni aide, c'est le mal…
    Tue Jan 31 22:40:14 2017 – #permalink
    css html ux
  • Internet of Things (IoT) Scanner - BullGuard → http://iotscanner.bullguard.com/search
    Scanner de ports et vulnérabilités
    Tue Jan 31 22:22:56 2017 – #permalink
    iot scan security
  • Taskbar Pinned Shortcuts Location → https://superuser.com/questions/855784/taskbar-pinned-shortcuts-location/855785
    Pour gérer les raccourcis dans la barre des tâches de Windows 10 :
    → %APPDATA%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar
    Thu Jan 26 15:44:36 2017 – #permalink
    windows
  • 5 Powerful Ways to Open a Presentation → https://blog.slideshare.net/2013/07/22/5-powerful-ways-to-open-a-presentation
    We've all been there before: staring at the glow of your blank computer screen with no idea on how to open or start your talk. For starters, you should never be staring at PowerPoint with no clear objective (that's a conversation for another day), but let's be honest, we've all struggled with the best ways to open a presentation.

    It's time to get unstuck. Here are 5 powerful ways to open a presentation:

    1. Use Silence

    Most people won't be able to pull this off very easily, but if you are feeling like a rockstar during your next presentation, opt for silence. Say a few words then be quiet. Say a few more words then be quiet. It's a quick and easy way to own the room. Just make sure you can hold your composure.

    2. Point to the Future or Past

    I have two simple statements for you:
    -Prospective (looking to the future): "30 Years from now, your job won't exist."
    -Retrospective (looking to the past): "In 1970, Japan owned 9% of the market. Today, they own 37%."
    The reality is that looking into the future or past always sparks engagement since that’s where our hearts live.

    3. Quote Someone

    The easiest way to open a talk is simply to quote someone. Think about that last presenter you heard when they opened their talk with a quote from Albert Einstein or Napoleon. A quote equals instant credibility.

    4. Share Something Extraordinary

    I don't know about you, but I love Snapple. Even more so, I love their bottle caps since they always share fun facts or extraordinary insight into ordinary things. Is my life going to be improved because I know how many times a bee's wings flaps in a second? No. Is it crazy interesting? Yes.

    5. Tell a Story

    Here's the amazing thing about stories: If your presentation is based solely on facts and stats then your audience is going to react in one of two ways: 1) agree or 2) disagree. However, if you tell a story, your audience will participate with you. Still not sold? Stories have been known to increase audience retention by up to 26%.

    So, what are you waiting for? Experiment. Try something new. Step outside your comfort zone. You'll see some amazing results by trying any one of these techniques
    Tue Jan 10 10:12:45 2017 – #permalink
    life
  • Top 10 PHP Security Tips for Linux Admins - Developer.com → http://www.developer.com/open/top-10-php-security-tips-for-linux-admins.html
    Wed Jan 4 01:19:10 2017 – #permalink
    php
  • alsacreations/guidelines: Nos bonnes pratiques internes à l'agence Alsacréations → https://github.com/alsacreations/guidelines
    Thu Dec 29 14:38:44 2016 – #permalink
    css html js php
  • Je n'ai rien à cacher. → http://jenairienacacher.fr/
    ⇒ Puis-je vous demander une copie de tous vos emails, de vos messages et photos sur Facebook, et de tous les fichiers sur votre ordinateur ? J'aimerais tout savoir sur votre vie privée.

    Comment oseriez-vous répondre non ? Lorsque vous n'avez rien à cacher, vous ne pouvez pas faire de distinction entre ce que vous admettez rendre public et ce qui vous dérange un peu plus. Dès lors que vous imposez une barrière, vous avez quelque chose à cacher (et c'est bien normal !).

    Nous autres, êtres humains, nous distinguons les uns des autres parce que nous avons tous une vie privée, une intimité que nous ne dévoilons pas à tout bout de champ.

    ⇒ Si vous ne le faites pas pour vous, faites-le pour moi !
    Thu Dec 29 14:34:58 2016 – #permalink
  • If PHP Were British - Web Development in Brighton - Added Bytes → https://www.addedbytes.com/blog/if-php-were-british/
    Si PHP avait été écrit par un anglais, le langage aurait pu être bien différent…
    Wed Dec 21 18:08:13 2016 – #permalink
    php
  • Chers transporteurs, allez bien vous faire f**tre, cordialement. → https://blog.edenpulse.com/cher-transporteurs-allez-bien-faire-ftre-cordialement/
    Fri Dec 16 14:38:56 2016 – #permalink
◄ older
9 of 21
newer ►
Shaarli by sebsauvage
Shaarli-Theme by Nicolas based on idleman theme