Jump to content

When do you move your graphics to HTML?

Whether you're a seasoned veteran or a struggling beginner, Web Radiance is the web development and web design forum for you. You'll find answers to all your HTML, CSS, SEO, and Programming needs. Pull up a chair and stay awhile.

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

When do you move your graphics to HTML? Rate Topic: -----

#1 User is offline   Rob Kaper 

  • W.R. Corporal
  • Group: Members
  • Posts: 97
  • Joined: 19-July 08
  • Gender:Male
  • Location:Rotterdam, NLD

Posted 26 July 2008 - 08:03 PM

Everyone reaches this decision at some point: you've created some graphics, moved around some layers in Photoshop.. and now you have to build the HTML/CSS to get your new design actually working as a web site. But when do you do this? Do you complete the entire design first? Do you design the basic elements and then figure "from now on it's faster to finish things with the actual code"? Or do some even start with the basic HTML/CSS and then work on the graphics, for example because you always use a base template for the HTML?

I tend to fall in the middle group. I design the logo and basic page layout elements, but when it comes to texts and links it's easier for me to just directly design them. I then crop the design image into the image parts I need. For new projects I now also start on a CSS sprite pack right away because I noticed a hidden unintentional benefit of using CSS sprites: having all icons together in one image makes it a lot easier to check that the icons match in style, while also making it possible to colourise all icons in one go.

When do you think is the best time to trade in your graphics program for the web browser?
Rob Kaper - Rotterdam
0

#2 User is offline   Karl Buckland 

  • A.K.A. Sirkent
  • Group: Administrators
  • Posts: 2,145
  • Joined: 04-April 06
  • Gender:Male
  • Location:Kent, UK

Posted 27 July 2008 - 03:00 AM

Unless there is a design decided before I start coding a project, the design always comes later and is usually informed by the layout and usability chosen by me in the application. Although I do tend to use a basic design and layout in the first version of any developed software (not the final design) simply because things look a lot better and more objectives decisions can be made about look and feel and layout, which have to develop as the application matures.

To be honest, there's no one point when it all goes to HTML. I always see the design, layout and functionality as evolving and maturing and nothing is set in stone until you complete development - whether that's design or functionality.
QUOTE(benbramz @ Aug 17 2007, 07:44 AM) Ive noticed that quite a few people are now adding quotes from the board into their signature. I think its started an new web-radiance craze.. :P
0

#3 User is offline   jameson 

  • W.R. Corporal
  • Group: Members
  • Posts: 114
  • Joined: 08-July 08
  • Gender:Male
  • Location:Phoenix, AZ
  • Interests:These days I eat, sleep, and breathe web design with no time for much else. I sure dig some good techno, though.

Posted 27 July 2008 - 10:20 AM

I tend to use Photoshop as a sketch pad, where I draw out what a single page of the website would look like complete with text and everything. Then I show the image to the client, and if he/she likes it I move on from there and start the actual coding.
0

#4 User is offline   TJSingleton 

  • Allegedly Legendary
  • Group: Members
  • Posts: 517
  • Joined: 31-July 06
  • Location:Winder, GA

Posted 28 July 2008 - 03:00 PM

In a rush, I have build layouts just knowing the dimensions of the site. We added the images later after they were approved.

That said, normally we have a basic photoshop mock up, prior to starting converting it to html.

Here is the process we use at Vantage Street.

1. Sketch - http://www.draftdepo...tics-sketch.jpg
2. Deisgn - http://www.draftdepo...ctics_mock1.jpg
3. Code - in progress.
0

#5 User is offline   supasnail 

  • W.R. Corporal
  • Group: Members
  • Posts: 112
  • Joined: 19-September 07

Posted 28 July 2008 - 06:50 PM

I will aim to have a fairly polished (fireworks) mock-up of the site before beginning any html. Clients have a habit of changing their minds, so I like to have as many problems as possible ironed out in this design stage before beginning to code. Changing layout once the coding has begun can often be problematic and therefore costly to the client.
0

#6 User is offline   jameson 

  • W.R. Corporal
  • Group: Members
  • Posts: 114
  • Joined: 08-July 08
  • Gender:Male
  • Location:Phoenix, AZ
  • Interests:These days I eat, sleep, and breathe web design with no time for much else. I sure dig some good techno, though.

Posted 29 July 2008 - 09:12 AM

View Postsupasnail, on Jul 28 2008, 04:50 PM, said:

Changing layout once the coding has begun can often be problematic and therefore costly to the client.

Yeah, plus if you start the coding with one layout in mind and then change direction halfway through, you can end up with some pretty messy code, too.
0

#7 User is offline   Rob Kaper 

  • W.R. Corporal
  • Group: Members
  • Posts: 97
  • Joined: 19-July 08
  • Gender:Male
  • Location:Rotterdam, NLD

Posted 29 July 2008 - 09:45 AM

True, at some point you'll want things settle a bit. On the other hand I have to agree with Sirkent that often there will be an iterative process.
Rob Kaper - Rotterdam
0

#8 User is offline   Bronzytalk 

  • W.R. Private
  • Group: Members
  • Posts: 43
  • Joined: 21-November 08

Posted 24 November 2008 - 04:21 AM

I think you have to design first on photo shop because photo shop is the best designing software. After that you link your image in HTML coding .CSS is just a style sheet you can change here background color , Font Size color, etc.
0

#9 User is offline   Bronzytalk 

  • W.R. Private
  • Group: Members
  • Posts: 43
  • Joined: 21-November 08

Posted 20 January 2009 - 04:44 AM

After completing the sketch how my web page actually looks I start converting into coding.
0

#10 User is offline   lconcordnc 

  • W.R. Private
  • Group: Members
  • Posts: 10
  • Joined: 25-June 11

Posted 25 June 2011 - 09:14 AM

I do tend to use a basic design and layout in the first version of any developed software (not the final design) simply because things look a lot better and more objectives decisions can be made about look and feel and layout, which have to develop as the application matures. :)
0

#11 User is offline   EncoderDecoder 

  • W.R. Sergeant
  • Group: Members
  • Posts: 260
  • Joined: 01-March 11
  • Gender:Female
  • Location:Philippines

Posted 11 November 2011 - 11:17 AM

i think when the graphic is approved by the owner of the site, then that is the time that the web master puts the graphic into the html.
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users