1
vote
1answer
17 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
6 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
9 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
0answers
5 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:
…
0
votes
2answers
43 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 …
0
votes
0answers
15 views
Extracting IPTC/EXIF data from tif files in using Java
The system I'm working on has a feature to extract metadata from JPEG files using the com.drew.metadata package. http://www.drewnoakes.com/code/exif/javadoc/ However that is limited to JPEG files, and …
0
votes
1answer
23 views
read or write ratings from AAC file
I'm trying to figure out how to read the "ratings" from an AAC file on Windows 7. This data is somehow persisted in the file as the Windows 7 shell and WMP can read / write the ratings.
In MP3 the …
1
vote
3answers
39 views
OBJECT_ID of object in another database - how to find database ID or name/fully qualified object name?
Example:
USE AnotherDB
-- This works - same ID as from other DB
SELECT OBJECT_ID('AnotherDB.ASchema.ATable')
-- This works
SELECT OBJECT_NAME(OBJECT_ID('AnotherDB.ASchema.ATable'))
USE ThisDB
-- …
0
votes
2answers
35 views
Get meta information, title and all images of any webpage using php
Hi Friends,
I want to get all the meta information like description, title, keyword etc of any web page using php.
I am using *get_meta_tags* php function but its displaying warning. I have paste …
0
votes
2answers
22 views
What data/service is where?
What management tools (open source or otherwise) are there to track the location of data, the services that deliver/use that data and the services themselves. If you believe the snake oil a …
1
vote
1answer
16 views
XML schema/format for representing a generic file format?
Is there an existing XML schema that can be used to describe a generic file format? Something that would have tags that say things like "The file has a header that is x bytes long", "The first …
5
votes
8answers
214 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
1answer
35 views
Getting class field names and table column names from NHibernate metadata
Background
I am using a legacy database with all kinds of ugly corners. One bit is auditing. There is a table listing tablename/field combinations of fields that should have an audit trail. For …
1
vote
4answers
29 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?
1
vote
3answers
34 views
How can I read the documentation from a class in another class?
Hi all.
let's say I have class A and class B. Class A's definition is:
/// <summary>
/// This is the class documentation.
/// </summary>
public class A
{
/// <summary>
/// …
