Friday, March 5, 2010

  in XSLT

How can I use   in my XSLT file?

Put this right below the XML declaration
 
<!DOCTYPE xsl:stylesheet [<!ENTITY nbsp "<xsl:text disable-output-escaping='yes'>&amp;nbsp;</xsl:text>">]>
 
then, you can type &nbsp; in the document without any problems.
 

Thursday, January 14, 2010

Outlook GTD Macros

How can I create a macro that will take an outlook email, create a task and then attach the email to the task and move the email to an archive folder to help me with the Getting Things Done (GTD) workflow?

Here’s a real good article on that.

I have begun tweaking this a little bit. When I get a good system down, I’ll post it here. In the mean time, this is a really good start.

Wednesday, January 13, 2010

Outlook and “Macros are Disabled” error

Why am I suddenly getting the error “The macros for this project have been disabled” when I am editing macros in Outlook 2007?

Here’s a good article on how to fix this.

Saturday, December 19, 2009

Capturing Music Streams

Is there a way that I can save down the music I'm listening too from an Internet stream?

If you use WinAmp, you can use a tool called Streamripper that will save the music down even when you're not listening.

I do this when I know I'm going to be traveling. I'll start this up the night before and stream some music to disk and transfer it to my iPod.

Once I've listened to the stream, I usually just delete the music to make room for more, random music.

Enjoy.