I use this as a front-end developer

Last week these two tweets came along that had my interest and simultaneously made me wonder: “What do I use…?” It’s nice to have a list of your (most) used tooling & software at hand for own reference and to share with others. So here are mine: Browser extensions Firefox Awesome Screenshot Plus – Capture, … Lees verder

Aanpassen hosts file Mac OSX

Wanneer u bezig bent met het verhuizen van uw website en u nog niet de dns hebt aangepast kunt u de nieuwe site niet bereiken onder de domeinnaam. De dns wijst immers nog steeds naar de oude locatie. We kunnen hier gebruik maken van het hosts file dat op zowel unix (gebaseerde) systemen linux, freebsd, … Lees verder

CSS Day 2015: presentations

CSS Day 2015 Stephen Hay: "I want to write some css" | photo-credit: Paul Robert Lloyd

Speakers @ edition 2015 Paul Robert Lloyd @paulrobertlloyd: “Responsive Principles” @ speakerdeck, pdf. Zoe Mickley Gillenwater @zomigi: “Enhancing Responsiveness With Flexbox” @ slideshare. John Daggett “Typography on the Web” Clarissa Peterson @clarissa: “Responsive Color” @ slideshare. Rachel Andrew @rachelandrew: “CSS Grid Layout” @ slideshare. Roy Tomeij @roy: “The Future of CSS Isn’t CSS” @ speakerdeck. … Lees verder

Know which media query is active

This tip from Alex Morris is really handy while working on css. When you’re designing or testing a complicated responsive site in a browser, you often find yourself wondering which media query is currently active – or whether it’s firing at all. My usual debug technique in scenarios like this is to flip the background … Lees verder

Tips I’ve got & found as a new Mac user

On the end of March I stepped into the other world; the one where the people are Mac-users. Since I graduated as a Graphic Designer in ’97 I’ve never been working on a Mac, not that I did not want to, it was to expensive or everybody else worked on Windows or I had to … Lees verder

my Firefox Add-ons 13wk09

Awesome screenshot: Capture and Annotate 2.3.8 Capture the whole page or any portion, annotate it with rectangles, circles, arrows, lines and text, blur sensitive info, one-click upload to share. And more! British English Dictionary 1.19.1 British English Dictionary R1.19 for Firefox, Thunderbird and SeaMonkey by David Bartlett. ColorZilla 2.8 Advanced Eyedropper, Color Picker, Gradient Generator … Lees verder

JS: redirect with referrer domainname and tld

Had to write this script to redirect visitors of a global information page back to the subdomain of the site they came from. Visitor came from a link on this page: http://www.domain1.tld/category/post Comes on a different website: http://www.domain2.tld/page After clicking the button the visitor is sent to: http://subdomain.domain1.tld/ 1 2 3 4 5 6 7 … Lees verder

Widget area in admin area not expanding

If you did not install any plugins then fault is in your functions.php file of active theme. You need to delete last closing “?>” that is closing tag of php. Remove final closing tag of php. In case if this if happening because of some plugin you need to find out exactly that plugin which … Lees verder