HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

Search results

  1. C

    What web hosting services to use?

    Yeah I don't know where this tip/information came from, you are better off with your domain and host at a single reliable provider than you are going to another company just for the sake of it. With large companies like NameCheap I don't think there are any worries of them holding onto your domain.
  2. C

    Any good tutorial for learning HTML5?

    I would be careful which tutorial you choose because HTML5 is a lot more open ended and you want to choose a tutorial which chooses to organize the site in a way that makes sense.
  3. C

    Redirecting multiple pages to a single page

    Well like you said there is a form which gets submitted and passes all the information the user submitted to the sucess.php page. I would suggest creating an invisible field on each of the 3 user input pages which contains information so you can distinguish between the pages. Then on your...
  4. C

    Do You Prefer Big-Name Web Hosts or Smaller Ones?

    A lot of the smaller companies are really really cheap, although there is a reason for this. They are usually new to the market and want to lure new customers in however you as a customer don't know if they will still be around in a year or whether their lack of experience in the industry will...
  5. C

    Encrypting HTML

    Encrypting your HTML is rather useless in my opinion. Even without the source code it is fairly easy to imitate a site's look, and noobs generally aren't going to have a popular site that many people will notice anyways.
  6. C

    Why can't I find any PC's with Windows 7?

    Well that is normal. Once the new version of the operating system comes out they stop selling computers with the older version. Your best bet is you get a custom built computer from a store that sells computer components like Tiger Direct and then have them put Windows 7 on it.
  7. C

    Nice forum theme!

    That's true, however sometimes it be distracting when things are out of place or don't work or the theme clashes. At least that's my opinion as a designer.
  8. C

    Why learn Jquery

    Exactly, so so powerful. Also jQuery's popularity makes it even easier a lot of content management systems already include jQuery for some of their front end functions. +1 to this, I learned Python from thenewboston tutorials. That guy has a hell of a lot of videos.
  9. C

    What do you do to advertise your site?

    I haven't tried Facebook advertising either although I have used Google Adwords, I found that although it got be a good number of clicks for a low cost - not many of the visitors ended up registering for my forums.
  10. C

    Edit any website using javascript

    Firefox and Chrome support webpage editing, just press (ctrl + shift + i)
  11. C

    Request for a tutorial

    Flash isn't really necessary for something simple like moving buttons, besides Flash is a dying technology. Why don't you consider using jQuery instead?
  12. C

    Appraisals section

    Could you please add an appraisals section to the marketplace section?
  13. C

    Is it worth it to learn PHP OOP?

    SMF doesn't use OOP design? That's surprising considering how popular it is.
  14. C

    Encrypting HTML

    I really wouldn't worry about people ripping your code. The HTML is the easiest thing to reproduce anyways.
  15. C

    How long did it take you to learn CSS?

    Not too long, CSS is very simple and its easy because the naming conventions make a lot of sense and are easy to memorize. It will take you a little bit more time to learn about all of the tricks that you need regarding positioning and stuff though.
  16. C

    Do you allow HTML editing in forum posts?

    Isn't there a way to post HTML without that via automatic replacing of character codes?
  17. C

    Backlinks

    Another thing you can do is link exchanges with other sites that are related to the topic of your site. There's also posting on forums, as long as you post content that is relevant to the forum and discussion it should be very helpful.
  18. C

    Anyone looknig for a reasonable price on hosting?

    Hello, I am a website developer and I actually rent reseller hosting to host all of my sites and for some of my clients. I just thought I would post here and find out if anyone would be interested in reasonably priced Linux cPanel hosting? I rent for a large reliable company and would of course...
  19. C

    Why learn Jquery

    It is also the most popular of the large JavaScript libraries and prepackaged with a large assortment of content management systems by default.
  20. C

    Compressing your CSS files

    I usually do not compress my CSS due to the minimal amount of space it saves and the inconvenience it causes when directly editing files from the server. Of course this would be much different if I were running a larger site where every small difference can make a huge change in total bandwidth.
Back
Top