Posts tagged ‘Adobe’

Adobe Premiere Pro CS5 Tutorial Video – Training CD

case-disks1Adobe Premiere CS5 Tutorial Video

These Adobe Premiere CS5 Tutorial videos are the ideal way for users to quickly advance their working knowledge of this powerful video editing application. Taught by a leading Adobe expert, practical working files also accompany this self-paced CAD training series.

.

watch1

.

Adobe Premiere Pro CS5 Tutorial Video

A new Adobe Premiere Pro video course lets users learn real world video editing skills from an experienced videographer and trainer. The tutorials highlight basic skills as well as the exciting new features Adobe has included with its latest release.

New to Premiere Pro CS5: Adobe’s Mercury Playback Engine

The most anticipated new features of Adobe Premiere Pro and for many users the entire Creative Suite 5 are the hardware optimizations for both the Mac and Windows versions of Premiere. At the heart of the update is 64-bit technology and multi-core support, allowing powerful modern CPUs to ease the burden of rendering and effects processing. In addition to this support, Adobe has implemented new options for graphics cards, leveraging the efficiencies in Nvidia’s CUDA technology for processing high definition content. In combination, these changes have amounted to what Adobe is calling the Mercury Playback Engine.
While major software revisions typically mean lower performance on older hardware, systems with the proper processor and graphics configurations can see their large projects open up to ten times faster due to the power of the native 64-bit software design. Another goal of the Mercury Playback Engine is reduced rendering time, and in some cases, the complete elimination of rendering for previews of sequences utilizing certain effects. Color correction and motion control, for example, are handled directly by the compatible Nvidia GPU and displayed in real time.
Even users without the recommended video cards will notice improvements in rendering efficiency and results. With Premiere Pro CS5, the software engineers at Adobe have once again listened to feedback from their professional user base to bring practical improvements to their product line.

Adobe Premiere Pro CS5 Tutorial Video

This Adobe Premiere Pro CS5 Tutorial Video course focuses on new features as well as the core functionality used every day. Developed as a complete skills tutorial for beginners and intermediate users, it is an excellent solution for digital video newcomers and those who may have used other video editing software in the past.
Led by top instructor Mark Struthers, the Premiere Pro training video series offers expert guidance through the entire creative cycle, starting initially with configuration and import considerations and going through titling, output formats and more. Some of the topics included within these hands-on lessons are Creative Razor Editing, Markers and Notes, Photoshop Imports, Rendering, Spacial Properties, Keyframing, Utilizing Audio, Adding Textual Effects, and more.
One unique aspect of the Premiere Pro CS5 Tutorial Video is its ability to serve as a quick and easy reference even after you have finished the course. Because the training is split into 108 subject-focused lessons, it’s quite easy to review any topic in a matter of minutes. This allows you to continue improving your understanding and skills, well after your first viewing of the training course.
Ordering options include a standard training package on CD / DVD shipped to your home or business as well as a new streaming video option that lets viewers instantly watch from any broadband-enabled computer. More information and a free demo are available online Adobe Illustrator CS5 Training video

August 3, 2010 at 7:53 pm Leave a comment

Dreamweaver Tutorial – Create a CSS Rule

CSS allows greater control over all types of elements of html on a web page, you can control the position of images, alter the look of tables or control the padding and margins that are applied to forms to name but a few of the possible things that can be accomplished with just a basic knowledge of CSS.

In this short tutorial we are going to look at creating a very basic CSS rule to style a block of text.

Before we start let me explain that there are 3 basic ways styles can be attached to a HTML element :-

1/ Via a external style sheet, which does save on bandwidth, since the style sheet is only downloaded once and then cached.

2/ Embedded  styles, which are added to the html tag directly using a parameter of style attached to the tag, this is great for creating mock-ups or testing a style before committing it to a style sheet

3/ The placing the style in the head of the document, this is the simplest and the option we are going to look at in this tutorial.

With Dreamweaver open we need to access the Styles window, if you can’t see the styles window, either hit Shift+F11   or navigate to Windows > CSS Styles.
At the bottom of the styles panel the icon with the black + on top of it is the new styles icon.

 If we click this icon the New CSS Rule Box opens.

 

 

 

 

 

Make sure the top selector ( Class ) is selected, and
in the name field enter a title for our new style, I find it best to stick to conventional letters and steer clear of any special characters, for the purpose of this tutorial I shall type “new text “, make sure the checkbox at the bottom of the dialog box “This Document Only” is checked and hit OK.

We are now presented with the Rule Definition dialog box, it’s this box in which we are going to control the elements which are going to be applied to our simplistic CSS example.

 

 

 

 

 

 

 

 

Making sure that type is selected under the category, I select font and change this to “ Arial, Helvetica, Sans-Serif”

The Size I change to 12 pixels, the Weight I change to Bold, and I will set the Color to a bright red.

Hitting the OK button will write the style directly to the head section of our HTML, which can be seen by selecting the code view in Dreamweaver.

With our style in place, I shall type a couple of lines of text, to apply the CSS all I need to do is highlight the text, right click and from the contextual menu select CSS Styles and then click on our newly formed rule.

View all the Dreamweaver Tutorial Videos

October 7, 2008 at 3:13 pm 1 comment


Follow us on Twitter


Follow

Get every new post delivered to your Inbox.