Blog
-
Encapsulation in JavaScript
This will be my last post in the “JavaScript for (C/)AL Developers” series today. If I continued blogging about nearly pure JavaScript stuff, you could reasonably ask if this is in fact an NAV blog or a JavaScript one. It’s still NAV, and while the stuff I am about to write about is purely a JavaScript concept, I find it highly relevant for any control add-in developer.
-
Some more thoughts about trampling over $
I am on a spree today. The number of topics I wanted to blog about has accumulated, and I just decided to dump the stuff over here while I both feel the motivation and have time for blogging. However, in this hurry, I forgot to add some important content to my previous post .
-
Preventing trampling over $
In my previous post , I’ve written about the situation when you (or somebody you trust) redeclares the $ variable, thus inadvertently breaking all your jQuery code. I’ve also explained how to remedy for it inside the code you write by applying the Immediately Invoked Function Expression (IIFE) or Self-Executing Anonymous Function pattern.
-
Why doesn’t my jQuery work?
First, a disclaimer. This post is written for (C/)AL developers who are struggling with JavaScript, who copy and paste JavaScript code from Stack Overflow right into VS Code and are happy when it works, and confused when it doesn’t.
-
Abusing Images property to load HTML in control add-ins
One of major limitations of control add-ins is not being able to define HTML. It seems so unbelievably unbelievable, that anyone looking at it from the outside of the NAV/BC playground may say “obviously, you must be missing something!”. But I am not.
-
By popular demand: The Muppet Show theme
NAV TechDays keeps getting better and better and better every year. So this year, my bro Waldo and I had to prepare a few special surprises in stock for you. And following all the buzz this has generated on Twitter and in the conference app was just amazing, and now we have to think of what can we do the next year to top this one.
-
NAV TechDays 2018 – Evolution of a titan: a look at the development of NAV from an MVP angle
In 3 days, it’s game-time again. THE best DEV conference for Business Central will take place in Antwerp: NAV TechDays – and I’m honoured to be a part of it again. But this year – it’s quite different, because I signed up for a challenge.
-
NAV TechDays 2018
Let me ask you something. What do you do on November 22 and 23, 2018? Well, let me not ask you what you do, let me tell you what you do: You attend NAV TechDays 2018 . In the very unlikely case you just landed on this planet from outer space, and don’t really know what NAV TechDays is, then let me…
-
Control Add-in Dependency Demos
Yes, I keep forgetting about “stuff”. First I forget about blogging in general, then I forget how to blog properly. I’ll get it sorted out. Eventually. Solemnly swear. Kind of. Anyway, my demos yesterday were full of screenshots. Useful stuff. You can copy a screenshot from there, paste it to OneNote 2016, then get the text from picture.
-
Accessing a control add-in in a dependency extension
Long time no see, eh? Time flies, what do you know… I am thrilled to still find you here. Honestly, I wasn’t sure this morning if I was about to even find this blog where I left it seven months ago. Cool to find both my blog and you in good shape, patiently waiting for my contribution.