Thursday, October 20, 2016

Minimal List of Recipes

This is a minimal list of recipes that we all should learn

Italian

  • Frittata di patate
  • Frittata di zucchine
  • Rostinciana
  • Pollo con funghi secchi
  • Pollo con uovo e limone (fricassea)
  • Baccala con patate in umido
  • Fagiolini in umido
  • Arista
  • Braciole con limone
  • Crostini di fegatini
  • Insalata russa
  • Panzanella
  • Carciofi con pomodor e farina
  • Uova ripiene con tonno
  • Ribollita
  • Fagioli uccelletto (e salsiccia)
  • Crostini salsiccia e crostini
  • Minestra
  • Minestra di fermaggio e uova (stracciatella)
  • Palline di ricotta e spinaci
  • Sugo di Cinghiale
  • Trippa
  • Carciofi crudi con limone e parmigiano
  • Porcini pasta
  • Aspara pasta
Japanese
  • Shikoku Nabe
  • Ramen
  • Yakiniku salada
  • Oden
  • Kuri spaghetti
  • Yaki sakana
  • Yasai tame
  • Ika daikon
  • Shogayaki
  • Nikujaga
  • Shabu shabu
  • Tempura
  • Demiglas souce meet
  • Pilaf
  • Chahan
  • Shitakegohan
  • Tonjiro
  • Kozuyu
  • Osekihan
  • Daikon Sote
  • Corn Broccoli Becon

Monday, October 10, 2016

Downloading Google Spreadsheets with Javascript to Json

A small script to download a Google Spreadsheet with multiple worksheet in Javascript.

This is the script and the output in Json format



This is the test Spreadsheet

 

Sunday, October 2, 2016

CSS Responsive Mini-framework with Resizable sections

This is an experimental Sass/CSS mini-framework for building responsive sites with Resizable (Zoomable?) sections.

Resizable sections enlarge proportionally with the viewport size. These areas are based on relative CSS units as explained in Building Resizeable Components with Relative CSS Units.

I also wanted to have a minor-font-size-scaling, a small font increase that would apply to everything in the page.

Breakpoints are at regular interval. They can be customized but for the example below I have the first breaking point at 34em (544px) and the next with interval of 14em (224px).

The other breaking points are at 48em (768px), 62em (992px), 76em (1216px) and 90em (1440px).