Forum Moderators: mack

Message Too Old, No Replies

Hired a web devleoper

Final product from a web developer

         

boomtown123

12:43 am on Apr 16, 2006 (gmt 0)

10+ Year Member



Hi. I've been lurking for a while, and I figured it was about time I joined up. I have a basic (stupid) question:

I hired a web developer to create a website for me in PHP using MySQL databases. Once he is done, what is the final deliverable? It's code, right? What format is it typically in? I was going to have the developer help me with the web hosting, but let's say I never even decided to put it on the web. I would still own some sort of programming code in some sort of file format, right? How do web developers typically deliver this type of file? Email?

I'm reading about 4 books on web development, marketing, PHP, MySQL, etc. I promise my questions will be better in the future. :) Thanks for your help.

mack

1:01 am on Apr 16, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



The actual php code will come in a simple text file that can be opened with WordPad or similar. Generally a php site will consist of several php pages arranged into folders (directories).

The programmer will then usualy zip the entire structure into a zip archive and then email it to you. Then it is simply a case of extracting them and you can view them.

It is worth noting that the php pages will not work on your PC like a web page would. You would need to have the php scripting language installed on your pc before they would work.

The mysql side of the equation can also be delivered as a text file. The sql file would be a file names something.sql and this sql file will enable you to import data into your web hosts mysql server.

It is possible to download and install mysql/php and a server to your pc in order to test out the scripts, but to keep things as simple as posible you can simply upload and use on a web host.

Mack.

moltar

1:13 am on Apr 16, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Normally you should agree upon all those things before any actual work begins. You should've had a contract that outlines the exact deliverables you want. You are paying so you make the rules. If you want it by email, on cd or even printed out hard copy.

You should also say in the contract that all copyrights will belong to you once you pay for it. Otherwise by default (at least here in Canada) anything that is outsourced to a contractor still belongs to that contractor even if you paid for it. You are paying for the service and a copy that you can use (again that's not given by default).

boomtown123

1:33 am on Apr 16, 2006 (gmt 0)

10+ Year Member



Thanks for your comments!

Luckily, I hired the developer through a website where the funds are in escrow until I approve everything and the contract clearly states that I own all the code.

Until now, I never really new exactly what I was purchasing. Thanks for educating me!