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

7

Fév

Invisible character with IE when using Intl.DateTimeFormat

Posted by Aymeric  Published in Astuce, English, Navigateur, Niveau débutant

As explained in some threads, Internet Explorer adds some invisible extra characters when returning a date from the JavaScript function new Intl.DateTimeformat. var day = « Thursday »; var intlDay = new Intl.DateTimeFormat(‘en-US’, {weekday: »long »}).format(new Date(2019,1,7)); console.log(day === intlDay); // return FALSE with IE intlDay = intlDay.replace(/\u200E/g,  »); // replace \u200E console.log(day === intlDay); // return TRUE with […]

Continue reading...

Tags: Astuce, english, internet explorer, Navigateur, Niveau débutant

no comment

23

Août

Create a self-signed certificate for localhost testing with IE11 and Webpack

Posted by Aymeric  Published in Astuce, English, Niveau expert, Programmation, Windows

Sources: https://stackoverflow.com/questions/44988163/create-self-signed-certificate-for-testing-localhost-and-have-it-accepted-by-the http://woshub.com/how-to-create-self-signed-certificate-with-powershell/ https://stackoverflow.com/questions/4691699/how-to-convert-crt-to-pem/4691749#4691749 https://webpack.js.org/configuration/dev-server/#devserver-https If you develop with Webpack under Windows and you want to open your localhost server in HTTPS with IE11 you may receive a message like : « Content was blocked because it was not signed by a valid security certificate. » Below I explain the steps to make it work with IE11: […]

Continue reading...

Tags: english, internet explorer, Niveau expert, Programmation, Windows

1 comment

28

Déc

http://www.iegallery.com/addonsie7/ is returned when trying to change the default search engine for Internet Explorer

Posted by Aymeric  Published in Astuce, Navigateur, Niveau débutant, Windows

I have IE11 on my pro laptop, with Bing, while I want to use Google as my default search engine. However it keeps returning me the page http://www.iegallery.com/addonsie7/ with no way to install another search provider… After looking for a solution, I found you can use the direct link http://www.iegallery.com/addonsie7/Detail?resourceId=13555 to be able to install […]

Continue reading...

Tags: Astuce, internet explorer, Navigateur, Niveau débutant, Windows

no comment

20

Mar

Sharepoint 2010 and IE in standard mode (issues with IE9/IE10)

Posted by Aymeric  Published in Niveau intermédiaire, Programmation

I wanted to have a masterpage for Sharepoint 2010 with a HTML5 Doctype… unfortunately Sharepoint 2010 has been coded without standards, so lot of things are now broken. I spent some time to find the broken functions. I’ve created a file that is called just after <SharePoint:ScriptLink language= »javascript » name= »core.js » OnDemand= »true » runat= »server »/>, and you can download […]

Continue reading...

Tags: internet explorer, javascript, Niveau intermédiaire, Programmation, sharepoint 2010

4 comments

24

Juil

Cross-browser solution to read a local file and return the Data URI in base64 [Javascript]

Posted by Aymeric  Published in Navigateur, Niveau intermédiaire, Programmation

I searched for a solution to have a way to read a local file and then have the Base64 content returned into all the web browsers. The Javascript FileReader API exists for the modern browsers but not for Internet Explorer (IE). The solution is finally with Flash ! Look at the project on http://aymkdn.github.com/FileToDataURI/, and […]

Continue reading...

Tags: flash, github, internet explorer, javascript, Niveau intermédiaire, Programmation

2 comments

17

Août

IE8 Developer Toolbar qui ne s’affiche plus [astuce]

Posted by Aymeric  Published in Astuce, Debug, Navigateur, Niveau débutant, Programmation

Avec Internet Explorer il est possible d’utiliser un débogueur qu’ils nomment « IE Developer Toolbar ». C’est très peu puissant, mais quand on doit travailler sur ce navigateur ça peut être utile… Pour l’activer il faut appuyer sur la touche F12, seulement, dans mon cas, même si elle apparaissait bien dans la liste des fenêtres ouvertes, quand […]

Continue reading...

Tags: Astuce, Debug, internet explorer, javascript, Navigateur

1 comment

15

Juin

Limite de caractères dans un mailto/href sous IE [internet explorer limit]

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

[niveau débutant] Je me suis retrouvé dans la situation où dans un mailto je devais inscrire plusieurs informations (subject, cc, body) afin de créer une sorte de template qui s’ouvrirait avec Outlook. Je l’avais incorporé dans un href d’un lien classique. Si le lien fonctionnait parfaitement sous Firefox, il apparait que sous Internet Explorer j’avais […]

Continue reading...

Tags: Astuce, internet explorer, javascript, Niveau débutant, Programmation

no comment

19

Nov

jQuery.ready() avant le chargement des images [Javascript]

Posted by Aymeric  Published in Astuce, Navigateur, Programmation

[niveau: intermédiaire] Pour ma société je dois travailler sur IE7. Il se trouve que j’utilise jQuery (1.4.4) avec Microsoft Sharepoint pour customizer certaines pages. J’ai remarqué que sous mon IE7 la fonction jQuery(document).ready() n’était appelée que lorsque les images étaient complètement chargées; cependant ce comportement ralentissait grandement les modifications que je cherchais à faire. Après […]

Continue reading...

Tags: internet explorer, javascript, Niveau débutant, Programmation

no comment

3

Août

Emuler Internet Explorer de Windows Mobile [Web Design]

Posted by Aymeric  Published in Application, Navigateur, Niveau intermédiaire, Web Design, Windows

[niveau: intermédiaire] Pour tester la version mobile d’Internet Explorer il vous faut installer tout un attirail : – Virtual PC 2007; – Gestionnaire pour appareils Windows Mobile 6.1; – 040C/Windows Mobile 6 Professional Images (FRA).msi (attention de bien prendre la version PROFESSIONAL). Une fois tout cela installé, il faut procéder à plusieurs étapes : Dans […]

Continue reading...

Tags: internet explorer, Navigateur, Niveau intermédiaire, Web Design, Windows

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 Anglais Application Astuce astuces css debian Debug Divers email english facebook firefox Français github 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 À bookmarker

Méta

  • Flux RSS
  • Administration

Recent Entries

  • Connect to SharePoint Online using an app clientId and clientSecret
  • Mount a SMB Network Drive with Pivotal Cloud Foundry (pcf) and access it using NodeJS
  • spfx error: No development certificate found. Generate a new certificate manually, or set the `canGenerateNewCertificate` parameter to `true` when calling `ensureCertificateAsync`
  • Deploy a PCF NodeJS app as a scheduled task
  • Power Automate: execute a SQL Query via On-Promise Gateway
  • Pass an URL parameter to a SharePoint Online form’s field
  • Transfer an Alexa AWS Lambda function from the online editor to the ASK CLI
  • 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

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

    • Process Manager [Application]
    • Vertical scroll en JavaScript [programmation]
    • Mini code Encoder/Decoder en Base64 pour Javascript [programmation]
    • Shazam pour N95 (reconnaissance d’une musique) [Nokia]
    • Tester les performances d’un code Javascript via un benchmark [performance]
    • Réduire la taille d’une photo JPG sans perdre en qualité [HOWTO]
    • Freebox Player API
© 2008 Kodono is proudly powered by WordPress
Theme designed by Roam2Rome