Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 333995
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T10:00:48+00:00 2026-05-12T10:00:48+00:00

Am looking for a guide, or simple to understand method of designing a website.

  • 0

Am looking for a guide, or simple to understand method of designing a website.

I have a good idea of how to do various things in PHP anyways, basic knowledge of OOP, and functions and what not…

But I need some structure, to keep me on track and let me know what I should be doing.

Is there any websites, guides, or methods that can help me with this? Or maybe a application, client or web-app…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T10:00:48+00:00Added an answer on May 12, 2026 at 10:00 am

    First you need to decide what your app is going to do and who is going to use it.

    Next you can create use cases to start planning exactly what users will be doing. You can even make fancy little diagrams with stick figures and arrows.

    Sequence diagrams and screen mockups will help you plan out how the system will work, and what pages you’ll need.

    You can also make a UML based class diagram which can really help you plan out what classes you’ll need to make, including what methods and variables they’ll need, as well as get you on track for designing the database to fit your website.

    Doing these things may seem kind of boring or lame compared to jumping right in and writing code, but because it forces you to think ahead of time you can avoid a ton of pitfalls, even if you only do it half-assed.

    From there you can actually make a serious TODO list, and order tasks by dependencies and priorities. I use text files. It’s not the fanciest solution but it works for me.

    Edit:

    Expanding on my own process. Note that this is what I do while working by myself on my own projects.

    Once I have the above sort of done, the next thing I’ll do is actually write out the database tables, something like this:

    USERS TABLE
    ===========
    user_id (PK) unsigned int (10)
    username varchar(30)
    email_address varchar(30)
    is_active bool
    password varchar(41)
    registration_date datatime
    registration_ip varchar(20)
    last_login_ip varchar(20)
    last_login_date datetime
    

    …etc. for all the tables. Then sit back and look at how the tables relate to each other, think of what might be missing, and normalize/denormalize until it makes sense for the app being built and especially the queries that will need to be written. Yes I do this in a text file.

    I would strongly recommend, as others have, the MVC design pattern. It might not fit what you want to do, but it usually fits for most web apps and makes them so much easier to implement and maintain. The last thing you want is spaghetti code.

    So if you are going to use MVC, it should be pretty clear what models you’ll need to write (the most important part), as well as controller and view files.

    So this is how I organize what I need to do:

    TODO
    - create database tables
    - user registration
    - authentication
    ...
    
    SECURITY
    - sessions in db table
    - xss cleaning in form x
    ...
    

    etc!

    Every time I think of anything that I need to do it becomes a point. Obviously these points can easily expand out further. I try to order them by what I feel like working on next (because that’s the easiest way to move forward) and by importance, or dependency from other tasks.

    This might seem silly to some, but this is how I keep track of things.
    Hope it gives you some ideas.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've been looking for a decent guide to Haskell for some time, but haven't
while reading cocoa fundamental guide i have gone through: (void)addObserver:(id)notificationObserver selector:(SEL)notificationSelector name:(NSString *)notificationName object:(id)notificationSender
I'm looking for a method of generating unique identifiers for a record class being
I'm looking for a guide in How to set up jasper reports in spring
I am looking for any examples or guides to using Linq over WCF (n-tier
I'm looking for some programming guides to C# GUI design. I come from the
I'm looking for any suggestion/rules/guides on making a decent print css for when a
Looking for feedback on : http://code.google.com/p/google-perftools/wiki/GooglePerformanceTools
Looking for an example that: Launches an EXE Waits for the EXE to finish.
Looking for C# class which wraps calls to do the following: read and write

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.