Posts in General

Foundation v5 DateTimePicker

If you are a user of the versatile Zurb Foundation CSS framework, then you would probably have noticed it is missing one crucial component: a DateTime picker. …

Mass Assignment in Laravel 4

A wonderful feature of Ruby on Rails and also coincidentally in Laravel 4 is mass assignment. Basically you can throw an array of values at your model and …