Greenguy's Board

Greenguy's Board (http://www.greenguysboard.com/board/index.php)
-   Link Lists & Getting Listed (http://www.greenguysboard.com/board/forumdisplay.php?f=7)
-   -   Free sites i want to submit are they ok? (http://www.greenguysboard.com/board/showthread.php?t=22844)

bootybanditinc 2005-08-09 05:10 PM

Free sites i want to submit are they ok?
 
I have submitted my sites and checked the link recipes i have and my stats on my server but they don't seem to be getting listed any reasons why?



http://freelingeriegirlpics.com/blacklingerie
http://freelingeriegirlpics.com/pages2
http://freelingeriegirlpics.com/pages3
http://freelingeriegirlpics.com/pages4
http://freelingeriegirlpics.com/pages5
http://freelingeriegirlpics.com/blonde

Thanks for the help
Regards, |headbang|

Useless 2005-08-09 05:23 PM

Just looking at the first one:

The title bar is loaded with keyword crap, not a title.

The obvious title on the site is the same as the domain name.

The real thumbs are much larger than what you are forcing them to appear, so they look like shit.

The full size pics look a little squished.

You're hotlinking banners from mulitple sponsors.

Your gallery pages are wider than 800px.

And that's not even looking at your whois info. ;)

swedguy 2005-08-09 05:27 PM

http://freelingeriegirlpics.com/blacklingerie
No title (what the site is named)
Galleries doesn't fit on 800x600
Pics are distorted (looks like someone ran over the model)
The pics I looked at were 95-100kB, that's huge.
All the banners are hotlinked

http://freelingeriegirlpics.com/pages2
No title (what the site is named)
All the banners are hotlinked
Same thing with the distorted pics (and thumbs) on this site

EDIT: Yeah, what UW said ;)

Useless 2005-08-09 05:28 PM

Haha - I beat Swedguy - haha :D

swedguy 2005-08-09 05:28 PM

Quote:

Originally Posted by Useless Warrior
Haha - I beat Swedguy - haha :D

Oh yeah! Don't you have work to do? :D

bootybanditinc 2005-08-09 05:30 PM

How do i correct this "Galleries doesn't fit on 800x600?"
And what size should my pictures be also how do i correct "Pics are distorted (looks like someone ran over the model)"

Thanks

Useless 2005-08-09 05:33 PM

Quote:

Originally Posted by swedguy
Oh yeah! Don't you have work to do? :D

|couch|

Bootbandit, keeping your pages less than 800pixels wide is simple, don't build your tables wider than 740-750px.

I'm not sure how you distorted the full sized pics. Must have been the way you optimized them.

swedguy 2005-08-09 05:35 PM

Regarding the content:

Where did you get it from?

bootybanditinc 2005-08-09 06:04 PM

The table width on my galleries are 500 - table width="650" Is that to much?
Hey swede guy http://www.paulmarkham.com good shit pretty cheap and top notch service always will deal with him. How should i fix the quality of my pics?
Thanks again for the comments

Useless 2005-08-09 07:24 PM

Quote:

Originally Posted by bootybanditinc
The table width on my galleries are 500 - table width="650" Is that to much?

No that's not too much, but look at what you're trying to squeeze in to there:
HTML Code:

  <TABLE WIDTH="600" CELLPADDING="0" CELLSPACING="0" BORDER="0">
    <TR>
    <TD WIDTH="20%" VALIGN=TOP>
      <P ALIGN=CENTER>
      <a href="http://freelingeriegirlpics.com/blacklingerie/black/1838_001.jpg"><img src="http://freelingeriegirlpics.com/blacklingerie/black/001.jpg"  WIDTH="150" HEIGHT="200" VSPACE="0" HSPACE="4" BORDER="2"></TD>

    <TD WIDTH="20%" VALIGN=TOP>
      <P ALIGN=CENTER>
      <a href="http://freelingeriegirlpics.com/blacklingerie/black/1838_002.jpg"><img src="http://freelingeriegirlpics.com/blacklingerie/black/002.jpg"  WIDTH="150" HEIGHT="200" VSPACE="0" HSPACE="4" BORDER="2"></TD>
    <TD WIDTH="20%" VALIGN=TOP>
      <P ALIGN=CENTER>
      <a href="http://freelingeriegirlpics.com/blacklingerie/black/1838_003.jpg"><img src="http://freelingeriegirlpics.com/blacklingerie/black/003.jpg"  WIDTH="150" HEIGHT="200" VSPACE="0" HSPACE="4" BORDER="2"></TD>
    <TD WIDTH="20%" VALIGN=TOP>
      <P ALIGN=CENTER>
      <a href="http://freelingeriegirlpics.com/blacklingerie/black/1838_005.jpg"><img src="http://freelingeriegirlpics.com/blacklingerie/black/005.jpg"  WIDTH="150" HEIGHT="200" VSPACE="0" HSPACE="4" BORDER="2"></TD>

    <TD WIDTH="20%" VALIGN=TOP>
      <P ALIGN=CENTER>
      <a href="http://freelingeriegirlpics.com/blacklingerie/black/1838_006.jpg"><img src="http://freelingeriegirlpics.com/blacklingerie/black/006.jpg"  WIDTH="150" HEIGHT="200" VSPACE="0" HSPACE="4" BORDER="2">
</table>

You have a row of five thumbs with a width of 150 each plus an Hspace of 4. Thusly, 5 X 150=750 + 5 X 4 X 2=40. So that table is being pushed to 790 pixels wide. Drop your browser resolution down to 800x600 and have a look-see.

Let's not forget that you need to shrink those thumbs down to the size you want them to display at. Your HTML is forcing them down to 150, but their real dimensions are currently 224x300. That's why they look yucky.

bootybanditinc 2005-08-09 10:14 PM

Hey i see what you mean now, my video card looks like shit at 800x600 cause its a high quality card so 1024x268 is what i have it set at but it goes all the way up to 2048x1536! I have fixed my tables now i will change the quality of the pics. Do you have a script that crops pictures?

Thanks

Useless 2005-08-09 10:45 PM

Quote:

Originally Posted by bootybanditinc
Hey i see what you mean now, my video card looks like shit at 800x600 cause its a high quality card

Um...ok. Does that mean that only shitty cards create a high quality image? :D

A script that crops images? No. I use multiple image resizing and optimizing programs depending on what I'm doing. Typically, I use a combination of Arles and Photoshop.

ponyman 2005-08-10 07:35 AM

Quote:

Originally Posted by Useless Warrior
|couch|

Bootbandit, keeping your pages less than 800pixels wide is simple, don't build your tables wider than 740-750px.

I'm not sure how you distorted the full sized pics. Must have been the way you optimized them.

So, for my site to fit properly in 800x600 mode, I should design it at no more than 750 pixels wide?

Greenguy 2005-08-10 08:17 AM

The rule of thumb is 750 wide for tables, but make sure you don't jam more than 750 worth of images/tables into the tables or you'll have the same probnlem UW pointed out earlier.

10 pounds of shit don't fit into a 5 pound bag :D


All times are GMT -4. The time now is 11:23 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc