Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. Thanks to his help getting mysql back online and his continued support around the boards, KingPhilip has been promoted to Administrator. Thanks heaps bud and congrats.
  2. Most likely.
  3. Yeah, Google analytics. http://www.google.com/analytics
  4. Because test_user does not have permission to access the server from localhost.
  5. This topic has been moved to PHPFreaks.com Questions, Comments, & Suggestions. http://www.phpfreaks.com/forums/index.php?topic=353984.0
  6. This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=353875.0
  7. Define "it wont work".
  8. This topic has been moved to PHP Regex. http://www.phpfreaks.com/forums/index.php?topic=353870.0
  9. Note that your post count is still only 1? See http://www.phpfreaks.com/forums/index.php?topic=353866.msg1671401#new
  10. Absolute positioning components of a layout is never a good idea. Find yourself some tutorials on the CSS box model.
  11. Read the documentation.
  12. See number_format.
  13. The @ symbol is used to suppress errors and should really be avoided and only used when it really is necessary. In this instance, I think they are trying to hide any "divide by zero" error. This could (and should) be better handled by ensuring that $count is bigger than 0 before using it.
  14. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=353775.0
  15. You could find out for yourself by using: var_dump($_FILES['thumbnail']);
  16. I'm a massive vim fan so don't really have much of an opinion when it comes to IDE's.
  17. That's because MS sux balls.
  18. Hmmm, I smell spam.
  19. There is no definitive answer, just opinion. Often the one that is well suited to your style of development and specific project requirements will be the best one to use.
  20. I used to use dynamically loading js, but it ended up being allot more efficient to put all js into one file and the minify it. Its the actual http requests to multiple files that hurts more than size. Of course it would also depend on what sizes where talking about. Loading a 50k-80k file just to use one function etc etc.
  21. Have you checked out some of the editors mentioned in this thread?
  22. This board is here for questions directly relating to already existing Third Party code. It is NOT a code repository or the place to post requests looking for specific scripts. If you can't find the script you are looking for on Google, you either don't know how to use Google or the specific script does not exist. DO NOT request help with searching.
  23. I'm not sure how that would be achieved through php. The rule is that you use a before words that start with a consonant sound and an before words that start with a vowel sound.
  24. You'll need to be more descriptive. Your example makes little sense to me.
  25. Netbeans 6.8 does seem even better than 6.7. Many improvement + it does seem more responsive.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.