If you're starting out with Handlebars and using it to create your HTML web pages, you may come across an oblique error message which may not make too much sense. One such error you may encounter returns the following response: throw new … [Read more...] about Handlebars – Must pass iterator to each (Error)
How To Merge Two Columns Into One (Google Sheets)
Recently, I had to merge two columns into only one column on a spreadsheet. The way I found to do this was by using the following common spreadsheet functions: JOIN, TRANSPOSE and SPLIT, and if needed UNIQUE. I was able to find a solution, and … [Read more...] about How To Merge Two Columns Into One (Google Sheets)
cboxElement Missing Settings Object Solved!
I've fallen in love with the new Lightbox / Fancybox alternative Colorbox. Unfortunately though I spent half a day in frustration trying to get a simple YouTube clip displayed in an iframe popup. The errors I received in the console … [Read more...] about cboxElement Missing Settings Object Solved!
How To Insert Equation When Equation Editor Greyed Out [Solved]
If you open up certain types of Microsoft Word documents you will find you're unable to insert an equation as the icon used to insert equations into your document cannot be clicked and looks greyed out. Something that looks a little like … [Read more...] about How To Insert Equation When Equation Editor Greyed Out [Solved]
How To Create A Simple jQuery Background Image Slider
In one recent project I had to incorporate a traditional slider on the front page of a WordPress installation to showcase the range of products this site was selling. I was a little lazy and bought a popular package to accommodate the needs of my … [Read more...] about How To Create A Simple jQuery Background Image Slider
How To Write Fractions Using Only HTML & CSS
Usually when I write fractions I use LaTeX's command: \frac{x^2 + 3x + 5}{2x} which is easy, neat and when rendered does an awesome job: [latex display=true]\frac{x^2 + 3x + 5}{2x}[/latex] Currently, though I'm designing a simple website for my … [Read more...] about How To Write Fractions Using Only HTML & CSS