Tags
Articles in XML/XSLT
Silverlight Browser Integration aka HTML Bridge
Given that Silverlight applications sit in the browser via a plug in, it would be silly if you couldn't interact from managed SL code with other browser elements, such as html elements and script so that you c...
From : The Moth
2008 Mar 08
Readability
Readability Stats: Word Count: 400; Sentence Count: 28; Grade Level: 9.5
DOC, XLS and PPT Binary File Format Specifications Released (plus WMF, Windows Compound File [aka OLE 2.0 Structured Storage] and Ink Serialized Format Specifications and Translator to XML news)
Brian Jones: Open XML Formats - Binary Documentation (.doc, .xls, .ppt) and Translator Project Site are now live "As promised last month, the binary documentation (.doc, .xls, .ppt) is now live. In addition ...
From : Gregs Cool [Insert Clever Name] of the Day
2008 Feb 20
Readability
Readability Stats: Word Count: 317; Sentence Count: 41; Grade Level: 5.8
Embedding Arbitrary XML in Faults
How can I directly craft the XML content that goes into a fault detail? Getting control over the detail element doesn't have to mean crafting the fault message yourself. While WCF requires that the fault...
From : Nicholas Allens Indigo Blog
2008 Feb 20
Readability
Readability Stats: Word Count: 410; Sentence Count: 28; Grade Level: 8.6
HTML Agility Pack (Think Managed HTML DOM Parser, with XPath)
I came across the HTML Agility Pack while researching an issue I was having using the XMLReader to parse a HTML page... The issue was that the HTML was not well formed (imagine that). So I needed a more forgiv...
From : Gregs Cool [Insert Clever Name] of the Day
2008 Jan 20
Readability
Readability Stats: Word Count: 337; Sentence Count: 48; Grade Level: 2.0
Dynamically Producing XAML files using XamlWriter.Save Method
The XamlWriter.Save is used to serialize the contents of a WPF application as a XAML file. I wrote a small sample in which we will be serializing the WPF objects to a XAML string using System; using ...
From : Cool Stuff
2008 Jan 15
Readability
Readability Stats: Word Count: 404; Sentence Count: 29; Grade Level: K
Building JavaScript Behaviors - 2
The sample from the last post about building JavaScript Behaviors is not very realistic, because it is not configurable and missing parameters.Properties, Attributes and ParametersThe way parameters are passed...
From : Aspects of AJAX
2008 Jan 05
Readability
Readability Stats: Word Count: 628; Sentence Count: 47; Grade Level: 8.4
Tree view Ajax control update
The tree view control was introduced some time ago and some details of its implementation can be found at http://ajaxaspects.blogspot.com/2006/01/tree-view-ajax-control.html or in the book at http://www.m...
From : Aspects of AJAX
2008 Jan 05
Readability
Readability Stats: Word Count: 1251; Sentence Count: 117; Grade Level: 5.9
Get a Real XML Parser
Today's post is more observational than informational. Enjoy. It's sometimes possible to write XML without having an XML library. If your XML documents are sufficiently similar and templated, then you c...
From : Nicholas Allens Indigo Blog
2008 Jan 03
Readability
Readability Stats: Word Count: 267; Sentence Count: 13; Grade Level: 11.2
Linq to XML code samples
Well, that didn't take long: Eric White has already posted a series of blog posts on using Linq to XML with Open XML. He covers the basics of packages and parts, and then presents an OpenXMLDocument class that...
From : Doug Mahugh
2007 Dec 11
Readability
Readability Stats: Word Count: 218; Sentence Count: 7; Grade Level: 12.0
Resolving Conflicts in Serialization
DataContractSerializer supports multiple serialization mechanisms. If more than one serialization mechanism is specified for the same type, which one gets used? Experimentation is the easiest way to figu...
From : Nicholas Allens Indigo Blog
2007 Dec 11
Readability
Readability Stats: Word Count: 491; Sentence Count: 57; Grade Level: 10.1
Use the provider model in ASP.NET 2.0
I think by now, most ASP.NET developers have come across some of the different provider models in ASP.NET 2.0. Most likely the Membership, Roles and SiteMap provider but also the custom provider model that y...
From : .NET slave
2007 Dec 10
Readability
Readability Stats: Word Count: 448; Sentence Count: 31; Grade Level: 8.5
Cross Site Scripting Joy: XSS in detail
In Cross Site Scripting Joy, Andrew Betts has taken the time to go into real detail on XSS and the fun and frolics that we have with the Same Origin Policy and beyond: So the battle over XSS as a security ...
From : Ajaxian
2007 Dec 05
Readability
Readability Stats: Word Count: 211; Sentence Count: 2; Grade Level: 12.0
Create your own media browser: Display your pictures, music, movies in a XAML tooltip
In my prior post, I showed how to use XAML and XAMLReader to create inline XAML to display the results of a query. Today, let's take it a step further: let's create a query of all the media (pictures,...
From : Calvin Hsias WebLog
2007 Nov 29
Readability
Readability Stats: Word Count: 4933; Sentence Count: 240; Grade Level: K
Cross Domain XHR W3C proposal
The W3C has a new proposal titled Enabling Read Access for Web Resources which defines access control primitives to be used for cross domain XHR. You can set control via a HTTP header: PLAIN TEXT HTML: ...
From : Ajaxian
2007 Nov 21
Readability
Readability Stats: Word Count: 311; Sentence Count: 25; Grade Level: 8.5
Differences Between WSDL and XSD
Obviously WSDL and XSD are two entirely different description languages, but I was looking at the outputs of the old wsdl.exe and xsd.exe programs recently to see how they differed. They turned out to gener...
From : Nicholas Allens Indigo Blog
2007 Nov 12
Readability
Readability Stats: Word Count: 351; Sentence Count: 64; Grade Level: 6.8