how to learn about building a database-driven website?

Our "pub" where you can post about things completely Off Topic or about non-silent PC issues.

Moderators: NeilBlanchard, Ralf Hutter, sthayashi, Lawrence Lee

Post Reply
shunx
Posts: 341
Joined: Sun Oct 06, 2002 1:20 pm
Location: Vancouver

how to learn about building a database-driven website?

Post by shunx » Fri Dec 09, 2011 6:53 pm

Well I know little about the tools of this trade (PHP, MySQL etc) but have ideas for algorithms that I wish to implement, which need to be protected and encrypted. How can you rely on commercial web hosts not to obtain your codes anyway? If anyone is an expert in this area, I'd appreciate any tips, along with whatever books, articles, forums, resources you can recommend.

martinreed22
Posts: 43
Joined: Mon May 05, 2003 9:31 am
Location: UK

Re: how to learn about building a database-driven website?

Post by martinreed22 » Sat Dec 10, 2011 4:05 am

Might I suggest separating your concerns over intellectual property from the skills needed to developer and support and database driven website, at least at first?

You can develop your ideas using software on your own PC/Mac, and thus keep to yourself. You should likely speak to a suitably qualified legal adviser if you wish to protect your ideas (I've no idea if they are patentable, for example).

For small scale local development, look in to what are known as "WAMP" and "LAMP" suites (google for these terms). You can also download virtual system images that contain PHP etc already to run under VirtualBox, VMPlayer etc.

Once you reach the stage where you need to share more widely, you would need to look at the terms and conditions of the any provider. They should make it clear that you own the rights to any material you place on their facilities. I would expect the better known providers to be fine in this regard.

Do please bear in mind that once you place an idea in public view it is nigh on impossible to prevent people understanding what you have done and potentially duplicating it. That is why you need to prepare your legal position in advance. The reality is that if you are not willing to defend your intellectual property then it becomes de facto public, whatever the law might say.

You could also do a lot worse than finding someone trustworthy to help you with the tools, given your current experience. This stuff can get hard quite quickly.

Hope that gives you some food for thought.

Martin

Jim G
Posts: 89
Joined: Wed Mar 30, 2011 1:46 am
Location: Australia
Contact:

Re: how to learn about building a database-driven website?

Post by Jim G » Sat Dec 10, 2011 4:07 am

shunx wrote:Well I know little about the tools of this trade (PHP, MySQL etc) but have ideas for algorithms that I wish to implement, which need to be protected and encrypted. How can you rely on commercial web hosts not to obtain your codes anyway? If anyone is an expert in this area, I'd appreciate any tips, along with whatever books, articles, forums, resources you can recommend.
We built a home server which has a number of virtual machines for various purposes; one of which is to test code and ideas which we don't want to upload to a server which we have no real control over (and don't even really know where in the world it is).

aristide1
*Lifetime Patron*
Posts: 4284
Joined: Fri Apr 04, 2003 6:21 pm
Location: Undisclosed but sober in US

Re: how to learn about building a database-driven website?

Post by aristide1 » Thu Mar 15, 2012 7:27 pm

shunx, have you made any progress in your quest?

Post Reply