What I’ve been consuming
I'm reading...Re-Make/Re-Model: Becoming Roxy MusicMay 2008Random Quote
I'm like a trash can holding all the information
- The RaconteursThe archive
- September 2011
- August 2011
- July 2011
- March 2011
- February 2011
- January 2011
- November 2010
- October 2010
- September 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- November 2009
- August 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- December 2008
- October 2008
- September 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
Categories
Tags
ABC This Week AWS Christopher Hitchens ColdFusion COM Crime and Punishment Dylan faith fertilizer George F. Will home maintenance hubris Is It My Code Or Is It A Bug Java Linksys WPC54GX4 Linux linux newbie ListQualify Meet the Press Microsoft N.T. Wright Palm PDA PHP podcasts pynchon reading Ron Coulter security Spy Sweeper Stack Overflow Stephen Malkmus Technology the blog VBA Virtual PC vowels W.B. Yeats William Gibson WordPress XML XSL Yahoo Web Hosting yard care Zero History
Category Archives: Microsoft
Windows 7/Java/Oracle SQL Developer
Just got a new Dell laptop at work running 64-bit Windows 7. Naturally, some problems are arising: Had trouble getting Oracle SQL Developer (version 1.5.5) to run. First it told me I needed to install the Java SDK. So I … Continue reading
more cool Excel formulae
So I have some Excel data that looks like this: Team days RB 3 RBB 6 RBC 9 RA 100 RA 114 RAX 125 and in my Sheet2 worksheet I want to show the averages of the days each team … Continue reading
Dumping file info into an Excel spreadsheet
So you’ve got a folder full of documents and you want to know what’s in the folder, how big the files are, and when they were last modified? And of course you want to be able to filter and sort … Continue reading
Export Microsoft Outlook Journal entries to Excel
If you’re a Microsoft Outlook Journal user, save this code into a macro to export journal entries from a select time range into Excel. Updated for Excel 2007. In your macro window, under Tools>References, make sure you check the Microsoft … Continue reading
Shun Virtual PC 2007 if you want Ubuntu
I wish I had read the Ubuntu forum posting about Microsoft Virtual PC before wasting an hour+ of my life trying to get Ubuntu 9.10 to work on Microsoft Virtual PC 2007. Everything installed fine, but I could get the … Continue reading
Cool Excel formula for replacing line breaks
If you copy and paste from another application into Excel, chances are you’ll come across some boxes that create unsightly line breaks in your cells. Use this formula to make those line breaks disappear: =SUBSTITUTE(SUBSTITUTE([celladdress],CHAR(13),” “),CHAR(10),”") where [celladdress] is the … Continue reading
Find and replace for fixed width text in Microsoft Word
If you have rows of fixed-width data (in this case the first 12 characters of each row) and you want to put a tab at the end, put this in your “Find what” box in Microsoft Word: (^13*{12}) and put … Continue reading
CD burning problems
I have of late, but wherefore I know not, lost all my ability to burn CDs. Continue reading
Posted in Microsoft, Technology
Comments Off
Another helpful innovation from Internet Explorer
If an add-on is hosing Internet Explorer, you have to run Internet Explorer WITH ADD-ONS ENABLED in order to manage your add-ons. McAfee Site Advisor is completely hosing a friend’s Acer Aspire. I advised installing Firefox, and somehow Site Advisor … Continue reading
Excel formula
Let’s say cell B5 has a number between 0 and 100, where 0-33 is low, 34-66 is medium and 67-100 is high. Here’s a formula to display the appropriate text =IF(B5
Posted in Microsoft
Comments Off