Kreative Flow Designs
Thanks for visiting Kreative Flow. You'll recieve the best tutorials, resources and graphic information here.

Do register if you are a guest for exclusive content only for members!



Join the forum, it's quick and easy

Kreative Flow Designs
Thanks for visiting Kreative Flow. You'll recieve the best tutorials, resources and graphic information here.

Do register if you are a guest for exclusive content only for members!

Kreative Flow Designs
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Making a website from scratch

+8
Henryz
sonicjesusfreak
Adil
theboss
erione
ueda-hime
someoneinsane
coreman
12 posters

Go down

Making a website from scratch Empty Making a website from scratch

Post by coreman Thu 05 Mar 2009, 9:55 am

Does anyone have any nice guides or videos on making a simple website from scratch? Im interested. Smile

Thank you all kindly. Razz
coreman
coreman
New Member
New Member

Number of posts : 5
Flow Points : 0
Reputation : 0
Warnings :
Making a website from scratch Left_bar_bleue0 / 1000 / 100Making a website from scratch Right_bar_bleue

Mood : Making a website from scratch NoMood-1

Back to top Go down

Making a website from scratch Empty Re: Making a website from scratch

Post by someoneinsane Thu 05 Mar 2009, 10:47 am

I dont quite understand...
Do you want a program like NVU or Bluefish, or do you want an online website maker?
someoneinsane
someoneinsane
Top Poster
Top Poster

Number of posts : 789
Flow Points : 852
Reputation : 9
Warnings :
Making a website from scratch Left_bar_bleue0 / 1000 / 100Making a website from scratch Right_bar_bleue

Mood : Making a website from scratch Ekon6q

Back to top Go down

Making a website from scratch Empty Re: Making a website from scratch

Post by ueda-hime Thu 05 Mar 2009, 8:28 pm

ueda-hime
ueda-hime
Gold Member
Gold Member

Number of posts : 117
Flow Points : 102
Reputation : 0
Warnings :
Making a website from scratch Left_bar_bleue0 / 1000 / 100Making a website from scratch Right_bar_bleue

Mood : Making a website from scratch Ruqnmc

http://ueda-hime.forummotion.com

Back to top Go down

Making a website from scratch Empty Re: Making a website from scratch

Post by erione Fri 06 Mar 2009, 3:20 am

I have some links here,

(Stage 1: design)
http://psd.tutsplus.com/interface-tutor ... m-scratch/
(Stage 2: sliceing and coding)
http://net.tutsplus.com/site-builds/bui ... m-scratch/
erione
erione
Global Moderator
Global Moderator

Number of posts : 1285
Flow Points : 2110
Reputation : 21
Warnings :
Making a website from scratch Left_bar_bleue0 / 1000 / 100Making a website from scratch Right_bar_bleue

Mood : Making a website from scratch 2eoz5ef

Back to top Go down

Making a website from scratch Empty Re: Making a website from scratch

Post by theboss Fri 06 Mar 2009, 8:38 am

just downlaod dreamweaver and make a table
theboss
theboss
Gold Member
Gold Member

Number of posts : 175
Flow Points : 110
Reputation : 2
Warnings :
Making a website from scratch Left_bar_bleue0 / 1000 / 100Making a website from scratch Right_bar_bleue

Mood : Making a website from scratch 2e3pslt

http://forums.sw-gm.com

Back to top Go down

Making a website from scratch Empty Re: Making a website from scratch

Post by someoneinsane Fri 06 Mar 2009, 10:12 am

theboss wrote:just downlaod dreamweaver and make a table
Adobe Dreamweaver costs money.
someoneinsane
someoneinsane
Top Poster
Top Poster

Number of posts : 789
Flow Points : 852
Reputation : 9
Warnings :
Making a website from scratch Left_bar_bleue0 / 1000 / 100Making a website from scratch Right_bar_bleue

Mood : Making a website from scratch Ekon6q

Back to top Go down

Making a website from scratch Empty Re: Making a website from scratch

Post by Adil Fri 06 Mar 2009, 10:35 am

I think he means some videos showing how to create a site? Right? Erione has some nice videos. Smile
Adil
Adil
Founder
Founder

Number of posts : 2488
Flow Points : 3875
Reputation : 43
Warnings :
Making a website from scratch Left_bar_bleue0 / 1000 / 100Making a website from scratch Right_bar_bleue

Mood : Making a website from scratch 2ezmpsz

http://www.kreativeflow.net

Back to top Go down

Making a website from scratch Empty Re: Making a website from scratch

Post by theboss Fri 06 Mar 2009, 12:44 pm

you can get a free trial of dreamweaver
theboss
theboss
Gold Member
Gold Member

Number of posts : 175
Flow Points : 110
Reputation : 2
Warnings :
Making a website from scratch Left_bar_bleue0 / 1000 / 100Making a website from scratch Right_bar_bleue

Mood : Making a website from scratch 2e3pslt

http://forums.sw-gm.com

Back to top Go down

Making a website from scratch Empty Re: Making a website from scratch

Post by sonicjesusfreak Wed 11 Mar 2009, 3:07 pm

Are you doing the HTML yourself?? Of you are here is the basic layout for a web page:

Code:

<html>
    <head>
    </head>
    <body>
    </body>
</html>
sonicjesusfreak
sonicjesusfreak
New Member
New Member

Number of posts : 8
Flow Points : 0
Reputation : 0
Warnings :
Making a website from scratch Left_bar_bleue0 / 1000 / 100Making a website from scratch Right_bar_bleue

Mood : Making a website from scratch 10y496f

Back to top Go down

Making a website from scratch Empty Re: Making a website from scratch

Post by Henryz Sat 04 Apr 2009, 2:23 pm

www.GarySimon.net, great designer, he has some tutorials which helped me a lot some time ago.
Henryz
Henryz
Gold Member
Gold Member

Number of posts : 109
Flow Points : 241
Reputation : 3
Warnings :
Making a website from scratch Left_bar_bleue0 / 1000 / 100Making a website from scratch Right_bar_bleue

Mood : Making a website from scratch 34689ar

http://www.webvicious.com, http://www.Henry.Brown.Name

Back to top Go down

Making a website from scratch Empty Re: Making a website from scratch

Post by Ghost Sat 11 Apr 2009, 8:49 am

sonicjesusfreak wrote:Are you doing the HTML yourself?? Of you are here is the basic layout for a web page:

Code:

<html>
    <head>
    </head>
    <body>
    </body>
</html>
I don't like people learning to code html first, I think it's better to get used to XHTML since after all, it is the future.
Code:
<!DOCTYPE Doctype goes here>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Title goes here</title>
</head>

<body>
</body>

</html>
I would say learn from W3Schools
http://w3schools.com/sitemap/sitemap_tutorials.asp
Ghost
Ghost
Member
Member

Number of posts : 39
Flow Points : 74
Reputation : 3
Warnings :
Making a website from scratch Left_bar_bleue0 / 1000 / 100Making a website from scratch Right_bar_bleue

Mood : Making a website from scratch 2eoz5ef

http://www.ghostwebznetwork.com/

Back to top Go down

Making a website from scratch Empty Re: Making a website from scratch

Post by Henryz Tue 14 Apr 2009, 6:47 pm

XHTML might as well be HTML, especially if your learning. All you have to do is put in a doc type and code semanticly and your on the right tracks.
Henryz
Henryz
Gold Member
Gold Member

Number of posts : 109
Flow Points : 241
Reputation : 3
Warnings :
Making a website from scratch Left_bar_bleue0 / 1000 / 100Making a website from scratch Right_bar_bleue

Mood : Making a website from scratch 34689ar

http://www.webvicious.com, http://www.Henry.Brown.Name

Back to top Go down

Making a website from scratch Empty Re: Making a website from scratch

Post by theboss Thu 16 Apr 2009, 12:24 pm

i suggest looking at some pages that are made already
theboss
theboss
Gold Member
Gold Member

Number of posts : 175
Flow Points : 110
Reputation : 2
Warnings :
Making a website from scratch Left_bar_bleue0 / 1000 / 100Making a website from scratch Right_bar_bleue

Mood : Making a website from scratch 2e3pslt

http://forums.sw-gm.com

Back to top Go down

Making a website from scratch Empty Re: Making a website from scratch

Post by Adil Thu 16 Apr 2009, 12:56 pm

Youtube is your best source. I started there and its still great Wink
Adil
Adil
Founder
Founder

Number of posts : 2488
Flow Points : 3875
Reputation : 43
Warnings :
Making a website from scratch Left_bar_bleue0 / 1000 / 100Making a website from scratch Right_bar_bleue

Mood : Making a website from scratch 2ezmpsz

http://www.kreativeflow.net

Back to top Go down

Making a website from scratch Empty Re: Making a website from scratch

Post by tommo Sat 25 Apr 2009, 12:16 am

I would suggest http://landofcode.com i own a design buisness and THAT is what got me started also their are loads of other tuts for like VB Java Javascript and more Very Happy
tommo
tommo
Adv. Member
Adv. Member

Number of posts : 260
Flow Points : 155
Reputation : 9
Warnings :
Making a website from scratch Left_bar_bleue25 / 10025 / 100Making a website from scratch Right_bar_bleue

Mood : Making a website from scratch 4uxqfo

Back to top Go down

Making a website from scratch Empty Re: Making a website from scratch

Post by Bekki Mon 11 May 2009, 6:29 am

Like some said in here Magitek Designs is a great a great site and that helped me alot to further my web designs skills. WS3 is another good site and all you need is Notepad EditPad or some other text editor programme that is free, for all the coding.
Bekki
Bekki
Gold Member
Gold Member

Number of posts : 124
Flow Points : 240
Reputation : 4
Warnings :
Making a website from scratch Left_bar_bleue0 / 1000 / 100Making a website from scratch Right_bar_bleue

Mood : Making a website from scratch E6r3p2

Back to top Go down

Making a website from scratch Empty Re: Making a website from scratch

Post by Keitho Mon 11 May 2009, 11:59 am

Well, if you looked at the forums you would of seen my topic, that i was making a website from scratch eswell! and looking for people to help. So far no idea what the site can be for. and havint started designing yet...

Keitho
Banned

Number of posts : 254
Flow Points : 519
Reputation : 4
Warnings :
Making a website from scratch Left_bar_bleue0 / 1000 / 100Making a website from scratch Right_bar_bleue

Mood : Making a website from scratch 4h2zw2

http://www.keiths-webpage.comuv.com

Back to top Go down

Making a website from scratch Empty Re: Making a website from scratch

Post by Bekki Wed 13 May 2009, 3:02 am

Sorry but if you need help PM me.
Bekki
Bekki
Gold Member
Gold Member

Number of posts : 124
Flow Points : 240
Reputation : 4
Warnings :
Making a website from scratch Left_bar_bleue0 / 1000 / 100Making a website from scratch Right_bar_bleue

Mood : Making a website from scratch E6r3p2

Back to top Go down

Making a website from scratch Empty Re: Making a website from scratch

Post by Keitho Wed 13 May 2009, 3:31 am

I'm looking for all the help possible! lets maybe talk on msn when you get the chance and discuss this togethor??

Keitho
Banned

Number of posts : 254
Flow Points : 519
Reputation : 4
Warnings :
Making a website from scratch Left_bar_bleue0 / 1000 / 100Making a website from scratch Right_bar_bleue

Mood : Making a website from scratch 4h2zw2

http://www.keiths-webpage.comuv.com

Back to top Go down

Making a website from scratch Empty Re: Making a website from scratch

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum