Getting started:
Related tutorials:
- MySQL-CLI: https://www.youtube.com/playlist?list=PLfdtiltiRHWEw4-kRrh1ZZy_3OcQxTn7P
- Analyzing Business Metrics: https://www.codecademy.com/learn/sql-analyzing-business-metrics
| .element { | |
| position: relative; | |
| top: 50%; | |
| transform: translateY(-50%); | |
| } | 
| // Thanks http://philipnewcomer.net/2014/04/target-internet-explorer-10-11-css/ | |
| /* | |
| Usage: | |
| @include target-metro { | |
| color: cyan; | |
| } | |
| */ | |
| @mixin target-metro { | |
| @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { | 
Getting started:
Related tutorials:
| $("input.remove_title").attr("title", ""); | |
| http://docs.jquery.com/Plugins/Validation/Reference#Fields_with_complex_names_.28brackets.2C_dots.29 | 
| http://elouai.com/force-download.php | 
| <?php phpinfo() ?> | |
| http://blog.taragana.com/index.php/archive/how-to-test-php-support-in-apache-http-server/ | 
| ALTER TABLE tablename AUTO_INCREMENT = 1 | 
| <form action="<?php echo$_SERVER['PHP_SELF']; ?>" method="post" id="contactform"> | 
| /* Give hasLayout, to fix peekaboo (and other) bugs */ | |
| ul.lightbox, | |
| ul.lightbox li, | |
| ul.lightbox li a, | |
| ul.semtabs, | |
| .box-1col .itemThumbBook li a, | |
| ul li, | |
| .itemThumbBook li, | |
| .box-1col, | |
| .pdfHeader, | 
| ul li ol li {zoom:normal;} /* added 29/03/10 - to correct ul>li>ol>li counting */ |