Cable Forum

Cable Forum (https://www.cableforum.uk/board/index.php)
-   General IT Discussion (https://www.cableforum.uk/board/forumdisplay.php?f=19)
-   -   Adobe buys Macromedia (https://www.cableforum.uk/board/showthread.php?t=27400)

Damien 18-04-2005 09:34

Adobe buys Macromedia
 
Adobe is going to buy macromedia. :erm: So now dreamweaver, flash and so on will be added to the existing line of products such as photoshop. :Yikes: They are going to be a massive design software company now. Every major design tool is owned by them now. Cue expensive prices for all of macromedias price

http://www.bloomberg.com/apps/news?p...top_world_news

Richard M 18-04-2005 09:40

Re: Adobe buys Macromedia
 
Quote:

Originally Posted by Damien
Cue expensive prices for all of macromedias price

And Macromedia wasn't expensive in the first place?

Bifta 18-04-2005 10:09

Re: Adobe buys Macromedia
 
Slightly worrying being as Adobe has competitive software:

Dreamweaver = GoLive
Freehand = Illustrator
Fireworks = Photoshop

Damien 18-04-2005 10:14

Re: Adobe buys Macromedia
 
Quote:

Originally Posted by Richard M
And Macromedia wasn't expensive in the first place?

not for students :D

While photoshop is still expensive for students :mad:

Millay 18-04-2005 10:34

Re: Adobe buys Macromedia
 
hmmm does casue one to wonder what is going to happen to the cross over products, we already lot homesite, to dreamweaver, if we loose dreamweaver to golive, might be time to crack out notepad again..

Damien 18-04-2005 10:48

Re: Adobe buys Macromedia
 
Quote:

Originally Posted by Millay
hmmm does casue one to wonder what is going to happen to the cross over products, we already lot homesite, to dreamweaver, if we loose dreamweaver to golive, might be time to crack out notepad again..

Surely they will keep the strongest product

Gareth 18-04-2005 11:00

Re: Adobe buys Macromedia
 
Interesting news - I like Macromedia products, Dreamweaver is fantastically good, imo.

Will be interesting to see how they merge their product sets. As you say, they should keep the strongest, but often companies attempt to merge previously competing products into 1 package.

Damien 18-04-2005 11:04

Re: Adobe buys Macromedia
 
Quote:

Originally Posted by Gareth
Interesting news - I like Macromedia products, Dreamweaver is fantastically good, imo.

Will be interesting to see how they merge their product sets. As you say, they should keep the strongest, but often companies attempt to merge previously competing products into 1 package.

Well hopefully they may do that well.

What worrys me is the price of adobe do not like offering stuent prices while macromedia effectively give it to us. Also dreamweaver seems quite streamlined and less bloated.

Bifta 18-04-2005 11:06

Re: Adobe buys Macromedia
 
Quote:

Originally Posted by Millay
hmmm does casue one to wonder what is going to happen to the cross over products, we already lot homesite, to dreamweaver, if we loose dreamweaver to golive, might be time to crack out notepad again..

You haven't lost Homesite, it's available on the Macromedia Studio MX CD.

Millay 18-04-2005 11:14

Re: Adobe buys Macromedia
 
I know bifta, but it seased active development a long time ago, and was left quite buggy with memory issues..

philip.j.fry 18-04-2005 11:27

Re: Adobe buys Macromedia
 
Dreamweaver makes me cry...my beautiful code I say but it just laughs at me and rearranges it all anyway :cry:

Halcyon 18-04-2005 11:27

Re: Adobe buys Macromedia
 
Photoshop is quality and so is Flash and Dreamweaver.
Its true they are very expensive though. Maybe they will do combo packs at special rates for all the packages. We'l have to see.

Gareth 18-04-2005 12:18

Re: Adobe buys Macromedia
 
I don't know many students that actually buy software anyway.... and the price they charge is nothing for a corporation to pay.

jrhnewark 18-04-2005 12:28

Re: Adobe buys Macromedia
 
Dreamweaver must beat GoLive hands-down, surely?

Caspar 18-04-2005 12:43

Re: Adobe buys Macromedia
 
Quote:

Originally Posted by philip.j.fry
Dreamweaver makes me cry...my beautiful code I say but it just laughs at me and rearranges it all anyway :cry:

To be fair I only use Dreamweaver for the color taggind....so if I had to foot the bill, and not the company...then I would use one of the many free color tagging applications...cause you only need the code-view....the bloated features in DW...like live site etc...and the WYSIWYG view are laughable.

Just turn the view to coders-view ;)

Bifta 18-04-2005 13:10

Re: Adobe buys Macromedia
 
Quote:

Originally Posted by philip.j.fry
Dreamweaver makes me cry...my beautiful code I say but it just laughs at me and rearranges it all anyway :cry:

I've never seen dreamweaver "rearrange" any code whatsoever and I use it in code view for nearly 45 hours a week.

Millay 18-04-2005 14:04

Re: Adobe buys Macromedia
 
Ive never ever seen dreamweaver rearange code, although it can be annoying when it finished your tags for you, biut I think the average user would find that usefull and if it really bothereed me that much id turn it off..

Frank 18-04-2005 14:14

Re: Adobe buys Macromedia
 
Quote:

Originally Posted by Bifta
I've never seen dreamweaver "rearrange" any code whatsoever and I use it in code view for nearly 45 hours a week.

That's because you use it in code view :)

If you add elements using the design view then it formats (indents, etc) the newly entered code, and can affect the surrounding code.

Richard M 18-04-2005 15:26

Re: Adobe buys Macromedia
 
Quote:

Originally Posted by Bifta
Quote:

Originally Posted by philip.j.fry
Dreamweaver makes me cry...my beautiful code I say but it just laughs at me and rearranges it all anyway :cry:

I've never seen dreamweaver "rearrange" any code whatsoever and I use it in code view for nearly 45 hours a week.

The only time I've seen it do it is in situations like this:

<script type="text/javascript">
var dd = <%# Procedure1.FieldValue("c_dow", Container) %>;
if (dd == '7') {
document.write("<tr class=\"weekend\">");
}
else if (dd == '1') {
document.write("<tr class=\"weekend\">");
}
else {
document.write("<tr>");
}
</script>*<td>

* - Extra <tr> sometimes inserted here.

philip.j.fry 18-04-2005 15:36

Re: Adobe buys Macromedia
 
Quote:

Originally Posted by Caspar
Just turn the view to coders-view ;)

Nah, I'll stick with Vi thanks :D I use dreamweaver to maintain templates, I really must find some alternative for that, perhaps some combination of grep and sed in a shell script :thoughtful:

Quote:

Originally Posted by Bifta
I've never seen dreamweaver "rearrange" any code whatsoever and I use it in code view for nearly 45 hours a week.

It must just not like me :(

gooner4life 18-04-2005 16:07

Re: Adobe buys Macromedia
 
Great Adobe software is such bloated crap, everything I run made by Adobe takes an age to start up.

OinkyBoinky 18-04-2005 18:13

Re: Adobe buys Macromedia
 
hmmmm... i do like the products from both companies there are certain prodcuts from prefer from each company... been using dreamweaver since version 4... currently using mx2004... and photoshop cs is great too... I wonder if Adobe will go down the router of attempting to try and combine the similar products now... i can see the dodgey names, Photoshopworks.. Dreamweaver Live, Freehand Illustrator....

Bifta 18-04-2005 18:26

Re: Adobe buys Macromedia
 
Quote:

Originally Posted by gooner4life
Great Adobe software is such bloated crap, everything I run made by Adobe takes an age to start up.

Photoshop is far and away THE best program in it's class, and that's not just me saying it, that's probably every graphic designer worth his salt worldwide. The latest version takes around 6 seconds to load on my machine, perhaps you should sort whatever second rate hardware you're running it on out and try it again? ;)

Richard M 18-04-2005 20:57

Re: Adobe buys Macromedia
 
I've never used Photoshop but I am fairly experienced in Premiere Pro, it's the best video editing app I've ever used.


All times are GMT. The time now is 10:59.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
All Posts and Content are © Cable Forum