Friday Fact: “Run with payload” in the new Logic Apps designer enforces JSON only
Azure Logic Apps designer's 'Run with payload' feature currently enforces JSON-only input, preventing manual testing of workflows expecting XML or other content types.
Azure Logic Apps designer's 'Run with payload' feature currently enforces JSON-only input, preventing manual testing of workflows expecting XML or other content types.
Explores alternatives to XSLT for making XML files human-readable, as browser support for XSLT is being removed.
A beginner-friendly introduction to SVG, covering basic shapes, inline usage, and how to animate them with CSS and JavaScript.
A developer details fixing a blogroll's XML/XSLT styling issue across browsers by properly declaring ID attributes in a DTD.
A developer details using XSLT to transform an OPML blogroll into styled HTML, integrating it dynamically with Hugo and Nginx.
A technical guide on generating ZUGFeRD/X-Rechnung compliant XML+PDF invoices for EU B2B requirements using Ruby and Ghostscript.
A technical guide on implementing an Atom feed for a blog, explaining the benefits and providing a simple script-based approach.
A tutorial on programmatically manipulating SVG graphics using C# and the Svg NuGet package, including loading, modifying, and rendering them.
A technical guide on migrating blog content from the Eleventy static site generator to WordPress using a custom XML export.
An explanation of RSS Feeds, their purpose, and how they simplify following multiple blogs or content sources in one place.
A developer explains how fixing the Content-Type header from application/atom+xml to text/xml enabled XSLT styling for RSS/Atom feeds.
A technical introduction to SVG animation, covering SVG basics, XML structure, and animating elements with CSS and JavaScript.
A quick guide on using the sed command-line tool to remove specific XML tag blocks from a file, with important caveats.
A technical guide explaining the XML structure of Windows toast notifications and how the BurntToast PowerShell module simplifies their creation.
A technical guide on using the WiX Toolset to create a Windows installer with proper AppId and metadata for enabling toast notifications.
A technical guide on implementing RSS and Atom feeds within ASP.NET MVC applications, covering formats, structure, and best practices.
A developer's frustration with the complexity of Microsoft Installer (.msi) XML for a simple task, highlighting the challenge of creating simple software.
A guide to validating XML files against XML Schemas using online tools, command-line utilities like xmllint, and the Xerces parser.
A developer creates a strongly-typed C# wrapper for the cumbersome Windows 8 toast notification API, simplifying template usage.
Part 3 of a series on implementing AtomPub support in ASP.NET Web API, focusing on adding and exposing categories.