Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. You learn JavaScript and then you learn about the extra functionality that jQuery provides. In fact, jQuery is so simple that allot of people skip learning JavaScript all together. Though I wouldn't recommend that approach in the long run, jQuery is pretty darn easy to get started with. See http://docs.jquery.com/Main_Page
  2. You can write JavaScript with any text area. Dreamweaver will just write bad code.
  3. trq

    Questions?

    1. That completely depends on your hosting. 2. that has nothing at all to do with php.
  4. Including a file via a url is not the same as including a file directly. You will only receive the output from the file, not the variables, classes and all the good stuff.
  5. Firstly, we have tags that you should use when posting code. Notice how all the other posts are nicely formatted and easy to read? Now, on to your issue. PHP's mail function cannot send email via mail servers that require authentication. You will need to look into and use a third party library such as SwiftMailer (Google it).
  6. Where exactly are you stuck?
  7. It definitely doesn't look like it is configured properly. This has nothing to do with php.
  8. This topic has been moved to Other Libraries and Frameworks. http://www.phpfreaks.com/forums/index.php?topic=351896.0
  9. Do you have a mail server installed and configured?
  10. Your question makes little sense. The .tpl extension is not generally related to php. We are going to need more details.
  11. This topic has been moved to Other Libraries and Frameworks. http://www.phpfreaks.com/forums/index.php?topic=351914.0
  12. This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=351866.0
  13. I'm a massive vim fan so don't really have much of an opinion when it comes to IDE's.
  14. That's because MS sux balls.
  15. Hmmm, I smell spam.
  16. 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.
  17. 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.
  18. Have you checked out some of the editors mentioned in this thread?
  19. 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.
  20. 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.
  21. You'll need to be more descriptive. Your example makes little sense to me.
  22. Netbeans 6.8 does seem even better than 6.7. Many improvement + it does seem more responsive.
  23. Iv'e not noticed any performance lag with Netbeans excepting maybe when it initially scanning my projects. Even then, I think its only because the drives my projects are hosted on are remote (LAN).
  24. Iv'e been using vim for years though have been loving Netbeans since I programming work full time.
  25. Doesn't really make sense. They both serve a completely different purpose.
×
×
  • 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.