html css and javascript
Devyz (working title)
So I have been working on a self-motivated project that I think I’m going to call Devyz for the last week or so and have finally had the time to get it to a version 1.0, which is about the minimum I feel comfortable putting it on the internet for other people to pick at […]
Decoupling your HTML, CSS, and JavaScript
I just read this pretty good article on a good way of thinking about how to separate structure(HTML), style(CSS), and behavior (JavaScript) layers of your web projects. This is especially helpful on larger projects where multiple developers are modifying different pieces of code. It is a good framework to think about when trying to keep […]