Welcome to the new How To Gurus Blog

Where you can always find my latest Demos and YouTube Videos. You will find samples taken from my Training DVDs and also exclusive videos created specifically for my online audience.

Wednesday, September 28, 2005

What is the difference between Photoshop 7 and Photoshop CS?

Photoshop CS is also known as Photoshop 8, but I personally would have called it Photoshop 7.5. It is not that big of an upgrade, mostly new tools as opposed to updating version 7. Here is a short list of what is new, there are other minor upgrades as well:

• The File Browser has been enhanced
• New Multi-page PDF and slide show tool
• Photomerge tool (useful if you do lots of panoramas from multiple photos, but not really necessary)
• Tracking Edit History (Useful if you need to document editing, scientific or legal uses)
• Crop and Straighten Photos (nice tool if you do lots of scanning)
• Versioning and Version Cue (useful in a multi-user environment)
• New Keyboard shortcut list
• Photo Filter Effects (not really that useful)
• Shadow/Highlight Corrections (really useful if you do lots of professional photo processing or scanning. For a professional this one feature would be worth the upgrade cost in time savings)
• Pixel Aspect Ratio adjustments (useful for video work)
• Match Color (useful when scanning)
• New Filter Gallery (if you use lots of Filters this can be a time saver)
• Lens Blur Effects (fun, but not ground breaking)
• Fibers Filter (useful if you like to create your own textures)
• Layer Comps (very useful. Allowing you to easily create several different versions in one file)
• Scripting (useful for batch automation)
• Text on a Path (I have this one as my online demo, useful if you do page layout in Photoshop. Personally I prefer to use InDesign CS for all my page layout)
• Custom How To links (useful if you manage Photoshop users in a business or school setting)

There are also some upgrades to ImageReady as well, the most important being that ImageReady can now make proper slices and tables. But I do all of that work in Dreamweaver MX 2004.

Saturday, September 10, 2005

Load images in place of the Flash in the event a Flash player is not present

Question: I have successfully built a great new home page using both Dreamweaver and Flash - however, I need to have the page load images in place of the Flash in the event a Flash player is not present.

The Flash file will automatically check for the Flash Player and if it is not present it will attempt to download the Flash Player from Macromedia. So in most cases you do not need to worry.

But in case you want to have an alternate image here are the steps:

You need to create a second html page, one that does not contain Flash and has the alternate images instead (one page with Flash, one page without)

Open the Flash page in Dreamweaver.
Go to Code View.
Click anywhere inside the main body section of the web code.
Open up the Tags palette on the right side of Dreamweaver.
The Tag section heading should say Tag body
Click on the Behaviors tab
Click on the + button
In the popup menu select Check Plugin
The Plugin should say Flash, if not use the drop down menu and select Flash
Leave the "If found, go to URL:" line blank.
In the line that says "Otherwise, go to URL:" use the browse button and click on your non-Flash page.
Check "Always go to first URL if detection is not possible"

That should do it.

Personally I prefer to have the visitor download the appropriate Flash player instead of sending them to a non-Flash page, so I don't do these steps on my sites.


You can find a sample from the Flash set here: http://www.howtogurus.com/video/flash-demo.html