Search results

  1. Geodun1

    Report Spam Thread

    http://www.webdesignforum.com/5899-search-young-non-pareil-webdesigner-french-collective.html http://www.webdesignforum.com/5775-loading-time-issues.html VGold
  2. Geodun1

    Report Spam Thread

    http://www.webdesignforum.com/4610-psd-html.html Last post by Cheap_Webcams (?)
  3. Geodun1

    Problem Aligning Custom Image and Text on a List

    Firefox starts the text from the bottom of the image for some reason, so try doing the following code. It's a bit of a shot in the dark though. Basically I'm banking that FF will handle the center command better than the middle command. <ul class="bullet1"> <li><span id="center">This is...
  4. Geodun1

    How do I embed a Boardhost.com message board onto my own Website?

    In the event that you can't back it up or don't want to install your own forum, here's some information on iframes: http://www.w3schools.com/TAGS/tag_iframe.asp <iframe src="boardhosturlhere" width="widthhere"></iframe>
  5. Geodun1

    Favicon wont show up? Help?

    IE has kicked back weird results when i put a slash in front of any of my paths. I knew what it meant, it's just one of those things worth trying.
  6. Geodun1

    How do I embed a Boardhost.com message board onto my own Website?

    Well, I might just be drawing blank here but the easiest way for you to do that will probably be an iFrame. There may be a better way to do this with some fancy css/javascript/etc., but I don't know how.
  7. Geodun1

    Favicon wont show up? Help?

    Remove the "/" before favicon.ico, that should solve it. IE is sensitive with pathing.
  8. Geodun1

    Problem Aligning Custom Image and Text on a List

    Try adding a vertical align attribute to your text and set it to center. That might help line things up.
  9. Geodun1

    Recreate my site

    That would defeat the purpose of him learning to do it himself, don't you think? Your best bet is to start by learning HTML and reading a few articles on web design. http://w3schools.com for html. http://alistapart.com http://pixel2life.com for articles and tutorials on everything else...
  10. Geodun1

    Snipiti.com - what does everyone think?

    After a second look over your site, I have one final thing to say. Your about page seems really empty :( You might want to spend more time here, because people that like to read would be disappointed there. Try writing about how the project got started, who helped bring it about, important...
  11. Geodun1

    My recent work

    Generally you have a nack for web design, but if I had to pick one area of weakness for you, it'd be graphic design. You might want to spend some time brushing up on techniques, which will then show themselves in your website :) Overall your sites all tend to come together well, besides the link...
  12. Geodun1

    My website try out

    I'm not a fan of all flash sites, but you did a good job here. It seems kind of monotone, but the yellow/orange colors help with that. In some places where you use white text, it can be difficult to read. Another thing to point out, is it might help to make the central color on your gradient...
  13. Geodun1

    Alternative to Wimpy flash audio button

    What is the button supposed to do? If it's simple enough I might see if I could just make a button set for you, and you could just have it, no credit necessary.
  14. Geodun1

    Help with CSS code.

    A little research on comments has revealed that it may be the number of -'s in his comments. It seems that there is an issue with comments hiding text if there is more than 4 -'s within the comment. Change your comments to: <!-- Navigation --> Change navigation to the appropriate section of...
  15. Geodun1

    website with stock management

    Well, the forum will be here when you need help again :) Glad I could be of assistance.
  16. Geodun1

    Snipiti.com - what does everyone think?

    Overall, the site is quite a bit to look at. I'm not sure what it is, but I feel it's missing something. I think 5 recently added scripts might work better here, since it minimalizes the front page a little more. It's all up to you of course :) 4/5 EDIT: The contact form scrolls horizontally...
  17. Geodun1

    Automatic Scrolling text in Flash

    I'm speaking with only intermediate flash knowledge, so forgive any technical errors. Your best bet is to make a background layer, then a layer with a box cut out in the middle. Between these two layers, place your text (not above the layer with the box cut out!) and then animate the text to...
  18. Geodun1

    Automatic Scrolling text in Flash

    I'm speaking with only intermediate flash knowledge, so forgive any technical errors. Your best bet is to make a background layer, then a layer with a box cut out in the middle. Between these two layers, place your text (not above the layer with the box cut out!) and then animate the text to...
  19. Geodun1

    website with stock management

    If you've got the time and money, pick up a copy of PHP for Dummies by Janet Valade, it has a full tutorial and designing a database and shopping cart system similar to this. The best way to achieve this is to make layout a database in MySQL, then use a form on the site that allows him to add...
  20. Geodun1

    How do I make a flash generator?

    I've been looking around for ya, but I can't seem to find any tutorials on HOW to make a generator. There are thousands of generators out there though. You'd think a tutorial on doing it is lieing around somewhere ;) Just browse through random flash tutorial sites until you find something. Sorry...
Top