common VFX errors in marvel films
some common errors for VFX include black panther (2018) end fight scene with black panther and killmonger on the train area.
ghhh
some common errors for VFX include black panther (2018) end fight scene with black panther and killmonger on the train area.
ghhh
c c
Here are some common Algorthims used today.
RSA:
dfff
A History of the moon landings with a focus on the NASA apoolo missions.S
A basic overview of the james Webb Space Telescope
Recently, I got a question asking about the functionality to make image pop up so viewer can have a better look at it. I’m not sure what is the common name of the functionality (popup image? image gallery?), but I happens to have thought about the same feature long time ago, but never started implementation. So I thought this would be the good time to start it!
And it took whole friday night because I didn’t know that element.src
and element.getAttribute(src)
returns different thing
I wanted to check how many claps I got for each post without entering the post. Code for minimal, non-clapable counts? had a good code snippet to start with. So I gave it a try.
The default scrollbar shown for code block in the Hydejack theme is clunky.
Let’s change it to a fancier version like above. It’s plain simple.
I always hated the sudden glitch of the sidebar at the very beginning of the web page loading. Yes, it only happens on the very first page of my blog, yet it really bugs me. They even have a name for it. FOUC. Stands for flash of unstyled content. Let’s ease the symptom for the sidebar at least a little.
From time to time, we want to align the image center within the Jekyll post. But applying CSS
style directly into the markdown file with HTML
tag is cumbersome and not pretty. And I’m not the only one searching for the way! In this article, I’ll guide you through an easy solution to center an image within Jekyll’s blog post.