- http://www.errorify.com/ - source maps
- http://errorception.com/ - translate error messages to English
- http://www.exceptionhub.com/
- http://jserrlog.appspot.com/
- http://www.muscula.com/ - source maps, translate error messages to English
- https://www.airbrake.io/ - tracekit, source maps
- http://www.errorstack.com/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-get install imagemagick libmagickcore-dev | |
| sudo apt-get install libmagickwand-dev | |
| gem install rmagick |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| below is my configure to support utf8: | |
| [client] | |
| default-character-set=utf8 | |
| [mysqld] | |
| init_connect='SET collation_connection = utf8_unicode_ci' | |
| init_connect='SET NAMES utf8' | |
| character-set-server=utf8 | |
| collation-server=utf8_unicode_ci | |
| skip-character-set-client-handshake |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| WEB FUNDAMENTS (САМЫЙ ОСНОВЫ) - HTML & CSS | |
| http://www.codecademy.com/tracks/web | |
| HTML | |
| http://htmlbook.ru/samhtml | |
| CSS |