Jump to content

Daniel0

Staff Alumni
  • Posts

    11,885
  • Joined

  • Last visited

Everything posted by Daniel0

  1. I suppose you're referring to me. For someone who claims to have nine years of experience with Javascript and 20 years of experience with creating websites (source) it shouldn't be too hard to overcome the "problem" redarrow explained.
  2. No offense, but the programmer's incompetence is not a shortcoming of the language.
  3. Yes, but you cannot download it using synaptic (or aptitude or apt-get) if you do not have a working connection.
  4. Care to elaborate on that? Why?
  5. That depends on how the law of the country in question is formulated.
  6. You probably need to install the build-essential package (or is it build-essentials?). sudo aptitude install build-essential I believe that package will be taken from the CD and not from the repos, so you might be able to install that without a connection.
  7. I mostly use an IDE when coding unless I need to only make small changes. In that case I'll use vim in a *nix environment or Notepad++ (or sometimes just regular notepad) in a Windows environment. The thing I like the most about IDEs is the code completion. Not so much because I won't have to type the entire name, but because I'll get an argument list.
  8. So basically you love those ?PHPSESSID= following by a long alphanumeric string on the end of all your URLs? Otherwise you might want to check up on how sessions work before making such bold statements...
  9. It should tell you information about all detected network interfaces. If it's the only one, then it'll probably be called eth0. You should be able to see whether it's connected or not.
  10. Try to run ifconfig -a and see what it says.
  11. Make sure you select to format the harddisk when installing
  12. Daniel0

    No C compiler?

    As far as I know, APT (Advanced Packaging Tool) is the libraries whereas aptitude, apt-get, apt-cache, Synaptic Package Manager (GUI tool), etc. are front-ends for APT.
  13. Substitute 'backups/fcs/$date/index.php' with "backups/fcs/$date/index.php" Likewise with all similar strings.
  14. Yes, you need an active internet connection.
  15. The server edition does not include a graphical environment. When you install it, login as root and run this command: aptitude install ubuntu-desktop (or kubuntu-desktop or xubuntu-desktop if you'd rather have KDE or Xfce instead of Gnome).
  16. Oh yes. You'll also need to change 'backups/fcs/$date/index.php' and similar strings to use double quotes instead. Variable interpolation (i.e. replacement of the variables' values within strings) will only work with strings that are using either the HEREDOC syntax or using double quotes. Single quoted strings will be used verbatim.
  17. Actually, Presto and WebKit scores higher on Acid3 than Gecko does (cf. http://en.wikipedia.org/wiki/Acid3#Layout_engines). Nonetheless, Gecko is still superior to Trident and in my opinion it would be wiser to develop to get it to work in Firefox and then apply hacks so it'll work in Internet Explorer than doing it the other way around.
  18. There are made a number of other logos and it will be changed once we've picked the one we like the best. Edit: Might as well lock this until the "real" logo is up. I hope you'll like that one as well.
  19. You might want to change $date = "date('d-m-Y')"; to $date = date('d-m-Y'); otherwise you're not calling the function but making a string with that content. Furthermore, if (copy) won't work.
  20. Daniel0

    No C compiler?

    You could always download the packages from the repos from your own computer and scp them to the server. Besides, I don't like CentOS. It doesn't even have the PHP 5.2.x branch in the repos.
  21. I believe the Ubuntu CD has an option for checking the integrity of the CD. You could try see what it says.
  22. Psst... if you say I'm cool then you'll become a moderator
  23. There is nothing we can do about it unfortunately. See: http://reference.sitepoint.com/css/overflow
  24. No offense, but I wouldn't trust purchasing anything from a site that looks like that. The layout looks rather unprofessional, so it kind of gives you an idea that the service you can get there will be of equal quality.
  25. If you don't belong to a specific group, then it'll now say "Member" below your username. I don't know if that looks "prettier" or is less "boring"...
×
×
  • 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.