Tag Archives: Tutorial

Class on Demand: Complete Training for Adobe Photoshop CS5 Educational Training Tutorial

Class on Demand: Complete Training for Adobe Photoshop CS5 Educational Training Tutorial

In this training, you will find seven sections which each focus on different aspects of using Photoshop. You ll start with an overview and learn how to use many of the tools; then you ll work with styles, adjustment layers, and layer masks; create web graphics and simple frames- and timeline-based animations; learn some retouching, editorial, and restoration techniques; discover how easy it is to create 3D effects from 2D text and artwork; and end with a section on special techniques, many of wh

List Price: $ 99.95 Price: $ 99.95

Related Photoshop Video Tutorial Products

Tutorial Videos For Learning Photoshop

We love to take pictures every now and then. Digital cameras have helped us to upload the pictures on our computers once we have clicked it. We can even delete some of the bad pictures from the camera.

Very often we take photographs which are good but they lack something, sometimes the

Pages: 1 2 3 4 5 6 7 8 9

Photoshop CS4 Tutorial: Create a Colorful Aurura Effect


Sit back and enjoy this tutorial on creating a streaky colored Aurura effect with a wispy smokey effect smudged on top as well. Learn about the techniques used to create those glowing vibrant color effects that you see so often in web design these days! Enjoy! Follow me on Twitter! www.twitter.com Be sure to check out www.tutvid.com Check out the blog @ http
Video Rating: 4 / 5


This is a simple cool looking effect :) Enjoy! Comment Rate Subscribe and critisise me. I am aware i mumble alot lol


Photoshop Tutorial CS3 Step-by-Step Video CD. FREE S/H

Free Photoshop Tutorials on eBay:

Photoshop Tutorial CS3 Step-by-Step Video CD. FREE S/H

US $36.00 (0 Bid)
End Date: Saturday May-19-2012 19:41:36 PDT
Buy It Now for only: US $39.60
Bid now | Buy it now | Add to watch list

Photoshop Creative Plus Free Video Tutorials - Issue 84 - Printed in UK - 2012
US $7.99 (0 Bid)
End Date: Wednesday May-23-2012 15:56:11 PDT
Buy It Now for only: US $8.99
Bid now | Buy it now | Add to watch list


Photoshop Elements 10 Training Video – Tutorial DVD (PC and Mac)

Photoshop Elements 10 Training Video - Tutorial DVD (PC and Mac)

  • Master Photoshop Elements 10 at your own pace from a leading expert
  • Visual training method, offering users increased retention and accelerated learning.
  • Breaks even the most complex applications down into simplistic steps
  • Comes with Extensive Working Files
Number of Videos: 97 Lessons - 8.5 Hours Duration
Ships on: DVD-ROM
User Level: Beginner - Intermediate
Works On: Windows 7,Vista,XP- Mac OS X

In this Adobe Photoshop Elements 10 training course, you will learn how to organize and manage your picture collection with this powerful software from Adobe. Adobe expert author Jerron Smith guides you through the tools and features that are available, and teaches you how to get the most out of the software. Designed for the beginn

Price: $ 49.95

Adobe Photoshop Elements 9/8/7/6&5 Video TUTORIAL

US $14.99 (0 Bid)
End Date: Sunday May-20-2012 0:02:59 PDT
Bid now | Add to watch list
LEARN DIGITAL PHOTOGRAPHY TRAINING 4 DVD VIDEO TUTORIALS GUIDE &FLICKR/PHOTOSHOP
US $4.73 (0 Bid)
End Date: Sunday May-20-2012 6:26:56 PDT
Bid now | Add to watch list

Related Photoshop Tutorial Videos Products

Photoshop CS5 Tutorial – Useful Tips #1 – Getting New Brushes


This is a beginners photoshop tutorial. This tutorial is on brushes, how to get new brushes and how to create some good design with them. This photoshop tutorial is great if you are new to photoshop and need to start learning with the basics. ***************************************** how to get new brushes in photoshop cs3 cs4 cs5 how to get new brushes in photoshop cs3 cs4 cs5 how to get new brushes in photoshop cs3 cs4 cs5 how to get new brushes in photoshop cs3 cs4 cs5 how to get new brushes in photoshop cs3 cs4 cs5 how to get new brushes in photoshop cs3 cs4 cs5 how to get new brushes in photoshop cs3 cs4 cs5


In this tutorial Brandon teaches you an effect that we like to call “afterglow.” Everything is explained step-by-step, so it should be easy enough to follow! =) Like us on Facebook!! www.facebook.com Follow us on Twitter!! www.twitter.com Bleeding Cowboys font: www.dafont.com Diamondplate image: rebstile.deviantart.com Grab the vignettes at our site! chchcheckit.com ***************************************** How to install a Font into Photoshop ***************************************** You don’t literally install fonts straight into Photoshop. Photoshop actually loads the fonts that are on your computer. In some cases, this is pretty easy. On Windows Vista/7 (idk about Macs) you should be able to double-click the font file and click a button somewhere that says “Install” which will install the font on your computer. Check Google for more details. Once your desired font is installed on your computer, Photoshop will automatically load it in its list of fonts. There you go!
Video Rating: 4 / 5


LESS CSS Tutorial: Designing A Slick Menu Navigation bar

LESS CSS Tutorial: Designing A Slick Menu Navigation bar

Web design and development world is really evolving rapidly. We can see this in the great number of new stuff launched in the community (almost) everyday, be it Apps or new Frameworks that help make our day-to-day job as web designers or developers more effective and efficient.

One that caught my attention from web design evolvement today is LESS, a programmable stylesheet language that extends the way we write CSS syntax by combining some programming concepts like Variables, Mixins, Functions and Operations.

img1 less LESS CSS Tutorial: Designing A Slick Menu Navigation bar

It opens new capabilities in writing CSS syntax. For instance, by applying Mixins in CSS like the way we do in a program, we can now store default styles and values that can be applied in the entire file whenever possible. With this, we won’t need to write the same styles over and over again.

Well, let’s do some exercises with LESS to get better insight into what it has to offer.

Designing with LESS

In this tutorial we will try to design a slick menu navigation bar that is inspired from the one in Apple.com. As it is only ‘inspired’ by the original product, take note that our final tutorial product will not be precisely the same as the original.

img2 apple nav LESS CSS Tutorial: Designing A Slick Menu Navigation bar

To get started, you might want to read the following helpful resources first. They explain some basic implementations of LESS language, which will be helpful to you before you dig further into this tutorial.

Preparation

First of all, there are some essential things we need for this small project, that is:

1. LESS Text Editor

We will need a text editor to code the navigation menu. However, most of the text editors available in the market today (such as Dreamweaver, Notepad++, InType, Sublime Text 2) have yet to support .less file extensions by default, so the syntax may not be highlighted well.

So, for the purpose of this tutorial, we will use a special text editor for LESS named ChrunchApp. We can open and edit .less extension files and compile it into static CSS using this application. Since it is an Adobe Air application, it can be installed in every major desktop OS (Win, OSX and Linux).

img3 crunch LESS CSS Tutorial: Designing A Slick Menu Navigation bar

For the HTML editor you can use any editor you are already comfortable using now. I personally like Sublime Text 2.

2. Less.js

Next, download the LESS JavaScript Library from their official website, the current version is 1.2.1. Place it inside your practice folder for this.

Then link the file to the HTML document.

<script src="less-1.2.1.min.js" type="text/javascript"></script>

3. Prefix-free

We will also utilize a few CSS3 features to accomplish some effects in the navigation menu which will include vendor prefixes (-moz-, -o-, -webkit-) for it to render correctly across different browsers. However, I personally do not favor using prefixes as it will bloat the CSS file.

For this reason, I decided to use prefix-free, a JavaScript library created by Lea Verou that will handle the vendor prefixes automatically in the background. So we will only need to write the official syntax from W3C.

img3 prefix free LESS CSS Tutorial: Designing A Slick Menu Navigation bar

Download the file and link it to the HTML file.

<script src="prefix-free.js" type="text/javascript"></script>

All right, we are all set up; now let’s start structuring the HTML markup.

HTML Markup

The navigation is quite simple. It will have five menus wrapped inside an unordered list tag. Open up your favorite HTML editor and put the following markup:

<nav>
	<ul>
		<li><a rel="external" href="#">Home</a></li>
		<li><a rel="external" href="#">Inspiration</a></li>
		<li><a rel="external" href="#">Tutorials</a></li>
		<li><a rel="external" href="#">Freebies</a></li>
		<li><a rel="external" href="#">Resources</a></li>
	</ul>
</nav>

LESS Styling

In this section we will start styling the navigation with LESS language. For those who are new to programming-like language, writing CSS syntax with LESS would feel a little weird and awkward. But don’t worry, once you have some practice, it will surely more enjoyable than the way we write pure CSS (it my experience, it is also a bit addictive).

Let’s examine the navigation style from our source of inspiration.

img4 apple nav exam LESS CSS Tutorial: Designing A Slick Menu Navigation bar

As we can see in the screenshot above, the Apple.com navigation has the following 6 main common styles:

  • shadow
  • border
  • divider
  • gradients
  • hover effect
  • text

We will store these styles and save them inside config.less as the default style Configuration; some designers might also name it lib.css that stands for Library. Link this file to our document.

<link rel="stylesheet/less" type="text/css" href="styles.less">

Make sure you place it before the LESS JavaScript library.

Define Color Base with Variables

In this step we will define the navigation color base using Variables. The variable in LESS is declared using the @ symbol.

@theme: #555;

This @theme variable is our standard color; we will use it in every way possible to tail perfect color scheme and so that the color composition would be expected to become more consistent.

Define Default Shadow Style with Mixins

One of the features I love from LESS is Mixins. It is a programming concept that stores several predefined styles that in LESS can be inherited in classes or ids later on in the stylesheet.

.shadow {
	box-shadow: 0 1px 2px 0 @theme;
}

In the code above I did not include the prefixed version of the box-shadow property, since the prefix-free library will handle them automatically. Also, the shadow color is inherited from the theme variable color.

Define Border Style with Parametric Mixins

The navigation bar will need a distinct border color with a slightly rounded corner. We can compile the border style using Parametric Mixins. It actually has the same functionality as Mixins, only difference is that it also has changeable parameters so the values are more adjustable.

.border(@radius:3px) {
	border-radius: @radius;
	border: 1px solid @theme - #050505;
}

In the code above, we set up the default border @radius for 3px and as we mentioned before, this value can be changed later.

Define Gradient, Divider, and Hover Style with Operation

Operation is simply a programming language where we can apply mathematic formula like Addition, Division, Subtraction and Multiplication to get a desired result. Let’s take a look at the following code:

.divider {
	border-style: solid;
	border-width: 0 1px 0 1px;
	border-color: transparent @theme - #111 transparent @theme + #333;
}

In the code above we subtract @theme variable by #111, this way the left border color output would be a bit darker. While the right border color is derived from the addition of @theme variable with hex color #333, the output would be lighter.

Color Scheme Level

Well, for some of you that might be confused with formulas, let’s examine the color scheme diagram below to get a better understanding:

img5 colorscheme LESS CSS Tutorial: Designing A Slick Menu Navigation bar

The maximum dark tone is #000 (black), while the maximum light tone is #fff (white) and our current color base is #555. So, if we want the color base to be 3 levels darker from the current, we can simply subtract it by #333. The same way can also be applied to lighten the color.

Next, we will operate the gradient color.

.gradient {
	background: linear-gradient(top, @theme + #252525 0%, @theme + #171717 50%, @theme - #010101 51%, @theme + #151515 100%);
}
.hovereffect {
	background: linear-gradient(top, @theme - #010101 0%, @theme - #121212 50%, @theme - #222222 51%, @theme - #050505 100%);
}

Define Text Style with Guard Mixins

We plan to have 2 colors on the navigation bar, ne dark color and one light. We apply two conditional statements for the text using Guard Mixins.

First, when the text is given a color that has lightness equal to or greater than 50%, the text-shadow should turn dark, in this case color #000000.

.textcolor(@txtcolor) when (lightness(@txtcolor) >= 50%) {
	color: @txtcolor;
	text-shadow: 1px 1px 0px #000000;
}

Then, when the text is given a color that the lightness is less than 50% the text-shadow will turn white.

.textcolor(@txtcolor) when (lightness(@txtcolor) < 50%) {
	color: @txtcolor;
	text-shadow: 1px 1px 0px #ffffff;
}

Importing LESS

Let's now create another .less file named styles.less and import config.less into it:

@import "config.less";

Add Font Family

In order for the navigation bar to look more appealing, we will include a new font family using @font-face rule. Surprisingly, @font-face rule is actually already supported since IE6!

This time we will use the Asap font. Download it from Font Squirrel's font face collection. Then insert the following styles to our recently created styles.less file.

@font-face {
	font-family: 'AsapRegular';
	src:url('fonts/Asap-Regular-webfont.eot');
	src:url('fonts/Asap-Regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/Asap-Regular-webfont.woff') format('woff'),
	url('fonts/Asap-Regular-webfont.ttf') format('truetype'),
	url('fonts/Asap-Regular-webfont.svg#AsapRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

Styling the Body with Color functions

Now, we will give a background color to the body (that should be lighter than the color base) as well as specifying the font family and font size. We can approach the effect using Color functions:

The following code will lighten the background at 30%.

body {
	background: lighten(@theme, 30%);
	font-family: AsapRegular, sans-serif;
	font-size: 11pt;
}

img6 step1 LESS CSS Tutorial: Designing A Slick Menu Navigation bar

Styling the Navigation with Nested Rule

In LESS we are able to nest styles directly under its parent. Let's take a look at the code below.

The nav tag that contains all the necessary elements for the navigation will be given the following styles.

nav {
	margin: 50px auto 0;
	width: 788px;
	height: 45px;
	.border;
	.shadow;
}

Notice that, instead of giving a bunch of CSS rules again, I only inserted .border to give the border style and .shadow to add shadow. In real cases, these set of classes can be reused in another element as well, wherever it's needed.

img7 step2 LESS CSS Tutorial: Designing A Slick Menu Navigation bar

Next, we give styles for the ul inside the nav to have zero padding and margin. Not so long ago we will approach the style by writing something like this:

nav {
	...
}
nav ul {
	...
}

There is nothing wrong with this approach, in fact, I used to do it every time and am pretty comfortable with it. However, this method, many a CSS designer has said, is verbosed and in some cases, not easily manageable.

Now, we can do something like this:

nav {
	margin: 50px auto 0;
	width: 788px;
	height: 45px;
	.border;
	.shadow;
	ul {
		padding: 0;
		margin: 0;
	}
}

img8 step3 LESS CSS Tutorial: Designing A Slick Menu Navigation bar

And then the menu will be displayed in a row using display: inline property.

nav {
	margin: 50px auto 0;
	width: 788px;
	height: 45px;
	.border;
	.shadow;
	ul {
		padding: 0;
		margin: 0;
		li {
			display: inline;
		}
	}
}

img9 step4 LESS CSS Tutorial: Designing A Slick Menu Navigation bar

In the syntax below we specify the menu anchor tag style and add our predefined styles, those are: .textcolor, .divider, .gradient.

nav {
	margin: 50px auto 0;
	width: 788px;
	height: 45px;
	.border;
	.shadow;
	ul {
		padding: 0;
		margin: 0;
		li {
			display: inline;
			a {
				text-decoration: none;
				display: inline-block;
				float: left;
				width: 156px;
				height: 45px;
				text-align: center;
				line-height: 300%;
				.textcolor(#f2f2f2); // You can change this line
				.divider;
				.gradient;
			}
		}
	}
}

In the code above we apply hex color #f2f2f2 in which the lightness is considered above 50%, so we would expect to see the shadow to become dark (automatically). The rest of the code I am sure is quite self-explanatory.

img10 step5 LESS CSS Tutorial: Designing A Slick Menu Navigation bar

However, if we look at the current result above, each of the menu are having dividers thus resulting in the last section overflowing to the bottom. So we need to to omit the border style for the first and last child of the navigation bar.

nav {
	margin: 50px auto 0;
	width: 788px;
	height: 45px;
	.border;
	.shadow;
	ul {
		padding: 0;
		margin: 0;
		li {
			display: inline;
			a {
				text-decoration: none;
				display: inline-block;
				float: left;
				width: 156px;
				height: 45px;
				text-align: center;
				line-height: 300%;
				.textcolor(#f2f2f2); // You can change this line
				.divider;
				.gradient;
			}
		}
		li:first-child a {
			border-left: none;
		}
		li:last-child a {
			border-right: none;
		}
	}
}

img11 step6 LESS CSS Tutorial: Designing A Slick Menu Navigation bar

Hover State

For the last step we will add the hover effect. In LESS we can add pseudo-element such as :hover using & symbol.

nav {
	margin: 50px auto 0;
	width: 788px;
	height: 45px;
	.border;
	.shadow;
		ul {
			padding: 0;
			margin: 0;
			li {
				display: inline;
				a {
					text-decoration: none;
					display: inline-block;
					float: left;
					width: 156px;
					height: 45px;
					text-align: center;
					line-height: 300%;
					.textcolor(#f2f2f2); // You can change this line
					.divider;
					.gradient;
					&:hover {
						.hovereffect;
					}
				}
			}
			li:first-child a {
				border-left: none;
			}
			li:last-child a {
				border-right: none;
			}
		}
	}

img12 step7 LESS CSS Tutorial: Designing A Slick Menu Navigation bar

Change the color theme

Here is the cool part of LESS. If we want to change the overall color theme, we can do it in fewer line changes than what we need in pure CSS.

In this case, I will change the navigation color to be a bit lighter. Simply change the following two lines.

@theme: #ccc; //Change this
.textcolor(#555); //And this

And here is the result.

img13 step8 LESS CSS Tutorial: Designing A Slick Menu Navigation bar

Compile LESS into CSS

When we are still using the LESS JavaScript, it will grab the .less file and translate it into static CSS so that the standard browser can interpret it. This is a double job in the client side, not to mention redundant and wastes bandwidth. The main point of LESS is in the workflow to simplify our practice in compiling static CSS to be more dynamic and programmable.

So, when we are about to put the navigation bar live on a website, it is important to compile the LESS file into static CSS.

Click the Crunch It! big button.

img15 crunch it LESS CSS Tutorial: Designing A Slick Menu Navigation bar

Save the .less in our exercise file, link it to the HTML document and unlink the .less & less.js file from the document.

.shadow { box-shadow: 0 1px 2px 0 #555555; }

.divider {
	border-style: solid;
	border-width: 0 1px 0 1px;
	border-color: transparent #444444 transparent #888888; }

.gradient { background: linear-gradient(top, #7a7a7a 0%, #6c6c6c 50%, #545454 51%, #6a6a6a 100%); }

.hovereffect { background: linear-gradient(top, #545454 0%, #434343 50%, #333333 51%, #505050 100%); }

@font-face {
	font-family: 'AsapRegular';
	src: url('fonts/Asap-Regular-webfont.eot');
	src: url('fonts/Asap-Regular-webfont.eot?#iefix') format('embedded-opentype'),url('fonts/Asap-Regular-webfont.woff') format('woff'),url('fonts/Asap-Regular-webfont.ttf') format('truetype'),url('fonts/Asap-Regular-webfont.svg#AsapRegular') format('svg');
	font-weight: normal;
	font-style: normal; }

body {
	background: #a2a2a2;
	font-family: AsapRegular,sans-serif;
	font-size: 11pt; }

nav {
	margin: 50px auto 0;
	width: 788px;
	height: 45px;
	border-radius: 3px;
	border: 1px solid #505050;
	box-shadow: 0 1px 2px 0 #555555; }

nav ul {
	padding: 0;
	margin: 0; }

nav ul li { display: inline; }

nav ul li a {
	text-decoration: none;
	display: inline-block;
	float: left;
	width: 156px;
	height: 45px;
	text-align: center;
	line-height: 300%;
	color: #f2f2f2;
	text-shadow: 1px 1px 0px #000000;
	border-style: solid;
	border-width: 0 1px 0 1px;
	border-color: transparent #444444 transparent #888888;
	background: linear-gradient(top, #7a7a7a 0%, #6c6c6c 50%, #545454 51%, #6a6a6a 100%); }
	nav ul li a:hover { background: linear-gradient(top, #545454 0%, #434343 50%, #333333 51%, #505050 100%); }
	nav ul li:first-child a { border-left: none; }
	nav ul li:last-child a { border-right: none; }

Let's take a look at the result once again.

img14 step9 LESS CSS Tutorial: Designing A Slick Menu Navigation bar

And we are done, please feel free to experiment with it.

Conclusion

We have learned many things about LESS language today, such as:

  • Variables.
  • Mixins
  • Parametric Mixins
  • Operations
  • Guarded Mixins
  • And Nested Rules

Although there are many things that can be covered further and many possibilities to be shown and explained, we hope you enjoyed this basic tutorial.


hongkiat.com

Mastering Photoshop Elements Made Easy Training Tutorial v. 6, 5 & 4 – How to use Elements Video e Book Manual Guide. Even dummies can learn from this total CD for everyone, featuring Introductory through Advanced material from Professor Joe

Mastering Photoshop Elements Made Easy Training Tutorial v. 6, 5 & 4 - How to use Elements Video e Book Manual Guide. Even dummies can learn from this total CD for everyone, featuring Introductory through Advanced material from Professor Joe

  • Over 6 hours of video lessons (137 individual lessons)
  • PDF instruction manuals
  • Hands-on practice exercises
  • Introductory through advanced material
  • PC or MAC
Over 6 hours of full-motion, animated instruction with crystal-clear audio in Photoshop Elements. 137 individual lessons. The best Photoshop Elements tutorial available. Designed by software training professionals who teach in our classrooms all year long. Learn at your office or home - at your own pace. Includes all of the topics covered in our two-day classroom training. Deluxe Training includes the same two classroom manuals our students receive (in PDF), along with practice exercises & keybo

Price: $ 17.97

Comprehensive Building Websites with WordPress Tutorial – From InfiniteSkills


(PRWEB) February 04, 2012

Software training developer InfiniteSkills has announced the availability of its Building Websites with WordPress Tutorial Video course. Featuring 114 individual lessons, the training series moves through planning, wireframing in Illustrator, slicing page elements in Photoshop and full installation and configuration of WordPress 3.3 on a server. The tutorial has been developed as a comprehensive combination of graphic design and web development training that viewers can implement in WordPress websites for themselves and professional clients.

“This is definitely our most unique training course to date,” said Colin Boyd, sales director at InfiniteSkills. “It covers all aspects of design and development, using multiple programs and technologies to demonstrate a real professional workflow.”

Building Websites with WordPress Tutorial Videos – DVD Training

The WordPress development tutorial is broken down into separate chapters based on each major stage of design and development. WordPress course instructor Geoff Blake begins with a guide to site planning and wireframing techniques, covering key design principles and showing how to work with Adobe Illustrator as a web layout tool. After putting a basic mockup in place, the tutorials show how to move into a site’s fonts, colors, logo and principle design elements. Within Adobe Photoshop, these components are finished and then sliced as needed for proper placement on the page.

Next the course moves into the installation and configuration of WordPress on a local machine for development and testing. The WordPress training shows how to install and configure MySQL, XAMPP and MAMP for a functional installation that lets the user create and test builds before going live. Instructor Blake goes through the WP front-end and back-end and shows how to create a completely custom WordPress theme based on the previous wireframes. He then goes through individual blog and newsfeed design, page design and the creation of a functional frontpage slideshow, sidebar and footer.

Finally, the WordPress tutorials conclude with a detailed chapter on uploading the fully themed WordPress site to a live web server for launch. The resulting project website at the heart of the training is then fully accessible to visitors, and ready for regular updates and posts from even non-technical users.

“Geoff has a unique talent for taking the entire process and putting it into steps that any user can understand,” said Chris Johns, content specialist for InfiniteSkills. “He’s even able to go into more technical aspects of PHP and CSS that will help WordPress builders really get the most from their sites.”

In addition to the Building Websites with WordPress Tutorial Video for InfiniteSkills, Geoff Blake has authored over 30 other video training courses on development and design topics. He has worked professionally as a designer in print and web-based industries.

The complete Building Websites with WordPress Tutorial Video Course retails for USD $ 99.95, and it can be ordered on DVD-ROM or as a direct download from the InfiniteSKills website. Both versions are Windows and Mac compatible and include working files that match the project examples in the course. Further information and free WordPress tutorial demos can be found on the training page.

http://www.infiniteskills.com/training/building-websites-with-wordpress.html

About InfiniteSkills Inc

InfiniteSkills is a leading provider of video training on popular software, programming languages and technical skills featuring the best teachers and tutors in the world. In addition to training on DVD-ROM, the company has actively pushed to publish its tutorials to eLearning and mobile app formats.

###






GetGoingTraining Releases Ableton Live DJ Tutorial Video to Help Beginner to Intermediate Users Learn the Fundamentals of Digital DJing


Los Angeles, CA (PRWEB) December 08, 2011

GetGoingTraining just released a new Ableton Live DJ tutorial to help beginner to intermediate users learn the fundamentals of Digital Djing with all versions of Ableton Live. The sixteen chapter video also covers how to use effects, midi controllers, samples and warp tracks for performance. GetGoing’s new partnership with Playloop Records has made it possible to include the mp3 source music for students to follow along and learn instantly.

http://www.getgoingtraining.com

?This Ableton DJ tutorial was created for CDJ and vinyl based DJ’s making the transition to software based performance. Also because Ableton Live is a more affordable than traditional DJ hardware, it?s the starting point for a lot of beginners and the new standard for professional DJs today,? says Paul Ainsworth, Marketing Director for GetGoing.

?The Ableton tutorial video is not just a walk-through of Ableton’s features, but project based training on how the program can be used to DJ professionally,? says Eric Peterson, GetGoing Instructor and Los Angeles based DJ, engineer and producer.

The HD-Video version of the GetGoing Ableton Live DJ tutorial can be downloaded instantly or ordered on CD/DVD-ROM. Lessons can be viewed on iPhone, Mac or Windows computers. “GetGoing on the Go” with the mobile video version. The HD download edition of the course retails for $ 19.99. This Ableton Live DJ tutorial is great for all versions of the audio software.

For more information and free chapters check out the GetGoing Ableton Live DJ tutorial page.

http://bit.ly/GetGoing_Ableton_DJ_Tutorial

About GetGoingTraining: GetGoing creates project based software tutorial videos for Ableton Live, DVD Studio Pro, Final Cut Pro, Photoshop and more for Android, Mac, iPhone and Windows OS. With an expanding library of affordable courses, the company has established itself as a trusted content provider for accelerated education.

GetGoing YouTube – http://www.youtube.com/getgoingtraining

# # #





More Youtube Photoshop Tutorials Press Releases