Mobile app version of vmapp.org
Login or Join
Goswami567

: What is the general process for planning and developing a new website? I work at an agency mostly focused in software development however sometimes a microsite is accessory to one of our solutions

@Goswami567

Posted in: #Content #WebsiteDesign #Workflow

I work at an agency mostly focused in software development however sometimes a microsite is accessory to one of our solutions and we need to build it.

I'm trying to define a clear process for creating a website but I don't know in which order each task is commonly done and specially I'm trying to figure out at which point the static content is written.

I can think of some tasks like: writing static content, design, wire-framing, defining keywords and SEO, coding. but I'm not sure in which order tackle them.

How is this normally done?

What needs to be considered for creating a new website, and in what order?

10.04% popularity Vote Up Vote Down


Login to follow query

More posts by @Goswami567

4 Comments

Sorted by latest first Latest Oldest Best

 

@Mendez620

This may help. There are some good web design principles

google handbook web fundamentals

The handbook is a comprehensive resource for multi-device web development. Therefore it is split into 4 categories:

Multi-Device Layouts — Creating flexible, not fixed, layouts that provide a great experience no matter what device they are on

Images and Video — Incorporating images, audio or video then learn how you can make images responsive, add videos and provide alternatives for legacy platforms. Audio currently under development

Forms and User Input — Creating forms that use semantic input types and elements that respond to touch and other gestures.

Optimizing Performance — Learn how about the browser object model how it constructs the page from your HTML and CSS. There are other page rules and recommendations to optimize delivery of data

10% popularity Vote Up Vote Down


 

@Samaraweera207

I got some information from the Blog
sixrevisions.com/web-development/a-6-step-general-process-for-producing-a-website/



Learn

It shouldn’t surprise you that learning — discovering and understanding what you need to build in the first place — is the most important part of the entire
website design process.
The Creative Brief

You should obtain this information in the way you and your clients are most comfortable with — but whatever you do, don’t skip the creative brief because it will become the lifeblood of your project.


What kind of questions should you ask in your creative brief? At the minimum, find out:


The client’s target audience
Their primary and secondary goals for the website
Current branding characteristics Budget
Deadlines they need to meet


3.Plan

Once you’ve learned what you need to build, it’s time to start planning how you are going to make it happen. Before you can start designing a website, you need to know exactly what, and how, to design it in the first place — and it all starts with creating a design strategy.

4.Design

Once you are ready to start designing, keep in mind that you need to design more than just a home page. You’ll need a design for the sub-pages of your site as well. It can sometimes be easy to design a home page concept, slice it up and start coding

5.Code

Once you have a killer design, you’ll need to turn it into a real, live website. A safe bet, no matter what content management system you are going to be working with, is to start with a generic HTML and CSS

6.Launch

When you’ve finally perfected the site, it’s time to release it to the public. Launching can mean different things to different people, mostly because there are various content management systems and development circumstances out there.

7.Maintain

During your planning phase, you should have determined who will be in charge of site maintenance

10% popularity Vote Up Vote Down


 

@Jennifer810

My project workflows generally work like this:


Meet with client(s) to gather requirements (determine what they need)
Determine which back-end strategies to use (programming language, platform, etc)
Create wireframe to outline how the site or application will work and where the basic elements will go
Review wireframe with client
Design mockups - these may be HTML/CSS mockups or they may be images designed in Illustrator or Photoshop
Review mockups with client
Edit mockups based on client feedback
Create working product


Ideally the clients get us real content as early in the process as possible, but the reality is that may come at a later point. I'll note that I create a lot of web-based applications so we determine the basic features at the requirements stage and design with those in mind.

10% popularity Vote Up Vote Down


 

@Murray976

For me many areas can overlap to an extent.


Define needs via sketching, wireframes, notes, discussions, budget, etc. (must come first)
Wireframing - Content can start to be written here or at least outlined. Rough ideas of size of the content will assist in wire framing, so really writing and wire framing can go somewhat together.
Wireframe approval
Finalize content - early design roughs can be started here but can't be finalized until static copy is complete.
Content approval
Finalize Design / Keywords / coding - keywords can be figured as the design is being fleshed out. Depending on work habits coding may be started in order to finalize the design.
Design approval
Finish Coding / SEO - coding and SEO can go hand in hand. You know, code with SEO in mind at the same time start planning external SEO strategies, etc.
Code approval
Ongoing SEO/maintenance.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme