I AM LISTENING TO
|
WHAT I LIKE
  • English
  • German


BLOG FILTER



Nice simple addon to add a loading animation to your Bootstrap buttons, when doing Ajax requests. Always better to let users know, that your system is doing something ;)

Ladda for Bootstrap @ Github

readmore

“The picture element, srcset and sizes attributes, and associated features allow web developers to deliver an appropriate image to every user depending on a variety of conditions like screen size, viewport size, screen resolution, and more. Picturefill enables support for the picture element and associated features in browsers that do not yet support them, so you can start using them today!”

Picturefill @ Github

 

readmore
19. December 2015

Get your load of CSS loaders

Nice selection of CSS loaders, in pure CSS and HTML. Many of the loaders  can be tweaked within an online editor.

CSS Load.net

readmore
17. December 2015

Sass Clearfix Mixin

MIXIN

 USAGE

Simple is king :)

Enjoy coding …

readmore
16. December 2015

Angular 2.0 Beta goes live

Angular reaches BETA status. Time to start playing with it … Perfect for the holidays :)

With NativeScript und React Native you will be able to build native Android- und iOS-Apps as well.

Tutorial / GitHub

Enjoy coding …

readmore

Bourbon is one of the Sass Mixins libraries that always makes it into my projects :)

You will find Mixins for

  1. Animation / Keyframes / Transitions
  2. Image handling
  3. Columns
  4. Fonts
  5. Flexbox
  6. Media Queries
  7. Text decorations
  8. and more

Bourbon @ Github

readmore

Just a couple of links that deal with the usage or testing of structured data.

Structured data is not yet relevant for content rankings, but that might change in the future (Hangout).

“Structured data markup” is a standard way to annotate your content so machines  can understand and categorize it. Proper usage elevates the way data is displayed on Google Search, Facebook, Twitter, Pinterest and many others, when one of your content links is posted there.

INTEGRATION

MEDIA

TESTING

Really looking forward to the JSON-LD integration :)

 

Enjoy coding …

readmore

CSS Crush is a standards inspired CSS pre-processor that is written in PHP from scratch.

MAIN FEATURES

  1. Auto-prefixing
  2. Variables
  3. Direct @import
  4. Nesting
  5. Rule inheritance
  6. Abstract rules
  7. Functions
  8. Selector grouping
  9. Selector aliases
  10. Mixins
  11. Fragments

For a current project I am adding CSS Crush side by side to Sass. Lets see which of them sticks around in the end :)  Might be keeping them both, as CSS Crush provides some nice options.

CSS Crush @ Github

Enjoy coding …

readmore

Upcoming ad for Industries des Céréales No. 195

readmore
9. December 2015

Sass Mixin obsession

Since completely moving to Sass, I am really obsessed to make my work easier :) There are many Mixins that really help to speedup development and remove some of the tedious tasks ;)

“Some things in CSS are a bit tedious to write, especially with CSS3 and the many vendor prefixes that exist. A mixin lets you make groups of CSS declarations that you want to reuse throughout your site. You can even pass in values to make your mixin more flexible. ” – Sass Basics

I will be showcasing some of the libs and resources here in the coming weeks. I only have one condition, Mixins should be simple dropin modules so that they can be used universally!

Here one Mixin, I love, that sets a REM font size with a Pixel fallback:

MIXIN

USAGE

OUTPUT

Enjoy coding…

 

readmore