alt text on iPad

I found this cool tip on how to see the alt text on images that you would normally see when you hover the mouse cursor over an image… which as we know, there is no mouse on an iPad: hints.macworld.com

Starting Google Chrome without restoring previous session

If you ever needed to open Google’s web browser Chrome, without having the previous session brought back, you can actually do this from the command line. On the MacOS, you can use the Terminal.app application to type in the following commands: $ cd /Applications $ ./Google\ Chrome.app/Contents/MacOS/Google\ Chrome –home Google Chrome should start up for … Read more

Turning on the task list in VS2010

According to Microsoft, this is turned off by default for performance reasons: http://connect.microsoft.com/VisualStudio/feedback/details/668650/task-list-is-not-working You can turn this on again in “Tools->Options->Text Editor->C/C++->Formatting-> Miscellaneous->Enumerate Comment Tasks”