Results 1 to 15 of 15

Thread: how to go professionally?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2006
    Location
    Osaka
    Posts
    200

    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.

  2. #2
    Frenzied Member oceanebelle's Avatar
    Join Date
    Jun 2005
    Location
    my n00k.
    Posts
    1,064

    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.

  3. #3
    Frenzied Member
    Join Date
    Aug 2005
    Posts
    1,042

    Re: how to go professionally?

    slice:

    This link has a lot of good tutorials on PHP:

    http://www.w3schools.com/

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Jan 2006
    Location
    Osaka
    Posts
    200

    Re: how to go professionally?

    Quote 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.

  5. #5
    Hyperactive Member PlaGuE's Avatar
    Join Date
    Jun 2005
    Location
    in ur mind.
    Posts
    445

    Re: how to go professionally?

    play around.
    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.

  6. #6
    Fanatic Member
    Join Date
    Sep 2000
    Posts
    770

    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.

  7. #7
    PowerPoster Pc_Madness's Avatar
    Join Date
    Dec 2001
    Location
    Melbourne, Australia
    Posts
    2,765

    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 :\
    Don't Rate my posts.

  8. #8

    Thread Starter
    Addicted Member
    Join Date
    Jan 2006
    Location
    Osaka
    Posts
    200

    Re: how to go professionally?

    Would you guide me according to your experiences ?

  9. #9

    Thread Starter
    Addicted Member
    Join Date
    Jan 2006
    Location
    Osaka
    Posts
    200

    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.

  10. #10
    Hyperactive Member PlaGuE's Avatar
    Join Date
    Jun 2005
    Location
    in ur mind.
    Posts
    445

    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.

  11. #11

    Thread Starter
    Addicted Member
    Join Date
    Jan 2006
    Location
    Osaka
    Posts
    200

    Re: how to go professionally?

    I am asking about "professional approach" for building professional websites.

  12. #12
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594

    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.

  13. #13
    Hyperactive Member PlaGuE's Avatar
    Join Date
    Jun 2005
    Location
    in ur mind.
    Posts
    445

    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.

  14. #14

    Thread Starter
    Addicted Member
    Join Date
    Jan 2006
    Location
    Osaka
    Posts
    200

    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.

  15. #15
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594

    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
  •  



Click Here to Expand Forum to Full Width