Sign In
markda's WebLog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET
Game Development
General
Silverlight DHTML DOM HtmlPage HTML overlay
Web
Windows
Archive
Archives
May 2008
(1)
August 2006
(2)
April 2006
(2)
April 2005
(1)
February 2005
(1)
December 2004
(1)
October 2004
(3)
August 2004
(1)
June 2004
(1)
May 2004
(1)
April 2004
(3)
March 2004
(2)
MSDN Blogs
>
markda's WebLog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
markda's WebLog
Displaying HTML using Silverlight 2
Posted
over 4 years ago
by
markda
1
Comments
I recently researched displaying HTML from within a Silverlight 2 application. We have a huge amount of content that is currently rendered as HTML and Silverlight XAML is well suited for displaying UI elements and animations but does not have the kind...
markda's WebLog
Game Development: XNA Game Studio Express available Aug 30
Posted
over 6 years ago
by
markda
0
Comments
Microsoft have announced the XNA Game Studio Express beta. Based on Visual C# Express 2005, this tool will enable creation of Windows and Xbox 360 games using the XNA Framework. This is an exciting development for all hobbyist game developers! I'm...
markda's WebLog
Web Browser/DHTML: Access the XMLDocument property through .NET
Posted
over 6 years ago
by
markda
0
Comments
When Internet Explorer requests an XML page from a web server, it will apply an XSL stylesheet. This can be an XSL stylesheet that is provided in the XML file, e.g.: <?xml-styleheet href="filename.xsl" type="text/xsl" ?> If no stylesheet is...
markda's WebLog
Rocket Commander Tutorials on Coding4Fun
Posted
over 6 years ago
by
markda
0
Comments
The source code and tutorials for the Rocket Commander game are available in this MSDN Coding4Fun section!
markda's WebLog
Directory.GetFiles and search patterns
Posted
over 6 years ago
by
markda
1
Comments
System.IO.Directory.GetFiles(string,string) enables you to provide a search pattern as the second argument. I have a list of file extensions that I need to search for and discovered two issues with this method. 1. The second argument only accepts...
markda's WebLog
Design updates to Visual Studio 2005 beta documentation on MSDN Online
Posted
over 7 years ago
by
markda
2
Comments
You can read more about the changes to the MSDN Visual Studio 2005 beta documentation site at http://msdn.microsoft.com/aboutmsdn/changes/msdn2/ . The Visual Studio 2005 beta documentation is available at http://msdn2.microsoft.com/library . Don...
markda's WebLog
C++ vs C#
Posted
over 7 years ago
by
markda
1
Comments
Eric Gunnerson recently posted some reasons why C# is an improvement over C++ and some updates . This post is a good read - be sure to consider the comments. Some of my thoughts... Sure, with C#, I do spend less time considering memory usage (i.e. preventing...
markda's WebLog
Managed DirectX - hear about it from a game developer
Posted
over 8 years ago
by
markda
0
Comments
Marshall Belew, lead developer of the first commercial managed DirectX game - Tin Soldiers: Alexander the Great, is interviewed by the Zman .
markda's WebLog
N/Direct web site - .NET interoperability resource
Posted
over 8 years ago
by
markda
0
Comments
The N/Direct web site is run by Mattias Sjögren , a Microsoft MVP. In his own words: "N/Direct is a site for developers seeking information or answers about interoperability between .NET managed code and native unmanaged code." The web site has an impressive...
markda's WebLog
New samples in October 2004 update of DirectX SDK
Posted
over 8 years ago
by
markda
2
Comments
More cool stuff for DirectX developers in the October 2004 DirectX SDK, available from here . Also includes tool updates (PIX, Maya Exporter) and bug fixes. New C++ Samples AntiAlias - different multisampling techniques Instancing - four instancing rendering...
markda's WebLog
Yes, you do have other web browsers
Posted
over 8 years ago
by
markda
2
Comments
I was recently informed of this useful site . You can enter the URL of your web site and see what it looks like in the following web browsers on a Mac or PC: Microsoft Internet Explorer 6.0 (PC) Microsoft Internet Explorer 5.5 (PC) Microsoft Internet...
markda's WebLog
Tracking down memory leaks when linking with the CRT DLL
Posted
over 8 years ago
by
markda
0
Comments
I recently rebuilt a C++ project to use the DLL version of the CRT and discovered that the _crtBreakAlloc variable was not visible to the Visual C++ debugger. If you don't already know, this variable is maintained by the debug CRT heap allocation code...
markda's WebLog
Visual C# 2003 "Implement Interface" feature
Posted
over 8 years ago
by
markda
4
Comments
Just discovered a great tip for Visual C# 2003. If you implement an interface (or event/delegate) on your class and don't want to type all the methods, just type the interface name in your class derivation list and Intellisense will display a tooltip...
markda's WebLog
Help out the Interop community
Posted
over 8 years ago
by
markda
0
Comments
If you take a walk over to http://www.pinvoke.net , you can find an active WiKi community that is documenting the PInvoke statements used to call Win32 and other unmanaged APIs from managed code. While you're there, why not add signatures and other information...
markda's WebLog
Is spyware damaging our industry?
Posted
over 8 years ago
by
markda
5
Comments
After spending many hours removing spyware from my home family PC, I'm so pleased that the industry is taking this malicious software seriously. IMO, the deceptive behaviour used by these companies is tantamount to fraud and is damaging our industry....
markda's WebLog
Were you fooled?
Posted
over 8 years ago
by
markda
0
Comments
In the UK there is a tradition of newspaper and radio folk running fake stories on April 1st (April Fool's Day). This Guardian newspaper article summarises some of the ones that were run today. A quick scan of the major US newspapers didn't show any...
markda's WebLog
New Tricks (Thinking in C#)
Posted
over 8 years ago
by
markda
6
Comments
Attending a great “Designing .NET Class Libraries” class run by Brad Abrams today. I was surprised to see a coding pattern that I would commonly use in C++ and be told that was NOT the best way to do this in C#. int len = array.Length...
markda's WebLog
How not to code
Posted
over 8 years ago
by
markda
3
Comments
Found this link on one of our internal design guidelines sites and just had to share it, since it's hilarious - sometimes the best way to see how to do something well is to see how not to do it ;O) http://mindprod.com/unmain.html
markda's WebLog
To text or not to text
Posted
over 8 years ago
by
markda
3
Comments
I've just returned from a vacation in the UK and was surprised by the number of people using text messaging. It seemed that many people had a cell phone in their hands - either talking or typing. I was wondering why text messaging isn't as prevalent here...
Page 1 of 1 (19 items)