Better handling for your HTML tables in Responsive view with this jQuery Plugin

Better handling for your HTML tables in Responsive view with this jQuery Plugin

So I had another challenge at my work. You see, we use plenty of SharePoint based sites, and a lot of the markup that it outputs is table based – especially the contents of a list. Now this is fine for tabular data and such – but in mobile view, it renders horribly. The rows […]

Solving the Intricacies of the “this” keyword in Javascript

Solving the Intricacies of the “this” keyword in Javascript

So I’ve decided to do “mini” posts on certain topics that have always consumed me in my daily development tasks. And as many of you may know, Javascript is a language that is a bit more challenging to master. It’s such an expressive language that there are so many ways to accomplish things. One of […]