Latest Entries
How to give text an inner shadow with CSS
On: May 13, 2012 By: Travis Millward In: Django, Web, Web Development
This is how I did it...
Magic Mouse Is Jumping and Skipping Solution
On: May 07, 2012 By: Travis Millward In: Apple, OS X
I have a magic mouse and whenever I use multiple monitors it becomes skiddish, jumpy, and starts skipping all over. After trying all sorts of tricks the one thing that fixed this for me was installing MagicPrefs. http://magicprefs.com/ Read more»
'OS X Mail keeps asking for iCloud password' Solution
On: April 25, 2012 By: Travis Millward In: Apple
This is soooo annoying to me. I've finally figured out something that works. Open Mail Go to Preferences (Mail > Preferences) Go to Accounts Select your iCloud account from the left. Choose the Advanced tab Change the Authentication setting from "Apple Token" to "Password". Close Preferences and click "Save" when it asks if you would like to save your changes. Voila! Haven't had it ... Read more»
How to filter a django form's multiple choice or foreign key set with a generic view
On: April 14, 2012 By: Travis Millward In: Django, Python, Web Development
On an app I am working on I needed to relate a photo to a project. I created a model called Connection. It basically has two fields. "Photo" and "Project". They are both foreign keys back to the Photo and Project models. Well I ran into a problem. I wanted to be able to say okay associate photo A with project B. I could do ... Read more»
Make google refresh the site preview screen shot
On: March 30, 2012 By: Travis Millward In: Google, Web, Web Development
Login to the Google Webmaster Tools. Choose your site from list of sites. On the left, click "Labs".... Read more»