Jump to content

Afelk

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Afelk

  1. One of the more popular methodologies is the M V C approach ( Model - View - Controller ) . Have a google on 'PHP design patterns'. You will also find a lot of the frameworks in use today use this pattern

     

    thank you for you help ill check out MVC model !

     

     

    Whilst I love MVC and its approach so solving many programming problems I don't think its the answer you're looking for. MVC is a way of structuring you're code, not a design process.

     

    You need to look at your requirements and see what's already available. If something is available, how can you implement it? There are many frameworks, good and bad, available so look into them as they'll provide a rigid foundation for you to build your app on top of.

     

    Its hard to give any further comments because everything starts at what your requirements are i.e. what you want to achieve.

     

    im building a simple Q&A system , give me some models of design to check them , thank you

     

     

    The first thing you should do is figure out what problem your site is trying to solve. Every website has a purpose, and within that purpose you can figure out the important data and behind-the-scenes processes that addresses that purpose/problem. From there, flip it around and figure out how an end user would want to interact with that. Unless you're doing something incredibly simple, chances are what your users can interact with will be a small portion of what actually happens on the back end.

     

    Refine and repeat that process until you're confident you have something coherent.

     

     

    soo u r telling me that i have to program the core of php (classes and functions) and the database , and then design the website and create the interface between the users and the system (forms and buttons and all ) ?

  2. hi !

     

    i am on the point of starting building a website from scratch , i know what i want to do and the different technologies a want to use but i dont know what are the steps and what comes first and how to implement different technologies , between designing the website (html+css) and programming (classes + database conections + pages) + JQuery . is there any models about designing and combining these things to bulid a Website ?

     

    thanks !

  3. i wanna start designin an index.html page and this is the first time im doing it , i want to cut the page elements into a bunch of div tags then filling them with whatever i want later , i just want to know what im doing wrong and what right and how to make the code work for any screen size !

     

    any comment about the code will be helpful cuz i want to move on and fill everything and i dont want to make some big mistake now !

    index_off.html

    index_off.css

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.