Free Training for Photoshop, Flash, Dreamweaver, FrontPage, and other Adobe & Macromedia Apps




    



October 1, 2007

8 Photoshop Tutorials

Here are 8 Photoshop Tutorials from oktutorials.com that cover drawing, textures, and photo effects.


Photoshop Drawing Tutorials 

Nice Simple Button
How to create a simple, yet nice button using Photoshop.

Shut Down Icon

This Photoshop tutorial demonstrates how to create a stylish, modern-looking shut-down button.


Photoshop Textures Tutorials


Wood Texture
In this tutorial the author teaches you how to create a realistic wood texture which you can later use to texture 3D models.

Rocky Texture
This tutorial shows you how to make a rocky texture that can be used in various ways, such as texturing an asteroid or creating path in a grassland.


Photoshop Cool Ideas


Deep Space Nebula
Learn how to create a nice deep space image with stars and a nebula in Photoshop.

Polaroid Photo Layout 
This tutorial demonstrates how to transform an image into a polaroid-like photo.


Photo Effects with Photoshop

Add A Rainbow
How to add a rainbow to a photo.

Color Tint
Learn how to add a tinted effect to a photo which will give it an older look & feel.

Popularity: 18% [?]

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • blogmarks
  • Furl
  • Reddit
  • Shadows
  • StumbleUpon
  • YahooMyWeb

Related Posts:
  • High Quality Photoshop Tutorials
  • 3 Photoshop eBooks
  • Photoshop 7 for the Internet Course
  • Great Photoshop Tutorials
  • Photoshop Elements for the Web Tutorials

  • Tags for this post>>
    October 2, 2007

    Word 2003 Tutorial from the University of Texas

    Here is an excellent Word 2003 Tutorial, from the University of Texas, that will help you learn how to use some of the most important features of Word. To use this tutorial, you need to be familiar with operating Microsoft office applications, opening and closing documents, and using toolbars. Most of the features taught in this Word tutorial can also be used in earlier versions of Word.

    This Word tutorial shows you how to use these important features:

    • Start using Word
    • Format your documents
    • Cut, Copy and Paste content from the same/other documents
    • Insert picures and Cliparts
    • Create Tables and Lists
    • Edit Headers and Footers
    • Check Spelling, Grammar & Word Count
    • Print Documents
    • Insert Page break and Section breaks
    • Track Changes
    • Use Versioning

    Word 2003 Tutorial Contents:

      – Basics

      - Background, Borders & Margins

      - Fonts & Line Spacing

      - Cut, Copy & Paste

      - Insert Graphics/Pictures

      - Tables & Lists

      - Headers & Footers

      - Endnotes & Footnotes

      - Spelling, Grammar & Word Count

      – Previewing & Printing

      - Page Breaks & Section Breaks

      - Tracking Changes

      - Versioning

      - Evaluate this tutorial

      - PDF Handout

    Popularity: 19% [?]

    Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
    • Digg
    • del.icio.us
    • blogmarks
    • Furl
    • Reddit
    • Shadows
    • StumbleUpon
    • YahooMyWeb

    Related Posts:
  • Excel 2003 Tutorial from the University of Texas
  • PowerPoint 2003 Tutorial from the University of Texas
  • CSS Tutorial from University of Texas
  • Microsoft Access 2003 Tutorial from the Univeristy of Texas
  • 6 Word 2003 Tutorials

  • Tags for this post>> |

    Many PHP Tutorials

    Clever Tutorials offers the following large selection of PHP Tutorials gathered from several of the better web development tutorial sites on the web.  These cover several areas of PHP scripting and web development, including passwords, logins, content management, cookies, database integration, dates, email, file manipulation, forms, image handling, security, and user statistics.


    PHP Tutorials:

    Basics

    PHP Weather
    Create a weather widget and show your current weather.

    How to execute PHP using CRON
    This will allow you to set up a schedule to execute PHP scripts. Works with most shared hosting plans as well.

    PHP - The Ultimate Basics
    This tutorial will teach everything you need to get you on your way to learning PHP. You can learn exactly how it works, how data is sent, as well as a detailed explanation of some of the most commonly used functions.

    Generating random passwords
    The tutorial will teach us how to generate a random password every time the function is called.

    “Header Already Sent” Error
    Learn how to avoid “Header already sent” error and some other common use of Header() function.

    Include/SSI
    Learn how to use the include() function using the power of PHP.

    Introduction to PHP
    An Introduction to the basics of PHP for a beginnner.

    PHP Simple Login Script
    Learn to create a simple login system with php & mysql script, this tutorial easy to follow, teach you step by step.

    Introduction to using classes
    This tutorial will teach you what classes are and how to use them effectively in your web application.


    Content Management

    Link Exchange System
    This tutorial will take you through all steps in developing your own link exchange system using Dreamweaver CS3, PHP, MySQL and CSS.

    Comment Board
    Learn how to make a comment/discussion board.

    Directory List
    Learn how to make a directory list in PHP.

    Topsite Script
    Create your very own topsite website with this tutorial

    Affiliates System
    Learn to create a complete Affiliate Management system in PHP.

    News CMS With Admin Panel
    Learn to create a news system, which you can add to it using the comments system script as well to round it out.


    Cookies

    Understand PHP Sessions
    Learn what sessions are and how to use them.

    Cookies a Quick Glance
    A short tutorials on what cookies are and how to use them.

    Setting Cookies
    You may need to set cookies to remember certain information…


    Database Integration

    Creating a Simple Database Abstraction Layer
    If you ever intend to create an open source PHP script that utilizes a database, you will likely at one time or another be faced with the question “How do I interface with more than one type of database system?” The answer is simple: a database abstraction layer. We’ll show you how to create a simple database abstraction layer that works with MySQL, MsSQL, and PostgreSQL in this example.

    Writing your own MySql class
    In this tutorial we cover how to make a MySql class file which will control all database activity.

    PHP and MySQL RSS Feed
    Create a dynamic XML RSS document with PHP.

    Get MySQL database layout in XML format
    Learn how to fetch MySQL database layout in a XML format.

    Simple chatbox in PHP/MYSQL
    Learn how to make a easy chatroom with php and mysql.

    Banner System
    A simple banner system to randomly rotate images in a MySQL database.

    PHP and MySQL Search Engine
    Make a search engine in PHP that searches MySQL

    Updating Database
    Update multiple rows in MySQL with this detailed tutorial.

    MySQL Search Engine
    Learn how to do a simple search engine using MySQL database.


    Date and Time

    PHP date function explained
    With PHP’s date function you format timestamps, so they are more human readable. The following tutorial will teach you how to display the current time, formating PHP’s timestamp, and show you all the various date arguments for reference purposes.

    Calendar in PHP
    Create Calendar in PHP using a CSS layout system.


    Email

    Creating a simple mail sender class with PHP
    In this tutorial I will show you how to create a simple mail sender class in PHP. Sending emails with PHP is a lot easier than you would think, however you need to care about some settings to avoid moving your emails into a spam folder.

    Verifying email address
    When users sign up to join your website you may want to verify their email address by sending confirmation link to their email address. You’ll learn how to do this in this tutorial.

    Mail Form with PHP and HTML
    Learn how to create a basic Mail Form using PHP and HTML.

    Email Validation
    Add email validation to forms using regular expressions and domain check.

    Form Mail
    Learn how to make a Form Mail using the power of PHP.


    File Manipulation

    Multiple files upload
    You can upload multiple files with one time submission. Array is a big role in this tutorial, let’s see the scripts.

    File System Operations
    A list of handy file system commands for PHP developers.

    Compressing and Decompressing a File in PHP
    Learn the basics of Compressing and Decompressing a file using bzcompress() function.

    File Creator/Editor
    Create a form that makes and/or adds data to files on your server.

    PHP Multiple Upload files
    Create a script for uploading multiple files to your site.


    Forms

    Contact Form
    Create a safe contact form using Xajax and PHPmailer.

    Tell A Friend Script
    Learn to create a tell a friend script – Quick way to email friends about your site.

    Anti Spam Bots Form Trick
    Protect your forms from spam bots.

    Validation
    A guide to some simple form validating.

    Send this page to a Friend
    A php tutorial to create a send this page to a friend script and form.

    Making Sticky Forms
    Learn how to create and use sticky forms, which saves data that has been entered into a form.

    Link Verifier
    Create a link verifier that checks to see if a link is working or not.


    Forums

    phpBB login
    Integrate a login form on your index for your forum

    Forum System
    Learn to create a full forum system yourself.


    Image Handling

    How to make custom avatars with php
    Learn how to use php to make a customizable avatar. A great and unique feature for any website!

    Very simple gallery
    Learn how you can create your own gallery.

    Cropped Thubnails
    Create cropped thumbnails with GD Library.

    GD Library Bar Chart
    Create a dynamic bar chart with PHP and GD Library.

    Drop Shadows with GD Library
    Learn how to create drop shadows easily with GD Library and Photoshop.

    Random Images
    Ever wanted to make links, or banners appear on your site in a random order? Well here’s a simple script that will do just that.

    Watermarking
    How to quickly watermark your images in PHP.

    Image Databasing
    This tutorial teaches you how to upload images into a mysql database using PHP.

    Image Uploading

    Creating thumbnail
    Learn to Resize an image with PHP

    Creating a simple photo gallery
    In this tutorial you will learn how to create a simple photo gallery. The script creates thumbnail images if needed and displays all images in the given directory.


    Miscellaneous

    Creating an IRC bot in PHP
    Combined Minds presents you the biggest and best PHP -> IRC bot tutorial on the web! This tutorial learns you how to create a very good working IRC bot from scratch!

    PHP Caching
    Learn effective data caching techniques with PHP

    Creating a domain checker
    In this tutorial you will learn how to create a PHP script to check whether the actual domain name is available or not.

    URL Check
    Learn a simple way of verifying if a URL still works using PHP

    Basic Shoutbox
    Learn how to make an easy shoutbox for your site.

    Browser-Dependent Stylesheets
    Learn how to make a Browser-Dependent Stylesheets.

    AOL IM Check User Online
    Learn to see if a screenname is currently online on AOL Instant Messenger.

    Mini-Chat Tutorial
    Create your very own chat script.

    Custom Error Messages
    Replace the usual error messages with your own.

    Polling Script
    Creating a simple file based polling script.

    Simple Word Filter
    Stop Bad Words on your sites.

    Website Localizations and Multi-language Support
    Some techniques of using custom language packs and language markers in database to provide automatic different translations of the website.

    Menu System
    In this tutorial I will show you how to create a simple menu system with 2 levels. You can easy integrate it into your site to get a nice and easy editable site navigation system.

    Using phpBB’s Template Class
    Have you ever wanted a sturdy and secure template system on your website? Can’t make it yourself, or just don’t want to spend hours writing and testing? phpBB Forums have one of the best template systems around and because of the free GNU license attached to the code, you can use it for your own website.

    Page Numbers
    Paginating large text and stories with PHP

    Smarty templates for beginners
    Tutorial on how to use Smarty templates.

    DB Driven Menu
    Create a fully database driven flexible menu.

    Easy PHP Pagination
    Full video tutorial explaining basic page numbering.

    Template System
    Learn how to write a Template System in PHP

    PHP Navigation
    Create those ?id=page links and learn how to insert content into your site.


    Security

    How to safely clean user data
    Using regular expressions to clean data can ensure that you will not get any sort of MySQL injections.

    Full IP Banning System – With Admin Panels
    Ever wanted to ban pesky users? Now you can with this IP Banning system.

    PHP User System Script Tips
    Secure your user system scripts using this tutorial.

    Making a CAPTCHA
    Stop robots and scripts from submitting forms using PHP

    Banning IP Addresses
    Learn how to ban a single IP or multiple IP addresses from accessing your website.

    PHP Port Scanner
    Create a Simple PHP Port Scanner - All it takes is a simple FOR loop

    Prevent Image Hotlinking
    Learn how to prevent others from hotlinking to your images.

    IP Banning with Admin Panel
    Create a MySQL based IP Banning script with an Admin Panel

    Login script
    Create secure areas for your website using sessions

    Ban Users IP
    Learn how to ban specific IP addresses.

    Basic PHP Security
    Basic PHP script security covers issues like prevention of SQL injections, XSS and CSRF attacks, variable tampering, etc.

    CSS File Protection
    See how you can hide your CSS files from rippers using php and .htaccess


    User Info and Stats

    Tracking Search Engine Traffic
    Keep track of the traffic driven by search engines and which keywords are used to reach your site

    Alexa Ranking
    Show the alexa ranking of any site using PHP

    User online
    This tutorial show you php script that count how many users are active on your site.

    File based logging script
    In this tutorial you will learn how to create a small and simple PHP script to log your visitors activity into a file.

    Counter
    Learn how to make a simple text counter in PHP.

    Logging Server Messages
    Create a PHP Include File to create logging of server messages to a central logfile.

    Displaying Load Times
    Display the time taken to load every page.

    Adsense Stats from PHP
    Use PHP to generate your Adsense stats.

    Full Statistics Suite
    Create a Full Statistics Suite With Administration for your website.

    Download Counter
    Create A Nice Download Counter In PHP.

    Browser Detection with PHP
    Create a simple browser detection script.

    Simple PHP Hit Counter Script
    Learn how to create a Simple PHP Hit Counter using a text file.

    Popularity: 23% [?]

    Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
    • Digg
    • del.icio.us
    • blogmarks
    • Furl
    • Reddit
    • Shadows
    • StumbleUpon
    • YahooMyWeb

    Related Posts:
  • No related posts

  • Tags for this post>>
    October 3, 2007

    Excel 2003 Tutorial from the University of Texas

    Here is an excellent Excel 2003 Tutorial, from the University of Texas, that will help you learn how to use several features of Excel. This Excel tutorial provides you with a solid understanding of the basic functionality of Excel, teaches some of it essential tools, and then explains some ways to use Excel that are helpful for completing tasks related to information science. Most of the topics demonstrated in this Excel tutorial can also be used in earlier versions of Excel.

    This Excel Tutorial will teach you the following topics:

    • Work within and navigate your way around spreadsheets
    • Enter, format and sort data within cells
    • Import data into Excel
    • Print worksheets
    • Use formulas and functions
    • Develop Charts and Graphs

    Excel 2003 Tutorial Contents:

      - Basics

      - Navigating in Excel

      - Data Types

      - Sorting Data

      - Alignment & Formatting

      - Importing & Printing

      - Functions

      - Charts & Graphs

      - Evaluate this tutorial

    Popularity: 22% [?]

    Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
    • Digg
    • del.icio.us
    • blogmarks
    • Furl
    • Reddit
    • Shadows
    • StumbleUpon
    • YahooMyWeb

    Related Posts:
  • PowerPoint 2003 Tutorial from the University of Texas
  • Microsoft Access 2003 Tutorial from the Univeristy of Texas
  • Word 2003 Tutorial from the University of Texas
  • CSS Tutorial from University of Texas
  • Microsoft Office XP and 2003 Tutorials

  • Tags for this post>> |

    134 Flash Tutorials

    Here are 134 Flash Tutorials hosted by FlashVault.net. These cover the following Flash features and functions: 3D, Actionscript, Animations, Sound, Drawing, Navigation, Special Effects, Text Effects, and Creating Flash Websites. The Flash tutorials are linked by topic below, along with their newest tutorials. This site does have some popups.


    Flash Tutorial Categories:

      – 3D (2)

      - Actionscripting (32)

      – Animation (19)

      – Audio (4)

      - Drawing (6)

      – Full Flash sites (4)

      – Getting Started (9)

      – Navigation (19)

      – Special Effects (31)

      – Text Effects (8)


    Newest Flash Tutorials:

    » Advanced drop down Flash menu
    This Flash 8 tutorial explains step-by-setp how to make an advanced drop-down Flash menu using actionscript code.

    » Photo Animation in Flash
    Learn how to create photo animation in Flash without using actionscript. You can use this effect on any photo.

    » Simple Flash header
    This Flash tutorial demonstrates how to create a Flash header using some special Flash tricks.

    » Picture Slide show with effect in Flash
    Find out how to create a picture slide show in Flash with effects using some special Flash tips and tricks. No Actionscript coding is needed.

    » Vanishing picture effect
    Learn how to apply a vanishing effect on any photo using Flash filter.

    » Changing object color on click
    This Flash tutorial teaches you how to change an object’s color using actionscript code and color buttons.

    » Advanced and modern Flash menu
    How to create a modern Flash website menu using actionscript.

    » E-mail button in Flash
    How to create an email web button in Flash using a little actionscript code.

    » Dark Flash preloader
    This Flash tutorial explains how to create a dark Flash preloader showing percent complete and using actionscript.

    » Simple picture animation
    Learn how to create a simple picture animation in Flash. No actionscript is needed for this.

    » Advanced full Flash site – Part 1
    This is part 1 of a 4-part Flash tutorial showing you step-by-step how to create an advanced Flash web site.

    » Advanced full Flash site – Part 2
    How to load your Flash site after preloader animation. Also learn how to load your home page and animate it.
    » Advanced full Flash site – Part 3
    How to design a menu that animates, and how to use actionscript code with it.

    » Advanced full Flash site – Part 4
    See how to create site navigation using actionscript code and Frame Label.

    » Blur image slide show
    This Flash tutorial shows you how to create an image slide show presentation using the blur filter.

    » Attractive text effect
    This step-by-step Flash tutorial teaches you how to create an attractive text effect.

    » 3D circle animation in Flash
    Learn how to create a rotating 3D circle without using actionscript.

    » Gradient reverse Flash menu
    How to create a gradient cubic reverse Flash menu using actionscript.

    » 3D animation by mask
    This detailed Flash tutorial shows you how to create 3D animation using the mask and some special Flash tricks. No actionscript is required.

    » Designing Flash preloader
    Learn how to apply the mask effect, then design and create a Flash preloader using actionscript.

    Popularity: 19% [?]

    Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
    • Digg
    • del.icio.us
    • blogmarks
    • Furl
    • Reddit
    • Shadows
    • StumbleUpon
    • YahooMyWeb

    Related Posts:
  • Free Flash Ebook
  • 17 Freely Available Flash eBooks
  • Free eBooks and Guides for Flash MX
  • Flash Tutorials in Many Categories
  • Macromedia Flash 8 Ebook

  • Tags for this post>>
    October 5, 2007

    PowerPoint 2003 Tutorial from the University of Texas

    Here is a well written PowerPoint 2003 Tutorial, from the University of Texas, that will help you get up to speed with using many features of PowerPoint. You will also learn what these PowerPoint terms mean and how to use them: Presentation, Slides, Layout, View, Design Template, Slide Show, Placeholder, and Sizing handles. Most of the topics demonstrated in this Excel tutorial can also be used in earlier versions of Excel.


    This PowerPoint tutorial teaches the following:

    • Start PowerPoint
    • Work with layouts, text, and slides
    • Work with templates and images
    • Work with drawing tools
    • Use different views and printing options
    • Put your presentation on the World Wide Web
    • Identify and employ elements of a good presentation

    PowerPoint 2003 Tutorial Contents:

      – Starting PowerPoint

      - Layouts, Text and Slides

      - Design Templates and Images

      – Drawing Tools

      - Views and Printing

      - Displaying your Presentation on the WWW

      – Elements of a Good Presentation

      – Tips and Additional Resources

      – Evaluate this tutorial

      - PDF Handout

    Popularity: 19% [?]

    Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
    • Digg
    • del.icio.us
    • blogmarks
    • Furl
    • Reddit
    • Shadows
    • StumbleUpon
    • YahooMyWeb

    Related Posts:
  • Excel 2003 Tutorial from the University of Texas
  • 2 PowerPoint 2003 Tutorials
  • 7 PowerPoint 2007 Tutorials
  • 4 PowerPoint 2003 Tutorials
  • 2 PowerPoint 2003 Tutorials

  • Tags for this post>> |
    October 8, 2007

    51 Photoshop Learning Documents

    AcrobatFiles.com provides free documents, learning and training materials, and articles for many software products. Here are 51 Photoshop Learning and Training Documents in their Software category, all are in pdf format. Included here, at the bottom, are five documents covering Adobe InDesign and one for Adobe Illustrator.


    Documents to Help You Learn  Photoshop:

    Adobe Photoshop CS2
    process with the Stove-with-. Clock file. Double-click directly. on each layer’s name and give. them descriptive names. Photoshop Tutorials. …

    Adobe Photoshop CS3
    Adobe Photoshop CS3 User Guide. This guide, a subset of Help, contains feature descriptions.

    Photoshop Tutorial
    Photoshop Tutorial. University of Chicago Computer Science Instructional Laboratory.

    Photoshop 7 Basic User Manual
    Having successfully completed the Photoshop Module Basic I, … what you want to do with Photoshop. 

    Photoshop Tutorial: Ray of Light 1. 2. 3.
    Photoshop Tutorial: Ray of Light Tutorial. Page 1 of 7. Written by Trevor Morris

    What is Adobe Photoshop 7.0 – Opening Adobe Photoshop 7.0 – Creating
    Photoshop, now up to version 7.0, is the leading professional image-editing program, … Photoshop is useful for both creating and editing images to be …

    Adobe Photoshop CS3 Adobe PhotoshopCS3Extended
    platforms: Adobe Photoshop CS3 and Adobe Photoshop CS3 Extended. … Q. Who should be interested in Photoshop CS3 Extended either as a stand-alone product …

    Creating a Border Background with Photoshop – Adobe Photoshop
    Creating a Border Background with Photoshop – Adobe Photoshop Tutorial … This tutorial will also work with newer versions of …

    Photoshop Tutorial: Rounded Corners 1. 2. 3.
    Photoshop Tutorial: Rounded Corners. Written by Trevor Morris

    Adobe Photoshop CS3 – Introduction
    Adobe Photoshop CS3 – Introduction. Duration:2 days. Course Synopsis:. This class provides you with the concepts and skills to use Adobe Photoshop CS3 …

    Top 10 Photoshop CS3 Features for Easing Your Workflow
    Since the day Adobe released the public beta version of Photoshop CS3, … Besides being the most apparent change when you launch Photoshop CS3, the new …

    Adobe Photoshop Elements Adobe Premiere Elements
    Adobe Photoshop Elements 5.0 plus Adobe Premiere. Elements 3.0 software combines two … Adobe Photoshop Elements. 

    Adobe InDesign CS3 Scripting Tutorial
    Adobe InDesign CS3 Scripting Guide contains. hundreds of tutorial ….. Adobe InDesign CS3 Scripting Tutorial. Scripting and the InDesign Object Model 8 …

    Introduction to Photoshop Tutorial Supplement
    Introduction to Photoshop. Tutorial Supplement. Haas Computing Services. Making an Image From Scratch. We’ll briefly demonstrate a very …

    Mastering Photoshops Interface
    Mastering Photoshop?s Interface. By Steve Broback, Avondale Media. Adapted from Secrets of the Photoshop Masters,. an instructional DVD from Avondale Media, …

    Adobe Photoshop CS3 What’s New
    Photoshop CS3 speeds the path from imagination to imagery. … What’s New in Photoshop CS3 covers the features and enhancements that are …

    Adobe Photoshop CS3 Extended for Film & Video Professionals
    Adobe Photoshop CS3 Extended starts with the comprehensive. toolset of the professional standard in digital imaging, and adds …

    Photoshop & After Effects Get Your Toolbox Out
    Mastering Photoshop is an important step in. mastering After Effects. In fact, 80% of my After. Effects work is completed in Photoshop. With the …

    What’s New in Adobe Photoshop CS3
    the first prototype version of Photoshop. Photoshop CS3 … Figure 1.2 The new Photoshop CS3 Mac OS X layout. In this screenshot the …

    Adobe Photoshop CS3 Extended for Manufacturing
    Adobe Photoshop CS3 Extended software adds powerful new. features and enhancements to the professional standard in digital …

    Adobe Photoshop CS3 Scripting Guide
    Photoshop CS3. Adobe Photoshop CS3 Scripting Guide. Photoshop CS3 Scripting Basics 8. A single script can perform actions that involve multiple …

    Adobe Photoshop Cs extended
    between Photoshop CS3 Extended and Acrobat 3D software. Convert myriad 3D CAD formats to the robust U3D interchange format, enhance models and create …

    Adobe Photoshop CS3 Extended for AEC
    Adobe Photoshop CS3 Extended starts with the professional. standard in digital imaging, and adds powerful new features …

    Whats New in Adobe Photoshop CS3
    Figure 1.2 The new Photoshop CS3 Mac OS X layout. In this screenshot the …. Figure 1.13 In this example I wanted to sample from the letter ?O? on the left …

    The Photoshop CS3 Interface
    CS3 is the new interface design, which is part of a wider … Figure 5 This is the Photoshop CS3 interface showing the default layout for all. the palettes. …

    Introduction to Photoshop Information and Instructional Technology
    Channels: Adobe Photoshop uses channels in two ways: to store color information about … A path is any line or curve you draw using the Photoshop …

    Production Information Graphic Design & Photography
    Maximum halftone density: 1270 ? Line screen: 110 lpi. Picture resolution (at correct size): Newsprint 220 dpi, Photoshop. ads 600 dpi, Glossy ads 300 dpi …

    Why your Photoshop color separations are wrong and how to fix
    Adobe Photoshop?s Working Color Space allows the image to exist on a parallel … highlights, measurably deeper shadows on glossy …

    Quick reference guide to the top reasons to upgrade
    Photoshop CS3 Extended for specialized image editing, Illustrator CS3 for vector … Quick reference guide to the top reasons to upgrade. Continued Page 2 …

    lynda.com Announces Release of Photoshop CS3 Extended for 3D and Video”>lynda.com Announces Release of Photoshop CS3 Extended for 3D and Video
    Photoshop CS3 Extended adds revolutionary support. for 3D and video files. In Photoshop CS3 Extended … A separate DVD version of Photoshop CS3 Extended …

    Mastering Photoshops Interface
    Mastering Photoshop?s Interface. By Steve Broback, Avondale Media. Adapted from Secrets of the Photoshop Masters,. an instructional DVD from Avondale Media, …

    Photoshop Elements
    Elements. 5.0. ?. New or enhanced feature. Product overview. Adobe Photoshop Elements 5.0 software combines power and simplicity so you can …

    Photoshop & After Effects Get Your Toolbox Out
    Mastering Photoshop is an important step in. mastering After Effects. In fact, 80% of my After. Effects work is completed in Photoshop. With the …

    Advanced After Effects & Photoshop
    animations. Mastering Photoshop is an important step in mastering After Effects. In fact, 80% of my After Effects work. is completed in Photoshop. With …

    Photoshop Elements
    Elements. Macintosh. 

    Enterprise Deployment Options for Adobe Creative Suite 3 Editions
    Adobe InCopy CS3. Adobe Creative Suite 3 Web Standard. ? Adobe InDesign CS3. Adobe After Effects CS3. ? Adobe Photoshop CS3. Adobe Contribute CS3 …

    Photoshop Elements
    Elements. 4.0. FEATURES. Product overview. Adobe Photoshop Elements 4.0 software combines power and simplicity to help you do …

    Instructions for using custom profiles in Adobe Photoshop when
    Close Photoshop ? profiles will not appear if installed when Photoshop is … When using Kodak Premium Rapid-Dry Photographic Glossy or Luster/ 260g: …

    Using ICC Colour Profiles 1. Printing with ICC profiles
    Photoshop version 5.x and version 6 are ICC aware but vary in the …. Glossy Film. Custom. Photo-. 1440dpi. High Quality. Color Controls. Automatic …

    Digital SIG Graphics Demo Combining Adobe Illustrator & Adobe
    essential things to master using Photoshop . If you have any weakness with these tools. it will just make your road to mastering Photoshop a lot steeper and …

    Adobe Photoshop CS3 Extended for medical professionals
    digital medical images, Photoshop CS3 Extended can assist you with patient care, … Photoshop CS3 Extended software?s unmatched range of high-quality …

    Photoshop Elements
    Adobe Photoshop Elements 5.0 software combines power. and simplicity so you can make your photos look their. best; show them off in creative, …

    Digital SIG Graphics Demo Combining Illustrator & Photoshop
    Essential things to master using Photoshop . If you have any weakness with these tools. it will just make your road to mastering Photoshop a lot steeper and …

    Creating Border Backgrounds with Photoshop CS3, Adobe Photoshop
    Although this tutorial is geared for making Web graphics with Photoshop. CS3, it also works for Photoshop 5.5 and above. This tutorial will also work with …

    Adobe Photoshop CS Tutorial
    Adobe Photoshop CS 3. Getting Started. Begin by opening Adobe Photoshop …. In this tutorial, only the basic tools will be discussed in depth. …

    Photoshop Tutorial : Making Colored Sketches Out of Photos Here
    So as you can see, in this tutorial you will learn how to make a colored sketch out. of a normal photograph. Step 1: Open the file you will be working with …

    Using Curves Function in Photoshop 7, CS, CS2, CS3 and PSE 5
    INTRO TO CURVES FUNCTION IN PHOTOSHOP 7, CS, CS2, CS3. by Kim Hill. If you have any questions about this tutorial …

    PhotoShop 7.0 Tutorial- Character Masking
    PhotoShop 7.0 Tutorial- Character Masking. 1. Open PhotoShop and go to File. then click on Open. 2. Select the picture you want for. your character mask. …

    PhotoShop 7.0 Tutorial- Extraction
    PhotoShop 7.0 Tutorial- Extraction. 1. In PhotoShop, open a picture. To do this, go to FILE then OPEN. 2. Select the picture you desire and click OPEN …

    Editing Images with Adobe Photoshop 7.0
    In an earlier section of this tutorial, you saved an image with a. transparent background, using the GIF89a Export command. An image can …

    3D Transformation Tutorial- PhotoShop 7
    3D Transformation Tutorial- PhotoShop 7. Sphere Shape:. 1. Open a picture (RGB). 2. Go to File > New and create a text in a new window- NOTE: make …

    Adobe Illustrator CS3 At A Glance for Adobe Creative Suite 3
    Top features for post-production in Adobe Illustrator CS3. New Document Profiles?Select pre-built profiles specifically for video that automatically …

    Adobe InDesign CS3 Scripts Read Me Tutorial
    Adobe InDesign CS3 Scripting Tutorial, Introduces InDesign scripting. … InDesign CS3 Tutorial Scripts.zip. ?. InDesign CS3 Guide Scripts.zip …

    Adobe InDesign CS3 Scripting Tutorial
    Placing InDesign Files. InDesign CS3 provides the ability to place an InDesign file. Sample code demonstrating the Place feature is …

    Adobe InDesign CS3 Scripting Tutorial
    InDesign CS3 includes the following sample scripts: … Sample Scripts ReadMe for Adobe InDesign CS3. Installation 2. Installation …

    InDesign CS3 For Dummies: Setting Up Your Printer
    InDesign For Dummies. To see whether your printer is actually installed correctly, …. InDesign For Dummies.

    Popularity: 19% [?]

    Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
    • Digg
    • del.icio.us
    • blogmarks
    • Furl
    • Reddit
    • Shadows
    • StumbleUpon
    • YahooMyWeb

    Related Posts:
  • Photoshop 7 for the Internet Course
  • Photoshop Tutorials from Tutorialman
  • 3 Photoshop CS3 Tutorials
  • Great Photoshop Tutorials
  • Photoshop and Illustrator Free Books

  • Tags for this post>>

    Microsoft Access 2003 Tutorial from the Univeristy of Texas

    Here is the Microsoft Access 2003 Tutorial written and hosted by the University of Texas. Using this Access tutorial, you will learn how to use and apply database concepts and operations. It demonstrates step-by-step how these are accomplished in Access 2003. This tutorial covers frequently-used Access features, such as the creating tables, developing queries, entering and editing data, sorting and finding records, and importing spreadsheet into Access.


    Access Tutorial Objectives
    :

    • Launch Access and identify the parts of the screen
    • Define fields and field properties constructing table structures
    • Enter and edit records in a table
    • Find, sort data
    • Design custom queries to display data
    • Import data between Excel and Access

    Access 2003 Tutorial Contents:

      – Definitions

      - Access VS. Excel

      – Starting Access and Opening a Database

      – Database Components

      – Creating Tables in Design View

      – Adding and Deleting Fields to Tables

      – Entering and Editing Data

      – Sorting and Finding Records

      – Table Relationships

      – Creating Queries

      – Importing Excel Data to Access

      – Additional Resources

      – Evaluate this tutorial

      – PDF Handout

    Popularity: 23% [?]

    Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
    • Digg
    • del.icio.us
    • blogmarks
    • Furl
    • Reddit
    • Shadows
    • StumbleUpon
    • YahooMyWeb

    Related Posts:
  • Micrsoft Office 2003 and 2002 Tutorials
  • Microsoft Access Tutorials
  • 6 Freely available Ebooks on Microsoft Access 2003 and 2002 (XP)
  • 8 Free Ebooks for Microsoft Word, Excel, Access, Office 2003
  • Excel 2003 Tutorial from the University of Texas

  • Tags for this post>> |
    October 9, 2007

    Visio 2003 Tutorial

    Here is the Visio 2003 Tutorial from the University of Texas. Visio allows you to draw and render ideas, concepts, and structures into a visual representation. This application gives you already defined shapes, symbols, backgrounds, and borders to work with. This Visio tutorial teaches you how to create flowchart diagrams, and demonstrates how a web design wire frame and an organization chart look in Visio after they are  drawn. After going through this tutorial, you can try out the tools to create other kinds of charts and graphs, and web diagrams. 

    You will learn the following Visio features:

    • Open a new Visio document
    • Create a flowchart diagram using shapes and connectors
    • move or add shapes
    • Add text to a diagram and format the text
    • Create a background
    • Modify the color palette
    • Add a hyperlink
    • Print a diagram or insert it into a PowerPoint or Word document
    • Edit a diagram while remaining in PowerPoint or Word  

    Visio 2003 Tutorial Contents:

      – Getting Started and Navigating in Visio

      - Creating a New Diagram

      – Adding and Modifying Text

      – Creating a Background

      - Modifying the Color Scheme

      - Adding a Hyperlink

      – What to do with Your Visio Drawing

      - Other Types of Visio Drawings

      – Resources

      - Evaluate this tutorial

      - PDF Handout

    Popularity: 26% [?]

    Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
    • Digg
    • del.icio.us
    • blogmarks
    • Furl
    • Reddit
    • Shadows
    • StumbleUpon
    • YahooMyWeb

    Related Posts:
  • Free Visio 2007 Course from Dell
  • Office Quick Reference Guides
  • 6 Free Visio Course Lessons
  • 56 Visio Tutorials and Tips
  • 3 Visio Tutorials

  • Tags for this post>> |

    Mail Merge Tutorial

    Mail Merge is what you need to do, using Word and Excel, to copy one row of information at a time from a spreadsheet document into a Word document. Using this Mail Merge Tutorial, you will create personalized letters and mailing labels using these two documents. Using this technique, you do not have to manually edit each letter and label over and over again, thus saving work and time. To perform a mail merge, you will need a Word dcoument and an Excel spreadsheet with similar data in each row, signifying a record.

    After reading this Word Excel Mail Merge tutorial, you will be able to:

    1. Create a new mail merge from a document and a data source using the PC Mail Merge Sidebar Wizard.
    2. Edit an existing merged document using the Mail Merge Toolbar.
    3. Get a taste for creating and editing mail merge on a Mac.

    Mail Merge Tutorial Contents:

      – Part I: Creating Mail Merge on a PC

      - Steps 1 & 2: Starting the Mail Merge Process

      – Step 3: Linking to the Data Source

      – Step 4: Inserting Merge Fields

      – Step 5: Previewing the Merge

      – Step 6: Completing the Merge

      – Part II: Mail Merge Toolbar or Maillings Tab on a PC

      – Part III: Tips and Tricks

      – Part IV: Data Mail Merge Manager on a Mac

      – Additional Resources

      – Evaluate this tutorial

      – PDF Handout

    Popularity: 22% [?]

    Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
    • Digg
    • del.icio.us
    • blogmarks
    • Furl
    • Reddit
    • Shadows
    • StumbleUpon
    • YahooMyWeb

    Related Posts:
  • Microsoft Word Mail Merge Tutorials
  • Word 2003 Mail Merge Tutorial
  • Microsoft Word Mail Merge Tutorials
  • 8 Microsoft Word Lessons with Exercises
  • Mail Merge in Office XP and Office 2003

  • Tags for this post>>
    Next Page »