Monday, December 7, 2015

Quick Tip: Change "Console" Tab's Position in Chrome Dev Tools

With updates come confusion and changes that are often difficult to adapt to. Recently Google released the Chrome 47, surprisingly there are more visual changes in Developer tools then there are in the general browser interface.

chrome devtools console tab


Saturday, November 28, 2015

Style Output in Webkit Developer Console

The Chrome or Webkit Developer Console is not as boring as just plain monospace texts, it is very little known that one can output text with different styles like colors, size and even backgrounds to give the console output an attractive look and don't have to learn any new language to do that, our good 'ol CSS is all that is required.
style code dev tools chrome

Thursday, November 19, 2015

Old School 404 Error Page Demo

Previously on RemPixels we featured the TV Static Style 404 Demo by Robert Lemon from Codepen.io.



Today we are posting another creative four-o-four demo from Codepen, created by Tim Pietrusky. Use it on your own projects or fork it and make something else out of it, it's up to you!

See the Pen 404 by Tim Pietrusky (@TimPietrusky) on CodePen.


Check the pen in full view mode.


Friday, May 15, 2015

TV Static Style 404 Not Found Page Demo

Nowadays 404 pages are more than just simple white pages with the error message and a ton of troubleshooting instructions. Keeping that in mind I am posting this creatively done 404 error page with a theme of old school TV static animation

Wednesday, May 13, 2015

Quick Tip: Use Dark and Light Themes Conditionally in Code Editors

You are a coder? Being a front-end coder for the web is a lot different than being a programmer writing algorithms and stuffs which has nothing much to do with visuals.