Posts Tagged ‘Tutorials’

Photoshop Tutorial 1 – Website Banners & Graphical Design

In this Adobe Photoshop graphics tutorial we are going to design a quick and simple website banner with an easy gradient effect and a small glass effect. This tutorial is compatable with Adobe Photoshop CS1, CS2, CS3 & CS4 versions.

Difficulty Level:
Easy/Beginner

If you have any problems or need help with any of this tutorial please leave a comment below or message me on YouTube.

Follow Me: http://www.twitter.com/edzjohnson

Duration : 0:5:3

Read the rest of this entry »

Technorati Tags: , , , , , , , , , , , , , , , , , , ,

Photo Filters in Photoshop

Happy with our training? Donate! http://tinyurl.com/6bc6nm

Visit http://www.PhotoshopTalent.com for more tutorials, contests and more!

Adding a photo filter to your image.

Music: Kevin MacLeod

Duration : 0:3:22

Read the rest of this entry »

Technorati Tags: , , , , , , , , , , ,

Photoshop: Smart Filters

Discussing ‘Smart filters‘ in Photoshop!

Save 10% on your GoDaddy.com purchases! Enter coupon code: TUT1

Music: Kevin MacLeod

Duration : 0:3:3

Read the rest of this entry »

Technorati Tags: , , , , , , , , ,

Fx Fundamentals for Djs- Filters

The first in a series of tutorials on using FX to spice up your dj sets and take midi controllers to the next level. Visit djtechtools.com for more info on this and other subjects.

Duration : 0:9:21

Read the rest of this entry »

Technorati Tags: , , , , , , , , , , , ,

The Perfect Red Lips tutorial

Hi guys! I’m not dead, just busy :)

Here’s a neat tutorial for you on how to achieve the perfect red lip. Sorry my eyeliner is wonky, i took off my makeup right before i made this :)

Things I used:
MAC Lip Conditioner
Red Enriched Lip Liner
Classic Dame Mattine Lipstick
Pure Vanity Lipglass
Studio Finish Concealer NC15

the lipstick and gloss i used were limited, so if youre looking for good red lip colors, try ruby woo, russian red for matte, or lady bug or mac red for shiny colors. :)

Duration : 0:7:16

Read the rest of this entry »

Technorati Tags: , , , , , , , , , , , , ,

Windows Live Photo Gallery Tip 1- Automatic Photo Editing

I am finally back with a new vid, I have had a virul infection and sounded like crap so I have been on the down low LOL. Anyways it’s good to be back an dplease enjoy!!

Duration : 0:3:10

Read the rest of this entry »

Technorati Tags: , , , , ,

Fireworks CS4 New Features: Prototying a Web Design (lynda.com)

http://www.lynda.com/home/DisplayCourse.aspx?lpk2=590&utm_source=youtube&utm_medium=viral&utm_content=youtube&utm_campaign=youtube

http://www.lynda.com/home/CS4ULanding.aspx&utm_source=youtube&utm_medium=viral&utm_content=youtube&utm_campaign=youtube

Fireworks can play an important role in website production. In this movie, Jim Babbage explores new layout feature enhancements added to Fireworks CS4, including pixel-precise guides, the new smart guides, tooltips, which contain X and Y coordinates to help you place elements in your design. He also reviews changes to the Pages panel, the new ability to wrap text using the Text In Path feature and lastly, using symbols and nested symbols in your web design.

Duration : 0:8:28

Read the rest of this entry »

Technorati Tags: , , , , , , ,

Basic HTML and CSS Tutorial. Howto make website from scratch

You can put your site on the web using a free host
http://blog.jimmyr.com/List_of_Webhosting_Companies_17_2008.php

Yeah, it’s long. #1 requested tutorial on my page is how to make your own site though. I guess it beats those “learn html in 24 hours” books in any case. See the freehosts below on how to put your page online.

w3 html and css
http://www.w3schools.com/html/
http://www.w3schools.com/css/default.asp

Simple HTML/CSS Layout Examples
http://blog.html.it/layoutgala/
http://www.code-sucks.com/css%20layouts/faux-css-layouts/
http://www.mycelly.com/
http://www.thenoodleincident.com/tutorials/box_lesson/boxes.html

Simple CSS Formatter
http://csstypeset.com/
HTML testing Sandbox
http://htmlsandbox.com/

CSS cheat sheet
http://www.google.com/search?hl=en&q=css+cheat+sheet&btnG=Search
HTML Cheat sheet
http://www.google.com/search?hl=en&q=html+cheat+sheet&btnG=Search
Group that standardizes html
http://www.w3.org/
MetaTags
http://www.google.com/search?hl=en&pwst=1&sa=X&oi=spell&resnum=0&ct=result&cd=1&q=meta+tags&spell=1
doctype
http://www.google.com/search?hl=en&q=doctype&btnG=Search
Adding Images as backgrounds
http://www.w3schools.com/css/css_background.asp

RGB Color
You can indicate color by using RGB mode too. eg. #336699 is a nice blue google likes to use. It stands for 33 red, 66 green, and 99 blue in hexadecimal. Here’s a RGB color picker
http://www.siteprocentral.com/html_color_code.html

Domains cost money, like $10 a year usually or less. I’m not going to endorse any registrars.

CSS rounded corners
http://www.google.com/search?hl=en&q=css+rounded+corners&btnG=Search
Change the look when printing (media)
http://www.w3.org/TR/REC-CSS2/media.html
CSS Popular Pages
http://del.icio.us/search/?fr=del_icio_us&p=css&type=all
http://del.icio.us/search/?fr=del_icio_us&p=top+css&type=all

HTML Validator
http://validator.w3.org/

CSS Validator
http://jigsaw.w3.org/css-validator/

Some decent text editors
http://www.context.cx/
http://www.pspad.com/
http://notepad-plus.sourceforge.net/uk/site.htm
http://www.jedit.org/
http://www.scintilla.org/SciTE.html
http://www.notetab.com/

html forums
http://groups.google.com/group/alt.html/topics?lnk=gschg
CSS Forums
http://csscreator.com/?q=forum/

Info about “Lorem Ipsum” often seen on template pages
http://en.wikipedia.org/wiki/Lorem_ipsum

blah
http://www.bbc.co.uk/blogs/radiolabs/2009/01/how_we_make_websites.shtml
http://arbent.net/blog/css-tips-that-every-beginning-developer-should-know-about

CSS Transparency
IE
filter:alpha(opacity=50);
Firefox
-moz-opacity:0.5;
kde based browsers
-khtml-opacity: 0.5;
Safari
opacity: 0.5;

startTime{00:09}

%%programming

Duration : 0:39:19

Read the rest of this entry »

Technorati Tags: , , , , , , , , , , , , , , ,

Basic HTML and CSS Tutorial. Howto make website from scratch

You can put your site on the web using a free host
http://blog.jimmyr.com/List_of_Webhosting_Companies_17_2008.php

Yeah, it’s long. #1 requested tutorial on my page is how to make your own site though. I guess it beats those “learn html in 24 hours” books in any case. See the freehosts below on how to put your page online.

w3 html and css
http://www.w3schools.com/html/
http://www.w3schools.com/css/default.asp

Simple HTML/CSS Layout Examples
http://blog.html.it/layoutgala/
http://www.code-sucks.com/css%20layouts/faux-css-layouts/
http://www.mycelly.com/
http://www.thenoodleincident.com/tutorials/box_lesson/boxes.html

Simple CSS Formatter
http://csstypeset.com/
HTML testing Sandbox
http://htmlsandbox.com/

CSS cheat sheet
http://www.google.com/search?hl=en&q=css+cheat+sheet&btnG=Search
HTML Cheat sheet
http://www.google.com/search?hl=en&q=html+cheat+sheet&btnG=Search
Group that standardizes html
http://www.w3.org/
MetaTags
http://www.google.com/search?hl=en&pwst=1&sa=X&oi=spell&resnum=0&ct=result&cd=1&q=meta+tags&spell=1
doctype
http://www.google.com/search?hl=en&q=doctype&btnG=Search
Adding Images as backgrounds
http://www.w3schools.com/css/css_background.asp

RGB Color
You can indicate color by using RGB mode too. eg. #336699 is a nice blue google likes to use. It stands for 33 red, 66 green, and 99 blue in hexadecimal. Here’s a RGB color picker
http://www.siteprocentral.com/html_color_code.html

Domains cost money, like $10 a year usually or less. I’m not going to endorse any registrars.

CSS rounded corners
http://www.google.com/search?hl=en&q=css+rounded+corners&btnG=Search
Change the look when printing (media)
http://www.w3.org/TR/REC-CSS2/media.html
CSS Popular Pages
http://del.icio.us/search/?fr=del_icio_us&p=css&type=all
http://del.icio.us/search/?fr=del_icio_us&p=top+css&type=all

HTML Validator
http://validator.w3.org/

CSS Validator
http://jigsaw.w3.org/css-validator/

Some decent text editors
http://www.context.cx/
http://www.pspad.com/
http://notepad-plus.sourceforge.net/uk/site.htm
http://www.jedit.org/
http://www.scintilla.org/SciTE.html
http://www.notetab.com/

html forums
http://groups.google.com/group/alt.html/topics?lnk=gschg
CSS Forums
http://csscreator.com/?q=forum/

Info about “Lorem Ipsum” often seen on template pages
http://en.wikipedia.org/wiki/Lorem_ipsum

blah
http://www.bbc.co.uk/blogs/radiolabs/2009/01/how_we_make_websites.shtml
http://arbent.net/blog/css-tips-that-every-beginning-developer-should-know-about

CSS Transparency
IE
filter:alpha(opacity=50);
Firefox
-moz-opacity:0.5;
kde based browsers
-khtml-opacity: 0.5;
Safari
opacity: 0.5;

startTime{00:09}

%%programming

Duration : 0:39:19

Read the rest of this entry »

Technorati Tags: , , , , , , , , , , , , , , ,

The Best Wordpress Plug-ins

This video is Video Tutorial #13 in the “Blog Marketing Series”. The Blog Marketing Series is a series of videos designed to show you how to create a Wordpress blog, market it, and promote it to the world. The rest of the videos can be seen, FOR FREE, at www.blogmarketingseries.com. Check it out today.

This video will show you the best plug-ins that you can get for Wordpress. Plus, you can see many more videos that will ignite the power of your blog at www.blogmarketingseries.com.

Duration : 0:8:29

Read the rest of this entry »

Technorati Tags: , , , , , , , , , , , , , ,