Sharing is Caring
I was asked by a good friend for information on what to do to get into web development as a hobby. I decided to share it with everyone in terms of how I do things. I must note that I didn't get into details because she is a developer by trade and is probably far better at "getting it" than I am. So here you are. Take it for what it is, my view of what I use for my own personal web development.
-
A host for your Site
Commercial Host I use http://Powweb.com Self Host Using Dynamic DNS you can use your machine at home to host your own site http://www.dyndns.com/ But, you have to have a router that you can tell to use it for routing purposes
- A Domain Name I think at this point in time you really don't need to be told how to get one of these.
- An FTP Client I use Cyberduck which is free.
- A Web Editor I use everything from a simple text editor since it is mostly code in PHP
- A CSS Tool I use CSS Edit which is an amazing CSS Editor that allows you to view various CSS code in a Preview mode that outlines the "Zones" with a function called X-Ray which is a complete live/time-saver for layout, design, color schemes etc. Again, you don't have to have one but it is fun to customize some of the templates you can get with the above portals.
- Image Editor If you want to use images, there are a couple of options. Of course Photoshop, but ouch the cost. There is Pixelmator which I just bought last night for $60 however in retrospect I should have just gone with the OpenSource GIMP for Mac.
- Finally if all of the above is too much and you want it all-in-one, there is CODA which I really want to get my hands on and combines the best of most of the above into one package.