#My Performance Check
§ Resources:
→ http://aerotwist.com/blog/dont-guess-it-test-it
§ Network
| #Reference | |
| #http://esbueno.noahstokes.com/post/40039075291/copy-paste-screenshots-directly-into-photoshop | |
| #Selection Cursor: Copies to Desktop | |
| Use built in Mac OS screenshot tool (Command + Shift + 4) | |
| #Selection Cursor: Copies to Clipboard for Photoshop | |
| Use built in Mac OS screenshot tool (Command + Control + Shift +4) |
| #takes you to your ruby dir | |
| #if you're using ruby version manager | |
| cd $(rvm gemdir) | |
| #then type | |
| ls | |
| #you'll see the gems folder then type | |
| gem list |
| # Description: | |
| # Yeoman build automation for gh-page deployment. | |
| # | |
| # Credits: | |
| # Made possible by @ChrisJeane and GrayGhostVisuals (@gryghostvisuals) | |
| # | |
| # How To: | |
| # This Rakefile goes in the root directory outside of your | |
| # yeoman project. after you've run 'yeoman build' you may then | |
| # run 'rake build from your project's main root directory. |
| <i class="macbook"></i> |
| @import "compass/typography"; | |
| // global vars | |
| $base-font-size: 18px; | |
| $base-line-height: 24px; | |
| // establishes base grid | |
| @include establish-baseline; | |
| //@rhythm-borders(px, x, x) |
#My Performance Check
§ Resources:
→ http://aerotwist.com/blog/dont-guess-it-test-it
§ Network
| // http://dbushell.com/2013/02/04/a-primer-to-front-end-svg-hacking | |
| if (!Modernizr.svg) { | |
| $('img[src$=".svg"]').each(function() { | |
| $(this).attr('src', $(this).attr('src').replace('.svg', '.png')); | |
| }); | |
| } |
| # ------------------------------------------------------ | |
| # strip .php files of file extension | |
| # ------------------------------------------------------ | |
| # rewrite strictly for files ending in .php | |
| # Instead of your sites files as this => domain-name.com/file.php | |
| # Rewrite so users can do this instead => domain-name.com/file | |
| <IfModule mod_rewrite.c> | |
| RewriteCond %{REQUEST_FILENAME}.php -f | |
| RewriteRule ^(.*)$ $1.php [L] |
| Oh Let me count the millisecond ways... | |
| 16.6ms = .0166 seconds | |
| 1second / .0166seconds = 60fps |