28, May 2012

Hey Guys I'm New Here and I Have a Problem - webmaster forum

 
Webdigity webmaster forums
[ Home | Help | Search | Forum's Shop | Archive | Login | Register | Webmaster Directory ]
Webdigity Webmaster Forums  >  Design and Layout  >  Web Page Design  >  HTML & XHTML (Moderator: Meth0d)
Topic: Hey Guys I'm New Here and I Have a Problem
« previous next »
Pages: [1] Print
Instabuck - The easy way to sell digital products online

Author Topic: Hey Guys I'm New Here and I Have a Problem  (Read 3939 times)
I love Pokemon
*
Posts: 14
96 credits
Members referred : 0


« on: Oct 05, 2006, 06:11:05 pm »

I'm currently building a website:
http://members.shaw.ca/pixelatedkarma/

Now my problem lies with the initial load of the website. When I first load up the website if you look at the bottom and on the right it doesn't load all the way to the edge(that fixes after you press refresh). Now I've thought of a few ways to fix it the main one being using some sort of javascript or meta tag reload script. However all the ones out there I've seen keep reloading and I just need the site to reload once. Anyone have any suggestions?
I am a metal monkey!
Administrator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 5799
46391 credits
Members referred : 3



« Reply #1 on: Oct 05, 2006, 06:45:44 pm »

Hi KarmaKing, and welcome to webdigity Smiley

The main problem that your site has, is that you are using depricated code.

For instance the background=.... is depricated, so I will advice you to read an xHTML tutorial and start redisign your site with CSS.

This way it will load faster, and will look the same in some years Wink

Trial and Error my two best teachers Cool
Join us @ facebook or twitter

Last blog : Butterfly Marketing 2.0
I love Pokemon
*
Posts: 14
96 credits
Members referred : 0


« Reply #2 on: Oct 05, 2006, 08:09:01 pm »

Thank you very much Nikolas for the advice, however there are so many tutorials out there that it's hard to shift through good ones that actually teach you something, any chance you could point me in the direct of acouple good websites to be able to not just give me the tutorials but explain what it is I'm doing? I'd really appreciate that.

And thanks for the welcome  Smiley
Global Moderator
Internet Junkie
*****
Gender: Male
Posts: 1807
9006 credits
Members referred : 6



« Reply #3 on: Oct 05, 2006, 08:15:25 pm »

Have a look at w3schools They have a nice way to explaining CSS. They show the source and the output on one page so you can change things in the source to see what it does.


Last blog : Are You Stumbling Yet?
I am a metal monkey!
Administrator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 5799
46391 credits
Members referred : 3



« Reply #4 on: Oct 05, 2006, 08:16:27 pm »


Trial and Error my two best teachers Cool
Join us @ facebook or twitter

Last blog : Butterfly Marketing 2.0
I love Pokemon
*
Posts: 14
96 credits
Members referred : 0


« Reply #5 on: Oct 05, 2006, 08:49:26 pm »

thank you guys, you've both been very helpful and I look forward to being a productive member of this community.
Global Moderator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 6691
34714 credits
Members referred : 374


It's time to use PHP5!


« Reply #6 on: Oct 05, 2006, 10:01:14 pm »

thank you guys, you've both been very helpful and I look forward to being a productive member of this community.

If you have read and tried all the tutorials tham its easy to build website Grin
welcome @webdigity and in the world of web-design...

I love Pokemon
*
Posts: 14
96 credits
Members referred : 0


« Reply #7 on: Oct 06, 2006, 11:16:34 pm »

So I started making a container with CSS following one of the tutorials on W3 and got it to span the whole width of the page(step one went pretty good), but how do I get it to span the entire length of a page?
Global Moderator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 6691
34714 credits
Members referred : 374


It's time to use PHP5!


« Reply #8 on: Oct 06, 2006, 11:56:51 pm »

So I started making a container with CSS following one of the tutorials on W3 and got it to span the whole width of the page(step one went pretty good), but how do I get it to span the entire length of a page?
thats a tricky one, the are several mods on the net but they are not the best you can do. My advice is to plan you site well and use upon the amount of your site a min-height value...

I love Pokemon
*
Posts: 14
96 credits
Members referred : 0


« Reply #9 on: Oct 07, 2006, 12:53:59 am »

Okay well if you see the site I orginally started out making above(refresh it after opening it), its more or less just a table that spans the whole length and width of the page no matter the browser size. Now that I'm redoing it in css and xhtml I got the width to span no matter the browser size which was a simple width command. However I also need the css to do the height. I am not looking to redo my design, I am simply updating the code as suggested to me above, so please does somebody have a fix for this?
Global Moderator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 6691
34714 credits
Members referred : 374


It's time to use PHP5!


« Reply #10 on: Oct 07, 2006, 08:43:13 am »

Okay well if you see the site I orginally started out making above(refresh it after opening it), its more or less just a table that spans the whole length and width of the page no matter the browser size. Now that I'm redoing it in css and xhtml I got the width to span no matter the browser size which was a simple width command. However I also need the css to do the height. I am not looking to redo my design, I am simply updating the code as suggested to me above, so please does somebody have a fix for this?

try this tutorial: http://www.webmasterworld.com/forum83/200.htm

I love Pokemon
*
Posts: 14
96 credits
Members referred : 0


« Reply #11 on: Oct 07, 2006, 04:38:48 pm »

You need a subscription  Undecided
Global Moderator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 6691
34714 credits
Members referred : 374


It's time to use PHP5!


« Reply #12 on: Oct 07, 2006, 04:50:21 pm »

You need a subscription  Undecided
it's free never paid for it otherwise check this via google:
http://www.google.com/search?hl=en&q=css+window+height&btnG=Google+Search

or something like...

but again this is not the way to do it, check this site: http://www.all4yourwebsite.com/

it looks like a 100% height but it's not (check the css to learn)

I love Pokemon
*
Posts: 14
96 credits
Members referred : 0


« Reply #13 on: Oct 07, 2006, 06:00:11 pm »

Ya somethin like that but I think I found a good basis for what I'm trying to do so I'll fiddle around and let you guys know on Monday what my results are. Maybe I might make a breakthrough  Huh Grin
Trackback URI for this entry : http://www.webdigity.com/trackback.php?topic=4351
Tags : javascript css webdigity meta browsers Bookmark this thread : Digg Del.icio.us Dzone more....

Pages: [1] Print 
Webdigity Webmaster Forums  >  Design and Layout  >  Web Page Design  >  HTML & XHTML (Moderator: Meth0d)
Topic: Hey Guys I'm New Here and I Have a Problem
« previous next »
Jump to:
User Area
Welcome, Guest. Please login or register.
Did you miss your activation email?
May 28, 2012, 02:31:45 pm





Login with username, password and session length

Donate to our community, and get a permanent link back to your site!

Donate to our community, and get a permanent link back to your site!






Web Design Gallery · Whois Lookup · Pagerank · Tag Browsing · Lo-fi version · Syndication · Webmaster forum history · Advertise
Developed by HumanWorks © 2005 - 2012 Webdigity webmaster community · sublime directory
Webdigity Webmaster Forums | Powered by SMF 1.0.12. © 2001-2005, Lewis Media. All Rights Reserved.