1
vote
4answers
34 views
C#: Library for editing photo tags, et cetera, compatible with Live Photo Gallery
Are there any good .net libraries I can use to read and write tags, people tags, date take, et cetera that are compatible with Windows Live Photo Gallery?
3
votes
3answers
1k views
How do I check if a column exists in SQL Server?
How do I check if a column exists in SQL Server 2000?
2
votes
1answer
40 views
Where does windows get the program name for the ‘are you sure you want to run this program’ dialog for downloaded exes?
On one of my projects, the downloaded installer file gives the internal name for the program name in the 'Do you want to run this software' warning dialog, rather than the external name. Where does …
1
vote
1answer
19 views
Attribute.IsDefined doesn’t see attributes applied with MetadataType class
If I apply attributes to a partial class via the MetadataType attribute, those attributes are not found via Attribute.IsDefined(). Anyone know why, or what I'm doing wrong?
Below is a test project I …
0
votes
0answers
9 views
How to describe the structure of a well-defined problem domain?
I am looking for a way to describe the structure of a well-defined problem domain in order to use it as a meta-data repository which will be used to produce documentation and code (through code …
0
votes
2answers
101 views
Strip metadata from files in Snow Leopard
I found the command "mdls" which will show the metadata but I can't see how to delete it.
I want to get rid of the comments "kMDItemFinderComment", "kMDItemWhereFroms" from my files.
Is there a way …
0
votes
1answer
18 views
Is it possible to refer to metadata of the target from within the target implementation in MSBuild?
Dear ladies and sirs.
My msbuild targets file contains the following section:
<ItemGroup>
<Targets Include="T1">
<Project>A\B.sln"</Project>
…
0
votes
2answers
134 views
How can I add meta-data to recorded flv-files in red5?
Hello!
I wonder how to you can add meta-data to flv-files you recorded by red5...
mine just have something like this:
0.000 | FLV::Event tag
| event : onMetaData
| audiocodecid …
1
vote
1answer
22 views
Dynamic forms, Table meta data
I am working with an ASP.Net web app that allows users to create an "application."
They define fields and their data types. Based on that, I generate a query to create a table.
I would like to …
0
votes
0answers
12 views
Getting buddy class information?
I'm trying to read buddy class metadata information for usage outside of the normal asp.net mvc 2 validation process. I thought it would be as simple as saying:
DataAnnotationsModelMetadataProvider …
0
votes
1answer
11 views
Does Google Gears Allow Metadata Access
Loving Gears, but does anyone here know how to access Google Gears metadata? Like system tables or tables that will show me a list of the tables within the database?
Thanks!
0
votes
3answers
555 views
Can IIS-hosted WCF service be configured for BOTH Windows Auth and Anonymous?
I've got a small WCF webservice working with the built-in WCF Service Host and with hosting by the Visual Studio 2008 built-in development webserver.
I these hosting enviroments I have relied on the …
0
votes
0answers
7 views
Does IBM OmniFind Yahoo! Edition support faceted search via meta tags?
I can't seem to figure this one out by reading their API documentation. Basically on all of the pages on my site I will have a meta tag that specifies the content type. It will look like this:
…
5
votes
8answers
223 views
Extracting information from PDFs of research papers
I need a mechanism for extracting bibliographic metadata from PDF documents, to save people entering it by hand or cut-and-pasting it.
At the very least, the title and abstract. The list of authors …
0
votes
2answers
45 views
Reading tag data for Ogg/Flac files.
I'm working on a C library that reads tag information from music files. I've already got ID3v2 taken care of, but I can't figure out how Ogg files are structured.
I opened a .ogg file in a hexeditor …
