Ex Course

Photoshop is a complete application for image editing. Here you can get resources E-books (in PDF format), and video tutorials for web designers and image /photo editors that want to use Photoshop.

Adobe Photoshop E-books

  1. Adobe Photoshop CS6 Reference - Tutorials (2013 - PDF - 9.5 MB)
    • - This book contains the basic tutorials to learn Photoshop, from image and color basics, layers, drawing and painting, filters and effects, till animation and 3D images.
  2. Photoshop CS6 Unlocked, 2nd Edition (2013 - PDF - 71 MB)
    • - Photoshop CS6 Unlocked (101 tips, tricks and techniques) is a question-and-answer book for web designers who want to use Photoshop for websites design.
      Creating text effects, wrapping text around a curve, texturing and shadowing text, adjusting Images: Removing blue tints, darkening and lightening images, fixing red-eye, removing dark shadows, sharpening images, and.
      Manipulating Images: Creating fish-eye effects, removing imperfections, making product shots for ecommerce, ..
      Creating Web Interfaces: Best practice and time saving ideas, how-tos on slicing images, creating rollovers, and more.
      Advanced techniques: Generating thumbnails, animated GIFs, bulk watermarking, sharing Photoshop Actions, and more.

Video courses and tutorials

  1. Vector Web Graphics in Photoshop (VGP 1 - VGP 2 - VGP 3 - VGP 4)
    • - In this course you'll learn about how vectors are used within Photoshop.
  2. Photoshop for Web Design (PWG 1 - PWG 2)
    • - This video course shows how designers can create vibrant web graphics, wireframes, and complete web site mockups in Adobe Photoshop. The course covers creating a custom web workspace; drawing, coloring, and optimizing web graphics; creating vector shapes and text that scale seamlessly; mastering transparency; building navigation bars and buttons; and speeding up these tasks with the Photoshop automation tools.

Other free Photoshop video courses and tutorials:

Learn Photoshop CS6

Daily Test with Code Example

HTML
CSS
JavaScript
PHP-MySQL
Which tag is used to add definition lists into a <dl> element?
<dt> <dd> <li>
<dl>
 <dt>HTML</dt>
  <dd> - Hyper Text Markup Language</dd>
  <dd> - Language for web pages</dd>
</dl>
Which CSS property can hide an element on page, letting an empty space in its place?
display position visibility
#id {
  visibility: hidden;
}
Click on the event which is triggered when the mouse clicks on an object.
onclick onmouseover onfocus
document.getElementById("id").onclick = function(){
  alert("http://CoursesWeb.net/");
}
Indicate the PHP variable that contains the contents of both $_GET, $_POST, and $_COOKIE arrays.
$_SESSION $_GET $_REQUEST
if(isset($_REQUEST["id"])) {
  echo $_REQUEST["id"];
}
Adobe Photoshop Learning Resources

Last accessed pages

  1. Get CSS property value with getComputedStyle ot jQuery (5533)
  2. The Four Agreements (1619)
  3. PHP PDO - exec (INSERT, UPDATE, DELETE) MySQL (55417)
  4. ActionScript 3 Lessons (7252)
  5. Get Lower, Higher, and Closest Number (5331)

Popular pages this month

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (252)
  2. Read Excel file data in PHP - PhpExcelReader (91)
  3. The Four Agreements (76)
  4. PHP Unzipper - Extract Zip, Rar Archives (76)
  5. The Mastery of Love (66)
Chat
Chat or leave a message for the other users
Full screenInchide