Friday, July 1, 2011

5 Photoshop & CSS Tricks for Killer Web Designs


Nowadays, the combo of Photoshop and CSS3 makes up a huge toolbox for web designers; it allows us to achieve website designs that weren’t possible back in the early days of the internet. We can add depth to our design; we can simulate paper or other textures; we can using lighting or 3D effects and more. These elements, when used properly and subtly, can add up to the difference between a so-so web design and a great web design. With that in mind, I’ll be sharing some of my favorite and most-used Photoshop and CSS tricks when it comes to web design.

1. Gradients

Gradients can add subtle depth and lighting effects to your web design. If you’re stuck on a flat design, all you might need to add is the most subtle of gradients. That being said, please don’t use any super harsh gradients; in my opinion, the best gradients use tints or shades of the same color (ie. no pink to yellow gradients, please). Of course, each design is unique. Gradients can be achieved two ways: in Photoshop and CSS3.

Photoshop Gradients
Photoshop’s gradient tool allows you complete control over your gradient – it’s easy to use and can make your designs really shine.




To use Photoshop’s gradient tool, simply do the following:
1. Click the icon shown in the bottom left corner of the above image.
2. Select subtle colors in your color swatches (bottom right corner) – these will make up your gradient.
3. At the top of the page, choose either linear or radial for your gradient, set the mode to Normal, and adjust the opacity to your liking.

4. Click and drag the gradient tool on the layer you wish, in the direction you want the gradient to move.
That’s it! Looking at the above image, it’s important to note that subtle colors are used (bottom right). Some examples of gradients being used in web design can be seen herehere.

CSS3 Gradients
CSS3 gradients are really cool – the more you can do in-browser, the better – but keep in mind that not everyone uses a CSS3-compatible browser, so not everyone will be able to see your gradients if you only use CSS3. That aside, here is a handy CSS3 gradient generator (scroll down the page bit). It allows you to use hex codes and generates the proper CSS code for you. Booya!
Hit the jump for the whole article!

2. One Pixel Lines

If your web design isn’t looking quite as sharp/crisp as you’d like, look at adding a subtle one-pixel line or border on the edges of some of your design elements. Make the line a slightly darker shade of the color you’re using, or a slightly lighter tint. Adding this one pixel line can be used to simulate lighting effects (the edges of a box being hit by light from above will have a highlight on the top, and a darker bottom edge), or it can be used to sharpen the edges of a design element. Again, this can be done in Photoshop or CSS.

Photoshop Lines
Photoshop’s line tool is easy to use and customize exactly to your liking. It’s great for client mockups; however, I recommend using CSS whenever possible in an actual website.


To use Photoshop’s line tool, simply
1. Click the icon shown in the bottom left corner of the image above
2. Select your desired color from the color palette
3. Set your settings at the top of the Photoshop window as desired
4. Click and drag to create the line.
In the above image, note how subtle the line is that appears at the bottom of the red bar. Barely noticeable, but it gives the design a nice, sharp edge.
CSS Lines
To create the same effect in CSS, all we would do is add a “border-bottom” element to the red div. For example:
border-bottom: solid 1px #700000;
That’s it!

3. Letterpress Text Effect

The letterpress text effect is a newer design technique that you’ll see in quite a few modern website designs. This style mimics the look of the letterpress printing technique, and when done correctly, it looks great. Once more, this can be done in Photoshop or CSS3.

Photoshop Letterpress Text Effect
A combination of layer effects makes up the letterpress text effect in Photoshop. Below are a series of images with separate dialogue boxes which made up the sample text effect. All you have to do is double click your text layer to open up this dialogue box, and pump in the following numbers.


Please note the drop shadow settings: Blend mode set to screen, color is white at 27% opacity, angle is 88 degrees (90 ideally; apparently I was rushing), distance 1px and everything else zeroed out. This gives you the nice white highlight.

Please note the inner shadow settings: Blend mode set to multiply, color is a navy blue at 44% opacity, 90 degree angle, distance of 2px and size of 1px. This gives you the “pressed-into-the-page” look.


Please note the gradient overlay settings: we chose colors similar to the background color (two shades of blue), blend mode is set to normal, opacity 100%, style is linear, angle is 90 degrees and scale is 150. This gives a nice lighting effect from the top, which complements the white highlight we did first.

Using all three of these effects subtly & together allows for a classy letterpress text effect, created all in Photoshop!

CSS3 Letterpress Text Effect
You can replicate this effect in CSS3, which is ideal as it can be applied to live text (as opposed to slicing the Photoshop text and using it as an image). However, as we stated earlier, not everyone has CSS3-compatible browsers, so be conscious of this when you make your decision on which to use.
Instead of reinventing the wheel, allow me to point you to a great tutorial by Chris Spooner over at Line25 showcasing, step-by-step, how to achieve this effect using only CSS3.

4. Subtle Textures

Textures are going to be huge in 2010 web designs, but I don’t mean the heavy grunge texturing of websites from a few years ago. I’m talking light, light texturing that almost simulates fine paper. The best way to do this is in Photoshop – allow me to explain, but first have a look at this example:


It might be a little tough to see at that size, but the blue bar has a light texture effect applied to it. Click the image to go to the live site and see what I mean.

In order to do this, first you need to either make a pattern yourself or get a nice noisy/grainy texture pack from the internet. Here’s a handy one right here! (instructions to install are on the site). Then select the layer you want to apply the texture to, double-click it in the layers menu to bring up the dialog box, and play with the settings. Here’s a standard grouping of settings I use, below.

 

If you can’t read that, we’re in the Pattern Overlay style with our desired pattern selected, blend mode is multiply, opacity is 11% and scale is at 50%.

In order to apply this to your live site, you’ll have to make a very careful slice and repeat the image along the x & y axes. As of now, there is no way to replicate texture in CSS3 to my knowledge.

5. Drop Shadows

Drop shadows, like every other element in this list, need to be used very lightly and sparingly. Please do not make your element look as if it’s being hit by the world’s harshest light while it’s floating 5 feet off of the page. Keep it subtle and your designs will flourish. Drop shadows can be achieved in either Photoshop or CSS3. For an example of a great site design using CSS3 drop shadows, look no further than Chris Coyier’s CSS-Tricks.com:

Click through to view the live site. Chris uses drop shadows very subtly, and in an interactive fashion – a great example of using drop shadows in web design.

Photoshop Drop Shadows Using Outer Glow

Lately I’ve been using Photoshop’s Outer Glow layer style as opposed to its Drop Shadow style when it comes to drop shadows on the web. Why? Because I mockup the designs in Photoshop, but then use CSS3 to generate the drop shadow on the actual website – and Photoshop’s Outer Glow looks a lot more like a CSS3 drop shadow in the manner I use it. However, the Photoshop Drop Shadow layer style is just fine depending on the elements of your web design. For this example, though, I’ll be using the Outer Glow layer style.

Note, again, how subtle the effect is. To use this effect, double click on the layer in the layer menu to bring up the dialog box. Click Outer Glow, and play with the settings to get what you want. For this example, my settings were as follows: Blend mode to Multiply, color is a navy blue at 40% opacity, size at 9px. The rest of the settings weren’t touched, and voila! We have a nice, even and subtle drop shadow.

CSS3 Drop Shadows

Instead of slicing around the image and capturing the shadow, why not replicate this effect using CSS3? In order to do so, you’ll need two lines of CSS code in order to have the effect work in all modern browsers:
-webkit-box-shadow: 1px 4px 10px #ccc;
-moz-box-shadow: 1px 4px 10px #ccc;
Where the first number is the horizontal distance from the div element; the second is the vertical distance from the div element; the third is the radius (blur) of the shadow; and the final is, of course, the color of the drop shadow.

There you go! 5 of my favorite Photoshop/CSS tricks when designing a website. Please keep in mind that any good design should use only one or a couple of these elements, and use them lightly. Do not combine everything together, or you risk overdesigning and having visual elements that make no sense together.

Photoshop Text Tips and Tricks You (Probably) Haven’t Known

it can make you lose lot of time when there are superscript and subscript, letter-spacing, line-spacing, etc.

I usally spend one hour at day using Photoshop. Sometimes to fix bad photos, sometimes to create posters, but I also fought against text and it often won.
Now I want to show you some simple tips, tricks and keyboard shortcuts to simplify your works with text on Photoshop.

First of all select the Default Workspace of Photoshop (I use the CS3 Version)

Default Workspace

Now you are sure to have the text Character & Paragraph tab on the right.

text2

Quickly Preview Your Text With Different Fonts

text5

Select the Type layer in the Layers palette, click on the font selection option in the Options Bar at the top of the screen, then use your Up or Down arrow keys to change font.

Letter Spacing

Letter Spacing could reminds you of the CSS property and here works in the same way: it sets the space bewteen letters.
If you want to change it in an entire text level open the Characther, select the letter-spacing area and set it.

text3

You can also do this for a limited number of letters, just select the desired letters.

Keyboard Shortcut

Select the desired text and then “Ctrl+Alt” (Windows) or “Command+Option” (Mac) and use the Up and Down arrow keys to adjust linespacing by 10 points of default.

Line Spacing

This property is called “line-height” on CSS and it sets the space bewteen lines.
If you want to change it in an entire text level open the Characther, select the line-spacing area and set it.

text4

You can also do this for a limited number of line, just select the desired line.

Keyboard Shortcut

Select the desired text and then “Alt” (Windows) or “Option” (Mac) and use the Up and Down arrow keys to adjust linespacing by 2 points of default.

Superscript Text

text10

Keyboard Shortcut

Highlight the text and hold “Ctrl+Shift++” (Windows) / “Command+Shift++” (Mac)

Subscript Text

text11

Keyboard Shortcut

Highlight the text and hold “Ctrl+Shift+Alt++” (Windows) / “Command+Shift+Option++” (Mac)

Convert Text To All Caps

text8

Keyboard Shortcut

Highlight the text and hold “Ctrl+Shift+K” (Windows) / “Command+Shift+K” (Mac)

Convert Text To Small Caps

text9

Keyboard Shortcut

Highlight the text and hold “Ctrl+Shift+H” (Windows) / “Command+Shift+H” (Mac)

Apply A Fake Bold Aspect

text6

I often have to go up against some font designers ’cause they don’t include the bold style to their font.
With Photoshop you can fix this problem (in part))

Keyboard Shortcut

Highlight the text and hold “Ctrl+Shift+B” (Windows) / “Command+Shift+B” (Mac) to make text bold.

Apply A Fake Italic Aspect

text7

The same goes for the italic style.

Keyboard Shortcut

Highlight the text and hold “Ctrl+Shift+I” (Windows) / “Command+Shift+I” (Mac) for italics.

9 Etiquettes And Tips of a Photoshop Rockstar Designer

Hello friends! I don’t think we need an intro to the legendary tool, which has celebrated its 20th birthday last month, since its release, in 1990. Let it be designing those inviting little ad banners, to the finest of hand-crafted webapp UIs, PHOTOSHOP have a special place in a web-designer’s heart!
With the bustle of web-designers and photoshopers around the world, every day I feel left behind, seeing the awesomeness in the works of millions of talents out there who manage to outplay me, and as a result, help me rekindle my efforts to learn, every single moment.


9 Etiquettes And Tips of a Photoshop Rockstar Designer
With the abundance of online resources, tutorials, blogs and articles which keep on excavating the trade of photoshoping, anybody with passion and readiness to work hard can become a pro over time. But what does it take to transition from just a pro, to ‘the best’? Why are there some designers who are always the best? What makes them different from the others, when the knowledge available to absorb is equal for everybody? What makes them stand apart?
Here is a quick peep into some etiquettes of a designer in terms of his/her Photoshop workflow, which groups them in a league of their own!
  1. Object Oriented Photoshoping
  2. Naming conventions for layers and sets
  3. Ability to replicate and practice
  4. Usage of paths and pen tool
  5. Effective usage of adjustment layers and styles
  6. Guides, Grids and notes
  7. Workspace Management
  8. Shortcuts, shortcuts and shortcuts
  9. Last but not the least … respect and respond your critiques!

1. Object Oriented Photoshoping

Photoshoping can be fun … and pain at the same time! Especially when you are working on complex visual compositions and layouts, with a lot of iterations involved.  Designing a high-fidelity visual composition for a website or a web application, can be a nightmare, especially if you are in a team of creatives and when client meetings are too often, which means you will be going through a sea of changes and iterations far too often. The key here is organizing. Organizing your layers /sets and structuring your source file is really important, if you want to be in charge of your PSD.

In the last 6+ years of my career in web designing, I have found this as a unique trait in designers, who love to be organized and productive. Let us walk through a sample PSD and see how its composition can be super-organized, by smartly modularizing the elements and following an object-oriented approach.

12 Ways to Make Money with Photoshop


Couple working at home
[tweetmeme]With the growing prominence of digital photos, photo-editing software like Adobe Photoshop has grown in usage and popularity.
Learning Photoshop, however, is not easy. The software is expensive and the learning curve is a quite steep. You really need to dedicate yourself to learning the ins and outs of the software. More than technical proficiency, you need to be creative if you want to excel with Photoshop.
Nonetheless, learning to harness the power of Photoshop can be very rewarding. Mastering the visual graphics realm of Photoshop can provide you with livable income. Strong editing and creative skills in Photoshop can open career possibilities for you, whether you want to do it on a full time basis or as a part-time business.

Here are 12 ways you can earn through freelancing using your Adobe Photoshop skills:

1. Start a photo editing service. One possible business you can start is to offer digital picture editing and image optimization services. You basically take the client’s less than perfect digital photo and turn it into a masterpiece. As a “photo doctor,” you can remove unwanted people and objects from a photograph, insert someone or something into a photograph, repair over- or under-exposed photos, convert colored photos to black and white (and vice versa), or do something as basic as removing red eye from photos. You can also do color correction, background change, contrast adjustment, and size enlargement. The key is to offer high quality work at reasonable prices.

2. Write Photoshop tutorials. You can write and sell your tutorial to article sites or article directories, anywhere from $10 to $100 depending on the length and quality of your tutorial. Be prepared to write at least a 1,000 words tutorial with detailed and step-by-step screenshots. Examples of tutorial topics could include photo effects/manipulation, contemporary web layout design, special effects or filter effects. You can use sites such as eHow.com, or find freelance job postings from sites needing content on Photoshop.

3. Create a tutorial site and earn through advertising. You can also create your own blog or website where you publish the tutorials you write and monetize the site through advertising. You can use contextual advertising links such as Google Adsense, use a banner-advertising network such as BurstMedia, or a combination of various advertising models and networks.

4. Create video tutorials. You can also earn by creating video versions of your Photoshop tutorials. You can monetize it via advertising, or by joining advertising programs such as the YouTube Partner Program . You can read the article “8 Ways to Earn Money from Online Videos” for more ideas on how you can turn your videos into moneymakers.

5. Make money by creating stock photos. You can combine your photography and Photoshop skills to create stock photography. The photos can be used as film or video production content or source material preparation. There also are a number of stock photography sites that accept contributions from freelancers, and you can earn anywhere from 20% to 65% of the sale price of your stock photos, depending on the exclusivity of your offering. Read more from the post How to Earn from Stock Photography 

6. Start a photo restoration service. You can also start an image restoration service to improve the quality or repair damaged/old images, including faded, stained, torn, missing pieces, bad color, water-damaged photos. Historical societies, museums and even families with old family pictures and photographic heirlooms can use this type of service. You can correct color, remove background images, or remove other people in the image. Other services can include copying old photographs, even those that do not need to be repaired.

7. Start a graphic design business. You can market yourself as a graphic artist whose main expertise is
Photoshop editing. The freelance site eLance.com , for example, has about 843 new jobs posted looking for Photoshop experts. One job posting, whose payment range is from $1,000-$5,000, comes from a wedding stationary store looking for graphic designers to create product images for their ecommerce store. Others are looking for assistance in brochure design, digital image editing, photoshop mockup of homepage of new website, removing background images, cover and page template for printed catalog, among others. You can edit images professionally and prepare them for any output.

8. Start a social media page background or logo creation business. More and more businesses are going to Twitter and Facebook to engage and interact with their customers and peers. These professionals and businesses need custom design work for the background templates and profile pictures of their fan pages. These businesses need to incorporate their brand and the information they need to convey in their background or fan page profile images creatively. This is a growing niche that can be tapped by a Photoshop expert.

9. Start a web design business. You can create professional web design and photographic templates. As the Photoshop expert, you can provide the layout and overall graphical theme of the site. There are also opportunities in customizing blog themes such as those using WordPress templates, including backgrounds and custom header designs. You can then team up with a web programmer or developer to code the web design you have created.

10. Start a T-shirt design business using your Photoshopped images. Another option is to start a t-shirt design business from images you create using Photoshop. Using Photoshop, you can create cool artwork that will work very well for t-shirts and other apparel. T-shirts are one of the world’s most popular apparel products and your originality, creativity and skill in using Photoshop can allow you to create unique designs for your t-shirt business.

11. Start a greeting card business. The images you create via Photoshop can also be used to create greeting cards. You can create specialty cards with contemporary vibe; create abstract and graphical images, and cards that use special typographic design. You can sell your creations to established greeting card companies, or start your own line of greeting cards. Read the Starting a Greeting Card Business for details on how to start your own greeting card business.

12. Start an art design business. With your proficiency in Photoshop, you can art design for CDs, magazines, postcards, and billboards. You can also create book and e-book covers. Other possibilities include product packaging design, movie posters, and even online advertisements.
The above are just some ideas on how you can use Photoshop to earn money. Let us know of other ways you, or someone you know, have used Photoshop to start a business and earn a living.

9 Photoshop Editing Tips Web Developers Should Know

9 Photoshop Editing Tips Web Developers Should Know 

There are quite a few reasons why having basic Photoshop skills beyond slicing PSD’s to XHTML/CSS is essential to any web developer.
I have discussed some of those reasons in this article on my blog, but to make a long story short, there are times when you just need to do minor image editing tasks but don’t want to hassle your web designer for it.

Here are common tasks and processes that web developers often need to deal with when working on a web design/web interface using Photoshop.

1. Changing the background color of an icon

As a web developer, one of the most common tasks I encounter is changing the background color of an icon or making its background transparent.
Let’s take an RSS icon for example. RSS icons come in different shapes and sizes.


RSS icon
When you finally find the "perfect” icon, you sometimes need to modify it. One common issue is that if your site’s background color is one color and the icon’s background is another color, to make them seamlessly match, there is a little work we need to do to it.
If the image is in GIF format, I recommend converting it to PNG because they’re similar, but PNGs will usually be smaller in file size. Read about the pros and cons of using GIF versus PNG at W3C.
To do that, open the image in Photoshop, then go to File > Save for Web & Devices (Ctrl/Cmd + Alt/Option + Shift + S), then select either PNG-8 or PNG-24 under the Optimized file format drop-down on the right-side. You’ll have to see which one is better in terms of quality and file size.
(See a guide on how to save images for the web.)
Then close the original GIF file because we are done with it, and then open the image with the new format you have just saved.
Now if you look at your Layers Panel (if it’s not visible, hit the F7 key to toggle the panel’s visibility), you might see that there is a layer called Background.
Right-click on that layer, select Layer from Background from the menu that appears, and then click OK.
Second step: use the Magic Wand Tool (W) from the Tools Panel.
1. Click on the Magic Wand Tool.
2. Make sure that the Tolerance value is set to about 20 and that the Anti-alias and Contiguous options are checked as demonstrated below.

Changing the background color of an icon

Then click on the white (or whatever color) background area surrounding the icon.
Make sure that the selected area doesn’t "eat" too much of the shadow below the icon. If it does, play with the tolerance value a bit (and reselect the background again with the Magic Wand Tool), until you get the desired result.
Changing the background color of an icon

To delete the background color

To delete the background and make it transparent, simply press the Delete key to clear the area below the selection. Then save it again as a PNG by going File > Save for Web & Devices, making sure that the Transparency option is checked.

To change the background color

1. Click on your Foreground color, select the desired color from the Color Picker dialog window, and then click OK.
2. Click on the Paint Bucket Tool (G). If you don’t see the Paint Bucket Tool, right-click on the Gradient Tool icon and choose the Paint Bucket Tool from the menu that appears.
Then, click inside the selected are around the icon to apply the color you chose.

Changing the background color of an icon

2. Selecting a layer with Auto-Select

Selecting a layer may seem obvious: you click on the layer’s name in the Layers Panel (press F7 if you don’t see it).
However, finding the relevant layer can be tedious when there are many layers in your work or if the layers aren’t named intuitively.
One option is to enable the Auto-Select option:
1. Click on the Move Tool (V) in the Tools Panel.
2. Choose Layer from the Auto-Select drop down.
3. Make sure to check the Auto-Select box.
Selecting a layer with Auto-Select
After enabling Auto-Select, clicking anywhere in the canvas itself will activate the relevant layer.

3. Selecting a layer with Ctrl/Cmd + click

A second option for selecting a layer is to use the Move Tool (V)—leaving the Auto-Select option unchecked this time—and then Ctrl/Cmd + clicking on an object in the canvas to select a specific layer.

4. Isolating a layer

After selecting a layer, you may want to copy it to a new document where you can save it as a separate image.
One way to do it would be using the Crop Tool (C).

Isolating a layer
However, there is a quicker way that preserves the accurate size of that layer:
1. Hold down Ctrl/Cmd and click on the layer’s thumbnail. This should make an automatic selection around the objects in that layer.
2. Press Ctrl/Cmd + C (shortcut for Edit > Copy)
3. Press Ctrl/Cmd + N to create a new document. Photoshop detects the size of the layer you want to copy and creates a new document with the same size.
4. Click Ctrl/Cmd + V to paste into the new layer.

5. Copying a layer from one document to another by drag and drop

There are many ways to copy a layer or a group of layers from one PSD file to another. However, the easiest method is simply to drag and drop them.
1. Select a layer from the Photoshop document you wish to copy from. If you need to copy multiple layers, hold down Ctrl/Cmd and click on the layers in the Layers Panel.
2. Select the Move Tool (V).



Copying a layer from one document to another by drag and drop
3. Click anywhere in the canvas and drag the layers up to the tab of the document you want to copy the layers to.
The window will switch to the second document. Release the mouse button in the canvas where you wish to place the copied layers in the second document.

6. Refining a selection by contracting or expanding it

In the first tip, I demonstrated how to select the background of an icon. In some cases, the selection is inaccurate and you may want to expand or contract that selection from all directions.
First, to get a closer look at your selection, press Ctrl/Cmd + + which will zoom into your work.
Go to Select > Modify > Expand or Select > Modify > Contract.



Copying a layer from one document to another by drag and drop
Type the number of pixels you wish to expand or contract your selection by, and then click OK.

Copying a layer from one document to another by drag and drop

7. Using Layer Comps

When working with many layers, it is more efficient to capture different layer visibility states. In other words, it’s best to set a layer’s visibility to display only the layers you want to.
1. Display the Layer Comps Panel by go to Window > Layer Comps.
2. Click on the Layer Comps menu and select New Layer Comp or click on the Create a new layer comp button at the bottom of the Layer Comps Panel.

Using Layer Comps

3. Type the name of your Layer Comp, check the Visibility option and click OK.

Toggle Layer Comps

To hide and show your layer comps, just click on the icon on the right side of the layer comp.
Using Layer Comps

8. Basic image manipulation: changing colors

Another common task in Photoshop is duplicating a part of a layer for color changes or transformation.
Here’s an example. The following icon is used as a menu button:



Basic image manipulation: changing colors
How can you create a duplicate version of the house (only), and make it black and white? This is a situation that often occurs when you need to create mouseover effects on a web page.
1. Click on the Rectangular Marquee Tool (M).
2. Select the house on the canvas. Then press Ctrl/Cmd + J to duplicate it into a new layer.
3. Click Ctrl/Cmd + U to adjust Hue/Saturation for the new layer. Scroll the saturation left to turn the house to black and white.

Basic image manipulation: changing colors

The result:
Basic image manipulation: changing colors
Remember that you still have the colored version of the house. To view it, just toggle the duplicated layer’s visibility.

9. Using measurement tools

As a web developer, you often need to measure objects for pixel-perfect accuracy when rendered on a web page. A common example is calculating menu item sizes for creating CSS sprites.
Here are two methods to measure elements:

Rulers (Ctrl/Cmd + R)

1. Click, hold, and drag from the top left corner of your rulers towards the canvas.
2. Release the mouse button where you want to start the axes.
3. Zoom in (Ctrl/Cmd + +) to view finer increments of the rulers.
Tip: To change the measurement units of the rulers (from inches to pixels for example), double- click on the ruler itself to open the Units & Rulers Preference dialog window (or go to Edit > Preferences > Units & Rulers) and select the desired measurement unit.

Using measurement tools

The Ruler Tool (I)

1. Click on the Ruler Tool’s button on the Tools Panel (if you don’t see it, right-click on the Eyedropper Tool and switch it to the Ruler Tool).
2. Click and drag from the start to end-point that you wish to measure.
3. Check the width and height indications.
Using measurement tools

Get Started With Photoshop – 15 Basic Detailed Guides

oes Photoshop fascinates you but the road to master it seems difficult. Don’t worry,everything can be achieved by having a clear sense of purpose and direction. Its well said that beginning is half way done. Thus clearing your basics are utmost important to master this art. Photoshop can do wonders. So today we have come up with some Basic detailed guides to brush up our skills and thus making you confident enough to jump to advanced level with ease.
If you like this, you might want to check our latest Photoshop collection on Photoshop Tutorials for Beginners.

Getting Started with Photoshop

In this introductory chapter, which has been adapted from The Photoshop Anthology, 101 Web Design Tips, Tricks and Techniques, author will cover some of the basic tools and tasks that we’ll draw on in the later chapters.

Article Link

The Ultimate Guide To Cloning In Photoshop

This article introduces the several cloning tools available in Photoshop and goes over the proper usage and best practices of each.

Article Link

Photoshop Layers Essential Power Shortcuts

When it comes to getting the most out of Photoshop with the least amount of effort, there’s two things you absolutely need to know – how to use layers and how to get around inside Photoshop using keyboard shortcuts.

Article Link

A Comprehensive Introduction to the Type Tool

Who doesn’t know the Type Tool? This is maybe one of the most powerful and useful tools of Photoshop. We’ve all used it at least once, but do you know all its potential?

Article Link

The Lasso Tool

If you’re a more advanced Photoshop user, you’ll probably head straight for the Pen Tool, the tool of choice for making professional quality form-based selections.

Article Link

A Comprehensive Introduction to Photoshop Selection Techniques

Have you ever had difficulties making selections and thought there was a better way? Let’s review both quick solutions, and on the other side, comprehensive and details techniques for making selections.

Article Link

Layer Styles in Photoshop

Effects can be added to individual layers in Photoshop that automatically change as a layer is modified. The combination of effects on any given layer is called its Layer Style. We’ll teach you how to use and make your own layer styles in this tutorial.

Article Link

Photoshop’s Painting Tools

In Photoshop, the painting tools are used to paint strokes, and fill areas with color or with colors that blend together. Knowing how to use the paint tools is a must for any artist who wishes to use Photoshop.

Article Link

Installing And Managing Brushes And Other Presets

How to install new Photoshop Brushes and also discuss a few techniques that will help you keep your additions organized and safe.

Article Link

Photoshop’s Pen Tool: The Comprehensive Guide

The Pen Tool makes appearances across almost the entire Adobe product range. Its function and behavior varies depending on the application, but by mastering it youll find you work quicker, smoother and with better results. This guide will give you a comprehensive basis for working with the Pen Tool in Photoshop.

Article Link

Photoshop’s Filters

Filters are used to change the appearance of an image, layer or selection in Photoshop. In this tutorial, author will introduce you to some common filters, and show you how to use them.

Article Link

Mastering “Bevel and Emboss” – From Beginner to Pro

How to get the very best out of the “Bevel and Emboss” tool that Photoshop has to offer to make your designs look ultra realistic.

Article Link

Layer Masks

Layer Masks are a very powerful part of Photoshop.

Article Link

Photoshop Actions

We’ll look at what Photoshop actions are and what the difference is between an action and an action set. We’ll explore some of Photoshop’s Default Actions as well as the additional action sets that install for free with Photoshop.

Article Link

Create Your Own Photoshop Custom Shapes

Everything you need to know to create and work with custom shapes in Photoshop.