About the author

The author is just another obsessive compulsive hacker (the good kind) who when confronted with anything new can't help but wonder "how'd they do that?!?"

By day, I'm the Software Architect for CBMC; by night, I just try to "keep the clients happy" as Director of Technology for sdgInteractive.


MCPD

RSS Feed

RadioButton GroupName Insanity

by hilkiah 13. July 2009 15:03
OK, this is hands down one of the craziest things I’ve seen in a while. When dynamically creating RadioButtons for a registration form, I discovered that even if the GroupName was set correctly, the group would not behave as expected and keep the selections unique. After a very short search,... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,

.NET | Web Development

Extension Methods, Display Helpers and SoC

by hilkiah 22. May 2009 05:46
I developed a habit a few years ago (and it escapes me where I first saw it used) of extending my Business Objects with little display helpers for easily serializing them into web pages and email templates. At first, I was just overriding .ToString(), but that never really felt like the right plac... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , ,

.NET | Web Development | Architecture

ObjectTypeCode and Entity Creation

by hilkiah 20. May 2009 11:28
I’m doing more and more integration with Microsoft CRM and the new public CBMC website we’re getting to roll in a few weeks. The more I work with it, I’m struck by two distinct things: 1) the sheer power and flexibility of CRM as a platform (and I don’t like tossing the &ld... [More]

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , ,

.NET | CRM | Web Services

Process Identity on a Domain Controller

by hilkiah 1. May 2007 03:05
Ok, I fully realize this runs into the far reaches of obscurity, but I felt like sharing. I was just uploading an admin tool for one of our clients that host their own site. Part of the tool configuration was allowing write access to folder a for file uploads. Now, usually this just follows the simp... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,

Technology | .NET | Web Development

Updatable Xml DataSource

by hilkiah 10. January 2007 21:01
I was looking for a quick way to edit an XML config file used in an admin tool and was excited when I started looking into the XmlDataSource class introduced with .NET 2.0. As billed, this class "Represents an XML data source to data-bound controls" - ie: you can use it to bind to a GridVi... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

.NET