GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Need HTML help please anyone:) (https://gfy.com/showthread.php?t=209248)

pornjudge 12-15-2003 10:24 PM

Need HTML help please anyone:)
 
I just looked at the size on my index.html, its 166365 bytes, holly fuckin shit that is way to much. What is taking that much space, please does anyone know?
http://www.xxxmovietgp.com

Thanks

Nickless 12-15-2003 10:30 PM

it's bloated with a shitload of < font > tags, try css.
and by that i mean 1 style for the whole thing, not 1 css attribute for each shit you have there.

Melvin the Dude 12-15-2003 10:31 PM

http://www.xxxmovietgp.com/images/pe...slogoswish.swf

Brad-Wishing 12-15-2003 10:32 PM

Quote:

Originally posted by Nickless
it's bloated with a shitload of < font > tags, try css.
and by that i mean 1 style for the whole thing, not 1 css attribute for each shit you have there.


Stud Money 12-15-2003 10:33 PM

Java-Scripts
Images
Tables
Non Breaking Spaces

All of those can increase the size of your pages dramatically.

You might want to call any JS scripts from a single file located centrally on your server instead of putting it in the HTML code in its entirity. In addition tot he JS you might also like to use CSS as you have calls for fonts, sizes etc etc for every peice of text.

Likewise with the tables, if they arent needed lose them.

You might also like to run your code through a program such as 'HTML Shrinker' (do a Google search) that will also cut the size of your page down considerably.

In addition rather than spacing the HTML code out across multiple lines of code, have the code going constantly in one line with each section being seperated by a TAB instead of a carriage return :thumbsup

GeXus 12-15-2003 10:33 PM

PHP Code:

<?php ob_start('ob_gzhandler'); ?>

Make it .php and add that code on the top of it.... it "zips" your pages to make them smaller.. google and alot of other sites use them that have alot of text

pornjudge 12-15-2003 10:42 PM

Quote:

Originally posted by Nickless
it's bloated with a shitload of < font > tags, try css.
and by that i mean 1 style for the whole thing, not 1 css attribute for each shit you have there.


Thanks Nickless, yepp you are right, it's all those font tags, I need to do some serious clean up...

Thanks

Nickless 12-15-2003 10:48 PM

Quote:

Originally posted by pornjudge



Thanks Nickless, yepp you are right, it's all those font tags, I need to do some serious clean up...

Thanks

anytime :glugglug

NeedaNude 12-16-2003 01:33 AM

Ok. It seems guys said you all the things :-)

TonyL 12-16-2003 01:38 AM

You will cut the document size in half by using Cascading Style Sheets (CSS). The document is currently using them however you need to change the implimentation.

-Tony

nige 12-16-2003 01:59 AM

< td >< div align="center" >
no need for div-tag, put the align="center" into the td-tag.

Judas_Hansen 12-16-2003 02:06 AM

I just tested - I cut down the document to 8kb just by changing into CSS.
And there are a few other things to dp with it, and make it load faster :-)

... but that will cost you :winkwink:

Judas_Hansen 12-16-2003 02:07 AM

Quote:

Originally posted by nige
< td >< div align="center" >
no need for div-tag, put the align="center" into the td-tag.

no need to, you can put it in the style, and then save more space :-)

fsfaz 12-16-2003 02:10 AM

Quote:

Originally posted by Melvin the Dude
http://www.xxxmovietgp.com/images/pe...slogoswish.swf


My sig was changed cause I don't know how to read the rules on this page

http://www.gofuckyourself.com/gfy_faqs.html



:1orglaugh :1orglaugh :1orglaugh

fsfaz 12-16-2003 02:12 AM

Quote:

Originally posted by NeedaNude
Ok. It seems guys said you all the things :-)

huh?


All times are GMT -7. The time now is 05:45 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123