yesthatmcgurk

Stories submitted by friends of yesthatmcgurk

Virtual Earth Web Service and Virtual Earth Map Control 6.2(blogs.msdn.com)

submitted by wisemxwisemx(8074) 3 years, 8 months ago

If you follow Microsoft Virtual Earth I'm sure you've picked up some blog posts that posted some of the features for this release, but those posts mysteriously disappeared. Information leaked out and you wondered, "Was that real?" Well, finally the definitive source on the new Virtual Earth Web Service and the new Virtual Earth Map Control 6.2 I deliver to you. If you want to skip the descriptor and just get coding you'll be happy to know the Virtual Earth AJAX Control SDK on MSDN, as well as, the Virtual Earth Interactive SDK have both been updated. read more...

add a comment |category: |Views: 13

tags: another

New Feature Release of Live Search Maps(blogs.msdn.com)

submitted by wisemxwisemx(8074) 3 years, 8 months ago

Woohoo! :-) We've just made updates to our consumer site, Live Search Maps which are tied back to some of the updates in the Virtual Earth platform - there's a slough of posts coming from me today! For the release we've included some AWESOME new features for users to enjoy, so please...enjoy! read more...

add a comment |category: |Views: 2

tags: another

Web 2.0 Expo: SEO for Web Development Presentation(blogs.msdn.com)

submitted by wisemxwisemx(8074) 3 years, 8 months ago

I would like to thank everyone for taking the time to check out my session at Web 2.0 Expo here in New York City. I've included a link to my slides below, along with answers to all the questions that were posted that I did not get a chance to answer during the talk. Please feel free to contact me if you have any questions. read more...

add a comment |category: |Views: 5

tags: another

TUTORIAL: Calling Javascript From Silverlight 2(blogs.msdn.com)

submitted by wisemxwisemx(8074) 3 years, 8 months ago

In this post, Jeff Blankenburg shows you how incredibly simple it is to call a Javascript function from the managed code of your Silverlight application. You will also be able to retrieve a value from that function, and return it to Silverlight. If you're just hunting for the syntax, just jump to step #6. This post covers creating everything from scratch, in both VB and C#. http://www.jeffblankenburg.com/2008/09/tutorial-calling-javascript-from_23.aspx read more...

add a comment |category: |Views: 11

tags: another

What are MVP and MVC and what is the difference?(stackoverflow.com)

submitted by wisemxwisemx(8074) 3 years, 8 months ago

When looking beyond the RAD (drag-drop and configure) way of building User Interfaces that many tools encourage you are likely to come across 2 design patterns called Model-View-Controller and Model-View-Presenter. read more...

add a comment |category: |Views: 65

tags: another

tfs2svn: Export a TFS repository to a Subversion one(sourceforge.net)

submitted by atifazizatifaziz(1000) 3 years, 8 months ago

tfs2svn is an open source WinForms application that will export a Team Foundation Server (TFS) repository and import it into a Subversion (SVN) repository. read more...

add a comment |category: |Views: 472

tags: another

Mainstream NUMA and the TCP/IP stack: Final Thoughts(blogs.msdn.com)

submitted by wisemxwisemx(8074) 3 years, 8 months ago

Note that a final version of a white paper tying this series of five blog entries together (and a Powerpoint presentation on the subject) are attached. For many years, the effort to improve network performance on Windows and other platforms focused on reducing the host processing requirements associated with the need to service frequent interrupts from the NIC. In the many-core era where the clock speeds of processors are constrained by power considerations, this strategy is inadequate to the growing host processing requirements that accompany high-speed networking. It is necessary to augment technologies like interrupt moderation and TCP Offload Engine that improve the efficiency of network I/O with an approach that allows TCP/IP Receive packets to be processed in parallel across multiple CPUs. Together, MSI-X and RSS are technologies that enable host processing of TCP/IP packets to scale in the many-core world, albeit not without some compromises with the prevailing model of networking using isolated, layered components. read more...

add a comment |category: |Views: 1

tags: another

SQL Server 2008 Top 10 List for Developers(blogs.msdn.com)

submitted by wisemxwisemx(8074) 3 years, 8 months ago

Well now that SQL Server 2008 has shipped, Zach and I are starting to put the finishing touches on all of our SQL Server 2008 early adopter initiatives and move on to planning for future releases. Before we do that I have some unfinished business to take care of. read more...

add a comment |category: |Views: 442

tags: another

Windows SDK components missing from VS 2008?(blogs.msdn.com)

submitted by wisemxwisemx(8074) 3 years, 8 months ago

A couple of developers have written asking why the Windows SDK components that were expected to install with Visual Studio 2008 were missing after Visual Studio installed. The Windows SDK installs several version 6.0a components whenever Visual Studio is installed: read more...

add a comment |category: |Views: 19

tags: another

ASP.NET PathInfo Woes(nathanaeljones.com)

submitted by wisemxwisemx(8074) 3 years, 8 months ago

ASP.NET introduces a new URI component to the equation: PathInfo. It's not very well known, possibly due to poor implementation and consequent lack of usefulness. However, it is important that you understand how it can affect you. read more...

add a comment |category: |Views: 6

tags: another

Use INFER.EXE to Create XML Schemas(blogs.msdn.com)

submitted by wisemxwisemx(8074) 3 years, 8 months ago

In my post, OpenXmlCodeTester: Validating Code in Open XML Documents I used XSD to validate the build instructions (which are XML that you place in content controls). INFER.EXE, available at XML Downloads, is your best friend for putting together schemas. This isn't news, but I was chatting with one of my dev friends here at Microsoft, and he wasn’t aware of the existence of this tool, so I’m calling attention to it. Its use couldn’t be simpler – create a directory, put examples of all varieties of your XML documents to validate in the directory, CD to the directory, and run INFER.EXE. It outputs a schema that correctly specifies if attributes or elements can be repeated, if they are optional, etc.: read more...

add a comment |category: |Views: 32

tags: another

FAQ: "Installing" the SQL Server 2008 Express ClickOnce Bootstrapper(blogs.msdn.com)

submitted by wisemxwisemx(8074) 3 years, 8 months ago

FAQ: "Installing" the SQL Server 2008 Express ClickOnce Bootstrapper for Visual Studio 2008 SP1 Clearly, the names of our components are getting too long, but that's a matter for another post… Many of you have noticed that the VS bootstrapper for SQL Express 2008 (and similarly the bootstrapper for Windows Installer 4.5) are installed by the Visual Studio 2008 Express SP1 products, but not by the VS SP1 patch that is applied to the non-Express versions. After noticing this, many of you have ask, "What's up with that?" The short answer is that it's just one of those things that happens when two large development organizations get together, one group is using metric, the other is using standard and the next thing you know your Mars Probe is crashing; but I digress. The deal here is that we shipped SQL Express 2008 as part of VS Express 2008 SP1, so we included the necessary bootstrappers to support ClickOnce with the Express products. We didn't include SQL Express in the VS 2008 SP1 patch (non-Express) so we didn't include the bootstrappers. You can always install SQL Express 2008 for use with any SP1 edition of VS 2008, but the bootstrappers themselves are actually installed by VS, so we've got a gap. I've been talking to the VS team to get this sorted out, but in the mean time, here is a workaround to get the bootstrappers required for ClickOnce deployment of SQL Express 2008 onto your non-Express VS installations. Install any flavor of Visual Studio 2008 Express SP1. Go into the bootstrapper directory (C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages) and rename both the SqlExpress2008 and WindowsInstaller4_5 directories. Uninstall Visual Studio 2008 Express SP1. OK, it's silly, but it works. Steps 2 & 3 are optional if you don't mind leaving the VS Express installation on your computer, but if you don't want to keep it around you need to rename the directories to prevent the uninstall action from removing them. You don't have to re-rename the directories because population of the ClickOnce Prerequisites doesn't have anything to do with the directory names, it just scans the sub-directories under Packages and builds the list based on the manifests it finds there. There you have it, have fun. - Mike read more...

add a comment |category: |Views: 38

tags: another

Link building SEO trick(stylizedweb.com)

submitted by wisemxwisemx(8074) 3 years, 8 months ago

I've started the SEO category while ago and just written one article about it - learn SEO basics which turned out great and looks like people are really interested to get to know SEO, so i'll be starting kind of weekly SEO trick/tricks set of articles. This week we will learn how to increase your inbound links number without paying for any campaigns. For the ones who don't know Inbound links are links form high rated web sites/domains that link to yours. And in case someone doesn't know what does SEO stand for, it's Search Engine Optimization. read more...

1 comment |category: |Views: 17

tags: another

Screen monitor calibration for Web designers(epaperpress.com)

submitted by wisemxwisemx(8074) 3 years, 8 months ago

Very good methods of Color management for designers. Free Gamma and Monitor Profile tools here: http://www.quickgamma.de/indexen.html http://quickgamma.de/QuickMonitorProfile/indexen.html read more...

1 comment |category: |Views: 35

tags: another

Help us making IE8 better(blogs.msdn.com)

submitted by wisemxwisemx(8074) 3 years, 8 months ago

Ok, you should know that we just released Internet Explorer 8 Beta 2 and that is is awesome (check my mini-mini-mini review here). I’m sure you downloaded and installed it and started experiencing all the cool features. But… did you find sites that do not work well with it? Report them and help us making IE8 better!!! Just install the “Report a Webpage Problem Internet Explorer 8.0 Beta Add-On” and make sure you let us know when something is not quite right!!! read more...

add a comment |category: |Views: 3

tags: another

Advisory: Daylight saving time changes in Brazil and Pakistan for 2008(blogs.msdn.com)

submitted by wisemxwisemx(8074) 3 years, 8 months ago

Brazil has published new dates for daylight saving time (known in the country as the início do Horário de Verão) for 2008-2009. As confirmed on Brazil's Ministry of Energy web site, the Electric Power Sector Monitoring Committee (aka the Comitê de Monitoramento do Setor Elétrico, or CMSE) set the new dates for DST, which will begin on October 19, 2008, and end on February 15, 2009. See this link for more details (in Portuguese) or this link for the translation into English. Pakistan will delay their "fall back" this year, as confirmed on the DAWN site here, Pakistan's federal cabinet extended DST to Oct 31/November 1, which initially began on June 1 this year. This is a delay of the change that was supposed to happen on September 1: as such, clocks will "fall back" by one hour on November 1 rather than September 1. (This information has also been updated here: here on the faridi.net new site.) It appears that the information has not yet been posted to any government sites in Pakistan. read more...

add a comment |category: |Views: 4

tags: another