i386

No Profile Photo

Real Name:

Latest Contributions

  • Joomla Cache - Permission

    Hope someone can help,

    I'm trying to enable Caching on my Joomla 1.5 installation. It's running on a box with Plesk 8.0. The cache directory is set 777 with the ownership set to webaccount:psacln (Plesk group). However when the cache is enabled it writes out the directories and file with the ownership wwwrun:www so cache either never completes itself or it's not accessible. How can I make it use the owner of the Cache (webaccount:psacln) ?

    Thanks
    Gavin

  • Ruby On Rails For Leopard Osx

    If anyone is interested in start with Ruby on Rails with Xcode 3.0 (Leopard OSX)

    There is a new article post on apple dev. Very easy to get you up and running in about 10 - 15mins.

    http://developer.apple.com/tools/developonrailsleopard.html

  • Newsletter System

    If anyone interested in a newsletter system for their church

    Here is one for free I developed.

    i386.Newsletter

  • ASP.net Inherited IList Class

    No idea why this won't compile, gives me errors about missing interfaces. It's for ASP.net web control.

    using System;
    using System.Collections;
    using System.ComponentModel;
    using System.Web.UI;

    using System;
    using System.Collections;
    using System.ComponentModel;
    using System.Web.UI;
    using myclass

    namespace myclass
    {

    /// <summary>
    /// Summary description for SwitcherCollection.
    /// </summary>
    [TypeConverter(typeof(ExpandableObjectConverter))]