Web site development on the road
#1
Original Poster
A FlyerTalk Posting Legend




Join Date: Aug 2002
Location: NY Metro Area
Programs: AA 2MM Yay!, UA MM, Costco General Member
Posts: 50,845
Web site development on the road
I have my spiffy new Mac Book 13 inch which is running XP in parallels and can run Linux if I need/want to (I probably will). One of the things I want to do with this is develop and improve a number of my labs web pages. Im asking those of you who might have a lot of experience with web page development about strategies and software to do this.
For instance, do you recommend setting up an Apache server on the notebook and doing a mock up of the sites and editing from that? Or is just getting the pages and viewing them with a browser or editor?
Is there a HTML editing package that people recommend?
Also, I will want to work on this offline. Is there a way (preferably a program that does this) to automatically or with minimal effort download a web site or pages and then work with them locally and upload them back to the site?
Generally, Im looking for strategies and tips for doing development offline. Thanks for any suggestions.
For instance, do you recommend setting up an Apache server on the notebook and doing a mock up of the sites and editing from that? Or is just getting the pages and viewing them with a browser or editor?
Is there a HTML editing package that people recommend?
Also, I will want to work on this offline. Is there a way (preferably a program that does this) to automatically or with minimal effort download a web site or pages and then work with them locally and upload them back to the site?
Generally, Im looking for strategies and tips for doing development offline. Thanks for any suggestions.
#2


Join Date: Apr 2003
Location: Europe
Programs: M+M, VN
Posts: 575
I generally install all the things I need on my laptop. Currently the setup is:
Apache, PHP, MySQL, Postgres, Topstyle (for CSS), Zend IDE (for PHP and HTML). I also typically throw manuals for all of them onto the HD as well as a few references I use regularly.
Apache, PHP, MySQL, Postgres, Topstyle (for CSS), Zend IDE (for PHP and HTML). I also typically throw manuals for all of them onto the HD as well as a few references I use regularly.
#3


Join Date: Apr 2004
Location: TX
Programs: AA Gold
Posts: 47
I just got a Mac Mini (to get a taste of OSX) and I love it. I'm just playing with the dev stuff on it to see if it's feasible, but PHP and MySQL were a breeze.
#4

Join Date: Jul 2006
Location: PHL
Posts: 877
Mac OS X comes with Apache, and I installed PHP and MySQL locally so I can work without an Internet connection - most of the website stuff I do uses PHP and so I must use a web server. But even if you don't use PHP, you may as well use Apache since you get it "for free" with OS X.
My text editor of choice is TextMate, whether for PHP/HTML, C++, TeX, or whatever. When I do have an Internet connection, I use Cyberduck (a secure FTP client) in conjunction with TextMate to edit pages as if they existed on my local disk. As for copying an entire website for offline editing, you can certainly use Cyberduck or any other file transfer program (i.e. scp with the -r flag) to copy the files to your local disk and back again when you're done.
My text editor of choice is TextMate, whether for PHP/HTML, C++, TeX, or whatever. When I do have an Internet connection, I use Cyberduck (a secure FTP client) in conjunction with TextMate to edit pages as if they existed on my local disk. As for copying an entire website for offline editing, you can certainly use Cyberduck or any other file transfer program (i.e. scp with the -r flag) to copy the files to your local disk and back again when you're done.
#5
Join Date: Aug 2005
Location: SNA Rwy 20L
Programs: QF Silver
Posts: 703
Ditto with all above re: Apache, PHP, MySQL, etc - I also run postfix / squirrelmail and openvpn on my server. Re: the HTML editor I'm currently running Dreamweaver with great results, but I still have a soft spot for using the free Mozilla browser (not Firefox) as an editing tool. They have an edit page tool which is very powerful and free too! Easy to start from scratch or use an existing webpage as a template.
#7
Join Date: Jun 2005
Location: Near an airport
Programs: FB, EB, Delta, AC, PC, HH.
Posts: 1,991
You will very likely find out that your macbook comes pre-installed with apache and php. You may only need mysql.
Check this link for what is needed.
As for editing software - dreamweaver. It has built in ftp so when you're done editing your site on your laptop, just upload the whole thing and go have a coffee or a drink in the lobby bar while DW is doing what it should do.
/E
#8

Join Date: Sep 2002
Location: ATL
Posts: 3,219
I work on a .Net site all the time with Visual Studio in Parallels and Skedit for the HTML, CSS and Fireworks for the graphics on the Mac side.
I use a Macbook Pro primarily, but have used a Macbook to do everything when the pro was in the shop. The larger screen on the Pro really helps.
I use a Macbook Pro primarily, but have used a Macbook to do everything when the pro was in the shop. The larger screen on the Pro really helps.
#9
Join Date: Jun 2005
Location: Near an airport
Programs: FB, EB, Delta, AC, PC, HH.
Posts: 1,991
I work on a .Net site all the time with Visual Studio in Parallels and Skedit for the HTML, CSS and Fireworks for the graphics on the Mac side.
/E

