A DachisGroup Company

Sharing our thinking in the open is a great way to learn from our network and peers, and we love to discuss social business on our blog or during one of the many conferences we attend around the world.

Technical Digest: Using Regular Expressions to order Movable Type Categories

by

5 Responses to Technical Digest: Using Regular Expressions to order Movable Type Categories

  1. By A View From Home on February 6, 2004 at 6:44 pm

    Movable Type: Displaying categories in non-alphabetical order

    I’m working on that all-MT site (coming along beautifully I might add). It should be “live” as soon as this weekend. I ran into a problem, which I solved, that I need to blog otherwise I’ll never remember how I…

  2. By A View From Home on January 30, 2005 at 1:25 pm

    Movable Type: Displaying categories in non-alphabetical order

    I’m working on that all-MT site (coming along beautifully I might add). It should be “live” as soon as this weekend. I ran into a problem, which I solved, that I need to blog otherwise I’ll never remember how I…

  3. By A View From Home on January 30, 2005 at 1:29 pm

    Movable Type: Displaying categories in non-alphabetical order

    I’m working on that all-MT site (coming along beautifully I might add). It should be “live” as soon as this weekend. I ran into a problem, which I solved, that I need to blog otherwise I’ll never remember how I…

  4. By A View From Home on January 30, 2005 at 1:38 pm

    Movable Type: Displaying categories in non-alphabetical order

    I’m working on that all-MT site (coming along beautifully I might add). It should be “live” as soon as this weekend. I ran into a problem, which I solved, that I need to blog otherwise I’ll never remember how I…

  5. By Jesse on August 2, 2005 at 12:12 am

    This came in extremely handy because I’m creating a Bible site and each category is going to be a book of the Bible. Obviously, I can’t organize the books alphabetically, so I used a 01-66 at the beginning of each and truncated it using REGEX. Thanks for the help!