mairving

No Profile Photo

Real Name:

Latest Contributions

  • Community Server

    Anyone have any experience with Community Server?

    I might have an opportunity to help out a client with this.

  • Joomla Update

    Joomla has released an update and is urging all users to update to 1.1 due to some security issues.

  • Mambo\Joomla Vulnerabilty

    Critical update listed for Mambo/Joomla.

    Joomla upgrade to 1.04
    No patch yet but a fix for Mambo

    More info

    Good time to patch.

  • Staff Personal Info

    I am working on a list of questions for our website on the staff bio page. Basically I am trying to come up with a list of personal questions to help a visitor get to know the staff person. What I thought would be to come up with a list of say 10 questions to pose to the staff. They can answer 4 or 5 of them and they will display on their bio page. What I need is help coming up with those ten questions. Some questions like Favorite Movie can quickly become dated. Others like Favorite verse are usually more stable.

  • Searching text

    Trying to get this right on searching text using MySQL's fulltext search function. Basically what I am trying to do is to get some fairly relevant results from a column in MySQL, which in this case is sermon text.

    So far the best full text search works best like so:

    CODE
    SELECT fieldname FROM sermons WHERE MATCH(sermon_text)