Mobile app version of vmapp.org
Login or Join
Ogunnowo857

: How to efficiently code a Web site wireframe? If you have in your mind, on paper, or on screen an image of your Web site, how should you go about implementing it? Use Adobe Creative Suite?

@Ogunnowo857

Posted in: #BestPractice #WebsiteDesign

If you have in your mind, on paper, or on screen an image of your Web site, how should you go about implementing it? Use Adobe Creative Suite? A text/HTML editor?

My understanding is that people used to "slice" images in the past, but that seems passe now. I am not a graphic designer but I design sites casually (for myself) and I want to know what the current best practices are. I intend to use HTML5, CSS3, server-side (python) and client-side frameworks (Javascript).

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Ogunnowo857

2 Comments

Sorted by latest first Latest Oldest Best

 

@Speyer780

Depends what you mean by "wireframe."

If you want a detailed sketch to show functionality without actually coding, I found Wireframe Sketcher to be a useful intermediate step between "mockup in Adobe product" and "finished CSS/HTML."

If you want a website which actually works, but doesn't have the images, content, or bells and whistles, then just code it like you normally would but use boxes and Lorem Ipsum filler text.

10% popularity Vote Up Vote Down


 

@Caterina889

These days, once a wireframe is established I simply use BBEdit and a browser to build the framework.

Image applications - Photoshop, Illustrator, et. al. - are used to create individual elements but it has become increasingly rare to build out an entire page in painting/drawing application and then slice it up. It's far more efficient to simply code in many cases.

Now, I am generalizing to a degree. Much of this depends greatly on the site design. There are some image-intensive sites which need to be graphically created then broken down into proper background images or elements for use in CSS.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme