Posts Tagged ‘Beginner’

Mini Tip #4 Disabling Right-click in Flash MX and higher

May 14th, 2009

Don’t like that default right-click menu when you create a Flash movie? Here’s a simple way of removing it!

Create a new layer in your main timeline. Click on the first frame. Press F9 to bring up the Actions window and paste this code:

Stage.showMenu = false;

And you’re done! Test your movie and right-click to see the change.

How to make a Favicon for your website

June 26th, 2008

We’d not only like to detail more advance tutorials here, but also post a few tips to help the website design beginners amongst us. After all, we all had to start somewhere ourselves.

A Favicon is a small image (usually a logo) which shows up beside your bookmarked website as well as in your browsers location/address bar.

1) Before we begin, you will most probably need to download the Windows Icon (ICO) file format Photoshop Plugin in order to export the .ico file format required to create your favion. The plugin can be downloaded here. (Note: you will have to move the downloaded plugin to the correct location on your computer; it’s usually: C:\Program Files\Adobe\Photoshop\Plug-Ins\File Formats.)

2) Once that is done; open Photoshop > File > New and create a document of 64 x 64 pixels.

favicon example 3

3) Now either create your image, or drop and drag a pre-designed image into the newly created document. Scale the image down as you see fit in relation to the files 64 pixel size.

4) When you’re happy with your image, go to Image > Image Size. Make sure the Constrain Proportions box is ticked.  Alter the width size to 16 pixels. The height should change automatically to 16 pixels also. Click Ok. You now have your Favicon size.

favicon example 2

5) File > Save As. Name your file ‘favicon’. Be sure to change the file format from the drop down menu to: ICO (Windows Icon). Click Ok.

favicon example 1

6) Now place your favicon.ico file into the root directory of your website – the same directory as your website’s index file. Open the index file and place the following code between the < head > </ head > tags:

<link rel="Shortcut Icon" href="favicon.ico" />

7) That’s it! Upload your site and view it, your new stylish favicon will now be evident from this point on. Congrats!