Sean Kearney's Blog
A technical and personal blog by Sean Kearney. Sean Kearney is a DotNet developer specializing in Sitecore and Community Server web sites. This blog contains posts about Life, Gadgets, Computers, Sitecore and Community Server.
All Tags » ASP.NET (RSS)

Browse Site by Tags

Showing related tags and posts across the entire site.
  • Sitecore friendly html, css and javascript

    Disclaimer: While some of these guidelines may be applied to other Content Management Systems, or .net web forms in general, this is based on my experience with Sitecore. A common approach of having a CMS based web site implemented usually goes as follows: Company X (aka 'The Client') approaches...
    Posted to Sean Kearney's Blog by Sean Kearney on 01-20-2010
    Filed under: ASP.NET, Programming, Sitecore
  • ASP.NET Confirmation Controls

    I have been (slowly) working on the Web Based FileZilla Administration project. One of the issues that I could predict happening would be the creation of a user/group/setting and then the end user would leave the page without saving their changes. There are many ways to handle this type of issue, but...
    Posted to Sean Kearney's Blog by Sean Kearney on 03-29-2007
    Filed under: ASP.NET, Programming
  • ASP.NET Gravatar Control

    Gravatar 2.0 has been out for a few weeks now and I didn't see any ASP.NET implementation listed on their site so I figured I would wip one up. It is pretty simple to implement a Gravatar. All you need to do is set the src attribute of an img tag to a location on Gravatar's domain. The src attribute...
    Posted to Sean Kearney's Blog by Sean Kearney on 03-13-2007
    Filed under: ASP.NET, Programming
  • Server.Transfer, Modifying Form Action, and MAC Error

    I had been getting this error: Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster. I scoured the net and none of the...
    Posted to Sean Kearney's Blog by Sean Kearney on 02-02-2007
    Filed under: ASP.NET
  • Flash File (.swf) Loader Control

    All web developers and designers should know by now that you should not use the traditional <object><embed>... method for placing Flash content on your site. Macromedia (Adobe) recommends using javascript to load the Flash content and it works just fine. However, if you are a .NET programmer...
    Posted to Sean Kearney's Blog by Sean Kearney on 01-02-2007
    Filed under: ASP.NET
  • How to handle multiple domain names for your site.

    Keyvan Nayyeri wrote up an article (and HttpModule) on how he handles removing the www from the URI when people visit his site. I wrote something similar to this a while back for a site I develop. This particular company has about 10 domain names that all point to the companies main web site. Back in...
    Posted to Sean Kearney's Blog by Sean Kearney on 01-02-2007
    Filed under: HttpModule, ASP.NET
Sean Kearney
Powered by Community Server (Non-Commercial Edition), by Telligent Systems