James

Not CSS3 specific, but here’s an example of how EM and REM size differently according to their containers. EM This is 1em This is 2em This is 3em This is […]

To run a basic test with Selenium, you need a few things installed: node, mocha, and selenium-webdriver. Follow the normal install procedure for those. Mocha is a command line program, […]

Log in to the console as root: mysql -u root -p To create a new user: GRANT ALL PRIVILEGES ON *.* TO ‘username’@’localhost’ IDENTIFIED BY ‘password’; (restrict permissions as necessary)

My customized linting display in Atom

Customized the linting display in Atom so that errors and warnings would be much more obvious while developing: Gutter “dots” changed to “ERR” and “WARN”, with larger gutter size Red […]