IE7 bug: Link Inside of Div Wiggles on MouseOver

23. February 2010 15:50
I've been looking at a bug in IE7 where mousing over link inside of a div causes a "wiggle."  Needless to say, this wiggle is highly irritating, especially when the div and the link has its margin and padding explicitly set to "0."  The problem is compounded becau... [More]

Be the first to rate this post

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

.Net Datagrid? Weird Lines for no apparent reason? This is the answer.

16. January 2010 00:16
I was recently working on doing some CSS refactoring on an older project in C# and was finding some odd happenings with some of my pages in various browsers.  The pages in question all contained .Net Datagrids, yet only some of them were having "issues."  After refactoring the ... [More]

Currently rated 5.0 by 2 people

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

Software Architecture: Real-Life Facade

17. December 2009 16:02
A while ago I worked on a project where we had a single client that had multiple products.  Each product required its own product site including a shopping site for the products.  Upon discussing the options with the client, who was not fond of the idea of having to track and maintain a ... [More]

Currently rated 5.0 by 1 people

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

Resize Flash via div on webpage

6. August 2009 08:48
This is a follow up to post http://flexadmiral.com/blog/post/2009/07/23/Using-Javascript-to-animate-a-resize-effect-for-a-div-containing-Adobe-Flex-Flash.aspx. In my earlier post, I used a javascript function to resize an html div in conjunction with resizing a flash/flex application.  M... [More]

Currently rated 4.5 by 2 people

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

Bug: Flex Web Service and .Net: Nullable Number Parameters

7. April 2009 15:14
Ran across another instance of the dreaded Error 2032: Stream error today and upon tracing I discovered the cause.  I'm consuming a web service that gets passed a criteria object consisting of numbers, booleans, and strings, however, all values are optional and on the .Net side are nu... [More]

Be the first to rate this post

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

Windows Installer Woes

16. October 2008 08:44
I have been tasked with creating an installer that meets the following requirements: 1.  Must be able to support multiple instances. 2.  Must be able to be deployed using the standard deployment model. 3.  Must create and name a website dynamically and unqiue applicat... [More]

Be the first to rate this post

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

Multiple Instance Web Application Installer in Wix

29. September 2008 10:46
I think a perfect scenario for using instances is when you have a single product that must be installed independently for individual clients.  So lets say I have a web project consisting of a web service.  This project will have its own web.config, global.asax, etc.  The docs state th... [More]

Be the first to rate this post

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

WIX: Windows XML Installer

22. September 2008 09:06
I have been working over the past month to create a reusable installer using the Windows XML Installer for .Net (known as WiX).  It is amazingly easy to create installer packages using WiX and it supports scripting and execution from the command-line and also from a customized GUI interfac... [More]

Currently rated 4.0 by 1 people

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

Log in