Register FAQ / Rules Forum Spy Search Today's Posts Mark Forums Read
Go Back   MacRumors Forums > Special Interests > Visual Media > Web Design and Development

Reply
 
Thread Tools Search this Thread Display Modes
Old Jan 30, 2013, 02:50 AM   #51
iampaulb
macrumors regular
 
Join Date: Jul 2012
Location: London
Send a message via Skype™ to iampaulb
First off let me say i bloody hate windows, i typed up a lovely post for you guys and my browser crashed!!! so here it goes again...

I would suggest you download Sublime 2 / MAMP / Photoshop / FileZilla / Github - These are the apps i use on a regular basis:

Sublime 2 is an awesome text editor (and its cross platform) there is a great link for videos on how to master it which you can find here

MAMP allows you to run your websites locally, meaning you can test things such as PHP and other backend stuff.

Photoshop well we all know what that does.

FileZilla is a great FREE ftp client, I havent used any others but filezilla does what i need it to do.

Github version control which has come in very handy for me in the past. Its mostly used by programmers working on projects together, but its a great tool and very handy to know. Download the git gui for mac which is easier than learning the terminal commands, but you should really learn theses anyways you can do so here.

Im am all self taught so for training i use TreeHouse & Code School which are both awesome resources. DONT use W3Schools!!

Once you have a good understanding of HTML & CSS - Id suggest you move on to something like JavaScript! Anyways i hope this post helps you out
__________________
27" iMac, 2.93Ghz i7, 12GB, ATI HD5750, 1TB | iPhone 5 | iPad Mini.
Hackintosh i3 3.30Ghz Ivy Bridge, Gigabyte H77N-WIFI, 4GB, 120GB SSD, 3TB
Behold my... Twitter YouTube

Last edited by iampaulb; Jan 30, 2013 at 03:12 AM.
iampaulb is offline   1 Reply With Quote
Old Jan 30, 2013, 08:26 PM   #52
praetorian909
macrumors regular
 
Join Date: Aug 2004
Thanks for the very informative thread (credit to the OP for starting the discussion, and to everyone posting).

I used Dreamweaver back in the day (when it was Macromedia) for very basic webpages, HTML back then and some Javascript. I wanted to get "back in the game" and wasn't sure where to start.

Just curious has anyone used Flux (aka MacFlux) Freecode mode? Does it compare to Coda 2 or Espresso? The only reason I ask is it's on sale at the moment ($35), but I'm now thinking I should just skip it and get Coda 2.

https://stacksocial.com/sales/macflux-4
(+$1 dollar each passing day, not sure what time zone though because it already went up $1)
praetorian909 is offline   0 Reply With Quote
Old Jan 31, 2013, 02:14 AM   #53
iampaulb
macrumors regular
 
Join Date: Jul 2012
Location: London
Send a message via Skype™ to iampaulb
Quote:
Originally Posted by praetorian909 View Post
The only reason I ask is it's on sale at the moment ($35), but I'm now thinking I should just skip it and get Coda 2.
Personally Id go for Coda2 simply because Panic are on top of things, and seem to release regular updates for it. To be fair Coda 2 is pretty awesome, and I would suggest anyone moving from dreamweaver or similar to give it a go. However if you just want a text editor id say Sublime 2 hands down
__________________
27" iMac, 2.93Ghz i7, 12GB, ATI HD5750, 1TB | iPhone 5 | iPad Mini.
Hackintosh i3 3.30Ghz Ivy Bridge, Gigabyte H77N-WIFI, 4GB, 120GB SSD, 3TB
Behold my... Twitter YouTube
iampaulb is offline   0 Reply With Quote
Old Jan 31, 2013, 04:44 AM   #54
samcartwrightz
macrumors newbie
 
Join Date: Jan 2013
Dreamweaver is the best software for beginners. It’s easy to use compared to others.
samcartwrightz is offline   0 Reply With Quote
Old Jan 31, 2013, 04:56 AM   #55
iampaulb
macrumors regular
 
Join Date: Jul 2012
Location: London
Send a message via Skype™ to iampaulb
Quote:
Originally Posted by samcartwrightz View Post
Dreamweaver is the best software for beginners. It’s easy to use compared to others.
Dreamweaver is old hat now, and the GUI hasn't changed for years...its fugly

Coda 2 for a nice easy WYSIWYG editor

Sublime 2 for the best text editor

Thats all you need!
__________________
27" iMac, 2.93Ghz i7, 12GB, ATI HD5750, 1TB | iPhone 5 | iPad Mini.
Hackintosh i3 3.30Ghz Ivy Bridge, Gigabyte H77N-WIFI, 4GB, 120GB SSD, 3TB
Behold my... Twitter YouTube
iampaulb is offline   0 Reply With Quote
Old Jan 31, 2013, 01:39 PM   #56
laurim
macrumors 6502
 
Join Date: Sep 2003
Location: Minnesota USA
People saying Dreamweaver produces bloated code haven't used Dreamweaver recently. I wouldn't do the "drag and drop into the wysiwyg view" method because positioning in different browsers is so tricky but as a tool for hand coding it's great, especially when it turns css into the shorthand code for you. The only reason to touch the wysiwyg view is maybe to type text in.

For a beginner, Dreamweaver is nice because you can code in the code view pane and instantly see the result in the lower design view pane. Nicer than coding in a text editor and then going to a browser to view it, back and forth, back and forth. Also really nice for instantly seeing CSS changes. BUT, you need to know that any method isn't going to teach you how to deal with browser differences that will break your design. Eventually, you will need to be able to code without a wysiwyg but for learning what code makes what happen, a wysiwyg is the way to go.

BTW- I started learning html with PAGEMILL so that shows you how long I've been doing it.
__________________
Two 17" 2011 MacBook Pros, 17" 2008 MacBook Pro, 2008 MacPro, iPhone 4S, Apple TV gen 2, iPod nano, Time Capsule, Airport Express, 15" PowerBook G4
laurim is offline   0 Reply With Quote
Old Jan 31, 2013, 06:41 PM   #57
joewillmott
macrumors member
 
Join Date: May 2012
Location: England
Adobe Muse is far quicker, easier and prettier than anything else for beginners. It would be absolutely perfect for everyone but the code it creates isn't that great (but you don't need to worry about the code if you're just a beginner looking to make websites with it).
__________________
13" MBA, i5, 8GB RAM, 128SSD || iPhone 4, 16GB || 4th gen iPod touch, 8GB

I make apps and games and stuff: JoeWillmott.com
joewillmott is offline   0 Reply With Quote
Old Jan 31, 2013, 06:43 PM   #58
-pete-
macrumors member
 
Join Date: Apr 2011
Quote:
Originally Posted by laurim View Post
People saying Dreamweaver produces bloated code haven't used Dreamweaver recently. I wouldn't do the "drag and drop into the wysiwyg view" method because positioning in different browsers is so tricky but as a tool for hand coding it's great, especially when it turns css into the shorthand code for you. The only reason to touch the wysiwyg view is maybe to type text in.
Did it improve in CS6 because it was pretty awful is CS5? Also I might be lucky in that I don't have to code for IE6 at all and as long things are functional in IE7 I can get away with it but I don't have many cross browser problems these days? There are occasional browser prefix issues with CSS3 but that usually gets sorted with the right bit of JavaScript.

Anyway I think the OP right the right choice, going "full notepad" means you miss out syntax highlighting that is vital when you are first starting out, so much time can be wasted just because of a missing bracket, conversely WYSIWYG editors such as dreamweaver produce horrible spaghetti code that just becomes a nightmare when you start to introduce more advanced features with PHP or whatever server language you choose.

Coda offers a nice balance between these two extremes has FTP and SVN support so it's straight forward to manage your files and is not too expensive, I use a combination of that with PHPStorm for larger projects on a daily basis and have done or nearly a year now and I'm pretty happy with it!
-pete- is offline   0 Reply With Quote
Old Feb 3, 2013, 12:00 AM   #59
laurim
macrumors 6502
 
Join Date: Sep 2003
Location: Minnesota USA
Quote:
Originally Posted by -pete- View Post
Did it improve in CS6 because it was pretty awful is CS5? Also I might be lucky in that I don't have to code for IE6 at all and as long things are functional in IE7 I can get away with it but I don't have many cross browser problems these days? There are occasional browser prefix issues with CSS3 but that usually gets sorted with the right bit of JavaScript.
Dreamweaver vastly improved its code before CS5, I don't know what you are talking about. Maybe you weren't around when it was really bad. Of course, I don't work in wysiwyg to avoid any automatic positioning code creation so maybe that's the difference. But nothing was ever as bad as FrontPage.
__________________
Two 17" 2011 MacBook Pros, 17" 2008 MacBook Pro, 2008 MacPro, iPhone 4S, Apple TV gen 2, iPod nano, Time Capsule, Airport Express, 15" PowerBook G4
laurim is offline   0 Reply With Quote
Old Feb 4, 2013, 05:11 PM   #60
UTclassof89
macrumors 6502
 
Join Date: Jun 2008
not trying to pick a fight here--I genuinely want to know: from those who say "Dreamweaver writes bad code", can you give any examples? I've used it for years, and it works great.

The only time I've ever managed to make it write inefficient code is when I set it to use the <font> tag (years ago, for marketing emails), and it added a new nested <font> tag each time I edited text.

But it hasn't offered this option in several versions now.
__________________
Flash will be around a lot longer than Steve Jobs will.
UTclassof89 is offline   0 Reply With Quote
Old Feb 5, 2013, 05:36 PM   #61
m00min
macrumors 6502
 
Join Date: Jul 2012
Quote:
Originally Posted by joewillmott View Post
Adobe Muse is far quicker, easier and prettier than anything else for beginners. It would be absolutely perfect for everyone but the code it creates isn't that great (but you don't need to worry about the code if you're just a beginner looking to make websites with it).
I'm not sure using a WYSIWYG editor that produces bad code is a good idea, it just teaches bad code. Fair enough if someone just needs to knock out a really basic page, and they have no intention of actually learning markup. If you want to learn though there's no substitute for getting used to hand coding with something like Sublime, Espresso, Coda, etc. Then later on using Zencode, it's much faster can fiddling about with gimmicky drag and drop.
__________________
Obligatory dick waving: 2012 i7/8GB/256SSD MBA; 2010 i7/8GB/256SSD MBP; 2006 Mac Mini; iPhone 4S; iPad 3
m00min is offline   0 Reply With Quote

Reply
MacRumors Forums > Special Interests > Visual Media > Web Design and Development

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 02:45 AM.

Mac Rumors | Mac | iPhone | iPhone Game Reviews | iPhone Apps

Mobile Version | Fixed | Fluid | Fluid HD
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

Privacy / DMCA contact / Affiliate and FTC Disclosure
Copyright 2002-2013, MacRumors.com, LLC