Archive for April, 2008



Adding TinyMCE to your ProjectPier or ActiveCollab Installation

Many of you are project managers, and may be using Activecollab or ProjectPier.
We were tired of their lame editor, so we decided to add TinyMCE into our installed version, both for ease of client use, and internal use.
The instructions are very simple.
1. Go to ProjectPier, grab the latest version (or svn)
2. Install ProjectPier as you [...]

Fix SMS Time Issues on Rogers/FIDO Unlocked GSM/3G Windows Mobile 5/6 SmartPhones/PocketPC’s

FIX: You need to add this to the registry: Go to HKEY_LOCAL_MACHINE\SOFTWARE\OEM\PhoneSetting\
Add a dword key “TrustTimeZoneField” and give it a dword value of 0
then soft reset your phone.
enjoy!

Rogers Introduces some Stupid S**t.

Look at what popped up when I was surfing today..

SBS 2003 Disable Sync of Certain Offline Files like .PST or .MDB

Today I was noticing that some clients on the network were experiencing errors when users logged out and windows synced for them.
In order to fix this, I had to do the following:

TS to SBS Server
Navigate to \\SBS\netlogon
Edit the SBS_LOGIN_SCRIPT.bat file in this directory. It should look like:
\\SBS\Clients\Setup\setup.exe /s SBS
Change it to this:
@echo off
rem ==================================================
rem
rem Title: [...]