Jump to content

Daniel0

Staff Alumni
  • Posts

    11,885
  • Joined

  • Last visited

Everything posted by Daniel0

  1. Latin-1 can display à and ö just fine. Strictly speaking there is no need for UTF-8 if you restrict yourself to Eastern European languages. The only requirement is that your character set of choice has to be consistent throughout the entire system.
  2. Maybe it's time for you to upgrade your OS. Windows has had a desktop application for Windows update since Windows Vista which became RTM about three years ago.
  3. Have a look at this: http://vim.wikia.com/
  4. While it's good to see that it's improving, I'm not overly impressed. It's still way behind its competition, and the competition keeps going on as well. It's not like they'll wait for IE to catch up. By the time IE9 is released FF, Opera, Chrome etc. will also have released new versions.
  5. Just use the correct character set. If you do that you won't have to convert these to HTML entities.
  6. There is a GUI version for it. It's called GVim.
  7. There is also a vim plugin for Eclipse.
  8. Mine would be Zend Studio, NetBeans and vim (in no particular order).
  9. This is a continuation of this topic: http://www.phpfreaks.com/forums/index.php/topic,54859.0.html
  10. Just check the length and don't add more if the length is 10.
  11. Version Control System.
  12. Yeah it is. I didn't see your post. Sorry.
  13. Software patents are the devils elbow. As a matter of interest, what do you mean? Because the longevity of patents hinders progression in the software/tech world. What was top of the line 15 years ago is trivial today.
  14. NetBeans is pretty good. If you have the money, so is Zend Studio.
  15. This is called De Morgan's Law for the mathematically interested. It's fairly easy to prove, and other mathematical structures have this property as well.
  16. I pay around £25 every third month for my VPS. I have 40 GB disk space and 384 MB memory (768 MB burst). If you can't afford that there are probably some things you should reconsider in your economy. Actually, I have up to 4 GB burst memory because they've configured it incorrectly. I'm not complaining though.
  17. According to Apple, their operating system is so special that it can only (and is only allowed to) run on their own hardware. Therefore, I think it's reasonable making a distinction. I suppose you can say "Hi, I'm a Mac and I'm a ~Mac", but that seems quite stupid. What other word would you suggest for "~Mac"? When practically everybody in the general population makes the distinction between PC/Mac it's easier just following that convention than trying to force another, more technically accurate, word through.
  18. Right, you can to delimit your pattern. http://dk.php.net/manual/en/reference.pcre.pattern.syntax.php preg_replace
  19. Did you try it?
  20. Sounds like a poorly designed system if everybody uses the same password.
  21. To be honest, I would probably just do if (!preg_match('#[0-9]#', $password) || !preg_match('#[a-z]#i', $password)) { echo 'fail'; }
  22. And vice versa as long as you use Turing complete programming languages.
  23. How about After Effects?
  24. The manual explicitly states that the parameter is a string that is the path to the filename. http://php.net/filesize
×
×
  • 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.