Carlos Femmer's Blog

Carlos Femmer lives in Lafayette, LA and builds a few solutions for JCLS and Agency Virtual Tours

Microsoft Virtual Earth is getting a new name!

May 29, 2009 06:32 by carlos

Microsoft announced the launch of an exciting new search product called Bing ™.  The new site will begin rolling out on June 1st and will be available to the world on June 3rd at http://www.bing.com/. Location information, mapping, and imagery are important investment areas for online search.

On June 1, Microsoft's mapping platform brand will change from Microsoft Virtual Earth to Bing maps for enterprise. Bing maps for enterprise is the mapping platform that underpins the Bing maps service (Bing.com/maps) and serves you and the thousands of organizations that use Microsoft mapping technology on their Web sites and in their applications.

 

 FAQ


Q. How will this affect my organization’s solution?
A. If you are using our mapping APIs, you will see the Bing watermark on content starting on June 1. This is a logo change only. This update will not introduce changes in performance or functionality of your application. The contract for your mapping service does not change in terms or duration. There is no action that you need to take.
Q. Do the API calls change?
A. No, the API calls will not change. They will still refer to Virtual Earth and MapPoint to help make sure that your implementation does not break and you do not need to make changes.
Q. Will the API Terms of Use change?
A. The API Terms of Use will be updated to replace the Microsoft Virtual Earth name with Bing Maps for Enterprise, but there is no other change to the terms.
Q. What if I have implemented the logo myself?
A. If you are not implementing the logo through the Virtual Earth, MapPoint Web Service, or Multimap APIs, please update your application to use the new Bing logo by September 1, 2009, at the latest. Logos may be obtained from your Microsoft contact for use with the mapping content in your application.
Q. My organization is featured in a Virtual Earth case study or press release. Will you be updating it with the new brand?
A. All new case studies and press releases after May 28, 2009, should feature the new brand. We will be updating some case studies to reflect the new brand and will contact you if necessary. We will not be updating press releases that predate the change.
Q. What if I refer to the Microsoft Virtual Earth brand on my Web site?
A. If you refer to Microsoft Virtual Earth on your Web site, we would like you to change your implementation to use the new name as soon as possible. If you would like to use the Bing logo or brand treatments on your Web site, please contact your Microsoft contact for approval and permission.


Mobile Alabama .NET User Group - Virtual Earth Presentation

April 2, 2009 17:53 by carlos

Thanks for inviting me to speak at the Mobile Alabama .NET User Group.    I enjoyed meeting everyone and I hope the presentation was informative.  Here are the Slides / Demo from the presentation.  Click the links below to download.

Slides

Demos


Tags:
Categories: Virtual Earth
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed

Microsoft Reveals New Windows Phones with Marketplace and My Phone Services

February 18, 2009 07:03 by carlos

Feb. 16, 2009 — Today at Mobile World Congress 2009, Microsoft Corp. CEO Steve Ballmer along with key mobile partners, HTC, LG and Orange, unveiled new Windows® phones featuring new user-friendly software and services. The next generation of Windows® phones will be based on Windows Mobile 6.5 and feature a new user interface and a richer browsing experience. In addition, Windows® phones will feature two new services: My Phone, to sync text messages, photos, video, contacts and more to the Web; and Windows® Marketplace for Mobile, a new marketplace that will provide direct-to-phone mobile applications and can be accessed from both the phone and the Web.

“Windows® phones bring together the best of the Web, the PC and the phone so you can connect instantly to the experiences you care about, no matter where you are,” Ballmer said. “We’re working with partners across the industry to deliver a new generation of Windows® phones that break down the barriers between people, information and applications and provide great end-to-end experiences that span your entire life, at work and at home.”

Windows Mobile 6.5 Delivers New User Experience

The new Windows Mobile 6.5 home screen keeps people up-to-date on important information by providing a dashboard-like experience to items such as new e-mails, texts, missed calls and calendar appointments. It also includes an improved touch-screen interface, making it easy to take action with a finger, and an updated version of the latest Internet Explorer Mobile browser, which in a third-party research study sponsored by Microsoft supported execution of up to 48 percent more assigned tasks than the other browsers and phones studied.

My Phone Service Connects the Phone to the Web

The free My Phone service will enable people to access, manage and back up their personal information on their device to a password-protected Web-based service, making it easier to upgrade phones without the worry of losing important information. With automatic syncing and backup, users can count on their contacts, appointments, text messages and other information being kept up to date and easily restored should they lose or upgrade their phone. Consumers also will be able to automatically upload photos and video from their Windows® phone directly to the My Phone service, making it simple to preserve content that, in the past, would have lived and died on the phone. The My Phone service is currently available in a limited invitation-only beta.

 

Rich and Integrated Marketplace Service Will Offer Easy Access to Mobile Applications

The new operating system features Windows® Marketplace for Mobile, a rich and integrated marketplace for searching, browsing and purchasing mobile applications from Windows® phones or from a PC by simply using a Windows Live ID. The new marketplace will be included with all Windows phones based on Windows Mobile 6.5, which will help consumers to easily find, install and experience those applications that fit their needs and make the phone truly personal. Developers, who have already built over 20,000 applications for Windows® phones, will be able to offer applications to customers through the marketplace via a simple security and compatibility check from Microsoft.

 

 


How to add Silverlight Toolkit Controls to Visual Studio 2008 and Blend ToolBox

February 7, 2009 04:56 by carlos

I have noticed several questions regarding how to add the SL toolkit to Visual Studio 2008 or Expression Blend 2.  There are a lot of posts out there that show how to do one or another but sometimes we work in both applications and need to add it to both.  Here it goes:

 You first have to download the Silverlight Toolkit.

  1. Download the latest release of the Silverlight Toolkit -- December 2008
  2. Unzip the file and extract to a location on your OS (e.g. D:\Projects\Silverlight\Source\Silverlight Toolkit\December 2008

How to add the Silverlight Toolkit to Visual Studio 2008 Toolbox

Note: You can add the controls anywhere in the Toolbox.  I will create a new tab (Silverlight Toolkit) for this example.

  1. Right click in the Toolbox and select Add Tab then name it Silverlight Toolkit.
  2. Right click in the empty space of the Silverlight Toolkit Tab and select choose items.
  3. Select the Silverlight Components tab.
  4. Click Browse then browse to \Binaries folder and add Microsoft.Windows.Controls.Input and Microsoft.Windows.Controls.DataVisualization
  5. The controls will now appear in your Toolbox.

          

Adding the Silverlight Control Toolkit to Expression Blend Asset Library

It is now easier to add to Blend, even though you have to repeat this process for every project.  When you make controls available in Blend you need to add references to your project, which increases your download size. 

  1. In the Project Pane -- right click on References then select Add Reference.
  2. Add references to Microsoft.Windows.Controls, Microsoft.Windows.Controls.DataVisualization, Microsoft.Windows.Controls.Input.
  3. The controls will now appear in the Custom Controls section of the asset library.

This is a list of what is in each assembly:

Microsoft.Windows.Controls

  • AutoCompleteBox
  • DockPanel
  • Expander
  • HeaderedContentControl
  • HeaderedItemsControls
  • Label
  • TreeView
  • TreeViewItem
  • Viewbox
  • WrapPanel

Microsoft.Windows.Controls.Input

  • ButtonSpinner
  • NumericUpDown

Microsoft.Windows.Controls.DataVisualization

  • Charting (with associated Axis, DataPoint and Series

You can find good support for the Silverlight Toolkit on the forums for Silverlight.Net.

         

 


Silverlight 2 Controls - Source Code - Published

January 8, 2009 04:54 by carlos

The source code for the Silverlight 2 controls was published.  This is the source code for the controls as shipped in the runtime and SDK.  Here is a snapshot of the project:

 The source code for the Silverlight 2 controls includes implementations for the following controls:

  • ButtonBase
  • Button
  • HyperlinkButton
  • CheckBox
  • RadioButton
  • CheckBox
  • ToogleButton
  • RepeatButton
  • RangeBase
  • Slider
  • ScrollBar
  • ProgressBar
  • Calendar
  • DataGrid
  • DatePicker
  • GridSplitter
  • TabControl

Unit tests for the SDK controls have also been included as well!  Very cool! 

You can download it from here: Source code for Silverlight 2 Controls 

 


Chart Controls for .NET Framework 3.5 Released

November 24, 2008 06:52 by carlos

Microsoft has released a stand-alone ASP.NET and Windows Forms Chart controls for the .NET Framework 3.5 and VS 2008.  This is similar to what previously existed as built-in chart functionality in SQL Reporting Services 2008 (Very Cool).

You can use them in any of your existing applications (Web or Win) to produce a professional set of charts.  Here is a snapshot of available chart types available in this release:

 

Here are the download links:

You can find samples on MSDN to help get you started (http://code.msdn.microsoft.com/mschart).

 


Tags:
Categories: Sql Server 2008
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed

Slides and Demos from the Acadiana .NET Virtual Earth Presentation

October 31, 2008 05:25 by carlos

Here are the Slides / Demo from the presentation.  Click the links below to download.

Slides

Demos


Tags:
Categories: Virtual Earth
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed

Silverlight Toolkit Released

October 31, 2008 04:50 by carlos

Microsoft has recently released the Silverlight Toolkit. 

What is the Silverlight Toolkit?

The Silverlight Toolkit is a collection of Silverlight controls, components and utilities made available outside the normal Silverlight release cycle. It adds new functionality quickly for designers and developers, and provides the community an efficient way to help shape product development by contributing ideas and bug reports. This first release includes full source code, unit tests, samples and documentation for 12 new controls covering charting, styling, layout, and user input.

 

 You can download this set HERE.


Tags:
Categories: Silverlight
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed

Will be presenting at the Acadiana .NET User Group tomorrow night

October 28, 2008 06:44 by carlos

I will be presenting on Virtual Earth tomorrow night in Lafayette, Louisiana.  Hope to see you there.

Topic: Microsoft Virtual Earth, and what can it do for you

Come by and see the latest version of the Microsoft Virtual Earth platform, which can now deliver the Virtual Earth mapping experience on the desktop, on mobile devices, and via broadcast. The new release features mobile support, expanded international mapping, richer imagery, a broader range of data, and improved functionality. Organizations using Virtual Earth can see more and do more than ever, with enhancements that allow users to find, discover, and visualize data in new and innovative ways. Attend this presentation to learn about the rich capabilities of Microsoft Virtual Earth.  We will show some "eye candy demos" and code will also be provided after the presentation.  

Location LEDA 
 211 E Devalcourt St.  Lafayette, LA 70506 
Date
October 29th, Wednesday

Agenda

5:30 pm - 6:00pm:

General Introduction/Food and Drinks
6:00 pm – 7:45 pm: Presentation: Virtual Earth Presentation and demos
7:45 pm - 8: Open forum for questions, Giveaway prizes, etc.


Raffle and Giveaways 
Microsoft Vista Ultimate Service Pack 1

JetBrains Resharper 4.1 License Key

Halo 3 Xbox 360 Game

Visual C# 2008 in 24 Hours

WSS and MOSS 3.5 Sharepoint Development Training DVD

Learn It First 25% Coupons 


Tags:
Categories: Virtual Earth
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed

Silverlight 2 has been released

October 14, 2008 05:20 by carlos

Silverlight 2 has now been RTM'd.  Here is a quick overview of whats new in Silverlight 2.

  • Text Rendering - a lot of improvements went into overall text rendering.  This is an area that we will continue to improve and focus efforts.  The Portable User Interface font (default font if no FontFamily value is provided) looks a heck of a lot better in my opinion.
  • Controls - Read Shawn's post about the new controls
  • Networking - The ability to call secure (SSL) services from a non-secure hosted Silverlight XAP.  The only caveat is the new service endpoint must specify a policy via clientaccesspolicy.xml at the root of the endpoint domain.  Once this is in place (at the root of the endpoint domain), your XAP hosted in a non-secure SSL HTTP instance can call an HTTPS-based service.
  • ADO.NET Services - Finally made it in!

 Some links to download:

Host of other good information about the release - Recommend reading the official release here.

 


Tags:
Categories: Silverlight
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed