# Thursday, August 20, 2009

So I decided that since I have now installed Windows 7 and have been very pleasantly surprised that I would share my experiences with the world in the event people are looking for something like this.  Before I jump in to the changes in the built-in calculator I would like to provide a little more information on this series so people don’t get confused.

  1. I am using Windows 7 RTM (Final Release) using 64-bit hardware a big CPU and lots of RAM.
  2. However I am also using Windows 7 on my old Dell Inspiron 2200 with a very old and small CPU and 512 MB of RAM and it runs fine!
  3. I am testing Ultimate and Enterprise editions
  4. I got them from MSDN so no, they are not yet available to the public.
OK so with that said I have decided to start with the calculator in Windows 7.  It may seem like a stupid place to start however the vast improvements make it very worthwhile to mention.  The first change is the overall look and feel of the calculator as shown in the screenshot below.  It has a new and improved GUI which does make it very easy to use.

I think one word in general covers my happiness about the calculator: “History”.  That’s right it finally has a history option that keeps tons of entries in the display that you can then cycle back and forth through.

Some other notable features that are now included:

1.  New Modes have been added you now have Standard, Scientific (Pictured), Programmer and Statistics.  It also means that the calculator now has more power to perform advanced mathematical functions.
2.  As shown in the second screenshot they have also built-in a lot of other tools into the calculator.  My favorite is the unit conversion.  Now I don’t have to browse the net every time to remember the exact formula.
3.  Microsoft also added a new feature called “Worksheets” where the tool allows you to enter multiple values in and it then performs more complex math.  One of the included worksheets helps you calculate mortgage or car payments.
4.  Lastly they have added in some nifty data mathematics functions.  They can help you determine the number of days between two dates and times as well as another couple of features.

So the bottom line is the changes to the Calculator are welcomed in the new release.  Not only does it look sharp but it is actually usable without having to download some other program.  It also keeps people without Excel or even others without Excel from having to do complex functions and calculations.

My Score:

B+

It gets a B+ because there still is not any way to do simple graphing or algebraic expressions which I would surely think is possible to do, maybe with a service pack or the next OS.

image

image 

image

So there is Part 1: Calculator.  Look for more in the coming days and weeks ahead.  So far so good!

-Brent

del.icio.us Tags: ,,
posted on Thursday, August 20, 2009 1:25:00 AM (Eastern Daylight Time, UTC-04:00)  #    Comments [0] Trackback
# Thursday, August 13, 2009

For those who are not aware Internet Explorer has a security feature that by default does NOT allow non-secure content (i.e. loaded on HTTP rather than HTTPS) to be displayed on a page that is loaded securely via HTTPS.  It is a good feature because after all any website that is running securely should all be secure with not just bits and pieces that are not secure.  However I ran into a problem with our SharePoint site where someone had linked a non-HTTPS RSS feed to be displayed on a site and caused the below error message to appear every time:

Capture

I finally looked into how it can be disabled and found a couple of solutions but it is important that you judge the value of each method versus the security you may be giving up.

  1. Disable this error message all together (Least Secure)
  2. Utilize IE’s Security Settings to disable the warning for sites you trust or sites on your intranet. (My Choice)

So here’s how to make the changes:

Regardless of Option:

  1. In Internet Explorer click “Tools”.
  2. Click “Internet Options”.
  3. Click the tab titled “Security”.

For Option 1:

  1. Ensure the icon titled “Internet” is selected.
  2. Click the “Custom Level” button.
  3. Scroll about half way down to the section titled “Miscellaneous”.
  4. Find the setting titled “Display mixed content”.
  5. Set the setting to “Enable” (It should be set to “prompt”).
  6. Click “OK” twice and restart IE, problem should be resolved.

For Option 2:

  1. I would select either the “Intranet” or “Trusted Sites” icons.
    1. For more information regarding the different zones check out: http://support.microsoft.com/kb/174360
  2. For our example we used the Intranet zone so only our internal systems would ignore non secure calls
    1. NOTE: If you call an outside source like RSS you may end up making these changes for both the Intranet and Trusted Sites zones so that you can add your “trusted” RSS feed to your intranet sites.  Then all you have to do is add sites to your trusted sites zone one at a time when you find a new one that is not currently in the list
  3. Click the “Custom Level” button.
  4. Scroll about half way down to the section titled “Miscellaneous”.
  5. Find the setting titled “Display mixed content”.
  6. Set the setting to “Enable” (It should be set to “prompt”).
  7. Click “OK” twice and restart IE, problem should be resolved.

So the only other problem this causes, specifically in a business environment where there may be hundreds of computers to make this change.  Luckily Group Policy even in Server 2003 supports setting the intranet zones, and the sites for each.

Good Luck!

-Brent

posted on Thursday, August 13, 2009 8:52:00 PM (Eastern Daylight Time, UTC-04:00)  #    Comments [0] Trackback

I was working on modifying SharePoint URLs again which if your not sure how to do I have another post about that here.  My problem came up when I was updating the Shared Service Provider (SSP) The complete error message that appears in the application event log has this description:

Access is denied. Check that the Default Content Access Account has access to this content, or add a crawl rule to crawl this content. (0x80041205)

For some this is a very frustrating error message because it does not provide a whole lot of information.  The solution that solved my problem had to do with the IIS Loopback Check.  In essence the Loopback Check is designed to thwart off potential security attacks to the server.  It is important to note that this problem for me was only found while utilizing Windows Integrated Security.  The error message comes up because the Search Provider tries to login and hit the web server so much and so quickly that the server thinks it is being attacked and therefore blocks the traffic and login.

There are two options to fix this problem.  The first is to simply disable the loopback check but this poses a serious security issue if your site is heavily utilized and moreover public.  The second and more secure solution is to specify allowed sites.  I would highly suggest taking the time to add in allowed sites since with either solution you have to edit the registry.  For the actual fixes I have posted the link to the Microsoft KB article below that contains the process to follow.  The article says it only applies to IIS 5 and 6 however it resolved my problem on IIS7 as well.  I think less people would have a problem with this in SharePoint if it were titled better.

http://support.microsoft.com/kb/896861

Please let me know if this does or does not work for you

-Brent

posted on Thursday, August 13, 2009 3:51:00 PM (Eastern Daylight Time, UTC-04:00)  #    Comments [0] Trackback
# Wednesday, August 12, 2009

So, I am sure many people have seen the recent healthcare debates and differing viewpoints.  I personally have to laugh at some of the antics because they are so far out there.  Of course I don’t really care about it to much since by the time I'm in a position to need any of the services those services will be broke anyways.  So in that spirit here is the Daily Show’s take on all of this stuff.  Enjoy!

-Brent

posted on Wednesday, August 12, 2009 10:36:00 PM (Eastern Daylight Time, UTC-04:00)  #    Comments [0] Trackback
# Wednesday, August 05, 2009

I recently was tasked with a simple project to export the contents of an SVN repository on a off-site server so we could backup a repository in the event the SVN Server died.  The off-site server runs Windows and I figured I could easily do this using the svn export command that you can research in the SVN Book.  The problem was finding a svn command line tool that could be run as a scheduled task.  Finding this tool was not an easy feat.  You can utilize the SVN components and executables that come with TortoiseSVN however this is not very clean for just a command line tool.  I eventually found a free download from SlikSvn that has both 32 and 64 bit components.  That fit the bill it offered a good command line interface as well as helpful help docs as well.  It offers not just the typical svn commands but can handle the more administrative commands even svnsync between two different SVN servers.  Either way a good find for anyone who needs command line access only for Windows machines.  Link is below:

SlikSvn Downloads

Enjoy!

-Brent

posted on Wednesday, August 05, 2009 7:24:00 PM (Eastern Daylight Time, UTC-04:00)  #    Comments [0] Trackback