Quickbits
How to Open the Asset Library in Blender
It’s easy to open the asset library in Blender, just hit shift + f1. You can also hit the little icon in the upper left corner of any of your open panes, and select ‘Asset Browser’ from the options.
Read MoreFilter Myself from Analytics Without Using My IP Address
This should filter out yourself — you’ll need to visit the link in step 9 to start, but it looks like it sets a cookie, so after visiting you should just be able to go to your normal url and still not be counted. Of course if you clear your cookies, you’ll need to visit […]
Read MorePHP – Get the Current URL
I always end up looking for how to get the current URL in PHP. This is it: $_SERVER[‘REQUEST_URI’];
Read MoreFlexbox Spacing on Last Line of Items
I had tiles spaced nicely on my page for all of my blog posts. All was fantastic, except for the last row, which had a large space in between the blog posts. So my layout had three tiles across for each row, but by the end of the page, I had run out of blog […]
Read MoreCustom Web Design
Working with a template can be a good strategy in some situations, but for creating a web presence that has lasting value, more directly appeals to your target audience, is more cost-effective over time, and produces greater returns for your investment, a custom website is your best approach. Custom Website Advantages There are numerous advantages […]
Read MoreBlender Bezier Curves
I’ve been wanting to create a bit of a stylized landscape, a bit like a topo map, where each contour line is an actual adjustment in height. To do this, I just wanted to draw some curves. I’m still getting the hang of doing this in Blender, but some general helpful notes: Draw a New […]
Read MoreCSS Table Fixed Left Column
I wanted a nice table where the left column stays visible at all times. I kept trying to use a position of “fixed”, which is of course incorrect, since that will keep it fixed on the page. What I was actually wanted was “static”: .smart-table{ overflow: auto; td{ width: 150px; min-width: 150px; } .first-column{ position: sticky; left: 0; }
Read More-
Adventure
-
The Built Environment
-
Locations
-
Web Dev