• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Search results

  1. H

    mod rewrite help

    I think you have to change them by yourself. mod_rewrite only translates that into the appropriate page
  2. H

    How to do a Domain Search form

    Hi there, I'm doing an hosting site for a client, and I would like to know how to implement a search for a domain, but I don't really know how to do it, I believe I need to use some sort of API from other sites that sell domains (godaddy, etc) but I ain't sure. Any ideas?
  3. H

    mod rewrite help

    Well, mod_rewrite basically converts an address into something that your server (apache) will understand, so imagine you have something like yoursite.com/article.php?id=26 with mod_rewrite you can change it to yoursite.com/article_26.htm for this you would need to have an .htaccess file on...
  4. H

    Is Macromedia Dreamweaver MX 2004 the best?

    Heh, use Notepad++ it has code highlighting (wich you can customize) and it's very clean, doesn't have some features that could be interesting but it does it job. http://notepad-plus.sourceforge.net/uk/site.htm
  5. H

    Is Macromedia Dreamweaver MX 2004 the best?

    Exacty, its the only way to do it in IE, but the standards say that margin-auto will leave the same amount of margin on either side of the element, and IE doesn't do it. Yes, :hover works for links in IE but only for links, it should apply to any element. Try doing a...
  6. H

    Is Macromedia Dreamweaver MX 2004 the best?

    Yes, IE displays those tags fine, but it has some problems when you try doing some positioning and such, for example, IE doesn't understand the margin: auto; that would center your <div> in the page so you have to create 2 divs and the first one must have text-align: center; and even this way is...
  7. H

    Debugging help...

    Yeah, that's how usually i solve my CSS problems, trial and error... time waster but works most of the times
  8. H

    Debugging help...

    It only seems to appear when there is a form, have you tried to remove the margin/padding from <form> tags? It is problably it, but i can't be sure And then you would problably had to do something to give the form some space
  9. H

    Is Macromedia Dreamweaver MX 2004 the best?

    Not wanting to sound like an eco but those tags are from the W3C, they issue standards that programmers can use when creating sites, although what some of you think, these standards are important because you are building your site using todays browsers to test it, but tomorrows browsers may not...
  10. H

    Dreamweaver MX question - alt tags?

    Ooops... :o Hehe, I only saw your links AFTER I posted this... :P Hey there Rhianna nice to answer you again (Also CSS Hex codes) :) I don't know if Dreamweaver MX has that option, but in MX 2004 you need to go to Edit > Preferences > Acessibility and in there check all the boxes...
  11. H

    CSS Colors - 3 digit Compressed Hex Chart?

    Actually the 3 digit only hex codes are shorthand for the codes that have the numbers repeated in pairs. Ex. #FFF = #FFFFFF #06C = #0066CC The "safe" color codes are all in the format #0066CC and the like. A full color code table can be found here
  12. H

    Your review is more than welcome

    Nice, but remove the left and right lines so visitors can feel more "free"
  13. H

    New to templates

    In the <img src=""> you have to put <img src="graphics/[image_name.type]"> as Aki said. If you want to use english and french folders you should have something like / | |_ english | |_about.html | |_services.html | |_[ etc etc ] | |_french | |_about.html |...
  14. H

    Mine is on over a 100million keyboards

    The site looks nice and clean. Some minor bugs in Firefox, the "&nbsp" should be followed by a ";" in IE it works, but in Firefox you see &nbsp instead of the space. On the popups the "Close Window" links works on IE but not in FF. Minor bugs as said, besides that the site is very good.
  15. H

    JLHost Promotion - Free 100MB/1GB Cpanel accounts

    Hi there, I'm very interested in your kind offer. PM me please. best wishes
  16. H

    [PHP] Redirect forumpages to new domain

    header( "http://www.filmsnack.se/index.php?{$_SERVER['QUERY_STRING']}" ); I got it, in www.filmsnack.se you don't have the '/forum/' thats the reason for the 404, so this one should work since it only adds the URL parameters that come after the '?' mark.
  17. H

    [PHP] Redirect forumpages to new domain

    Hmmm thats odd... could you please post the error you are getting ? [ --- Edit --- ] Or try something like this $goThere = "http://www.filmsnack.se{$_SERVER['REQUEST_URI']}"; header( "location: {$goThere}" );
  18. H

    [PHP] Redirect forumpages to new domain

    Try something like header( 'location: www.fimsnack.se' . $_SERVER['REQUEST_URI']); i think it should work that way
  19. H

    ok, i got new one :)

    I,ve never used free templates, but i think that the scripts don't come bundled with the template, only the required images html pages and css i think.
  20. H

    How can i hold this contest? (Loserforums.com)

    Why don't you only count the referals when they reach an certain number of _valid_ posts? IMO that way there won't be many fakes.
Back
Top