Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=341937.0
  2. He is dreaming. This myth has been around for a long while.
  3. I would be inclined to do this client side using gRaphael. You could quite easily pass the required data to your views as json.
  4. Is that your exact code? There is nothing in that code that could possibly cause the symptoms you describe.
  5. What is in definitions.php ? The constants you are using definitely haven't yet been defined.
  6. Even though you have a central server you still work with local git repos. that is how git works. There are a few git gui's around apparently, though Iv'e not used any, try searching Google.
  7. trq

    phpBB

    You can integrate phpBB's login with your own site, but you'll have to do some coding. There should be guides in the documentation.
  8. RewriteRule ^index\/page\/([a-z]+)$ index.php?page=$1 [L]
  9. Yeah, I got right into the same thing a few years back when I first found Nanoweb. If you dig around there site they have a socket framework that is pretty interesting to take a look at, but yeah, i completely understand your drive to DIY. Have fun!
  10. Your sending the email as html. You will need to use <br /> tags to achieve the effect of a new line. See nl2br.
  11. Um, indeed it can. It has had temporal triggers since 5.1
  12. Do you mean html links to these urls? No, they would need to be changed to use the new (rewritten) url.
  13. It makes no difference at all to MySql.
  14. You should take a look at Nanoweb. It's a http server written in php. I used to use it to run a few sites a few years back, looking at there site however, it doesn't look like it's been updated since.
  15. Which is indeed part of the language SQL. MySql isn't a language. Also, MySQL has had triggers since version 5.0 and if you want to pay for it you can, it is owned by oracle after all.
  16. I've been using Sass and Haml on a project I'm working on in rails and love them both. Sass really is just the missing parts of CSS. Ive used LESS a few times as well, mutch the same thing. I wouldn't feel too badly about it. Whatever can save you some work, it gets compiled down to everyday css before being served anyway.
  17. You might want to tell us what application your talking about.
  18. No, you would use good design and database normalization.
  19. Actually, looking at the way your doing things, you would be better going with: $("#foo").myFunc() Then having your function find the 'width' itself internally.
  20. This topic has been moved to Other Web Server Software. http://www.phpfreaks.com/forums/index.php?topic=341772.0
  21. Not at all. There is allot of terrible code around. Who is to say that these code bases are the best quality? To be honest, I've not looked at them, but Iv'e not heard any good things about them either. IMO, you would be much better off learning from a well written framework. Zend comes to mind.
  22. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=341730.0
×
×
  • 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.