Aktualisierungen von Michael Völkner Wechsle die Anzeige der Kommentare | Tastatur-Bedienung
-
Michael Völkner
-
Michael Völkner
-
Michael Völkner
-
Michael Völkner
-
Michael Völkner
-
Michael Völkner
The sum of 1 + 2 + 3 + 4 + 5 + … until infinity is somehow -1/12
Mehr Infos dazu unter: http://sploid.gizmodo.com/the-sum-of-1-2-3-4-5-until-infinity-is-so-1503066071/@caseychan
-
Michael Völkner
CSS Animation Tricks: State Jumping, Negative Delays, Animating Origin, and More
The following is a guest post by Zach Saucier. Zach cooks up some pretty inspiring animations over on CodePen. I couldn’t be happier that he wanted to share some of the tricks he uses to create them, especially because they are things we all strive for: efficiency, reusability, practicality, and speed.
I’ve fallen into the habit of creating CSS animations in my free time, inspired by things I come across during the day. To create the animations as …
CSS Animation Tricks: State Jumping, Negative Delays, Animating Origin, and More is a post from CSS-Tricks
-
Michael Völkner
Easily Create Dynamic Grid Layout With FreeWall
If you are familiar with Windows 8 or Pinterest, you know of the dynamic grid layout. A dynamic grid is a layout where you can rearrange and reposition child elements as required or when you have your browser resized. A popular jQuery plugin used to create this layout is jQuery …
-
Michael Völkner
-
Michael Völkner
HTML 5 and SVG: Providing a PNG Fallback with PHP and ImageMagick
Using SVG in web design has many advantages. Being a vector format is the biggest and has it standing out from the crowd of other image formats. You could have guessed, though, that while modern browsers do already support SVG, the good ole Internet Exploder doesn’t, at least not below version 9. As older versions of Internet Explorer are still out there in the wild, you should always consider implementing a fallback solution. Using PHP and ImageMagick makes it a snap to provide a fallback to PNG..
http://www.noupe.com/php/html-5-and-svg-providing-a-png-fallback-with-php-and-imagemagick-80508.html