Jump to content


Photo

New layout for Studio Stortz webpage


  • This topic is locked This topic is locked
13 replies to this topic

#1 Matheus

Matheus

    P2L Jedi Master

  • Members
  • PipPipPipPip
  • 1,058 posts
  • Gender:Not Telling

Posted 12 June 2006 - 09:23 PM

I've completed the new layout for my website
tell me what you think about it

tested in opera, IE and firefox

http://studiostortz.awardspace.com/

:huh:

#2 funkysoul

funkysoul

    The Funky Stuff

  • Publishing Betazoids
  • PipPipPipPip
  • 2,307 posts
  • Gender:Male
  • Location:Zurich, Switzerland
  • Interests:Music: HIM, HIM, HIM, Cafe del Mar, Linkin Park, Fort Minor, Coldplay, Eric Jordan<br />Sports: Snowboarding, KiteSurfing, Extreme Sports<br />Computer: Flash, After Effects, Actionscript

Posted 14 June 2006 - 09:26 PM

the splash page looks promising.. the actual website is missing something special.. don't know what, it's just not the site which I say it's attractive..

#3 Nike

Nike

    Young Padawan

  • Members
  • Pip
  • 204 posts
  • Location:Ohio
  • Interests:Controlling the human and and duck race.

Posted 14 June 2006 - 10:21 PM

With that kind of layout I don't think it should expand with the browser. It should maintain on one width.

#4 Matheus

Matheus

    P2L Jedi Master

  • Members
  • PipPipPipPip
  • 1,058 posts
  • Gender:Not Telling

Posted 14 June 2006 - 11:11 PM

With that kind of layout I don't think it should expand with the browser. It should maintain on one width.


I made it specialy for that
fits any screen
that's the way every site should look, in my opinion

the splash page looks promising.. the actual website is missing something special.. don't know what, it's just not the site which I say it's attractive..


I'm thinking of turn the splash page in to a loading page, using body preload

#5 charlie

charlie

    Young Padawan

  • Members
  • Pip
  • 19 posts
  • Gender:Male
  • Location:Thousand Oaks, CA
  • Interests:all this stuff on pixel2life

Posted 15 June 2006 - 12:13 AM

looks pretty clean man once you get more content in there i think it will look better, most people are probably thinking it shouldnt be streched becasue there is nothing to fill in... but im sure it will look fine once more stuff is added, keep up the good work

charlie

#6 Matheus

Matheus

    P2L Jedi Master

  • Members
  • PipPipPipPip
  • 1,058 posts
  • Gender:Not Telling

Posted 15 June 2006 - 12:03 PM

thanks charlie
and yes, I'm working in more content for the website, the Works section will be remade and I will add alot more pictures and a better way to view them (FLASH slideshow)

#7 Matheus

Matheus

    P2L Jedi Master

  • Members
  • PipPipPipPip
  • 1,058 posts
  • Gender:Not Telling

Posted 23 June 2006 - 10:35 PM

complete new website
without splash page
and with a unique layout hehehe

http://studiostortz.awardspace.com/

what do you think now people?

#8 Illinifan91

Illinifan91

    P2L Jedi

  • Members
  • PipPipPip
  • 845 posts
  • Gender:Male
  • Location:Flower Mound, Texas

Posted 27 June 2006 - 06:31 PM

amazing design just amazing but on the lined rules on the paper near the left there is a white line going all the way up and down mabye this is a error.

#9 Matheus

Matheus

    P2L Jedi Master

  • Members
  • PipPipPipPip
  • 1,058 posts
  • Gender:Not Telling

Posted 29 June 2006 - 04:05 PM

amazing design just amazing but on the lined rules on the paper near the left there is a white line going all the way up and down mabye this is a error.


is something that I can't find a solution
I don't know what is it, I think is becouse are diferent tables
but Ilet no cellspacing between them, so I don't really know what's the problem

PS: also, I'll make a diferent page for each section
^^

Edited by Myoto, 29 June 2006 - 04:17 PM.


#10 Aussiestinger

Aussiestinger

    Young Padawan

  • Members
  • Pip
  • 270 posts

Posted 01 July 2006 - 08:51 AM

I really like your layout, but the coding is really bad, there is like 3 <head></head><body> tags and everything.

You are using includes wrong, well assuming you are using php includes. On the footer.php page you don't want the body html and everything tags, you just want the footer.

so;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>

<body>
<table width="100%" border="0" cellpadding="0" cellspacing="0" background="background.jpg">
  <tr>
	<td><div align="center">
	  <p><img src="superlogo-icon-notrans.png" width="32" height="32" /></p>
	 <p><span style="color:#000000; font:Tahoma; font-size:9px">&copy; Copyright 2006 </span><span style="color:#0066FF; font:Tahoma; font-size:9px">Studio</span> <span style="color:#6e6e6e; font:Tahoma; font-size:9px">Stortz</span></p>

	</div></td>
  </tr>
</table>
</body>
</html>

should just be;

<table width="100%" border="0" cellpadding="0" cellspacing="0" background="background.jpg">
  <tr>
	<td><div align="center">
	  <p><img src="superlogo-icon-notrans.png" width="32" height="32" /></p>
	 <p><span style="color:#000000; font:Tahoma; font-size:9px">&copy; Copyright 2006 </span><span style="color:#0066FF; font:Tahoma; font-size:9px">Studio</span> <span style="color:#6e6e6e; font:Tahoma; font-size:9px">Stortz</span></p>

	</div></td>
  </tr>
</table>

:P

#11 Matheus

Matheus

    P2L Jedi Master

  • Members
  • PipPipPipPip
  • 1,058 posts
  • Gender:Not Telling

Posted 01 July 2006 - 12:58 PM

Aussiestinger, thanks for your help, I still don't know much about codes and I didn't know that I don't need the full HTML page for the php files

#12 Al3x

Al3x

    Young Padawan

  • Members
  • Pip
  • 179 posts
  • Location:Bradford, UK

Posted 01 July 2006 - 02:50 PM

The notebook style lines ruin it.

#13 Matheus

Matheus

    P2L Jedi Master

  • Members
  • PipPipPipPip
  • 1,058 posts
  • Gender:Not Telling

Posted 01 July 2006 - 03:13 PM

The notebook style lines ruin it.


well, that's a matter of taste :P


..

people, I'm changin the layout of contact, works and about sections
index: notebook
works: drawing book layout
about: paper on a wall

but I just can think of a contact page layout
what sould I make?
thanks

Edited by Myoto, 01 July 2006 - 06:18 PM.


#14 Matheus

Matheus

    P2L Jedi Master

  • Members
  • PipPipPipPip
  • 1,058 posts
  • Gender:Not Telling

Posted 01 July 2006 - 07:07 PM

the new layouts is online
even the index now got some small changes
also, reduced the code of the footer as Aussie said
AND, I'm using spiffy corners, they work very well




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users