Search results

  1. C

    A suggestion for the next HTML spec - where should I be asking for opinions?

    So, yeah, what the title says... I have a new idea for an HTML attribute which would greatly improve caching and search indexing. Can anyone advise me on where I should be asking for opinions? I have asked on StackOverflow and WebDevForums, but had hardly any replies (I have to say all the...
  2. C

    ASP.Net VB modules problem?

    Hi, I have the following code in a module: Namespace Heritage.Web Public Module HeritageCatalogue Private _id As Integer = 0 Private _SiteContent As Heritage.Web.SiteContent = New Heritage.Web.SiteContent() Public ReadOnly Property MySiteContent() As SiteContent Get Return _SiteContent End...
Back
Top