PDA

View Full Version : SC Layout


Golden Groudon
November 26th, 2004, 01:31 AM
Errr...hello

Some of you might remember my site called Latios-world. Well I've changed the name to Seafloor cavern because Latios-world sounds more like a shrine than anything else.

This is the seafloor cavern layout:

http://img.photobucket.com/albums/v176/xiongfei/preview-layout.gif

I can't show you my site because I just got a domain for it today, and it dosen't seem to work :confused:. I registered with godaddy (which I think is the most reliable domain provider) but oh well. It might be just slow today. :\

Anyways what do you think of the layout?

Morkula
November 26th, 2004, 01:34 AM
Wow O.O Very nice ^_^

I think that there's something about the DNS propagating or something. That's probably why your domain doesn't work. I think it takes 24-48 hours. Anyway, VERY nice layout. I really like it. :)

Lightning
November 26th, 2004, 01:38 AM
GoDaddy is really good. =x I use it for almost all of my domains~ It usually takes about a day for everything to be set up (including DNS, I think). ^^; GoDaddy is incredibly fast, though, so you shouldn't be kept waiting too long~

Anyway, I really, really like that layout. ^_^ It may not be extremely colourful or anything, but it still looks great! The rounded edges look really nice. One thing you should do (if you weren't planning to already) is make the layout fill the screen in any screensize. The screenshot makes it look really small for me (my resolution is 1280 x 1024) and it would probably look a lot nicer if more space were filled on my screen. Like I said, though, if you already had that in mind, just ignore me. XD

Nice job! ^_^

Golden Groudon
November 26th, 2004, 01:38 AM
Thankx for the comments. Also I try to install PHP 4 on my sever but it won't work. All of my PHP pages just come up as a "windows can not open this file" page. =\

PS. I don't know how to make "stetch" layouts.


+EDIT: I got php and mysql to work. :D Now me shall get vBulletin installed.

(I got a domain and a VB for my birthday)

Claire
November 26th, 2004, 11:55 AM
That's a good layout, great job groudon ^^

HellishHades
November 26th, 2004, 11:20 PM
Thankx for the comments. Also I try to install PHP 4 on my sever but it won't work. All of my PHP pages just come up as a "windows can not open this file" page. =\

PS. I don't know how to make "stetch" layouts.


+EDIT: I got php and mysql to work. :D Now me shall get vBulletin installed.

(I got a domain and a VB for my birthday)



<table width="95%">

<!-- table stuff here -->

</table>


Simple, really. Put the per cent sign at the end of your width variable to make the table a specified percent of the window width, rather than a pixel value.


The layout's nice. It's better to have a clean layout than a colourful one, in my opinion. Mine is all shades of blue and grey, and it works well.

PichuSecretBase
November 27th, 2004, 01:25 AM
That's a really sweet layout~ I love it :3

Golden Groudon
November 27th, 2004, 03:52 AM
Simple, really. Put the per cent sign at the end of your width variable to make the table a specified percent of the window width, rather than a pixel value.

Well, I can't really Change it to a stretch Layout now...

Anyways, thanks for the comments.

Off subject: how do you get www.yourdomain.com/index.php?id=blablabla
to work? (the "?id=" thing)

flame_chi
November 27th, 2004, 04:06 AM
Well, I can't really Change it to a stretch Layout now...

Anyways, thanks for the comments.

Off subject: how do you get www.yourdomain.com/index.php?id=blablabla
to work? (the "?id=" thing)


loookin good!

Lightning
November 27th, 2004, 04:14 AM
<?php include ("$id.php"); ?>
<?php if($id=="") { $id="home"; } ?>
<?php if (!file_exists("$id.html")) { $id = "home"; }?>
Add that code (assuming "home" is your default page, btw). That's your include file on index.php. Whenever you link to something, it would be:
<a href="?id=page">link</a>
o_O That should work, I believe~

As for stretching... it would still work on your site. ^_^; You'd need to make sure the top TD (assuming you're coding with tables) has a background that's the same all the way across. So you'd likely use the blank part between the site title and the pokeball image. =x Play around with that, see if it works. If not, no big deal. ^_^; It still looks great.

flame_chi, could you please add at least 4 words to your post? Maybe elaborate on your favourite part of the layout... otherwise it's spam. ^_^ Thanks.

flame_chi
November 27th, 2004, 04:17 AM
<?php include ("$id.php"); ?>
<?php if($id=="") { $id="home"; } ?>
<?php if (!file_exists("$id.html")) { $id = "home"; }?>
Add that code (assuming "home" is your default page, btw). That's your include file on index.php. Whenever you link to something, it would be:
<a href="?id=page">link</a>
o_O That should work, I believe~

As for stretching... it would still work on your site. ^_^; You'd need to make sure the top TD (assuming you're coding with tables) has a background that's the same all the way across. So you'd likely use the blank part between the site title and the pokeball image. =x Play around with that, see if it works. If not, no big deal. ^_^; It still looks great.

flame_chi, could you please add at least 4 words to your post? Maybe elaborate on your favourite part of the layout... otherwise it's spam. ^_^ Thanks.



sorry.. its hard for me to tell about the layout.. i like every layout that people like to show to the forum..
n i dont know how to make them thats why

Imakuni?
November 27th, 2004, 04:20 AM
killer layout!!! i really like it!

AZSupraT
November 27th, 2004, 05:15 AM
Its pretty nice man, keep it up :)

Imakuni?
November 27th, 2004, 05:53 PM
GG, if you still need me to fix the layout with php, please email it to me so I can fix

Golden Groudon
November 27th, 2004, 09:11 PM
Check your mail again, Imakuni?. ;)

Imakuni?
November 27th, 2004, 09:59 PM
when you see this check ur mails ;)

Golden Groudon
November 27th, 2004, 11:44 PM
x_x Check your PM. I've got a problem...

Lightning
November 28th, 2004, 12:27 AM
Try to keep this one on one talk solely to PMs, okay? It just keeps the board a bit cleaner. ^_^;

Koroku
November 28th, 2004, 12:44 AM
Why not just use the normal one Erica?<?php
if (!$id) {
$id = "news";
$include = $id . ".txt";
}
else {
$include = $id . ".txt";
}
if (is_file($include) == "1") {
include $include;
}
else {
include "404.txt";
}

Maybe I'll post the tut I made earlier today in the Tech Inst. If I feel like it.


As for domains, it isn't the fault of godaddy, or wherever you bought the domain. It's called that your ISP needs to update. Which, as said, takes 24-48 hours.

Technically, if all ISPs updated every second, your domain would work as soon as you put in the nameservers. But they don't, so you have to wait for a few hours/days.


And the layout...! Awesome!

Your layouts are always great GG, I remember some of the other ones that you showed at PWCDF. Pure genious. ^_^

Imakuni?
November 28th, 2004, 02:51 AM
no need for a guide. i already wrote one

Koroku
November 28th, 2004, 05:45 AM
Mine's a bit more in depth. XD

Geometric-sama
December 1st, 2004, 09:17 AM
Layout looks brilliant! Keep it up :P

masterchief723
December 4th, 2004, 05:03 AM
Very nice, could someone make me a layout similar to that, email me at masterchief723@gmail.com site url: www.vermillion-city.com

Thanks

Golden Groudon
December 4th, 2004, 02:50 PM
Sorry but I don't take layout requests. Ask somebody like saul XD.