Onion's Web Development Arsenal - Things you really need.

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

User avatar
Maugrim_The_Reaper
DevNet Master
Posts: 2704
Joined: Tue Nov 02, 2004 5:43 am
Location: Ireland

Post by Maugrim_The_Reaper »

Hockey's suggestion is a good one. All that source code is worthless without a centralised backed up repository to pour it into! ;)
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Post by onion2k »

Added SVN, Trac and PhpMyAdmin.
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Post by Benjamin »

A computer would help too. :lol:
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

astions wrote:A computer would help too. :lol:

8O
So *that's* why none of my code is working! :lol:
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

Great list, definetely bookmark worthy 8)
wei
Forum Contributor
Posts: 140
Joined: Wed Jul 12, 2006 12:18 am

Post by wei »

I would add VMWare server. Install a basic debian system on a virtual machine, include SVN, Apache, Trac, PHP, etc. Setup that debian system as an SVN repository and continuous integration server. Back the virtual disk up on a dvd along with the VMware server software.

Start new development on a new copy of the virtual disk copy to a harddisk.
ryos
Forum Newbie
Posts: 16
Joined: Tue Feb 14, 2006 4:55 pm

Post by ryos »

I like ezsql for DB abstraction. Its design philosophy has always resonated with me.
Post Reply