code (29,212)

html - Percentage width child element in absolutely positioned parent on Internet Explorer 7
I have an absolutely positioned div containing several children, one of which is a relatively positioned div.When I use a percentage-based width on the child div,it collapses to '0' width on Internet…
How do I calculate someone's age in C#?
Given a DateTime representing a person's birthday, how do I calculate their age in years?…
Has anyone got experience creating SQL-based ASP.NET site-map providers? I've got the default XML file web.sitemap working properly with my Menu and SiteMapPath controls, but I'll need a way for the…
php - How do I track file downloads
I have a website that plays mp3s in a flash player. If a user clicks 'play' the flash player automatically downloads an mp3 and starts playing it. Is there an easy way to track how many times a partic…
.net - Create a SQLite database based on an XSD Data Set
Does anybody know if there is a way to create a SQLite database based on an XSD DataSet? In the past I've just used a basic SQLite manager, but want to fuse things a bit more with my.NET development…
Closed.This question needs to be more focused.It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by…
c# - Unhandled Exception Handler in.NET 1.1
I'm maintaining a.NET 1.1 application, and one of the things I've been tasked with is making sure the user doesn't see any unfriendly error notifications. I've added handlers to Application.ThreadEx…
How to get the Country according to a certain IP?
Does anyone know of a simple way to retrieve the country for a given IP Address? Preferably in ISO_3166-1 format?…
Displaying Flash content in a C# WinForms application
What is the best way to display Flash content in a C# WinForms application? I would like to create a user control(similar to the current PictureBox) that will be able to display images and flash cont…
math - A little diversion into floating point(im)precision, part 1
Most mathematicians agree that: eπi+1=0 However, most floating point implementations disagree. How well can we settle this dispute? I'm keen to hear about different languages and implementation…