Among other tips (which have its own page) I have new tips on Photoshop:
The blog I like cameras has pointed us to an article in USA Today. This article enlightens beginners and professional photographers on rights to take photographs and publishing it. As it seems there is a lot what we can do and only a few things we have to avoid. Though many people are not aware of it. But read the article - very useful.
To remove people or moving cars from a picture in a single exposure, all you need is to increase the exposure time (shutter speed). That's not always easy with existing equipment. You may need to extend the shutter speed up to several minutes. But it could be achieved by using Neutral Density (ND) filters. The thing works because the amount of light reflected from people is so much smaller than from the environment (or building). So longer the exposure, the harder to notice the moving objects.
Somewhere in the net I've seen a nifty way to mark the visited links. Every link, which I visited, was marked with a check mark on the right beside the link. At first I just wondered how it was done. Then when I received a new Macworld there was the details how to do it.
So here is the way (how it was explained in Macworld):
In CSS include the following lines:
/* sets how the links should be displayed */
a {
text-decoration: none;
color: #333;
padding-right: 13px;
}
/* actually shows the image beside the link */
a:visited {
background: url(checkmark.gif) right center no-repeat;
}
I modified it somewhat and applied this only to specific links (by class):
a.tipItem:visited {
background: url(http://www.romanzolin.com/images/link_check.png) right center no-repeat;
padding-right: 23px;
}
And marked the links, which I want to behave like this with class "tipItem":
<a class="tipItem" href="http://www.romanzolin.com/">
And the result you can see on my Techniques page
I scouted over the Internet and tried to find a few photoblogs that could be of interest to me and you.
So far here is the list (I will add more with time):
When we find something interesting and useful, which we want to return to and share with others, it will be posted here. It could be about composition, digital effects, photoshop, photography business or links to interesting websites.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
<< < | ||||||
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |