Jump to content

AXiSS

Members
  • Posts

    234
  • Joined

  • Last visited

    Never

Everything posted by AXiSS

  1. If you want to see for yourself go to http://penguinisland.net/2.3/index.php
  2. Looks good. Can't really tell much about it since it isn't in english...
  3. Much better than pictures looking up people's noses! :D
  4. I am working on a site and trying to make templates, which users can switch between. I thought a cookie would be the best way to remember the user's choice. At the beginning of the index page I have [code]<?php if(!isset($_COOKIE['template'])) { setcookie('template', '2_3.css'); } [/code] But that isn't setting a cookie for some reason. If I click on a different template link which goes to a page with just a setcookie function that redirects back to the homepage, the cookie is set. Secondly, if I exit the browser and come back, it doesn't read the cookie, so is there anything I need to include to make the cookie permanent?
  5. OK, that makes more sense. Thanks for the help!
  6. ...I wonder how my "Kill Spiders" button got on there. Maybe I forgot to delete it after I used it for testing. :-\ Anyway, everything is looking good, but the header seems kind of empty, to the right of the name. Maybe you should put a simple "Welcome back, USERNAME" up there.
  7. ON the file upload page, the buttons still say "Uplaod"
  8. [quote author=runnerjp link=topic=122147.msg504029#msg504029 date=1168708526] thanks i have chnaged them (menu still been seen to) [/quote] How about everything else that is still Times New?
  9. "Uplaod"? Try "Upload". Oh, and you might want to also provide a XHTML code box for images too.
  10. [quote author=ted_chou12 link=topic=122080.msg503723#msg503723 date=1168654618] Yeah, but what if there is something at the top which you dont want your visitor to see first??? [/quote] ...put it at the bottom?
  11. AXiSS

    Forms

    Can't you just do <?php $final_var = htmlspecialchars($original_var); ?> to replace < and > with &lt and &gt?
  12. [quote author=businessman332211 link=topic=120751.msg501511#msg501511 date=1168454720] http://jeffhowden.com/code/css/forms/ I found this very helpful awhile back, when I started using tables for forms themselves.  I got tired of doing it, so I did some research and found that, it solved all my problems, even for small login forms, and allowed me to branch off to even better more customized styles.  Read that slowly, and understand it all, then you shouldn't have problem with form styling even more, it even covers cross browser issues. [/quote] I didn't have much luck decoding that.
  13. OK, now the folder logo is covering up the text logo, and if the dog and tree lights photos weren't bad enough, I just came across "braces girl" and the picture looking up someone's nose. Wonderful.
  14. I dont see why the "Our Mission" header is green, shouldn't it be blue to match the site?
  15. First- the thing that defines to me "cheap website" is the use of Times as the main font. Go with arial, verdana, or trebuchet if you want to look good! And there is a lot of white space. Putting a background behind the "navigation" (if you can call it that) would be good.
  16. For me, (IE7) the footer is in the middle of the page covering all the content right below the header.
  17. I would expect some kind of picture advertising why you should use your site or something. Not dogs and christmas trees. Maybe some kind of file icon or tree folder system. As for hyperlinks, I usually just have an underline of the same color appear under the text on rollover. Navigation I would make the text a different color on rollover and no underline.
  18. One more thing that bothers me- the footer. It is a big green bar and it looks like it should end the page, but there is a gigantic white space below it.
  19. Looks better now, except that the header image is on a repeat-x style and looks pretty messed up.
  20. I have to question the reason behind the picture of the dog, and the red underline on hyperlink rollover.
  21. Looking at the home page, everything looks pretty good except the logo that doesn't really match the site theme.
  22. AXiSS

    Forms

    I think he means that he wants to prevent users from placing scripts in the form.
  23. I dont know where to start... The orange and light grey-blue on black just doesn't work well. Then there is no consistent theme after the home page...
  24. What is wiht the google ads all over everything (including the results)? I search something and  I get results- literally covered up by ads. Ads here, ads there, ads EVERYWHERE! Cut back on the ads. Good general theme and stuff, but it takes a while to find the submit resource form because it is at the bottom of a page of... ads. Sorry but ads annoy me.
  25. The logo image at the top looks really crummy. The scrolling off to the side is just.... weird. Make it a fixed "special interest" box or something.
×
×
  • 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.