Website!
Printed From: Pixel Joint
Category: The Lounge
Forum Name: Diversions
Forum Discription: Get to know your fellow pixel freaks. Chat about anything to do with video games, comic books, anime, movies, television, books, music, sports or any other off topic bs you can think of.
URL: https://pixeljoint.com/forum/forum_posts.asp?TID=4135
Printed Date: 13 September 2025 at 9:24am
Topic: Website!
Posted By: skeddles
Subject: Website!
Date Posted: 21 April 2007 at 8:39am
well, yesterday I was bored, so i decided to make a website.
http://www.freewebs.com/skeddles/index.htm - http://www.freewebs.com/skeddles/index.htm
Made in Abode Photoshop CS2, Notepad, And some wierd button coder thing to make the buttons do mouse over stuff.
Whadya think?
Also, does anyone know where I could get a free subdomain? I tried a couple sites yesterday, but I got confuzed...
-------------
|
Replies:
Posted By: jalonso
Date Posted: 21 April 2007 at 8:56am
Looks great skeddles, nice to see you around again ;)
------------- http://www.pixeljoint.com/forum/forum_posts.asp?TID=9378&FID=6&PR=3 - PJs FAQ <•> http://www.pixeljoint.com/forum/forum_topics.asp?FID=6 - Sticky Reads
|
Posted By: skeddles
Date Posted: 21 April 2007 at 9:01am
ive been caught up learning photoshop for a while
-------------
|
Posted By: Monkey 'o Doom
Date Posted: 22 April 2007 at 5:27am
Pretty snazzy, but I'd suggest using relative links--instead of http://www.freewebs.com/skeddles/about.htm - http://www.freewebs.com/skeddles/about.htm , just link to about.htm. That way, if you ever decide to change hosts, you don't have to rewrite every url on the page. Note that you can't do that with images in this case because they're externally hosted.
------------- http://pixelmonkey.ensellitis.com">
RPG is numberwang.
|
Posted By: Ensellitis
Date Posted: 22 April 2007 at 11:22am
it looks ok on the outside, but your code leaves much to be desired.
the banner is 0ver 30kb, bad bad bad for something of that size.
also, javascript is a bad choice for hovers. you should use css for that. it is crossbrowser and will work if the user has javascript turned off.
you head is very very incomplete as well...
http://www.ensellitis.com/isolated/portfolio/navs/skeddles.html - check this out , feel free to just steal the whole source.
a few notes: blockquotes are ONLY for emphasizing something, like a quote or series of text...
double line breaks (i.e, <br /><br />) should just be new paragraohs (<p>...</p>)
------------- ಠ_ಠ
There's a pubic hair on my keyboard. What the f**k?? I "mow the lawn" so it's not mine. Gross.
|
Posted By: leel
Date Posted: 22 April 2007 at 3:06pm
and you misspelled "likely" on the contact page :)
-------------
|
Posted By: Skull
Date Posted: 03 May 2007 at 12:30pm
An improvement on your previous site, that's for sure. Nice layout, though I think the text style should be different to suit the site more.
------------- -
|
Posted By: Ensellitis
Date Posted: 03 May 2007 at 6:27pm
so it looks to me like you were just spamming your site? people give you suggestions and help, and you ignore it all? very classy.
------------- ಠ_ಠ
There's a pubic hair on my keyboard. What the f**k?? I "mow the lawn" so it's not mine. Gross.
|
Posted By: leel
Date Posted: 03 May 2007 at 8:13pm
didn't even fix the typo :(
-------------
|
Posted By: Larwick
Date Posted: 03 May 2007 at 8:15pm
Lol, give the guy some more time! You know how long it takes me to update my site even a little... eheh.
-------------
http://larw-ck.deviantart.com">
|
Posted By: skeddles
Date Posted: 07 May 2007 at 5:39pm
http://www.freewebs.com/skeddles/index.htm/ - http://www.freewebs.com/skeddles/index.htm/
Hey guys!
Really sorry it's taken me so long. Aside from me not having a clue what I was doing, I also got pre-occupied by programming with http://justbasic.com/ - JustBasic .
Well, I finally finished it, and uploaded it. Its also updated a little.
Thank you guys very much for checking it out! Especially Ensellitis, that made my website a lot neater. I also checked out your website, and it looks awesome(I laughed out load at the hate mail). One question though: I tried to add a link to friends site, but the picture doesn't show up... What do I need to do? -its on the links page-
Thanks again guys! *if anyone wants to trade banners, just tell me*
EDIT: oh ya, another question: How can I change text color/font/link? would it be like http://www.freewebs.com/skeddles/crap.txt - this ?
-------------
|
Posted By: Ensellitis
Date Posted: 07 May 2007 at 6:36pm
links in content would be
#content a:link { color:#bbdaa9; font-weight:bold; text-decoration:none; } #content a:active { color:#c77b3b; font-weight:bold; text-decoration:none; } #content a:hover, #content a:visited { color:#cc8a52 font-weight:bold; text-decoration:underline; }
the entire links page is empty, all the pages are... but a linked image is just <a href="http://..."><img src="http://..." alt="description of image" /></a>
------------- ಠ_ಠ
There's a pubic hair on my keyboard. What the f**k?? I "mow the lawn" so it's not mine. Gross.
|
Posted By: skeddles
Date Posted: 11 May 2007 at 5:30pm
Originally posted by Ensellitis
links in content would be
#content a:link { color:#bbdaa9; font-weight:bold; text-decoration:none; } #content a:active { color:#c77b3b; font-weight:bold; text-decoration:none; } #content a:hover, #content a:visited { color:#cc8a52 font-weight:bold; text-decoration:underline; }
the entire links page is empty, all the pages are... but a linked image is just <a href="http://..."><img src="http://..." alt="description of image" /></a>
Thank you!
And... HAHAHA at me. I just couldnt figure out why my image code was working, so I asked my friend, and he pointed out I had SCR not SRC. Go figure.
-------------
|
|