Moved from Less to Sass. Bootstrap now compiles faster than ever thanks to Libsass, and we join...
We are using the BEM pattern ("Block, Element, Modifier") to structure our CSS in all new projects. We try to...
Read the following material: World's shortest UI/UX design course 7 Rules for Creating Gorgeous UI (Part 1)
Using the CSS border-radius property, we can create rounded shapes and circles. Add some gradients and they become spheres...
Spreewald comes with a selector_for helper that matches an English term like the user's profile into a CSS...
How do HTTP requests and responses look like? What are HTTP headers? What are they used for?
You can include files from app/assets or from the public folder with javascript_include_tag. The subtle difference that tells...
There is no single place to look up documentation for our stack. This card includes some hints where you can...
Free Bootstrap theme resembling Material Design. Bootswatch offers Sass and Less files, so the theme can easily be integrated into...
CTRL + SHIFT + ALT + N Search for any symbol in your application, like CSS classes, Ruby classes, methods, helpers etc...
A common task in web applications is to add client-side JavaScript behavior to existing HTML elements.
iPads will not trigger click events for all elements. You can fix that, but you don't want to know...
This blew my mind today: 12 Little-Known CSS Facts 12 Little-Known CSS Facts (The Sequel) Please make sure...
Get an idea of the varying support for HTML/CSS/JavaScript features in different browsers like Chrome, Firefox, Internet Explorer, Edge...
CSS (+ some Javascript) framework, implementing Google's material design for static web pages. Can be used for plain websites without...
Understand at least the following CSS concepts: Classes Selecting elements for styling Basic styling (color, typography, spacing)
Rails is our web framework. Goals Be able to write a simple Rails application. Understand how Rails talks to the...
CSS support in major e-mail clients is horrible. This will give you an overview what you will not be...
Insanely detailled guide about controlling copy & paste behavior using web technology in 2015. Note that you can now trigger a...
Small web application where you can upload an image (PNG, JPEG, GIF) and generate a base64-encoded version of it...
Note: Making a reverse proxy with nginx is much more straightforward. A reverse proxy is a "man in the middle...
Rails comes with a Rake task notes that shows code comments that start with "TODO", "FIXME", or "OPTIMIZE".
Fontawesome 4 ships with many useful CSS helper classes. Enlarge Icon Add fa-lg (133%), fa-2x, fa-3x, fa...
Clever hack using data-attributes to assign labels to cells. It's still a massive duplication of code (labels), but...