nik codes

Archive for the month “June, 2008”

FireFox, meet MSDN

I find myself using FireFox all the time.  I never thought I’d leave IE, but since I develop web applications almost all day long, FireFox’s extensions are invaluable to me.

IE does have a few extensions, but they come nowhere close to FireBug

Anyway’s, since I’m in FireFox, doing web development, I would like to look up web development documentation right in FireFox.

This led me to create my first browser extension – the MSDN Search plugin for FireFox! 

msdnFirefox

It works exactly how you’d think it would.  It is almost always faster than opening up the .Net or WSS SDK documentation as well.  Please give it a try and let me know what you think.

To use it simply extract msdn.zip and place the two files in your searchplugins folder, usually located at: C:\Program Files\Mozilla Firefox\searchplugins

Once you restart FireFox, MSDN should be available from your search box. 

For those of you who don’t find yourself using the search box that often, here are a few tips to get you up to speed:

  • Ctrl + E selects the search box
  • Ctrl +Up or Ctrl + Down cycles through all your installed search engines
  • Alt + Enter will open up the search results within a new tab

Leave feedback in the comments!

Download MSDN.zip

SharePoint Designer Soap Server Error

The other day in SharePoint Designer and when I tried to open up a page I was faced with a menacing error:

soap:ServerServer was unable to process request. —> A Web Part or Web Form Control on this Web Part Page cannot be displayed or imported because it is not registered as safe on this site. You may not be able to open this page in an HTML editor that is compatible with Microsoft Windows SharePoint Services, such as Microsoft Office SharePoint Designer. To fix this page, contact the site administrator to have the Web Part or Web Form Control configured as safe. You can also remove the Web Part or Web Form Control from the page by using the Web Parts Maintenance Page. If you have the necessary permissions, you can use this page to disable Web Parts temporarily or remove personal settings. For more information, contact your site administrator.

It looked like this:

 spdError

I did a little browsing is it turns out the problem was with a web part that had error-ed out.  When the error occurred I closed the web part, never to be seen again.  Closing the web part is what led to this problem.

Notice in SharePoint you close web parts – meaning that they are technically still on the page, just in a closed state.  What I wanted to do is “delete” the web part instance from the page.

Turns out there is a simple mode you can put pages into to do just that!  Simple append you URL with a variable named contents and its value equal to 1.  IE:

YourURL?contents=1

This will put the page into the Maintenance mode mentioned in the error.  From this page you can completely remove web parts from their pages.

webPartPageMaintenance

Its a good idea to check this every once and a while, because closed, unused web parts can still consume resources and slow down page loads.

Walt would be proud!

Good job Google!  Apparently Google and Disney World have been working together, because today on the Google Blog they announced Walt Disney World Resort in 3D.

WDW 3D is an addition to Google Earth allowing you to virtually visit all of the theme parks and resorts at WDW.disney

I’d love to see the whole world done over like this.  I know it would take a long time  to catch up to all the buildings already out there, but I figure it must take a fraction of the time to make a 3D rendering as compared to building a building.  Once they catch up it should be easy to maintain pace.  Plus most buildings already have 3D models used internally.  Google should open up a repository for architects to submit their renderings.

If I was in government I would be calling Google and trying to get them to work with my city to model it with this level of detail.  I’d love to see Las Vegas or New York like this.

What places would you like to see show up next on Google Earth?

Post Navigation

Follow

Get every new post delivered to your Inbox.