Category Archives: Tech Notes

Tech Notes and How-to Guides

Setup QUT Student, Staff Email on Android Devices

Setting up the Outlook Exchange email accounts from QUT on your Android devices can be tricky. This is how you setup you student or staff email to sync. Continue reading

Posted in Tech Notes | Tagged | 2 Comments

Back to Gmail: Migrating emails from Google Apps mail to Gmail

This guide will help you migrate from your Google Apps email account to a Gmail account automatically using the (free) ‘imapsync’ software. Continue reading

Posted in Tech Notes | Tagged , , , | 6 Comments

LaTeX on Windows with MiKTeX and Notepad++

Notepad++ is a versatile text editor and source code editor for Windows. I use it as my default text editor on Windows. For convenience of compiling .tex files while editing we can simply add a run command to Notepad++. This … Continue reading

Posted in Tech Notes | 24 Comments

Parse RSS feeds with PHP

RSS feeds are very common today, and at times we want to write a simple script to grab some information from a feed. Continue reading

Posted in Tech Notes | Tagged , , , | 2 Comments

Text to Image in PHP with GD

This is simple script to demonstrate the capabilities of PHP with the GD library, which provides a lot of image functions that can be useful in many applications. Continue reading

Posted in Tech Notes | Tagged , | 2 Comments