I will show you today how to add a beam of light to your photos.
Open a photo in photoshop from your stock photo. if you don’t have one you can use mine:
Open the photo you want to add a light beam effect.
Press Control-J to duplicate the layer.
With your Polygonal Lasso Tool draw a beam of [...]
This is a very simple way to add fog on your photos.
The secret to realistic fog is to vary its density;
Open a image you like to add fog:
Create a new layer (press Ctrl+Shift+Alt+N in the same time)
Select a brush with a large and soft tip.Then choose Dissolve from the Mode pull-down menu in the Options [...]
I found the easiest solution for listing directories and files on my server. Please take a look below:
<?
$dir = “images/”; //You could add a $_GET to change the directory
$files = scandir($dir);
foreach($files as $key => $value){
echo $value; //You could add an icon in here maybe, a link to the file/directory, or a link to list files [...]

