Landscape photography differs from other types of photography. It requires a different process, a different mindset. You’re forced to think BIGGER and view your subjects and everything else around it. So let’s get into a few things that can help you get started with landscape photography.
Ideas
Black and White Photography, Why?
Why would anyone want to shoot photos in black and white when we’ve got COLOR?
Why I Prefer My Classic Canon 5D Mark I Over My Mirrorless Micro Four Thirds Camera
Why would a camera that was released in 2005 still be considered over the many new cameras that are out today?
Free online math flash cards that I made
Got a phone, computer, or tablet? You can practice doing math in your head! Online math flashcards that get harder and harder as the player progresses and level up.
Reasons to shoot film in a digital photography world
When I mention that I started shooting film again, most responses I get are usually, “Isn’t it more expensive to shoot film?” or “But film photographs look, old/retro.” It’s true, all of the above is correct. But, in my opinion, there are benefits that have been somewhat overlooked or forgotten about with this old medium. Let’s cover a few of them.
Check If File Exists using PHP
Here’s a useful PHP function for when you need to check if a file or folder of a certain name already exists on your server.
Check For Bad Words Using PHP
Here’s a PHP function I like to use to check a string if it contains any of the words from an array.
How to Get and Display Content from Another Website using PHP
This code will grab the source code from whatever page you want and display it on YOUR OWN site.
How to Alternate Row Colors (and More) using PHP
This is a quick and easy way to alternate chunks of code using PHP. This is useful if you’re alternating row colors in a table or chart using a standard ‘If/Else’ statement.
Get URL + URI of Current Page Using PHP
When you need to get the current URL + URI of the current page.