Development Fun

FacebookTwitter
Database

So much bad code arises from the fact that people don’t know that there’s a better way. If a developer doesn’t know about “split” and “join” functions, they might write a cumbersome for loop to manipulate a string. If they don’t know about regexes, they might really overcomplicate some string munging . http://thedailywtf.com/Series/CodeSOD.aspx

CodeSOD

Reference

http://msdn.microsoft.com/en-us/library/dd877180.aspx

Microsoft Virtual Earth

The Bing Maps documentation set provides information on the APIs that power Bing Maps, an online mapping service that enables users to search, discover, explore, plan, and share information about specific locations. By using traditional road maps, labeled aerial photo views, low-angle high-resolution aerial photos, and proximity searching capabilities, Bing Maps provides unique opportunities for developers to incorporate both location and local search features into their Web applications. Get Started Using Bing Maps Bing Maps APIs The Bing Maps APIs include: Additional Resources
http://msdn.microsoft.com/en-us/library/bb429619.aspx

Virtual Earth Map Control SDK 6.2

Bing Maps ™ is an online mapping service that enables users to search, discover, explore, plan, and share information about specific locations. By using traditional road maps, labeled aerial photo views, low-angle high-resolution aerial photos, and proximity searching capabilities, Bing Maps provides unique opportunities for developers to incorporate both location and local search features into their Web applications. The Bing Maps AJAX Control 6.3 software development kit (SDK), Version 6.3 consists of a complete set of reference topics that cover the Bing Maps AJAX Control 6.3 application programming interface (API). You can find information about the newest Bing Maps AJAX Control, Version 7.0, in the Version 7.0 SDK . Bing Maps also provides an Interactive SDK available at http://www.microsoft.com/maps/isdk/ajax .
IMPORTANT: MapPoint Web Service was retired on November 18, 2011. http://msdn.microsoft.com/en-us/library/ms980196.aspx

Optimizing MapPoint Web Service Find Calls

Microsoft® Bing Maps SOAP Services is a set of programmable SOAP services that allow you to match addresses to the map, search for points of interest, integrate maps and imagery, return driving directions, and incorporate other location intelligence into your Web application. The Bing Maps SOAP Services software development kit (SDK), Version 1.0 consists of a complete set of reference topics that cover the Bing Maps SOAP Services programming interface (API), Version 1.0. If you are reading this SDK online, you can download the Bing Maps SOAP Services SDK CHM file or PDF file for offline viewing. http://msdn.microsoft.com/en-us/library/cc980922.aspx

Virtual Earth Web Services SDK, Version 1.0

Today we released updates to the Microsoft Virtual Earth AJAX control and a new version of the Virtual Earth 3D map control. http://blogs.msdn.com/b/virtualearth/archive/2009/04/09/virtual-earth-api-release-information-april-2009.aspx

Virtual Earth, An Evangelist's Blog : Virtual Earth API Release

The page you are looking for might have been removed, had its name changed, or is temporarily unavailable. Please try the following: Make sure that the Web site address displayed in the address bar of your browser is spelled and formatted correctly. If you reached this page by clicking a link, contact the Web site administrator to alert them that the link is incorrectly formatted.

Virtual Earth Gallery

http://dev.live.com/mashups/
.Net

microsoft

PRB: Cannot visit SSL sites after you enable FIPS compliant cryp

http://support.microsoft.com/kb/811834 When you use Microsoft Internet Explorer to visit a Secure Sockets Layer (SSL) Web site, "Cannot find server" is displayed the title bar, and you receive the following error message in the content pane of Internet Explorer: The page cannot be displayed.
windows

tfs

FIX: You may receive an error message when an ADO.NET-connected

When a Microsoft ADO.NET-connected application uses the SqlBulkCopy class, you may receive an error message that is similar to the following: http://support.microsoft.com/kb/913177
commandline

http

ddr2

doctype

regex

fonts

4 Tips for using Log4NET's ADONetAppender in ASP.NET I'm using Log4NET for almost a year now, and I must say I'm very pleased with it. This logging framework is very easy to learn and extend; same goes for installation and configuration. The most commonly used log4net appender is probably the ADONetAppender (look at Ryan's post for an easy walkthrough to set this up). However, I spent a couple of hours getting the ADONetAppender working the way I want. http://weblogs.asp.net/drnetjes/archive/2005/02/16/374780.aspx

4 Tips for using Log4NET's ADONetAppender in ASP.NET - Dr.

ASP.NET 2.0 has greatly improved the tools and functionality to create localized applications. One of the new key components is the introduction of a provider model for resource localization that makes it possible to use resources from sources other than ..Resx files. In this article I’ll describe how ASP.NET Resource Providers work and how you can create a custom provider. As a practical example I’ll show you how I built a data-driven provider along with a fairly rich ASP.NET front end application that allows editing of resources at runtime in a context sensitive fashion against the live application. This article assumes that you’re somewhat familiar with the new ASP.NET 2.0 localization features.

http://www.west-wind.com/presentations/wwDbResourceProvider/defa

The boss of a successful US hedge fund has quit the industry with an extraordinary farewell letter dismissing his rivals as over-privileged "idiots" and thanking "stupid" traders for making him rich. Andrew Lahde's $80m Los Angeles-based firm Lahde Capital Management made a huge return last year by betting against subprime mortgages. Yesterday the 37-year-old told his clients that he had hated the business and had only been in it for the money. And after declaring he would no longer manage money for other people, because he had enough of his own, Lahde said that instead he intended to repair his stress-damaged health; he made it clear he would not miss the financial world.

So long, suckers. Millionaire hedge fund boss thanks 'idiot

Music Created by Learning Computer Getting Better | Singularity

David Cope has created Emily Howell, an artificial composer that learns from criticism. Like many composers, Emily Howell has her own unique style that she refines constantly. She’ll listen to what critics have to say about her work and then try to write music that is good enough to silence those critiques. Aiming for musical perfection is a very human endeavor, but Emily Howell isn’t a human composer at all.

XE - World Currency Symbols

This page is a list of symbols used in everyday life to denote that a number is a monetary value, such as the dollar sign "$", the Pound sign "£", and the Euro sign "€". IMPORTANT - We also maintain a full list of three-letter codes used internationally to distinguish one currency from another, such as "USD" for the United States Dollar, "GBP" for the United Kingdom Pound, and "EUR" for the Euro. To see a complete list of all of these codes, refer to our XE.com - ISO 4217 Type Currency Code List .

Netflix prize tribute: Recommendation algorithm in Python | This

001. import pylab 002. import matplotlib.pyplot as plt 003. import matplotlib.cm as cm 005. import numpy 006. import pickle 008. class ProbabilisticMatrixFactorization():