I've been using macromedia products for over 2 years but for complex web apps Adobe GoLive is the way to go... Both platforms osx & windows. I've only recently tried to work on osx86 as 10.4.6 has been rock stable!!!
And ofcourse lets not forget Adobe CS2 kicks a$$ for design & print media...
40 replies to this topic
#21
Posted 24 April 2006 - 05:53 AM
#22
Posted 13 June 2006 - 09:44 PM
For me dreamweaver works fast enough! photoshop CS works fast 2 ( CS2 was SLOW ), but i mostly just use BBedit.
I downloaded a random app called freeway pro, its a web design app made for print designers. it has no option for using code atall, but look sliek it would be good if u dnt understand HTML and are used to quark or indesign
I downloaded a random app called freeway pro, its a web design app made for print designers. it has no option for using code atall, but look sliek it would be good if u dnt understand HTML and are used to quark or indesign
#23
Posted 04 July 2006 - 02:33 AM
TextMate is what I use as an editor on OS X, I highly recommend it for anyone serious about webdesign.
#24
Posted 04 July 2006 - 04:21 AM
Deetman, on Jul 4 2006, 10:33 AM, said:
The only way to do things correctly is to do all the coding by hand, which is what I do.
TextMate is what I use as an editor on OS X, I highly recommend it for anyone serious about webdesign.
TextMate is what I use as an editor on OS X, I highly recommend it for anyone serious about webdesign.
I say, try out the plethera of applications and use/support the ones you are most comfortable with. Flash MX, EditPlus 2 (windows), SubEthaEdit or BBEdit (Mac) , and Dreamweaver are my top tools. I outsource my images, flash, and multimedia to real pros.
#25
Posted 04 July 2006 - 05:51 AM
Deetman, on Jul 4 2006, 04:33 AM, said:
The only way to do things correctly is to do all the coding by hand, which is what I do.
TextMate is what I use as an editor on OS X, I highly recommend it for anyone serious about webdesign.
TextMate is what I use as an editor on OS X, I highly recommend it for anyone serious about webdesign.
If you wan't to be "seriously", you should differ between webDESIGN and webDEVELOPMENT.
And there's not single way "to do things correctly".
I am working for large scale internet portals (up to 60 million PI's a day) for years now and you'll find coders who do the backend with Eclipse (or similar tools) and designers who use Macromedia MX and Dreamweaver who do the design. Another - not yet unusual - way: the creatives do they work completely in photoshop (assuming that there is no flash needed) and the backend-coder slices this photoshop file to a stripped down html/jsp/php-file.
dripple
#26
Posted 04 July 2006 - 02:17 PM
dripple, on Jul 4 2006, 01:51 AM, said:
If you wan't to be "seriously", you should differ between webDESIGN and webDEVELOPMENT.
And there's not single way "to do things correctly".
I am working for large scale internet portals (up to 60 million PI's a day) for years now and you'll find coders who do the backend with Eclipse (or similar tools) and designers who use Macromedia MX and Dreamweaver who do the design. Another - not yet unusual - way: the creatives do they work completely in photoshop (assuming that there is no flash needed) and the backend-coder slices this photoshop file to a stripped down html/jsp/php-file.
dripple
And there's not single way "to do things correctly".
I am working for large scale internet portals (up to 60 million PI's a day) for years now and you'll find coders who do the backend with Eclipse (or similar tools) and designers who use Macromedia MX and Dreamweaver who do the design. Another - not yet unusual - way: the creatives do they work completely in photoshop (assuming that there is no flash needed) and the backend-coder slices this photoshop file to a stripped down html/jsp/php-file.
dripple
I absolutely agree. You seem to know the real workflow.
#27
Posted 04 July 2006 - 06:50 PM
I've spent the last 4 years working as a graphic and web designer... I've always headed up smallish agencies, so unless we have database driven stuff to get done (which gets handed to a web developer) then we do it allourselves. Design in our place is split between Photoshop (well, fireworks for interface design in my case... a much faster an more efficient workflow, and it's not such bloatware as PS) and then using either textmate or Dreamweaver to build the sites. We don't use DW in graphical mode... But we do use is cause it can do some handy things if you need it to. Its asset management if you have a large site with lots of content is very good, and once you have a back end built for a database driven site it is handy to be able to hook into it from your development platform to check how everything works with your pages. I'm also a huge fan of some of the new stuff DW8 does... Like the collapsible code feature... Which is brilliant for making a fist full of code easier to navigate. Also, the templates and optinal regions features are handy, to be able to set up a master page and only have to edit content, and have DW do all the hard work of re-linking pages and images etc, is a massive timesaver.
#28
Posted 12 July 2006 - 05:49 AM
Dreamweaver's got some cool things in it, page validation, link checking, find and replace, templates, built in java scripts, awesome css support, code writing, etc, etc. It's obviously bloated, but once Aobde realeases version 9, it is going to be so sweet. Updated Adobe user interface (can the crappy macromedia interface, why are macromedia interfaces so child-like, if you know what i mean, like "kidsPix"?) will kick arse, better photoshop/imageready intergration. I cannot wait, argg still months and months to go.
#29
Posted 18 July 2006 - 05:51 PM
textmate all the way
#30
Posted 21 July 2006 - 08:40 PM
I've tried almost every single app you guys have mentioned, and I think the best one by far is skEdit. I love the auto-tabbing, code hinting, and the code snippets feature. I love how simple the interface is. Just a simple looking text editor with no bloat. Code snippets makes me extremely productive. for example:
Instead of typing <div id=""></div>, I set up a code snippet where all I have to do is type divid and hit enter. It then pastes my code snippet. If I want to enter a h1 heading, I type h1, hit enter, and all the code appears for an h1 heading. I also created code snippets for the types of CSS layouts I commonly use. For example, if I want my CSS skeleton for a 2 column layout, I just type 2column, and it pastes my custom code snippet for a 2 column layout. If I want a 2 column centered layout, I type 2columncenter, hit enter, and I get my 2 column centered snippet. If I wanted a 3 column layout, I just type 3column and hit enter. I think you get the point. I am just trying to explain how powerful the code snippets feature is. I have other snippets for my fluid layouts too. Programming all your snippets is time consuming, but if you do a lot of web design, the productivity increase is amazing.
This is not a wysiwyg editor, so if you aren't confident in your html/css skills, this is not for you. If you are good at html/css and want something to increase your productivity, this tool is for you. This is the text editor I have been searching for for years. There are some things I like better about TextMate (such as code handling from copying and pasting, and the ability to hide code from view), but I find skEdit much faster, and the code hinting and code autocompletion is better. The skEdit developers are working on a code hiding feature for the next release.
http://www.skti.org/skEdit.php
Instead of typing <div id=""></div>, I set up a code snippet where all I have to do is type divid and hit enter. It then pastes my code snippet. If I want to enter a h1 heading, I type h1, hit enter, and all the code appears for an h1 heading. I also created code snippets for the types of CSS layouts I commonly use. For example, if I want my CSS skeleton for a 2 column layout, I just type 2column, and it pastes my custom code snippet for a 2 column layout. If I want a 2 column centered layout, I type 2columncenter, hit enter, and I get my 2 column centered snippet. If I wanted a 3 column layout, I just type 3column and hit enter. I think you get the point. I am just trying to explain how powerful the code snippets feature is. I have other snippets for my fluid layouts too. Programming all your snippets is time consuming, but if you do a lot of web design, the productivity increase is amazing.
This is not a wysiwyg editor, so if you aren't confident in your html/css skills, this is not for you. If you are good at html/css and want something to increase your productivity, this tool is for you. This is the text editor I have been searching for for years. There are some things I like better about TextMate (such as code handling from copying and pasting, and the ability to hide code from view), but I find skEdit much faster, and the code hinting and code autocompletion is better. The skEdit developers are working on a code hiding feature for the next release.
http://www.skti.org/skEdit.php
#31
Posted 25 July 2006 - 08:19 PM
I like Dreamweaver, not because it's WYSIWIG, I don't use any of that nonsense; it pisses me off, inserting nbsp everywhere.
Dreamweaver is king for me because of its searching features, working on a site with hundreds of html's, scores of css' and dozens of javascripts is much easier with the site management features and being able to search for a particular function, getting a preview of the code, lovely.
I would love to work under OSX, but I aint going to until I can buy it for my PC. Frankly Apple hardware is wickity whack! My PC looks better and performs better, I aren't going to be spending twice as much on hardware that's half as good, only a fool would.
Sort it out Apple, let me use your OS on my computer, its lovely.
Dreamweaver is king for me because of its searching features, working on a site with hundreds of html's, scores of css' and dozens of javascripts is much easier with the site management features and being able to search for a particular function, getting a preview of the code, lovely.
I would love to work under OSX, but I aint going to until I can buy it for my PC. Frankly Apple hardware is wickity whack! My PC looks better and performs better, I aren't going to be spending twice as much on hardware that's half as good, only a fool would.
Sort it out Apple, let me use your OS on my computer, its lovely.
#32
Posted 16 August 2006 - 10:47 PM
gazasaurusu: you need nbsp for page validation
and guys why don't you use zend?
works fine on me
and guys why don't you use zend?
works fine on me
#33
Posted 17 August 2006 - 08:10 PM
"you need nbsp for page validation"
No you don't. It puts it in because old netscapes cry when theres an empty table cell.
What is Zend?
No you don't. It puts it in because old netscapes cry when theres an empty table cell.
What is Zend?
#34
Posted 17 August 2006 - 08:16 PM
#35
Posted 17 August 2006 - 08:34 PM
Quote
They must be VERY old! Anyway, I'm also putting into empty cells. It's a bad habit ;-)
You wouldnt beleive it but I have a friend that uses IE 3...
#36
Posted 19 August 2006 - 03:23 PM
lane, on Apr 14 2006, 07:32 PM, said:
I find coding sites in Smultron is perfect for me. I dabble in CSS, PHP, ASP, XML & good ole html, all of which I have worked on in Smultron.
If you really must have a wysiwyg editor than Dreamweaver is excellent, until adobe screws it up that is.
If you really must have a wysiwyg editor than Dreamweaver is excellent, until adobe screws it up that is.
MacUpDate sports a lot of these tools: http://www.macupdate...development.php
#37
Posted 28 August 2006 - 08:30 PM
I changed my mind about skedit (from my post earlier). While it is indeed a great text editor, after giving textmate a little more time, I find that textmate is the best. If you develop ajax sites, textmate is your best choice.
#38
Posted 29 August 2006 - 10:56 PM
gazasaurusu, on Aug 17 2006, 04:07 PM, said:
"you need nbsp for page validation"
No you don't. It puts it in because old netscapes cry when theres an empty table cell.
What is Zend?
No you don't. It puts it in because old netscapes cry when theres an empty table cell.
What is Zend?
Don't want to make it sound like I'm yelling at you with the design & development, just trying to point out the difference as others have in the thread thus far.
#39
Posted 09 November 2006 - 04:04 PM
"Another - not yet unusual - way: the creatives do they work completely in photoshop (assuming that there is no flash needed) and the backend-coder slices this photoshop file to a stripped down html/jsp/php-file."
Wow! Everything with Photoshop´s slices? Is that right or my english is getting worse?
I like Dreamweaver very much; I´m not familiar with php, but the software does quite a good job.
Junio Vitorino, somos vizinhos! Sou de B.H, região da Pampulha.
Wow! Everything with Photoshop´s slices? Is that right or my english is getting worse?
I like Dreamweaver very much; I´m not familiar with php, but the software does quite a good job.
Junio Vitorino, somos vizinhos! Sou de B.H, região da Pampulha.
#40
Posted 09 November 2006 - 04:07 PM
No, your english is right. One large PS file for each screen because creatives do all the work with PS. We have to slice them and crunch the 32MB 300dpi photorealistic file down to a 120kb HTML file with some gifs and jpgs
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users



Sign In
Create Account









