Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website Design Forum


You are currently viewing our Website Design Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Help getting from the design I have to the HTML for our site?
Old 12-03-2010, 04:40 AM Help getting from the design I have to the HTML for our site?
Junior Talker

Posts: 1
Name: zhangshjin
Trades: 0
We are planning on hiring a company to design a webpage for our business sometime next year, but in the meantime, we'd like to have a simple homepage for anyone who visits the URL now. We've designed what we want it to look like, but as a beginner, I'm having difficulty understanding how to code for this. See the design here: Web Design

1. What type of code should I use? (tables, or something else)
2. Most tutorials that I've read say to splice the image into pieces using Photoshop and stitch it back together using tables. What benefit does that have over having one large image?
3. If I want the email address to be a clickable hyperlink, should I use an image map?
4. How do I code the page so that regardless of the user's screen resolution, they will be able to see the page without any issues (ideally, I don't want any scrolling to occur, just for the layout to fit the user's browser window).

I know basic html, have experience using CMSs like Wordpress and am a beginner/intermediate in Photoshop.

Thanks in advance!
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
zhang02 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 12-03-2010, 05:45 AM Re: Help getting from the design I have to the HTML for our site?
Mug
Skilled Talker

Posts: 78
Trades: 0
I can't tell on this laptop screen if the background has a vignette but you will need to tile the background. You need to splice up the background so you get about a 20-50px square and then repeat-x repeat-y on either the <body> background or a wrapper <div> background. Don't use one massive image for the background it will take ages for the page to load and will look odd for browsers above 1680x1050px. I am not sure how you would do the vignette without using a transparent png but you would be effectively resizing the image so that it was fixed to the size of the browser view port (not good). I would just not design it like that in the first place.

Don't use tables use divs (sections) you can center horizontally and vertically by using the following code:
http://www.jakpsatweb.cz/css/css-ver...-solution.html

Within the center div you can then either use a background image for the rounded corner box or use HTML5 to add the dropshadow and rounded corners (see other HTML5 forum posts why this might not be a good idea for non css3 browsers).

Depending on whether the text is a system font (i am not too good at font recognition) you would just use css on a <a>your@email.com</a> element. You may get some spam email from email harvesters but this would be the correct way of displaying a link. If it is a non system font then you could use @font face or depending on your target audience's browser you could use an image. System fonts are preferred in older browsers. Somebody else may be able to clarify other ways of preventing spam and displaying the link.

If you Google any of the terms above you will find enough information to build the site. If you are after specific coding you usually would have to pay, given that they would be building the site for you.

Hope that helps.
__________________
Mug

Please login or register to view this content. Registration is FREE
Mug is offline
Reply With Quote
View Public Profile
 
Old 12-03-2010, 09:44 AM Re: Help getting from the design I have to the HTML for our site?
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Try these resources:
http://cssslicingguide.com
http://www.subcide.com/tutorials/csslayout/
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 12-05-2010, 12:54 AM Re: Help getting from the design I have to the HTML for our site?
radiant_luv's Avatar
Skilled Talker

Posts: 56
Location: WebVille
Trades: 0
Try those resources provided by LadynRed.
Just want to clear up as you've mentioned using "tables" ... "table" is meant for tabular data. If you have a tabular data, use tables else use different elements such as blocks.

Thanks
__________________

Please login or register to view this content. Registration is FREE

Professional & Quality Website Design
Custom Layout Design, PSD to XHTML, Wordpress

Last edited by radiant_luv; 12-05-2010 at 01:01 AM..
radiant_luv is offline
Reply With Quote
View Public Profile Visit radiant_luv's homepage!
 
Reply     « Reply to Help getting from the design I have to the HTML for our site?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.20583 seconds with 12 queries