Archive for July 10th, 2010
10 Things You Could be Using Photoshop for But Probably Aren’t
most people do not use Photoshop to its full capacity. Here are just ten uses to which you could put this highly versatile software.
1 Restoration of old photographs. Take a look through old family photo album – the really old from up in Grandma’s attic. Inside, there are probably a few photos from back then that still fails the test of time so well. They have cracks and really spoil their appearance was. Scan them into Photoshop, and then place the clone stamp tool, brush and patch tools work. The Healing Brush in particular is a great tool for this purpose because it samples data from one part of the picture and it fits in with what is already there.
2 Error corrected. We have all done it: had an attack came from “a finger over the lens syndrome” or too close with the flash, so our subjects suffer from “red eye” and look like extras from a horror movie. Use the Crop tool to save something usable from your obscured photo, and to break the wizard the air, to expand a reasonable size. For “red eye” and “pet eye”, with the pipette to paint color from around the iris and a brush, remove the red.
3 Adding Graphics to Videos. It is a little known fact, but many national and professional nonlinear editing systems (especially the Mac based, as Avid or Final Cut), you can import Photoshop. psd files directly in the timeline.
4 Creating Text Effects for Print and Web. There is an almost unlimited amount of things you can do with text in Photoshop. Use the Type Mask Tools to full image to create text, then download the results of your web page – or print them out for one of a kind T-shirt.
5 Turning a photo into a work of art. Everyone likes to see are beautiful things. Most of us like to have pictures on the wall, and something that looks different from what other people on the walls is a definite plus. If you blessed with artistic talent, but you, this can be very expensive – until now. Use one of the many artistic or Photoshop Brush Stroke filters to your photos in the “new men”, then print them on quality art paper.
6th Designing web banners and buttons. Photoshop comes with a predefined web banner big screen. Photoshop sister application, Image Ready, comes with several – and lots of tools to animate text and images. You can also use interactive buttons that enhance a Web-browsing experience.
7th Adding text to photographs. Impress your boss by the name on the side of an airliner, building, or racing cars. Use the Move tool to distort the text fit the contours of the image, adjust the opacity a little, and hey presto! The text will look like this is always part of the photo was.
8 Combining images, text and graphics to make covers for books, reports, and CDs. Photoshop contains many of the image manipulation capabilities of high-end DTP applications that cost thousands. Use the “Layer via Cut” command to your title text go behind part of the picture – just like on the cover of “Rolling Stone”.
9 Web site design. Did you know that Photoshop and Image Ready can turn your photo or graphic in a Web page? Use the Slice tool to cut your work into easily downloadable pieces, then the rollover function to embed website URLs.
10th Combining images to make the impossible possible. Come on! You did not seriously believe that Michael Moore and President George W. Bush really stood hand in hand not on the White House lawn for the Fahrenheit 9 / 11 poster, right? I do not know that they Photoshop to fake that picture, but they certainly could have done. With Photoshop you can remove the background from an image, take some elements from others and combine them with the background by a third to a picture that would never be real, may be made to create. Who says the camera does not lie! P>
P>
His latest production “Photoshop Master” is an interactive video tutorial. It shows you how to get the most out of Photoshop, and can be downloaded from http://www. learnphotoshopfast. com? art01 = p>


7 CSS Layout Tips
The hardest to get
in CSS right is the layout of your website. Here are a few tips that only with this. Some of these tips are not exactly new, or rocket science, but hopefully it will save someone some trouble somewhere!
Tip 1: remove the default padding and margin settings before you start working you.
Different browsers have different default margin and padding sizes, so you start with a clean slate to talk to, so. Use this command:
*
(
Margin: 0;
padding: 0;
border: 0;
)
To delete all default margin and padding settings. Note also the limit which is set to 0. Please note that if you do, you will also get rid of the pesky purple border can be click-round, although some people claim that the purple border, which is accessible and usable. But many people do not know how to enter the purple border round, and this is a possibility that you can get rid of it in one blow without img border = 0 for each image (this is against the strict rules of markup in each sentence case).
Tip 2: To center your layout, use a container div contains all of your content
Declare it as follows:
# Container
(
Margin: 0 auto;
Width: xxxpx;
)
There’s a few points here to take note. Not declare the width to be 100%. This defeats the whole object, since you just need to declare the sub elements within the container and then center them with margin: 0 auto. This is very bad, because it means that instead of the central layout once, you have to at several points for each item in your container to explain.
Tip 3: Work from top to bottom
Literally start working on your CSS layout starting from the top most elements in your design, as well as the ‘top’ elements in your HTML, like the body, as well as your main container.
Explain your CSS commands to the highest level and try to explain something and only once and let it all cascades. Only override the commands at a lower level than is absolutely necessary. This prevents a comprehensive CSS file that is difficult to maintain and understand. For example, if you (margin: 0 auto) settings on each sub-container within your div – you are in difficulties.
Tip 4: Document what you are doing and use Firebug to debug the Firefox browser
You are not writing the CSS code only for himself, one day some poor fellow is to debug it. Make lots of comments in your CSS file to explain why you do what in a particular way.
Due to this, you may find yourself with someone else’s CSS fix more often than you think (or even your own, for that matter). Use debug the add-on Firebug for Firefox to your CSS. This is a life-saver in order to give you an insight into exactly where your design is broken and why.
The only problem is that your design might work perfectly in Firefox, but not in IE5, IE6 or IE7. This brings us to the next tip.
Tip 5: Decide which browsers you go to your CSS for test and from the beginning to build
Some purists insist, to ensure that your website make work for all kinds of browsers, others work only for the “big” browsers. How do you know which browsers are the most commonly used? W3 Schools come to the rescue again.
In the next page you can see which are the most popular browser: http://www. w3schools. com / Browser / browsers_stats. asp. From this page you can see that is such a thing as IE5 only used by approximately first 1% of browsers. It’s up to you whether it is worthwhile to build your CSS to be compatible with this browser, or whether you are considered only for compatibility with IE6, IE7 and Firefox, for example tests. Whatever you do, when you build your CSS to start from the top, and test each setting in the different browsers as you start to go along. There is nothing worse than building a perfect website in Firefox, then find out, right after you have a 1000 line css file encoded it in IE6 is broken. To then debug and fix the code after the act is a nightmare.
Tip 6: Here’s an embarrassing little tip for fixing your CSS in IE6 or IE7
Let’s say your design works perfectly in Firefox, but is broken in IE6. You can not Firebug to determine where the problem might be, because in Firefox. You do not have the luxury of using Firebug in IE6, as you debug an IE6 or IE7 stylesheet? I’ve often found that to add it (border: 1 px solid red helps) or (border: 1 px solid purple) to the problematic elements. Thus, one can often see why certain elements do not fit into the available space. It is an embarrassing little tip since it is so primitive and simple but it works!
Tip 7: Do you swim
Floating of elements is important to understand that work primarily in connection with the introduction of your floated elements in different browsers!
Basically elements such as divs are floated to the left or right (not up or down, only sideways). Here are a few things to consider taking with floated elements. Each element must have floated given an explicit width. hovered If you use divs to a three-column or two-column layout, creating specify more widths, expressed in percentages rather than fixed widths, and if you do percentages to ensure that the percentages do not add up to 100%, this is often the cause of the right-most column below are to the rest, clearly indicates that you try something in the available space, which is likely too wide for them. Rather use percentages that are easy to under 100%, such as 25%, 49%, 24% for a left column, middle column and right column.
Floating elements can be extremely complex to understand, and it is worth while to spend some time on good sites for specific guidelines and tips to offer the position to spend Is Everything website.
Conclusion
This CSS layout tips should hopefully save you time and effort if you have the next panel-beat a table-less design into submission! P>
Web Design a> and hosting companies in South Africa, catering for small business website owners. Visit our website at http : / / www. tm4y. co. za/10-strategies. html a> for your free guide on how to make your website accessible to really work for you and bring you more customers to download for your company. P>