iEntry 10th Anniversary Webforumz RegistrationAnnouncements Contact Webforumz StaffContact
Home Resources Blogs Meet the Team Contact Register
 

Go Back   WebForumz.com > The Visual Design > Your Design and Layout

Reply
 
LinkBack Thread Tools
Old February 2nd, 2008, 08:26 AM   #1
New Member
 

Join Date: Feb 2008
Location: Japan
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 kobesunset is on a distinguished road
How to make a template

Hi,

I am creating a web site for the first time, and I am really confused about how to approach building my website. I have taught myself HTML and I would like to build my site without using a WYSWYG editor.

Question #1: Can I build a good, or even complex website without a software like Frontpage or Dreamweaver?

I have a basic design in mind. What I want is a template for my website. But I want to create the template myself.

Question #2. Is it possible to create a template with Open Office Draw (Windows Vista) or Paint Shop Pro Photo X2?

I am also confused about how to turn a graphic image that I would make into a template.

Any advice would be greatly appreciated.

Thanks guys

Ryan

Last edited by alexgeek; February 6th, 2008 at 07:02 AM..
kobesunset is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old February 2nd, 2008, 10:50 AM   #2
Most Reputable Member
 

Join Date: May 2007
Location: Cornwall, England
Posts: 1,422
Blog Entries: 8
Thanks: 18
Thanked 14 Times in 14 Posts
Rep Altering Power: 0 Jack Franklin will become famous soon enough
Re: How to make a template

1. Defo. Check out NotePad++, or there are stickies in this forum with links to programs for coding. Or, you can use good old fashioned Notepad.
2. Do you mean a template as in 'Mock Up'? Any GFX program will be good for that.
__________________
Yours is the Earth and everything that's in it
And - which is more - you'll be a Man my son!
Jack Franklin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old February 2nd, 2008, 03:22 PM   #3
Aso
Most Reputable Member
 

Join Date: Oct 2007
Location: UK
Posts: 1,633
Blog Entries: 2
Thanks: 22
Thanked 84 Times in 79 Posts
Rep Altering Power: 0 Aso is on a distinguished road
Re: How to make a template

Dreamweaver is still an extremely powerful program for website management. You don't have to use the visual designer, you can simply use the 'code' view.

Think of it as an advanced notepad, with syntax highlighting and file management. It's very customisable and can certainly improve your workflow. Definitely check out Notepad++ as Jack recomended as well as the HTML Editors sticky.

Converting a graphic into HTML (or 'PSD to HTML' as it also known) is a skill in itself admittedly.

Just try to think about it logically. Try to visualise the segments you could recreate in HTML - map out the 'blocks' of your site in it's simplest form, then slowly build up the details.

It will most definitely be a case of trial and succeed, but it's an extremely effective way of learning. Soon enough you'll get to grips with it and you'll be plain sailing
Aso is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old February 2nd, 2008, 03:34 PM   #4
Most Reputable Member
 

Join Date: May 2007
Location: Cornwall, England
Posts: 1,422
Blog Entries: 8
Thanks: 18
Thanked 14 Times in 14 Posts
Rep Altering Power: 0 Jack Franklin will become famous soon enough
Re: How to make a template

Try Karinne's tutorial: http://creativecoding.webforumz.com/...e-from-a-z.php
__________________
Yours is the Earth and everything that's in it
And - which is more - you'll be a Man my son!
Jack Franklin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old February 5th, 2008, 10:20 AM   #5
Reputable Member
 

Join Date: Jan 2008
Location: Pasig
Posts: 105
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 sekuchi is on a distinguished road
Re: How to make a template

1. I would definitely recommend Dreamweaver, it's easy to use and navigate.
2. For graphics design, Photoshop and Corel Draw. But you can use other graphics software that is free like GIMP or paint.net
sekuchi is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old February 6th, 2008, 03:59 AM   #6
New Member
 

Join Date: Feb 2008
Location: Japan
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 kobesunset is on a distinguished road
How to stack images?

Hey guys, I want to say thank you for all the advice and help. I am still pluggin away on CSS. What I am confused about now is how to put an image on top of another image. Let's take this page, for example. In the upper right hand side we have the banner, which is brown. On top of that is another image, the google ad. Also there are the icons next to "log out", "contact us", and "advertise. Can someone explain to me how this was done? Is this even done with CSS?

Ahhh, I just hate being a beginner....
kobesunset is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old February 6th, 2008, 06:57 AM   #7
Aso
Most Reputable Member
 

Join Date: Oct 2007
Location: UK
Posts: 1,633
Blog Entries: 2
Thanks: 22
Thanked 84 Times in 79 Posts
Rep Altering Power: 0 Aso is on a distinguished road
Re: How to make a template

The banner is known as a background-image. You can specify any element to have a background image, and anything placed within the element will appear 'on top.'
Aso is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old February 8th, 2008, 05:04 PM   #8
New Member
 

Join Date: Dec 2007
Location: Minnesota
Age: 26
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 shammy2007 is on a distinguished road
Re: How to make a template

I started of using Frontpage for my coding, but now i have moved to just using notepad++.
In web design you will never stop learning and there is alot to learn.
Im still learning so many things, but defo get use to coding in notepad++. it seemed beyond me at first, but now i acctually know the codes so i just type it all out.
shammy2007 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Template I have bought from template-design.info suggestion Flash and ActionScript 6 September 30th, 2007 02:25 PM
Need some CC on my template Raz E Graphic Specifics 6 July 31st, 2007 10:18 PM
How do i make my PSD Template into a working HTML Page homer09001 HTML, XHTML and CSS 23 July 31st, 2007 09:23 PM
Need help with template please..! Maxis HTML, XHTML and CSS 2 November 15th, 2005 07:41 PM


Search Engine Optimization by vBSEO 3.2.0 RC8