Archive for January, 2011

Google Chrome’s automatic site searching

Here’s a fun tip! I just found out today by chance that Google’s Chrome browser will do automatic site searching! If the site you are viewing has a search functionality, all you have to do is type the domain.com follow it by a space and the item you want to search! It will automatically direct you to the search function with your search in the query string! Neat!

For example:

shopbot.ca core i5

pointed me directly to:

http://www.shopbot.ca/m/?m=core+i5

Neat little trick… once again, hope this helps and have fun!

Google Apps and Microsoft Outlook 2010

With the need to save money, I finally decided to take the plunge and try out Google Apps after a strong recommendation from a friend. Getting everything converted was simple enough, I just had to sign up for a Google Apps account, add my domain and away I go.

For those interested, when you search for Google Apps, Google will always bring you by default to their Google Apps for Business edition first. It is a bit of a maze to find the standard Google Apps, but it is there.

The main difference between the two is that you get 7GB of space instead of 25GB. Other minor stuff include Google Video, forced SSL and 99.9% uptime SLA. For that, you have to pay $50 per user per year. This is as opposed to getting 50 free users for your domain, not including any aliases you would like to use (known as nicknames in Google Apps). Another stated difference is that you are unable to sync with Microsoft Outlook and Blackberry Phones etc. This, however, I have been able to prove to be incorrect.

I have been able to sync up my Outlook and Blackberry through IMAP. True, it is not exactly like Exchange and you lose certain functionality – such as notes and journal. However, I would like to argue that overall, for someone or a company with less than 50 users, Google Apps is more than enough.

One thing to note though, the setup instructions that are available on Google’s site is incorrect. The following IMAP settings worked for me:

Username: user@yourdomain.com
Password: your password
IMAP: imap.googlemail.com
IMAP Port: 993
Encryption: SSL
SMTP: smtp.googlemail.com
SMTP Port: 587
Encryption: TLS

One other thing that I did do was to Unlock Captcha. Not sure if it is related, but I did this before I found the above settings so I can not comment if it was either due to the settings or both changes were required.

I will give this a go for a week or two before I fully terminate my old Exchange account. As always… hope this helps and remember to have fun!

Jivesoftware – SBS 4.5 and MySQL

It has been awhile, but I’m still alive. Anyway, installed SBS 4.5 from Jive Software today, however the JDBC for MySQL wasn’t included in the installer.

Downloaded the files from the following link:
http://dev.mysql.com/downloads/connector/j/

Extracted the mysql-connector-java-5.1.12-bin.jar file (versions may be different as there are newer ones available) and copied it to the following folder:
/usr/local/jive/tomcat/lib/

Restarted the Jive application and the connector worked!
service jive-application restart

Hope that helps, and remember to have fun!