Browsing all articles from August, 2004

How do I set up a redirect using a .htaccess file?

Posted Posted by jerothe in Design Topics, XHTML / HTML     Comments No comments
Aug
13

In your file editor of choice, for this example I will use Dreamweaver;

File > New > Basic HTML

ErrorDocument 404 http://www.rothecreations.com/error

Save this file and call it .htaccess , and upload it to your root directory.

Freehand vs. Illustrator – My thoughts

Posted Posted by jerothe in Illustrator, Miscellaneous     Comments No comments
Aug
8

To say it is frustrating that vector programs do not play well together is an understatement. In my senior year of college I learned Illustrator in a “Computers for Graphic Designers” course. I got to be very good at it, and fast by the end of the semester. I continued to use the program while applying for my first job.

I landed my first job at Spindel in Grand Rapids and they used Macromedia Freehand. Having never used the program, I figured the principles were still the same, and they were. Seven months later I was just as good, if not better at Freehand. Now all I use is Freehand and have lost some of that knowledge base, just by lack of not using it everyday, for Illustrator.

At my current career, I designed a flyer for our company’s web design template program. I put together the flyer in Freehand, but as we came to find out over numerous occasions over the coming months, Freehand won’t export a file to a .tiff. Or at least not very easy. If my computer did not freeze up, we may be able to get a .tiff of the flyer after letting the computer sit for just over an hour. Sometimes it would never perform.

After a many unsuccessful struggles, and no help from Macromedia, I decided to rebuild the pieces in Illustrator, since that is what all printers have. (Damn Adobe’s stranglehold on the printing industry.) But Illustrator has it’s own bugs. The version 10 I was using would not start after numerous fresh installs. Then when it did finally, I was missing half of my vector creation tools.

We had to go back to version 9, and soon found out that some of the filters were specific to that version and could into be edited in version 10. But, as of now we should be able to get the flyer printed.

Long and short of the story is, why can’t Freehand make nice Illustrator documents and act a little bit like a print program and not a web version of a vector program. I also call out to Illustrator to work well in importing and general integration with other vector programs because, although it is top dog, you can never expect everyone to be in your allegiance. But you can expect possible new customers if they can use your program to edit their old files and find that it is overall more flexible.

How do I underline text in Flash MX?

Posted Posted by jerothe in Flash     Comments No comments
Aug
4

You’d think for how beloved of a program Flash is, you would be able to do something as simple as underline text. But no, it is something really complicated.

In order to underline text:

New Document in Flash.

Choose your text tool and draw a rectangle

In your properties inspector, select dynamic and give the text field a name “copy”.

Then, open the actions inspector

Type these lines of code

Copy.htmlText = “This is some random copy”
Strike = new TextFormat();
strike.underline = true;
strike.size = 12;
strike.font = “Arial”;
copy.setTextFormat(14, 20, strike);

There are other ways of doing this, using Flash’s capabilities to recognize basic HTMl in text fields, but this defines a style, sets the values and then sets the characters that should have the style applied to the text box.

How do I embed Video and Audio media in an .html document?

Posted Posted by jerothe in Dreamweaver     Comments No comments
Aug
4

To properly insert all of the necessary code to embed uncommon media in a webpage without having to remember, you can use Dreamweaver’s automatic media embed.

Go to Insert > Media > Active X / Plugin

This depends on what you are doing for your selection here.

Freehand – What is the shortcut to change out of the text tool?

Posted Posted by jerothe in Miscellaneous     Comments No comments
Aug
4

This is something that has plagued me for a long time, and when our development team went to the Adobe Creative Suite Tour here in Indianapolis, I made it my mission to ask the presenters if they knew.

They didn’t, off the top of their head. But it lead me to try and figure it out, which for some odd reason had never crossed my mind.

When typing some text and you want to switch to a different tool;

Hold down control

Click away from the text you are typing somewhere off of an object.

This will give you the direct selection tool again and you can choose a different tool from there.