Recent content by Dyslexic_Dog

  1. D

    FS: KDS 26" LCD monitor

    Looking for any water cooling parts?
  2. D

    In house hosted site works for the world, but not me?

    if they are both running on the same IP address and you're using virutal hosting? In which case it's a matter of the correct header information not being sent to the webserver when you connect. You just need to add a couple entries to your hosts file to support the internal IP address of your...
  3. D

    To be a Software Engineer, or not to be that is the question...

    There's a very strong need for developers who know the medical industry inside and out. Don't stray from your path, add to it. If you truly enjoy computers, and want to be a surgeon, do both...
  4. D

    Goolge not indexing my blog anymore?

    you need to setup redirects for every page / blog post you had in your blog site that was indexed by google so you don't lose your ranking on the pages. I'm pretty sure godaddy has a redirect manager to support your needs.
  5. D

    Want to build intranet web site for my home

    Probably just need a backend scripting language to take care of the directory searches. everything else you want to do is standard html. check out w3c schools for information on the html.
  6. D

    IE7 "Security Bar" keeps poping up for mouseover css

    #1 don't use tables for layout... #2 CSS supports a pseudo-class called :hover, it's much easier to use this to changes images. if you need help post a link to your live site.
  7. D

    WTB: sckt 939 Mobo...

    I have a DFI and a dual core opteron I'll throw in, make an offer.
  8. D

    1and1 webhost failures.

    This is far more thorough than I was going to be, but in a nutshell the coding on your sites sucks. Now I do see a problem with your host as well. When I was checking your site I had a request take 7s on the initial reply, and then you add your code on top of that it took almost a minute to load...
  9. D

    Best IDE for php?

    You can install the aptana module into eclipse for extra goodies.
  10. D

    1and1 webhost failures.

    These are common problems when using a shared hosting service. With that in mind you may want to look at dedicated hosting. Honestly though if you're pulling money out of these sites then just setup with the unlimited / unlimited hosting plan at godaddy. It's not always the most responsive...
  11. D

    Help with Margins

    Yeah I know what tables are for and I'm the first to criticize their use for layout, but there's just somethings that can't be easily done with HTML/ CSS. this is one of those cases where tables make life a lot easier now, and for maintenance later.
  12. D

    Help with Margins

    Putting that menu into a table instead of list items would be the easiest method that comes to mind. I'm looking at it a little deeper still.
  13. D

    Wordpress Search Does Not Work

    You might be using a template that's older and doesn't support the search function properly. it's probably a pretty quick fix but I don't deal with wordpress so I won't be much help.
  14. D

    Best way to transition to a new domain address?

    I second this method, we do a lot of seo work in the office and this is our standard practice for moving from an old site to a new site. the only drawback is all the file names must remain the same.
Back
Top