Search results

  1. callumacrae

    HTML basics : getting started coding

    It's not a "style", it's literally invalid and probably doesn't even work in quite a few browsers. Yeah, but you're not using HTML5 ;)
  2. callumacrae

    HTML basics : getting started coding

    Tag names should be lowercase :P I would never recommend the use of HTML4. I personally use HTML5, but if you don't want to use that, XHTML. <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Hello World!</title> </head> <body> <p>Hello world!</p> <p>This is my first...
  3. callumacrae

    A simple way to earn money

    Read essellars post. It was directed at you.
  4. callumacrae

    A simple way to earn money

    Are you asking us to click the ads on your website? If you are, you are in violation of the Google Adsense Terms and they will notice. ~Callum
  5. callumacrae

    Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'shanksro'

    Re: Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'shanks Please read the whole thread, he's already resolved the issue. I'm going to close this thread now. ~Callum
  6. callumacrae

    help with mysql connect

    ...he just said that he's having trouble with the connection strings, so that isn't very helpful. @OP: Could you show us your code, please? Read Missons sig :) ~Callum
  7. callumacrae

    email problem

    ...that doesn't make sense. And it's wrong, anyway. I believe that there are some problems with mail at the moment because of the firewall. I can't remember what the workaround is, it might be worth searching the free hosting forum.
  8. callumacrae

    WordPress Help Plz ?

    WordPress is released under the GPL, and you can therefore do whatever you want with it as long as if you release the modified code, you release it under the GPL too. ~Callum
  9. callumacrae

    Create User Accounts

    ...? That's completely unrelated and not very helpful.
  10. callumacrae

    only allow certain ips to access my "family site"?

    Also, once you've set the header location, remember to exit; the scripts, or it will still be possible to view the page.
  11. callumacrae

    HTML basics : getting started coding

    Would you consider it acceptable to sell someone who is building a car as a hobby dodgy parts?
  12. callumacrae

    The Death Clock..

    HOLY BUMP HOW DIDN'TiI NOTICE THIS
  13. callumacrae

    !!!! The NEW Biggest thread !!!!

    You need to stay logged in for about five minutes. Posting usually does the trick, too.
  14. callumacrae

    CO.CC was blocked in Google. Was it a right move?

    It's interesting seeing the different viewpoints on different communities on this issue. The two main communities I often participate in ar this one and a web developers one. This one is by nature, full of people who want stuff for free and quite a lot who expect everything for free. The...
  15. callumacrae

    Help with PHP register script

    echo "<td><font size=\"2\" color=\"#ff0000\">".$form->num_errors." error(s) found</font></td>"; I feel sick :( You should not be using tables for layouts. Use tables for tables only. http://shouldiusetablesforlayout.com/ <font> is deprecated and has been for many years. You should use...
  16. callumacrae

    Help with PHP register script

    echo "<td><font size=\"2\" color=\"#ff0000\">".$form->num_errors." error(s) found</font></td>"; I feel sick :( You should not be using tables for layouts. Use tables for tables only. http://shouldiusetablesforlayout.com/ <font> is deprecated and has been for many years. You should use CSS for...
  17. callumacrae

    Change a letter!

    Not a word! http://dictionary.reference.com/browse/starrer
  18. callumacrae

    using PHP - how to convert video (avi, mp4, mkv) or even extract audio/video/subtitle

    Re: using PHP - how to convert video (avi, mp4, mkv) or even extract audio/video/subt No - just buy a month and then if you like it, renew it for longer. Again incorrect - you would need SSH (or something similar) and permissions to install stuff on the server. ffmpeg will not be...
  19. callumacrae

    The Death Clock..

    Tuesday, April 19, 2089 94 years old! XD
Top