• Home
  • A Propos
  • Greasemonkey
  • HowTo GitHub
  • Performance JavaScript
  • SharepointPlus

1

Août

Detect mobile in JavaScript

Posted by Aymeric  Published in English, Niveau débutant, Programmation

We could simply check the resolution or user agent: const isMobile = Math.min(window.screen.width, window.screen.height) < 768 || navigator.userAgent.indexOf("Mobile") > -1;

Continue reading...

Tags: Anglais, Niveau débutant, Programmation

no comment

28

Juin

Send an email to several recipients from a String in a workflow [Sharepoint 2013]

Posted by Aymeric  Published in Astuce, English, Niveau intermédiaire

I found the case in which I have to send 1 email to several recipients. I have the names stored into a Sharepoint list. Using REST API and a call into my Workflow I’ve been able to get a list of login names (using $expand=MyUserField and $select=MyUserField/Name), then you just need to concatenate them separate […]

Continue reading...

Tags: Anglais, Astuce, Niveau intermédiaire, Sharepoint 2013, workflow

no comment

Me Suivre

Suivre @aymkdn

Catégories

  • À bookmarker
  • Android
  • Application
  • Astuce
  • Debug
  • Divers
  • English
  • Français
  • Images
  • Linux
  • MacOS
  • Navigateur
  • Niveau débutant
  • Niveau expert
  • Niveau intermédiaire
  • Partage
  • Performance
  • Programmation
  • Sécurité
  • Téléphonie
  • Vidéo
  • Web Design
  • Windows

Étiquettes

android Application Astuce astuces css debian Debug email english facebook firefox Français github greasemonkey IE Images internet explorer javascript jquery Linux mysql Navigateur Niveau débutant Niveau expert Niveau intermédiaire Nokia Partage Performance php Programmation regexp sharepoint Sharepoint 2013 sharepointplus Sécurité traitement vidéo téléphone Téléphonie vidéo Web Design wifi Windows wordpress workflow À bookmarker

Méta

  • Flux RSS
  • Administration

Recent Entries

  • Detect mobile in JavaScript
  • Add a domain to a Let’s Encrypt certificate
  • Get email address from a Azure DevOps « by » field in Power Apps Flow
  • Use CTRL and TAB to switch between two tabs in Chrome
  • Mise à jour d’un serveur Kimsufi (OVH) depuis Debian 10 (Buster) vers Debian 11 (Bullseye)
  • Portable version of NodeJS on Windows
  • Redirect non-www to www on a PHPBB Forum
  • Debug a third party Android APK
  • Capacitor Plugin for HTTP requests with self-signed SSL certificates
  • Enable CORS with IIS

Recent Comments

  • towkneed in Check permissions in Sharepoint based on a PermMas…
  • L in Mise à jour d’un serveur Kimsufi (OVH) depuis D…
  • Aymeric in Utiliser un email alias avec GMail [Astuce]
  • Chris in Utiliser un email alias avec GMail [Astuce]
  • alex91 in Create a self-signed certificate for localhost tes…
  • Coolwriter in Bien configurer eMule [Astuces]
  • Nico in Bien configurer eMule [Astuces]
  • Jim1988 in Permettre le retour en arrière sur une page PHP a…
  • rikimaru11273 in Bien configurer eMule [Astuces]
  • Aymeric in Execute an action before saving a form but after t…
  • Random Selection of Posts

    • Redémarrer un ordinateur à distance
    • IE9 en mode standard et Sharepoint… bug du bouton OK [Sharepoint]
    • Problème d’accès avec C:\Program Files\WindowsApps
    • Google Analytics : les recommandations de la CNIL [JavaScript]
    • Afficher correctement les caractères dans les fichiers de logs [Unix]
    • Mettre à jour automatiquement WordPress sans FTP [wordpress]
    • Agrandir la taille d’un disque dur de VirtualBox [Machine Virtuelle]
© 2008 Kodono is proudly powered by WordPress
Theme designed by Roam2Rome