Thema: Web Development & Design
-
Masonry Layout Solutions
MasonryJS CSS Masonry CementJS Gridster Savvior Salvattore Isotope
-
Große Wörter: Digital, Online, Web …
Die Begriffe überlappen manchmal, aber sind schon unterschiedliche Dinge. Man muss das nicht immer haarspalterisch auseinanderhalten, aber es kann in bestimmten Situationen zu missverständnissen führen, wenn man sie synonym verwendet. Digitale Medien (nicht zwingend Online. Beispiel: Der Videoexperte macht digitale Medien (Video), das hat aber nicht zwingend immer was mit online zu tun) Online (Kommunikation…
-
Remove „Private:“ from the titles of private WordPress pages
# add to functions.php of your theme function the_title_trim($title) { $title = attribute_escape($title); $findthese = array( ‚#Protected:#‘, ‚#Private:#‘ ); $replacewith = array( “, // What to replace „Protected:“ with “ //What to replace „Private:“ with ); $title = preg_replace($findthese, $replacewith, $title); return $title; } add_filter(‚the_title‘, ‚the_title_trim‘);
-
Visual Prototyping, Konzeptionierung und Modellierung
Analog ist die erste Wahl Bevor man sich den Kopf zerbricht oder in Tooling-Gefrickel verfällt: Gute Stifte und gutes Papier sind immer noch das Tool der Wahl für gemeinsames Prototyping, die gemeinsame Planung und Konzeptionierung im Team, zur gleichen Zeit am gleichen Ort. Dies gilt auch für die Arbeit alleine. So machen’s übrigens auch die…
-
DPI Love
http://dpi.lv/
-
Typo3 neu aufgezäumt, aber falschrum – Warum Neos eine schlechte Sache ist
Es ist mehr als 10 Jahre her, da kamen im offiziellen Kernteam die ersten Gedanken auf, Typo3 nicht nur weiter, sondern von Grund auf neu zu entwickeln. Die Gründe dafür lagen und liegen jedem, der mal mit Typo3 gearbeitet hat – egal ob als Redakteur, Web Worker oder Entwickler – klar auf der Hand. Typo3…
-
WordPress Debugging
Debug Bar Debug Bar Taxonomies Debug Bar Post Types Debug Bar Shortcodes Kint Debugger
-
Awesomeplete
https://leaverou.github.io/awesomplete/
-
Building a piechart with CSS
CSSconf EU 2015 | Lea Verou: The Missing Slice Watch this video on YouTube.
-
Can I use?
http://caniuse.com/
-
Animatable
http://leaverou.github.io/animatable/
-
Google DevFest Düsseldorf 2016 Recap
What a great event! Thanks to all that made this possible. Especially the GDG Düsseldorf and Sipgate.
-
Google DevFest Düsseldorf 2016
Official Website Schedule Day 1 Schedule Day 2 Meetup Entry Tickets GDG Düsseldorf Blog Entry GDG Düsseldorf on Google+ GDG Stream on Google+ See you there!
-
Google Polymer Summit 2016
Once again the Google Polymer Summit was a blast. This time in London.
-
You might not need JavaScript
http://youmightnotneedjs.com/
-
Quoted of the Web: „PHPs badness is its advantage“
I love Python, I think JavaScript is sort of OK and I did a lot of serious programming in ActionScript 2&3, both of which are quite simular to JS. I was basically forced into doing PHP by the market. I never really liked PHP but I really never hated it either. The thing about PHP…
-
Freakin‘ Cool JavaScript ’n‘ jQuery Stuff
Gridstack.js Midnight.js Animisition Material Design Preloader Youtube Background Video jPanel Menu Countable.js Simple DropDown List Effects Scrollpath Questionmark.js ifvisible.js Offline.js Pace.js Pongstragr.am
-
WordPress Template Hierarchy Diagram
WordPress Template Hierarchy Diagram
-
When Atom crashes …
When Atom crashes on boot, delete ~/.atom/blob-store That might help.
-
Lightweight Webdesign Frameworks
Skeleton Spectre Milligram Furtive Basscss PureCSS μ
-
Eine detailierte CSS Flexbox Einführung / A detailed introduction to CSS Flexbox
a Guide to Flexbox