Sharing data between CSS and JavaScript using custom properties

One of the big battles we see in the web development world is still CSS vs. JavaScript. Both have their merits, their own syntax and ideas and it can be tough to get your head around them. Read more

Similar

JavaScript/Node.js Routines in Firebird SQL

Would you have interest in a Firebird integration with Node.js making possible and easy to use routines (procedures, functions and triggers) developed in JavaScript, with all the power of the Node.js platform and its NPM modules, inside Firebird databases... (more…)

Read more »

JavaScript without loops

We've been talking about writing less complex JavaScript. We do this by choosing the right abstraction to solve a problem. But how do you know which abstraction to use? So far, we haven't looked at any concrete examples of how to do this. In this article ... (more…)

Read more »