Goals for 2018

Goals for 2018

Setting goals for the year is something I do every year. The problem is, I keep it note of it all over the place. It’s in my calendar, Evernote, a Word doc, a Google doc! For 2018, I decided to publish it here. I’m hoping to not only that I meet all of them, but […]

Create Custom HTML Forms for SharePoint with this jQuery Plugin

Create Custom HTML Forms for SharePoint with this jQuery Plugin

There is a big need to build fully customizable forms in SharePoint. I have tried several form builders, but wasn’t really happy with the restrictions that it comes with. So I wrote this plugin that will create HTML forms in SharePoint. It requires very little code (it’s all HTML). But the most important thing is […]

Convert WordPress default Gallery into a simple Carousel without a plugin

Convert WordPress default Gallery into a simple Carousel without a plugin

I had the fun task to turn the default WordPress gallery into a carousel. Our users didn’t really like the grid of images, that WordPress ships with. Instead, our designers came up with something like below: It’s basically a carousel, with the caption in a grey area in the side, along with control buttons in […]

VueJS – Let’s build a real-world app with Components and Templates

VueJS – Let’s build a real-world app with Components and Templates

VueJS is a JavaScript framework that is said to be “progressive”, easy to learn and a pleasure to write. I’ve heard plenty of developers rave about it, while the rest of the JS community are certainly intrigued by its simplicity, performance and concepts. One thing is for sure – the documentation is the best I’ve […]