-
The framework used to tag pages on Mises.org is a tagging library I developed to tag any kind of content on Mises.org. The tag library references GUID 's assigned to all objects in the Mises.org databases. It tracks users by username or IP address as well as the date that each tag was added. It includes...
-
Every now and then, I will post code snippets which others might find useful. Here is one: How to add an RSS auto-discovery meta tag to the page header: Private Sub AddRSSLink(ByVal title As String, ByVal URL As String) Dim link As New HtmlLink link.Attributes.Add("type", "application...