Jump to content

maxo

Members
  • Posts

    4
  • Joined

  • Last visited

Reputation

0 Neutral

About maxo

  1. Don't use Ubuntu on an old machine! I tried running it on a pc with 192MB RAM and it kept freezing.
  2. If it still doesn't work, you might want to replace: if (txtTargetPath != null) with if (!String.IsNullOrEmpty(txtTargetPath.Text)) You shouldn't have to use .ToString() because txtTargetPath.Text should already be a string.
  3. Be careful, new versions of WordPress will soon only support at least PHP 5.2 and MySQL 5, so make sure you have these, otherwise you could have problems upgrading in the future (and esp. if you have to for security reasons). See WordPress › News » PHP 4 and MySQL 4 End of Life Announcement
  4. I wouldn't go down the route of hosting a few static pages, because before you know it you'll end up with a huge mountain of pages to go through when you switch over. You might as well set up something like Moodle, and it's free too, so I agree with what everyone says above. I think Sharepoint might have a slightly bigger learning curve, though, and isn't necessarily designed specifically for VLE use (though it can do that), but it is pretty powerful. I've seen setups where people use both Moodle and Sharepoint in conjunction (Moodle specifically for VLE use, Sharepoint for document management and various intranet pages and so on).
×
×
  • Create New...