Relative Content

Tag Archive for settings

Implementing Settings/Preferences in JavaScript

I am making a simple web app mostly in JavaScript. I was wondering as to how do I deploy settings/preferences? Do I just store user preferences somewhere and make use of if…else… statements all over the code?

Implementing Settings/Preferences in JavaScript

I am making a simple web app mostly in JavaScript. I was wondering as to how do I deploy settings/preferences? Do I just store user preferences somewhere and make use of if…else… statements all over the code?

Storing a single read/writeable value for a web service

I’m writing a web service for some physical visualizations of data we are collecting and showing as part of a project we are running locally http://tenisonroad.com/ Some of the visualizations will be screen based and some will be physical (e.g. page 25 of this presentation from Resonate 2014). One thing my web service will do is signal to the visualizations when to change dataset. To do that I have a single integer, DemoDataSetsDwellTime. I started off in SQL thinking to add this value amoung my existing table declarations, e.g.

Storing a single read/writeable value for a web service

I’m writing a web service for some physical visualizations of data we are collecting and showing as part of a project we are running locally http://tenisonroad.com/ Some of the visualizations will be screen based and some will be physical (e.g. page 25 of this presentation from Resonate 2014). One thing my web service will do is signal to the visualizations when to change dataset. To do that I have a single integer, DemoDataSetsDwellTime. I started off in SQL thinking to add this value amoung my existing table declarations, e.g.

Storing a single read/writeable value for a web service

I’m writing a web service for some physical visualizations of data we are collecting and showing as part of a project we are running locally http://tenisonroad.com/ Some of the visualizations will be screen based and some will be physical (e.g. page 25 of this presentation from Resonate 2014). One thing my web service will do is signal to the visualizations when to change dataset. To do that I have a single integer, DemoDataSetsDwellTime. I started off in SQL thinking to add this value amoung my existing table declarations, e.g.