Computer Webmaster Gaming Console Graphics Forum

Welcome to the Computer Webmaster Gaming Console Graphics Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

MK PitStop Main Earn $25 Earn Money Posting Extras Members Blogs Image Hosting User Pages
Go Back   Computer Webmaster Gaming Console Graphics Forum > Webmaster Forum > Website Coding > PHP
Register FAQ/Rules Become A V.I.P. Member Search Today's Posts Mark Forums Read

PHP PHP for some can be one of the hardest website programming codes, so do you need help on your PHP script, if it is php4, php5 or lower this is the place for you for any PHP help.

Google
Reply
 
LinkBack Thread Tools Display Modes
Old 07-01-2007, 3:47 PM   #1
Nathan
 
Nathan's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Question about freelance PHP development

Hi there.

This might seem like a silly question to some, but anyways:

I have done a few freelance PHP projects, but am about to start one on a
more professional level (the previous ones have been either pro-bono or
paid jobs through a friend).

I was wondering what people's practices are for putting a sort of
'signature' commented out in their code.

for example

<?/* filename_here.php
--------------------------------------
Description of file's function etc etc
--------------------------------------
Coded by Nathan (c) etc etc
http://www.mywebsite.com
*/?>

At the top of each PHP file. Is this something I *should* be doing, or is
it best left out, or what?

Apologies if this is a dumb question but I'm curious to know what other
freelancers here do.

--
Nathan.
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Advertisements
Old 07-01-2007, 3:47 PM   #2
J.O. Aho
 
J.O. Aho's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Question about freelance PHP development

Nathan wrote:
> Hi there.
>
> This might seem like a silly question to some, but anyways:
>
> I have done a few freelance PHP projects, but am about to start one on a
> more professional level (the previous ones have been either pro-bono or
> paid jobs through a friend).
>
> I was wondering what people's practices are for putting a sort of
> 'signature' commented out in their code.
>
> for example
>
> <?/* filename_here.php
> --------------------------------------
> Description of file's function etc etc
> --------------------------------------
> Coded by Nathan (c) etc etc
> http://www.mywebsite.com
> */?>
>
> At the top of each PHP file. Is this something I *should* be doing, or is
> it best left out, or what?
>
> Apologies if this is a dumb question but I'm curious to know what other
> freelancers here do.
>


If it's your code, then you should. I think it can be good to include a
license in the top too, if you are selling things to otheres.


//Aho

 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 07-01-2007, 3:47 PM   #3
Nathan
 
Nathan's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Question about freelance PHP development

J.O. Aho say...

> If it's your code, then you should. I think it can be good to include
> a license in the top too, if you are selling things to otheres.


Thanks. Was probably going to do it anyway, but was just curious

--
Nathan.
XBL Gamertag: Cowfield
http://www.cowfields.com
Bow to the Cow!
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 07-01-2007, 3:50 PM   #4
Sam Williams
 
Sam Williams's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Question about freelance PHP development

On Mon, 21 Jul 2003 01:47:22 +0000, Nathan <spamfourstomachs@hotmails.com>
wrote:

> J.O. Aho say...
>
>> If it's your code, then you should. I think it can be good to include
>> a license in the top too, if you are selling things to otheres.

>
> Thanks. Was probably going to do it anyway, but was just curious


It's worth doing, since anyone else maintaining the code might be
glad of being able to contact you. It also removes any ambiguity over
copyright (unless your contract with your client says differently).

Sam


---
Posted via news://freenews.netfront.net
Complaints to news@netfront.net
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 07-01-2007, 3:54 PM   #5
nickyboy
 
nickyboy's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Question about freelance PHP development

"Nathan" <spamfourstomachs@hotmails.com> wrote in message
news:Xns93BF1C6752650fourstomachsspamhotm@130.133. 1.4...
> J.O. Aho say...
>
> > If it's your code, then you should. I think it can be good to include
> > a license in the top too, if you are selling things to otheres.

>
> Thanks. Was probably going to do it anyway, but was just curious
>

The key work is if it's YOUR code... you need to be clear with your client
exactly what they are getting etc. For example many of my clients get no
access to the code for their PHP sites, they are aware I own the code for
which they pay me a yearly fee, they do have the option to buy the code
should they wish. If however one client were to pay me for a days work and
I did work and handed over a disk with the work on - is that my code or
theirs?

hth
nickyboy


 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 07-01-2007, 3:54 PM   #6
sotto
 
sotto's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Question about freelance PHP development

On Fri, 25 Jul 2003 17:40:49 +0100, nickyboy wrote:

> The key work is if it's YOUR code... you need to be clear with your
> client exactly what they are getting etc. For example many of my clients
> get no access to the code for their PHP sites, they are aware I own the
> code for which they pay me a yearly fee, they do have the option to buy
> the code should they wish. If however one client were to pay me for a
> days work and I did work and handed over a disk with the work on - is that
> my code or theirs?
>
> hth
> nickyboy


How do you do that? To not let them have access to the php-code?
You set up the complete hosting and don't give them password?
or you compile the php in some way?
Can you please give me some more information?
I'm a student, and i'm building a sort of my own content management
system...and wouldn't like people for which i write sometimes a
-little- script...to have access to my whole cms...
but when writing the little script, i use (parts) of
the cms-code...(the cms is OOP so it's easy to reuse
some functionality of it)

thx in advance for your reply
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Featured Websites
Free Space
Free Space
Free Space Free Space
Reply
Tags: , , ,




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
development platform dn Software Programming 3 06-12-2007 9:47 PM
Development Tools ft310 Database 1 05-31-2007 8:47 PM
http://www.gettybest.com - freelance marketplace GettyBest.Com Building An Internet Business 0 05-29-2007 1:38 AM
freelance php/mysql developer wanted paul watt Website Reviews And Website Questions 2 05-27-2007 11:14 PM


Featured Websites




All times are GMT +1. The time now is 3:58 PM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0
Cheap Computers
MK PitStop Copyright 2005 - 2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98