Jump to content

moberemk

Members
  • Posts

    695
  • Joined

  • Last visited

Everything posted by moberemk

  1. First off, add a line break after your DTD. It looks nicer. Both visually and code-wise, this looks pretty good. Your code is well-organized and readable, and there are no really big issues with your design. Aside from the underline-dissappears-on-hover-for-links thing that I personally don't like, good job!
  2. Can we have the HTML source too? That might help. And by source, I mean the generated HTML. It would be even better if you had a live demo up.
  3. [code]..minitext[/code] What's with the two dots here? Also, if you're using XHTML, tags are supposed to be lowercase.
  4. You have tables. Why do you have tables? Tables are bad for layout. Also, on your "Book" page (I was expecting a published book information page, not a guestbook. Why do you even have one there?) your input fields stick out of the rounded box.
  5. [a href=\"http://www.interaktonline.com/Products/Free-Products/PHAkt/Overview/\" target=\"_blank\"]http://www.interaktonline.com/Products/Fre...PHAkt/Overview/[/a] interAKT rocks.
  6. Good, because if you did, I would have to cyber-slap you for calling yourself a web designer. That... thing... is both hideous and over-javascripted. *shudder*
  7. Looks fine, and nice and professional. But take out the Personal link-all that does is make me lose respect for you as a webdesigner with it's... um... I don't think the vocabulary exists for it. Also, I'd suggest taking the footer and moving it into the site box itself, so it doesn't feel so detached. Once you add more of a border to the main site box, it should look much better.
  8. Three quick things: 1) Tables, tables, everywhere! You probably could have done without them all. 2) Light-to-dark grey gradient with black text. 3) Site doesn't work on 800x600 resolution, most common resolution on the web.
  9. It's a movie site, so really, it counts more as advertising and art then it does as a website. I cannot, in all good conscience, critique this as such. It still looks good though! Movie must be pretty good too.
  10. Basically, at least part of you HTML is invalid, that's what it means. Fix that before you fix your CSS.
  11. moberemk

    Table Bug

    Aww man, I forgot to take out width="100%" on my Glance table. Probably should have noticed that one. Thanks for pointing that out for me. EDIT: All it does, however, is make the table at minimum width. Is there any way of doing this that does NOT involve setting a width? Because, as my two-column CSS shows, I can't get a width for that center column. I need a way to make that table stretch across the <div> like the forums tables do. And before you say to do it the way I did the bottom tables, I don't even know how that works.
  12. moberemk

    Table Bug

    I've been working on a more CSS-based design for PHPNuke, and so far, it works fine, except for on the forums page (http://mobblog.byethost2.com/modules.php?name=Forums). If you look at it in Firefox, Opera, Netscape, and basically any other recent browser, it looks fine. Once you look at it in IE, everything but the top navigation table shifts down beneath the left column for some reason. I've also put in a Strict doctype.
  13. I've got a VERY early beta version of my forum running at [a href=\"http://mobblog.byethost2.com/modules.php?name=Forums\" target=\"_blank\"]this[/a] url, but I'm nowhere near done with it yet. It's getting close though.
  14. I've been working on this PHPNuke Platinum sitefor a while now. (PHPNuke Platinum is like PHPNuke, but with a ton of stuff preinstalled. Yes, I know that there are better ways to do this kind of stuff, but this is what was wanted and this is what will be developed). Problem is, when I start the file with <?php, all it does is render a blank page, and when I start the file with just the shorthand <? method, it just shows me the code, minus the line breaks. Any ideas as to why it works like this? I can post the code, but I would rather not, as it is roughly 2545 lines long. It's a really heavily modified script.
  15. Again, PNG files and IE aren't the happiest couple. I try to stick to JPEG and GIF for web images, but most typically JPEG, beause of the way IE can destroy PNG images, especially in older versions.
  16. Pros: Easy to use, highly customizable themes, lots of mods, good tech support, good support for a large variety of systems. Cons: Somewhat insecure with plenty of vulnerabilities, occasional bugs found.
  17. Well, aside from the bumping of an old thread for a suggestion that doesn't work incredibly well with IE, that's a great idea!
  18. You'll probably want to start with a highly customizable forum software (phpBB works for me, but it seems that SMF is the big new thing for forums) that lets you use CSS to style it. You should start with the forums, build the site around the forums for tight integration, and then style it all with CSS. That's what I would do anyhow.
  19. I'm looking at your example, and it just doesn't work for me, so I'll have to agree with nogray and say that it doesn't work.
  20. If there is, then I'm not the one to tell you. Sorry for not being able to help you with this.
  21. Aside from changing the buttons, the weird way your site title works, the late 90's art style, the bad colours which also clash, the way that text in a text box aligns to the right, and the overuse of javascript (javascript is NOT to be used for links, the <a> tag is!), it isn't that bad. But your use of javascript is overboard, as you seem to use it for nearly everything on the site, from links to hover colours, to form submissions,
  22. Since you're posting in the Dreamweaver section, I'll assume that you are using Dreamweaver. If you are open to buying an extension, there is always the [a href=\"http://www.interaktonline.com/\" target=\"_blank\"]interAKT[/a] Site Search extension you could use.
  23. It's partly personal preference, partly accessibility issues (tables just don't work well for a lot of accessibility tricks), partly clean code, and partly the flexibility of a CSS layout.
  24. Actually, Netscape will now look exactly like either Firefox or IE, because it has adopted the Gecko core but added an IE viewing mode. Kinda ironic that netscape has taken on the code from a fork of itself.
  25. I suppose you could make the black-and-white border a CSS background. Not PHP, but it could work.
×
×
  • 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.