Jump to content

joder

Members
  • Posts

    31
  • Joined

  • Last visited

    Never

Everything posted by joder

  1. Red Hat is open source and the source code is available. Just can't use the Red Hat trademark. http://www.redhat.com/rhel/details/faq/#4 http://www.redhat.com/f/pdf/corp/trademark1.pdf http://www.centos.org/modules/tinycontent/index.php?id=2
  2. I've read sites where words can be misspelled and you still read it like it wasn't. Well... I couldn't do that with the above post you are referring to. It said "privert" and I read pervert. Maybe that just means I'm bad No offense intended redarrow, but the line on asp, I couldn't understand it at all.
  3. Now something on a positive note: http://www.itwire.com.au/index2.php?option=com_content&task=view&id=9865&pop=1&page=0&Itemid=1054 Kevin Gough, product manager, Google Enterprise, told iTWire that prior to its official launch today businesses have already moved off their desktop systems to Google Apps, which includes wordprocessing, spreadsheet, calendaring, email and instant messaging capabilities. Gough also said that a number of large enterprises have also commenced deployment and pilots of the online system that is looming as a threat to Microsoft's desktop-based office productivity dominance.
  4. In your apache config file, on the lines that have "Alias", does the directory contain a / on the end?
  5. joder

    Distro

    For this question, you can get many different answers. It's personal taste. What do you want to do with the distro? Some type of server? Desktop?
  6. As far as I know, unless they just very recently changed something, Red Hat does not have proprietary software in their distribution. All that is copyrighted and can't be redistributed is the Red Hat name and images. Somewhere on their site they even have info. CentOS removes the copyrighted material and redistributes what is the Red Hat distro. Novell, on the other hand, is a washed out company who is just trying to stay alive. They recently jumped in bed with Microsoft. Some companies may be fooled into buying their product. But in the free software community, they are basically done.
  7. I started out with Sams PHP MySQL Apache All in One. It was okay for the very basics. I have tried several more over the years. Core Web Application Development With PHP and MySQL and Web Database Application with PHP and MySQL (both are not good IMO). Programming PHP seems to best cover the basics. Learning PHP 5 is good but is more of a cookbook. My favorites are both from Wrox. PHP5, Apache, MYSQL Web Development for the basics and Professional PHP5 for the OOP. Other good ones are PHP in a Nutshell and PHP Cookbook. Both from Oreilly. Web Database Application with PHP and MySQL is one of the few Oreilly books I haven't liked and I have many.
  8. That's one beauty of Linux. You can do that. Mandrake, SuSE and Red Hat have done(do) that. But there are plenty out there to choose from.
  9. Did you try all 0's and no auto?
  10. http://us2.php.net/manual/en/control-structures.alternative-syntax.php
  11. Selft taught. There are a few good books but there is so much information online that is easier and to the point.
  12. I use a Microsoft laptop at work because it's company supplied. At home, I use Linux. I don't do computer games that were just created for Windows so I have no problems whatsoever. I think some people will not like Vistas DRM and switch to an Open Source OS, especially outside the US. But mostly I think people will stay with Windows because they want entertainment and that's what Windows wants to deliver. As far as Office, I haven't seen anything that is thrown at me that I can't use Open Office for. I dont' need bells and whistles.
  13. Would you mind posting the relevant html and css?
  14. I am fairly new to creating table-less layouts. It didn't take me long to create my first one for three columns. If I can do it, I know everyone else can too. The only problem I have had is with 800x600 screen resolution. Differing resolutions can play havoc on a non-table layout if your not careful.
  15. http://www.kitebird.com/articles/access-migrate.html http://www.google.com/search?sourceid=navclient-ff&ie=UTF-8&rls=GGGL,GGGL:2006-37,GGGL:en&q=migrate+access+mysql
  16. Try this: include($_SERVER['DOCUMENT_ROOT']."/modules/vwar/extra/countdown.php");
  17. In conig.inc there are several pages with 'page_type' => $PT_DYNAMIC, in the shell page $url = "{$local_page_name}.php"; I think this might be the pages you are wanting to change to .html since for PT_STATIC and the default have $url = "{$local_page_name}.html";
  18. Just a suggestion since I don't use IE 7. However, in my experience (I ususally play with the style sheet code), is to add margin:0 and padding: 0 in the CSS for the main content section. It is likely a margin/padding issue that Firefox would not set where IE does. For this, you shouldn't need another stylesheet.
  19. On the server, find the directory where the include files are located, do a "pwd" and paste it here. P.S. You might want to fix the front page of your site. I am coming from my companies network and am getting the following message ---- "You have attempted to access this site with an invalid IP. If you think this is a mistake you can contact the site webmaster at genesis(at)fmcclan(dot)com. Be SURE to include the following information in any email! User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1 Remote Address: REMOVED by joder Client IP: none Forwarded For: REMOVED by joder ---- which is wrong since my company owns the IP address block in question.
  20. You can put it in php.ini, useing the SERVER directive I showed you above, or the relative path desithugg gave you. Thing is, as far as my experience has shown me, your just not putting the right path in.
  21. Just an FYI, but make sure you restart the web server after changing the php.ini.
  22. Of course not. After /usr/share/pear you add a colon and the full path to your include files. As in include_path = ".:/usr/share/pear:/var/www/html/fmc/blocks/" If your include files are in /var/www/html/fmc/blocks/
×
×
  • 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.