Jump to content

blufish

Members
  • Posts

    200
  • Joined

  • Last visited

    Never

Contact Methods

  • Website URL
    http://www.frozenoven.com
  • Yahoo
    blufishfrozenoven

Profile Information

  • Gender
    Male

blufish's Achievements

Member

Member (2/5)

0

Reputation

  1. The text is right next to the border, that is really annoying, try using some padding.
  2. I see the bee now. Yeah and I meant to say you shouldn't. DO NOT USE TABLES!
  3. Use some form of redirect. To make it accept it for PHP-include just set a variable like $dummy. and then test with foo.php if (!isset($dummy)) { redirect } That way, $dummy will only be set when you PHP-include or whatever. If you are putting it in an iFrame you could have it try this. <script type='text/javascript'> if (parent.location == window.location) { parent.location = "http://www.website.com/index.php"; } </script> But that will only work with Javascript-enabled browsers.
  4. That blue text is rather large. I would reccomend using black text unless your are using a black background (then use only white text). The Big Blue text looks really ... ugh.
  5. I don't see the bee he mentioned... Oh well. Your site is too narrow I wouldn't make it 1024px but AT LEAST 800px. And if your going to be making website designs, you really should be using tables, its a big turn-off. I like the quote:
  6. I wouldn't use the word "ride" so many times, Its kinda strange. Leave the domain "AllTheRides.com" but the word is "car" not "ride." Trust me, it makes your site look weird if you always say "ride" instead of "car"
  7. My design is table-free, please just tell me ways to improve.
  8. Okay, I added 10px of padding around the google ads, if I add color, it might be too distracting and people who don't like the color won't like my site.
  9. Oh, I see what OM is... I fixed the design, its more clean now, I think it is pretty good, you guys can have a look. I also made the advertisements smaller and took away the digg and print buttons. Thanks for the replies, Mark Swingle
  10. I've been making webpages for 3 years, this isn't a "learning" site. I have about 200 pages (Humor section mostly) You don't have to have graphics to make a site interesting, although I have an idea for some.
  11. Personal sites can have advertisements. I changed the color scheme. My site has a point: Me, but mostly I put Humor on it. You can critique a lot of stuff, because I have quite a few pages. I'll add something like "MarkSwingle.com" to the top of my banner and add more to the homepage, thanks.
  12. A doctype isn't going to make your site render exactly the same in all browsers. Internet Explorer will always mess up when it renders your site, you just have to learn the "hacks" to make it look like it does in all the other browser. I use XHTML Transitional: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  13. Really cool, not much use to it, but I thought it was cool. Maybe you could divide the quotes into sections based upon what they are about or who is quoting them?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.