In After Effects, Hitfilm or any other video editing program there is so called Set Matte filter. You can apply Set Matte to all kind of things videos, images. Once you apply it on one thing (inside effects options) you…
Blog about web and mobile development by Vlado Pandžić
In this blog I will write about creating web and mobile apps, about web and mobile technologies. Topics like creating react component, SEO optimization of wordpress site, creating C# extension methods and hundreds of more. Lots of topics were inspired by real problems I faced at work or doing personal projects. Some of them are inspired by things I read about recently. You can see more about me here, or find more about projects I done.
Latest posts:
Duplicate content is one thing that can harm your Search Engine Optimization (SEO) badly. Let’s imagine this common example: You created post today (28/08/2017) and it is called “Block indexing wordpress date archives page”. By default, wordpress will create this…
First step to create nuget package is to create .nuspec file. If you are familiar with npm then it is even easier for you because I will make comparison with npm along the way. In npm you would do npm…
If you are programer first thing you learned is about what variable is. It is value that can be changed but you can refer to it to get it’s value as many time you want. In CSS however in 2017…
If you were creating your own autocomplete in jQuery, React or any other library/framework you probably wanted to highlight some letters of each item that matches user search criteria something like this: In this article I will explain idea, and…
If you are .NET developer you are probably spoiled by how it is easy to manipulate collections using LINQ. However, if you are full stack developer and write a lot of Javascript you know that is not elegant to manipulate…
If you have been C# developer who then started programming for Android you were amazed with the fact that Java is similar to C#, much more than new official language for Android development – Kotlin. However, soon you find out…
If you are using React and TypeScript together as I do, you probably noticed that lot of third-party React components you find on Github don’t have type definition files and you don’t get benefit from all great things you from…
How many times you spotted some bug in npm library and just wanted to make small change (or large one) or you wanted some piece of functionality that was missing in original library but you still want simplicity of npm…