Hello Guest
No Avatar
Sign In to Remove
Posts: 
400
Reputation: 
20
Posted: August 10, 2011, 4:36 AM  -- Last Edit: August 10, 2011, 4:43 AM by MLM
  • Group: Administrator
  • AIM: mlm@visualpulse.net
  • deviantART: MadLittleMods
  • Photobucket: MadLittleMods
This 3 part tutorial will go over the making of a layout from PSD to a live website. It will show you how to make a nav bar with vertically centered items. A banner with vertically centered image and div.

Preview is below videos...

Download the PSD and the final website: [LINK]

Watch Playlist: http://www.youtube.com/playlist?list=PLF3033119C859E0BD







<3 Nerve, Sk8, Labradoodle, Austin
Posts: 
62
Reputation: 
9
Posted: August 11, 2011, 4:13 AM
  • Group: Member
I just shared this tute for someone who needed help in this field. I'm sure he'll find this useful.
Posts: 
56
Reputation: 
4
Posted: November 20, 2011, 11:14 AM
  • Group: Member
  • deviantART: Imperiousnel
  • MSN: Pirate_King0@hotmail.com
  • Photobucket: Nelo_Angelo1
Im going to try this, but with my own psd. Took me 2 days to get it together, but its not exactly how I want it. Very helpful though.
Posts: 
8
Reputation: 
1
Posted: January 6, 2012, 9:30 PM
  • Group: Member
I've got a doubt about something.
How can I make per example, contacts, redirect to a new part of the site? Do I have to create another index? Per example, if I had www.uuuuuuuuu.com/index.php and I wanted to create a /contacts, a new page within the same site, how could I accomplish it?
Posts: 
400
Reputation: 
20
Posted: January 7, 2012, 3:10 AM
  • Group: Administrator
  • AIM: mlm@visualpulse.net
  • deviantART: MadLittleMods
  • Photobucket: MadLittleMods
I've got a doubt about something.
How can I make per example, contacts, redirect to a new part of the site? Do I have to create another index? Per example, if I had www.uuuuuuuuu.com/index.php and I wanted to create a /contacts, a new page within the same site, how could I accomplish it?

umm does this have anything to do with this tutorial? If you wanted to create  the /contacts just make a folder and put whatever index.php you want in there.
<3 Nerve, Sk8, Labradoodle, Austin
Posts: 
8
Reputation: 
1
Posted: January 7, 2012, 3:55 AM
  • Group: Member
How so? I don't understand.
I wanted to create a separate page for the Contacts.
I've managed to do it by creating a contacts.html and then linking to that file, but is this the right way?
Posts: 
400
Reputation: 
20
Posted: January 7, 2012, 4:25 AM
  • Group: Administrator
  • AIM: mlm@visualpulse.net
  • deviantART: MadLittleMods
  • Photobucket: MadLittleMods
How so? I don't understand.
I wanted to create a separate page for the Contacts.
I've managed to do it by creating a contacts.html and then linking to that file, but is this the right way?

If you want an actual www.uuuuuuuuu.com/contacts/

Then create a contacts folder in your root and rename your contacts.html to index.html and put it in that folder.
<3 Nerve, Sk8, Labradoodle, Austin
Posts: 
8
Reputation: 
1
Posted: January 7, 2012, 6:15 AM
  • Group: Member
Thanks, I've succeeded in doing so.
anything