Uncategorized

ProjectPier.org, a fork from activeCollab

Since activeCollab has announced their pricing strategy with $399 for the corp edition, I’ve decided to look for alternatives. Happened to come across ProjectPier that is a fork from activeCollab 0.71 which we’re currently using. Atm, the 0.71 code fits nicely into what we require and so shall look forward to ProjectPier’s updates. Need to do some migration work for this.

Link to ProjectPier.org

Standard
Musings

Are you ready for word-of-mouth marketing?

Imagine an organization with a proven system for 24 years, over 100,000 members worldwide in more than 37 countries, who can assist you in growing your business and open new doors to global opportunities. Raffles Chapter would like to invite you to our Visitor’s Day on 21st Sept 2007. For more details, view the slideshow below or contact me today!

http://s3.amazonaws.com/slideshare/ssplayer.swf?id=111451&doc=raffles-visitor-day-friday-21st-sept-20071636

Standard
Musings

On9 Systems – Blogs for Business

Received a SMS on Wednesday from a fellow BNI member that she couldn’t attend this morning’s breakfast meeting and if I minded switching over. I readily agreed before remembering that my slide desk was skewed towards customers to have an overview of the company. Spent about 3-4 hours last night improving a 4 slide version I had previously used in my flip-chart presentaton and here’s the results

http://s3.amazonaws.com/slideshare/ssplayer.swf?id=109745&doc=on9-systems-web-solutions1106

Presented by 字 Concepts

Standard
Uncategorized

activeCollab gets a facelift with 1.0 nearing release

Have been giving activeCollab 0.71 a good workout with the current projects and while there are some quirks as compared to using WebCollab, I would say its a great transition to make project management easier. Noticed that the activeCollab site got a long overdue upgrade and hope to see the 1.0 release soon!

Link to Done. What? Improved Tasks! | activeCollab

Standard
Uncategorized

Posting to WordPress via Windows Live Writer cause “The server committed a protocol violation”

Had been having problems posting to windows hosted blogs with wordpress via Windows Live Writer. Finally found the solution after googling for it. Apparently, its a security measure made to prevent attacks againt malformed HTTP status lines and headers. Not sure of the exact cause since only upgraded to Plesk 8.2 on the windows server but anyway, the solution works.

Added to live writer’s config file “WindowsLiveWriter.exe.config”

<?xml version =”1.0″?>
<configuration>
  <system.net>
    <settings>
      <httpWebRequest useUnsafeHeaderParsing=”true” />
    </settings>
  </system.net>
</configuration>

Standard