Programmation

From FroggDev - En
Jump to: navigation, search
Code Logo

Tools

  • RegExp Tester

https://regex101.com/

  • Javascript code compression

http://jscompress.com/

  • Metatag generator

http://www.outils-referencement.com/outils/pages-web/balises-meta

  • robot.txt generator

http://robots-txt.com/

  • W3C Validator

http://validator.w3.org/

  • CSS Validator

http://jigsaw.w3.org/

  • Accessibility Validator

http://wave.webaim.org/

  • Website tester

http://www.webpagetest.org/

https://www.webhostinghero.com/

https://developers.google.com/speed/pagespeed/insights

VB2010

BASH

PHP

Frogg UI

HTML5

div {
   width: 100px;
   height: 100px;
   background-color: red;
/*Start here*/
   position: absolute;
   top:0;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;
}

Favicon

Add an icon near the web page title in the browser

  • Some very old browser does not support .ICO
  • Icone size is 16 ­× 16 or 32 × 32 pixels.
<link rel="icon" type="image/png" href="favicon.png" />

or :

<link rel="shortcut icon" type="image/png" href="favicon.png" />

JS

document.onmousedown=null;document.onclick=null;document.oncontextmenu=null;
jQuery(document).unbind("contextmenu");
  • equivalent au urldecode de PHP
function urldecode(url) {return decodeURIComponent(url.replace(/\+/g, ' '));}

CSS3

  • Selectors
  • Border
  • Shadow
  • Scrollbars
  • Animation