English 中文(简体)
Which Adobe products should I be concerned with in terms of web development [closed]
原标题:
Closed. This question is opinion-based. It is not currently accepting answers.

Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.

Closed 8 years ago.

What Adobe products do you use or feel accomplish most of what is needed for web development.

My point here is that scripting can accomplish almost everything that Flash and the Adobe family can, but then what about graphics. Illustrator, Indesign, and of course Flash... they seem to flow over into accomplishing more than just make things look good and I m just curious to see what people find they actually need or use.

最佳回答

You don t actually need any! TextMate or E-Texteditor and a decent browser (plus a few free tools), or (for a complete environment) Coda or Coda alternatives. But Dreamweaver and Photoshop are a good foundation; possibly Flash unless you want to go HTML5 with your media delivery etc. Depends on whether you hand-code or want a visual environment, or a bit of both. You ll probably also want to get a grip on JQuery or a similar Javascript library.

Just for graphics, Photoshop Elements will do - Photoshop is overkill, as is the GIMP - unless you re using Flash for complex interactive stuff, you only need to generate jpg, gif (animated or not) and png files. Or something free like Seashore (OS X) or alternatives. As for Adobe products, Fireworks is the one. If you want to generate original graphics programatically, try Nodebox (Python), ContextFree (C-ish) or Processing (Java-ish).

Then there s the wonderful Raphaël Javascript library, and various html canvas examples...

问题回答

What Adobe products do you use or feel accomplish most of what is needed for web development.

None. I sold my Creative Suite a few years ago, and have never missed it for web development nor graphics.

In print production, it s hard to avoid Adobe s excellent, industry-standard products. But for the web, there are countless much cheaper alternatives for every purpose.

Everything seems to be moving away from browser plugins towards HTML and JavaScript so if you have not invested time and money into Flash development, don t go there.

There are excellent free alternatives for Dreamweaver. Personally I prefer Netbeans. Most of the fancy Fireworks stuff (roll-overs etc.) you can hand code very easily if you use javascript libraries such as jQuery

BUT I have tried sooo many free or cheap alternatives to get my web graphics (banners, icons, sprites etc.) and there is nothing that comes close to the quality and productivity you get with Adobe Illustrator. It simply saves you hours and hours. If you don t care about graphics quality, you can churn out some icons pretty quickly with GIMP or Paint.NET or whatever, but it is simply not as productive and stunning as THE TOOL.





相关问题
Disable button tooltip in AS3

I want to disable the tooltip on certain buttons. The tooltip manager seems to be an all or nothing solution. Is it possible to disable the tooltip for just one or two buttons?

Sorting twodimensional Array in AS3

So, i have a two-dimensional Array of ID s and vote count - voteArray[i][0] = ID, voteArray[i][1] = vote count I want the top 3 voted items to be displayed in different colors, so i have a 2nd Array -...

Virtual Tour using sketch up, ajax, flash technologies

I want to know if there are existing technology that make your 3d models in sketch into virtual tours, using either Ajax or Flash for web presentation. If there s none, which will be a good approach ...

AS3 try/catch out of memory

I m loading a few huge images on my flex/as3 app, but I can t manage to catch the error when the flash player runs out of memory. Here is the what I was thinking might work (I use ???? because i dont ...

Red5 Security Tutorial

I am looking for a step by step tutorial on securing Red5 from intrusion. This seems to be a question that comes up alot in a google search, but is never really answered in a way that makes sense to ...

Clipboard access using Javascript - sans Flash?

Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...

visible property of DisplayObject

For example I have a hierarchy of movie clips. mc1 is a child of mc, and mc2 is a child of mc1. Turns out that when I set mc1.visible = false; mc2.visible stays true. Is that supposed to happen?...

热门标签