Blog

  • Regex groove

    Once I decided to get over my fear-of-the-learning-curve of regex and try it for solving problems, I saw how handy JavaScript’s String.prototype.match and String.prototype.search can be and started using regex all the time, and got in a lot of regex practice.

  • How to convert HTML to Word

    1. Open HTML in Word.
    2. Change view from web layout to print layout.
    3. In page layout change margins to 0.5″ all around.
    4. Save as Word document.