Sometimes you need to create many elements so that each one of them gets a unique, incrementing number. You probably already know about VS Code’s Emmet capabilities which let you type something like .myClass*5 to automatically create five divs with the class “myClass”. So the output of that would be:
Continue reading “Increment number when creating multiple html elements using emmet”How to check paper wallet balance by scanning the QR code with Mycelium
Do you need to verify the balance of a paper wallet but do not feel like manually typing the address to a blockchain explorer?
Continue reading “How to check paper wallet balance by scanning the QR code with Mycelium”Dealing with a multiresolution .mov file
For the first time in my career I encountered a video file that had two different resolutions. The beginning of the video was SD resolution and after 15 frames it jumped to a resolution of 1080p. VLC player was able to correctly switch the resolution during playback and it displayed the two different resolutions also in the codec information window. But Premiere Pro didn’t understand the file properly and never switched to the higher resolution portion of it. That was a problem because I wanted to use the high resolution in my edit.
Continue reading “Dealing with a multiresolution .mov file”How to create SVG image maps with Inkscape.
Modeling the One Minute Video Tutorials Logo in Blender 2.8 using curves
Switching from Adobe Premiere to DaVinci Resolve
I feel like it’s finally time to make the switch!
I will document the questions and answer I encounter as a long time Premiere and After Effects user here in order to help other making the same switch! This post will grow as I keep learning more and encountering new issues.
Continue reading “Switching from Adobe Premiere to DaVinci Resolve”Unable to enter your WordPress password when trying to log-in? Here is an easy solution.
I recently encountered a problem in which it was impossible to login to the WordPress backend/admin area since the password field was not accepting any input. The same problem occurred on all the browsers I tested it in. It seems like an update might have broken something in a theme or a plugin. Finally there was an easy solution to the problem:
Just open the developer tools of your browser, target the password input field and delete the bit where it says “disabled” from the source code (displayed typically on the right side of you browser window in the Developer tools panel). Now the form field takes input again and you are able to login and update your plugins/theme if needed.
AAB to APK
Comparison of Android drawing apps
This post documents my research for finding a good drawing app for my Samsung Galaxy Tab 10 Android tablet. I will add more apps as I discover and test them.
Continue reading “Comparison of Android drawing apps”Creating your first Python script in Blender
In this tutorial we take you through creating a python script that will perform the typical initial steps for setting up mirror-modifier based box modeling work:
Continue reading “Creating your first Python script in Blender”