The online home of Daniel Winer

Useful gulp recipes Oct 19, 2014

I've been using gulp a lot recently and in this article I've put together a few of the tasks that have improved my workflow.

Keep reading

Easiest parallax in the world Jun 10, 2013

Almost no CSS and a couple of lines of Jquery are all you need for this extremely simple parallax demo. This is not really something I would recommend to use on a production site but it's a very good way to start to understand how you can write your own parallax.

Keep reading

CSS only responsive navigation Apr 21, 2013

Whilst building a Jquery plugin for responsive navigation I started to play around with a CSS only version, just to see what's possible and what we actually need the javascript for. I would say that this is a perfectly feasible solution for a production website but...it's not plug and play, you have to learn how to use the code and adapt it to your site.

Keep reading

Responsive calendar Feb 09, 2013

Just a simple calendar I made, more than anything as a proof of concept that it can be easily done without using a table.

Keep reading

MOSTO: A lightweight framework for forms Feb 08, 2013

Forms aren't much fun to build, I think most web designers find them pretty tedious to design and code. For that reason I wanted to make this framework which should suit most situations where you need a form on your site.

Keep reading