Have your Raspberry Pi report its WIFI IP on boot via email. This works well with the Edimax EW-7811n WIFI Adapter.
Download the check_ip.py
file:
wget https://gist.github.com/raw/4441249/check_ip.py
Edit the variables at the top of the script to add your own email credentials. Setting up a standalone gmail account to do the actual email sending would be a good idea.
Setup the script to run on boot with the following:
chmod 755 check_ip.py
sudo cp check_ip.py /etc/init.d/
sudo update-rc.d check_ip.py defaults 19
For help setting up the Edimax wifi adapter, check out
this document.
I just edited the /etc/network/interfaces
and /etc/wpa_supplicant.conf
files.