Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Saveen Reddy's blog
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Tags
No tags have been created or used yet.
Archives
October 2009 (1)
September 2009 (5)
August 2009 (7)
July 2009 (9)
June 2009 (2)
May 2009 (6)
April 2009 (2)
March 2009 (5)
February 2009 (6)
January 2009 (8)
December 2008 (6)
November 2008 (10)
October 2008 (8)
September 2008 (5)
August 2008 (4)
July 2008 (3)
June 2008 (6)
April 2008 (2)
February 2008 (6)
January 2008 (4)
December 2007 (2)
November 2007 (2)
September 2007 (3)
August 2007 (4)
July 2007 (4)
June 2007 (8)
May 2007 (6)
April 2007 (1)
March 2007 (6)
February 2007 (1)
January 2007 (1)
November 2006 (1)
October 2006 (3)
September 2006 (1)
August 2006 (2)
July 2006 (1)
June 2006 (2)
May 2006 (2)
April 2006 (6)
February 2006 (3)
January 2006 (2)
December 2005 (3)
November 2005 (6)
October 2005 (8)
September 2005 (2)
Links
Mike Swanson
John Nack
Visio Links
Bill Morein's blog
Visio insights
Chris Castillo's WebLog
Visio MVPs
Visio Guy
Visio Toolbox
Visio stuff at welie.com
VisioAutoExt
VisioExportToXaml
Chris Hopkins' Visilog
November 2008 - Posts
Saturday, November 29, 2008 12:35 PM
Visio: The Pythogorean Diagram Updated to show Numbers
A small update to my previous post – the diagram now includes shapes that show the numbers (widths, heights, angles, and areas). Download the updated file here: Interactive-Pythagorean-Theorem-(2008-11-29).vsd Just as before, resizing the triangle
Posted by
saveenr
|
1 Comments
Attachment(s):
Interactive-Pythagorean-Theorem-(2008-11-29).vsd
Friday, November 28, 2008 11:25 PM
Visio: An Interactive Demonstration of the Pythagorean Theorem
Yesterday’s Thanksgiving Dinner conversation found its way into the topic of geometry – specifically the calculation of the Earth’s circumference by Eratosthenes . Inspired by this example of geometry, in a spare moment I decided to create a interactive
Posted by
saveenr
|
0 Comments
Attachment(s):
Interactive-Pythagorean-Theorem-(2008-11-28).vsd
Saturday, November 22, 2008 9:29 PM
Visio: Shape positions drift when Resizing a Page to fit Contents
If you need to resize a Visio page to fit the drawing contents, you may notice some surprising results – your shapes will shift positions. In this post I’ll explain what is observed and how you can work-around an oddity in Visio’s behavior. This
Posted by
saveenr
|
1 Comments
Thursday, November 20, 2008 12:49 AM
C#/AOP: Elegant tracing with PostSharp and Aspect-Oriented Programming
My post yesterday was about Python decorators and in that post I used the example of tracing to illustrate how to use Michele Simionato’s decorator module . As a fan of comparative code samples, with this post I’ll show you how to accomplish the same
Posted by
saveenr
|
1 Comments
Wednesday, November 19, 2008 1:17 AM
Python/IronPython: Decorators made simple with the decorator module
Michele Simionato wrote a sweet module ( called decorators )that dramatically simplifies the usage of decorators in Python. The example below is based on one of the samples Michele provides and should help illustrate how much simpler it is to create decorators
Posted by
saveenr
|
2 Comments
Tuesday, November 18, 2008 1:50 PM
Did your CD/DVD drive disappear in Windows Vista? Try checking this KB Artitcle.
I rarely use my CD/DVD drive so I didn’t spot this problem for several months. My CD/DVD drive which had previously been working fine in Vista suddenly no longer showed up in “My Computer”. I tried new CD/DVD drive, but it also didn’t work. Eventually
Posted by
saveenr
|
2 Comments
Friday, November 14, 2008 6:56 PM
Consuming Extension Methods in IronPython
[Update on 2008-01-06] I’ve modified the post to reflect the information Dino provided. It turns out the SpecialName attribute is not required on extension methods but only when you are defining normal extension methods only when defining new operators.
Posted by
saveenr
|
5 Comments
Attachment(s):
Consuming-Extension-Methods-in-IronPython-2-(2008-11-17).vsd
Saturday, November 08, 2008 9:53 AM
Humor: Windows Weekly 82 – Leo Laporte prepared to use OLAP Cubes in case he is arrested
If you love OLAP cubes - and who doesn’t – you’ll love this 1 minute snippet of Windows Weekly 82 . Download the 1 minute snippet of OLAP talk (1.5MB) from the podcast Download the full podcast 1 hour podcast (33MB): – the goodness begins at the
Posted by
saveenr
|
1 Comments
Attachment(s):
OLAP-cubes-from-windows-weekly-82.mp3
Wednesday, November 05, 2008 8:13 PM
Dynamics AX 2009: Creating an SSRS 2008 report that gets data from an AX Cube
Very soon you’ll be able to use Dynamics AX 2009 BI Components with SQL Server 2008. One benefit of SQL 2008 is that SSRS 2008 includes a new tool to design reports called SQL Report Builder 2.0. You can use Report Builder 2.0 to design ad-hoc reports
Posted by
saveenr
|
4 Comments
Sunday, November 02, 2008 11:25 AM
Dynamics AX 2009: Ad hoc Analysis using Excel 2007 to get data from an AX OLAP Cube
a lot of time in Dynamics AX 2009 integrating AX with Microsoft’s BI Stack. One of the benefits of this work is that you can use familiar tools to access BI data in AX. In this post, I’ll demonstrate how to use Excel 2007 to connect to an AX Cube. Keep
Posted by
saveenr
|
2 Comments