FlyerTalk Forums

FlyerTalk Forums (https://www.flyertalk.com/forum/index.php)
-   Travel Technology (https://www.flyertalk.com/forum/travel-technology-169/)
-   -   Web site development on the road (https://www.flyertalk.com/forum/travel-technology/704386-web-site-development-road.html)

GadgetFreak Jun 15, 2007 9:19 am

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.

meiji Jun 15, 2007 9:26 am

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.

Internyet Jun 15, 2007 9:36 am


Originally Posted by meiji (Post 7907434)
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.

Ditto what meiji said. In the past, when doing ASP on the MS platform I had IIS and SQL on the laptop as my own traveling development sandbox. Now, I have the same laptop running Fedora, and some dev packages. In the future (probably after Leopard hits), I'll get a MBP and trick it out.

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.

ttjoseph Jun 15, 2007 12:02 pm

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.

Zarf4 Jun 15, 2007 8:43 pm

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.

voop Jun 16, 2007 4:10 am


Originally Posted by meiji (Post 7907434)
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.

You want MAMP for your on-the-road web-developing.....and, for that matter, for your in-the-office web development too.

Emma65 Jun 16, 2007 6:33 am


Originally Posted by meiji (Post 7907434)
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 is all on my laptop.

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

Tummy Jun 16, 2007 8:12 am

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.

Emma65 Jun 16, 2007 9:14 am


Originally Posted by Tummy (Post 7911912)
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.

Yeah, forgot to mention Fireworks. It rocks!

/E

prosen Jun 18, 2007 3:39 pm

If you are just developing HTML, it seems like everything that people have listed here is serious overkill. Just use emacs or VI or your favorite text editor.


All times are GMT -6. The time now is 6:32 am.


This site is owned, operated, and maintained by MH Sub I, LLC dba Internet Brands. Copyright © 2026 MH Sub I, LLC dba Internet Brands. All rights reserved. Designated trademarks are the property of their respective owners.