|
-
Jan 15th, 2006, 10:37 AM
#1
Thread Starter
Addicted Member
how to go professionally?
Nice to find this wonderful community.I am going to develop my first website.It should be database driven.No much work just simple database driven where customers will have record of their purchases and sellers will have their own things in inventory.
Before starting my work i want from you my respected senior friends to give me good step by step links,helpful articles or codes.So that my work could be made easy.
Thank You.
and love you.
-
Jan 15th, 2006, 07:46 PM
#2
Re: how to go professionally?
Visual Ad's Tutorial in the Sticky thread should make for a good start. and look for his thread on OOP in PHP.
-
Jan 15th, 2006, 07:59 PM
#3
Frenzied Member
Re: how to go professionally?
slice:
This link has a lot of good tutorials on PHP:
http://www.w3schools.com/
-
Jan 15th, 2006, 10:32 PM
#4
Thread Starter
Addicted Member
Re: how to go professionally?
 Originally Posted by oceanebelle
Visual Ad's Tutorial in the Sticky thread should make for a good start.  and look for his thread on OOP in PHP. 
I have already read it.
I am not new to programming.I have already well concepts of oop and syntax of php (50%).I want to seek your advice on building professional database driven website.
I am not master of any language but have worked to some extent Vb6,c++,java,vb.net,asp .Now i think you will have better image of mine and understanding of my question.
Thank You.
-
Jan 16th, 2006, 01:34 AM
#5
Hyperactive Member
Re: how to go professionally?
Without balance, there could only be chaos.
Without chaos, there could be no balance.
I live with karma. Eat with destiny. Dream of life without shackles....
Yet. If life had no consequences, life could not exist, nor could it flourish.
If at first you dont succeed.You're screwed.
C++/Java NOOB.
I aint a professional at PHP, but if i can help i will.
-
Jan 16th, 2006, 01:41 AM
#6
Fanatic Member
Re: how to go professionally?
Love you too, slice.
Oh wait, I forgot.. I LOVE YOU vbforums.com!!!!
Last edited by nkad; Jan 16th, 2006 at 04:16 AM.
-
Jan 16th, 2006, 01:51 AM
#7
PowerPoster
Re: how to go professionally?
Hmm, well,
-keep your query counts low (less than 10) (I remember when I started, and I had 200+ queries because I had some SQL inside PHP loops.. whoops! )
-try and collect the data you need from the db first and then work on how your going to display it later on in your file to make things easier to read.
Having a secure login system will be a fun challenge :\
-
Jan 16th, 2006, 02:36 AM
#8
Thread Starter
Addicted Member
Re: how to go professionally?
Would you guide me according to your experiences ?
-
Jan 16th, 2006, 02:39 AM
#9
Thread Starter
Addicted Member
Re: how to go professionally?
From where i have to start to build database driven website.There will be one end for customers and one end for sellers.
-
Jan 16th, 2006, 09:45 AM
#10
Hyperactive Member
Re: how to go professionally?
so your saying..
there will be a table for sellers and a table for buyers?
Without balance, there could only be chaos.
Without chaos, there could be no balance.
I live with karma. Eat with destiny. Dream of life without shackles....
Yet. If life had no consequences, life could not exist, nor could it flourish.
If at first you dont succeed.You're screwed.
C++/Java NOOB.
I aint a professional at PHP, but if i can help i will.
-
Jan 16th, 2006, 03:37 PM
#11
Thread Starter
Addicted Member
Re: how to go professionally?
I am asking about "professional approach" for building professional websites.
-
Jan 16th, 2006, 04:24 PM
#12
Re: how to go professionally?
In what area? Application design? Business practices?
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Jan 17th, 2006, 02:05 AM
#13
Hyperactive Member
Re: how to go professionally?
More info into what your trying to accomplish will help us; help you.
Without balance, there could only be chaos.
Without chaos, there could be no balance.
I live with karma. Eat with destiny. Dream of life without shackles....
Yet. If life had no consequences, life could not exist, nor could it flourish.
If at first you dont succeed.You're screwed.
C++/Java NOOB.
I aint a professional at PHP, but if i can help i will.
-
Jan 17th, 2006, 07:40 AM
#14
Thread Starter
Addicted Member
Re: how to go professionally?
Here i am giving overview of my application and in next posts detail if needed.
I want to build database driven website.Where buyer will register account and can see what things are available for him to purchase.He will select them and process the order.
And sellers will have to register and in their account the can check which buyer has order for what and they can lock buyer's request if they would have that particular product in their store.
And what i really want to ask from you is about the professional apporach/start to build these kind of websites.I will not bother you about syntax or logic used in development.
Thank You.
-
Jan 17th, 2006, 07:47 AM
#15
Re: how to go professionally?
If you want to do it really professionally, learn about 3-tier application design, and model-view-controller design.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|