Tag: javascript

  • Update Your CSS Without Refreshing the Page with Live.js!

    Update Your CSS Without Refreshing the Page with Live.js!

    Live.js and Middleman are both pretty cool, and you can use them together to harness the power of style injection. If you’re a Mac user, stop reading and go use CodeKit. Okay, maybe read this first. If you’re like me, and you use Linux, read on. What is style injection? It means that your stylesheets […]

  • Purely Functional Programming in JavaScript

    Purely Functional Programming in JavaScript

    This article on functional programming is incredible. It’s a fun exercise that helped me understand the functional approach to writing software. I highly recommend it. List Out of Lamba: Steve Losh

  • Show Beautiful Math on Your Blog With MathJax

    Show Beautiful Math on Your Blog With MathJax

    MathJax uses JavaScript to interpret MathML and LaTeX on your website and display it in any browser. It’s wonderful, because the math looks beautiful and anyone can reuse the equations from your site as MathML or LaTeX. To begin using it, just paste the following above your </head> tag. (For wordpress, there’s a plugin). That’s it! […]