10
votes
5answers
801 views
A python web application framework for tight DB/GUI coupling?
I'm a firm believer of the heretic thought of tight coupling between the backend and frontend: I want existing, implied knowledge about a backend to be automatically made use of wh …
9
votes
7answers
540 views
What is a simple way to generate keywords from a text?
I suppose I could take a text and remove high frequency English words from it. By keywords, I mean that I want to extract words that are most the characterizing of the content of t …
8
votes
3answers
160 views
java annotations: library to override annotations with xml files
Java has annotations and that is good. However, some developers feel that it is best to annotate code with metadata using xml files - others prefer annotations but would use metada …
7
votes
5answers
1k views
Not enough storage is available to process this command in VisualStudio 2008
Hello!
When I try to compile an assembly in VS 2008, I got (occasionally, usually after 2-3 hours of work with the project) the following error
Metadata file '[name].dll' could n …
6
votes
4answers
165 views
What Meta informations should I use ?
Hi,
I see a lot of different point of views on internet concerning meta tags. I've been using them for a while, but I'm now wondering if I've been doing it using the current best …
6
votes
3answers
178 views
Is it possible to add a description/comment to a table in Microsoft SQL 2000+
Is it possible to add a "metadata"-like description or comments to a table in Microsoft SQL 2000 and above?
How would you do this through the CREATE TABLE statement?
Is it poss …
6
votes
6answers
259 views
In Python, how can I efficiently manage references between script files?
I have a fair number of Python scripts that contain reusable code that are used and referenced by other Python scripts. However, these scripts tend to be scattered across different …
5
votes
2answers
205 views
what is the .NET equivalent of @Deprecated in java?
Is there an annotation in .NET which allows methods or classes to be deprecated so that their use and their callers are identified by the compiler (cf @Deprecated in Java)
5
votes
3answers
1k views
Greasemonkey namespace..what is it for?
I'm learning how to use greasemonkey and was wondering what the @namespace metadata part is used for. Does it have to be a web address or can it be a folder/directory on my comput …
5
votes
1answer
519 views
How do I programatically disable Etags in iis 6
I'm trying to turn Etags off on iis 6 since I'm load ballancing multiple servers, I don't want the etag to become a problem.
5
votes
4answers
341 views
Are Meta Keywords Obsolete?
Creating a website for a BraodBand Company, and not too sure whether or not to go ahead and fill in the meta keywords? Are they still necessary?
5
votes
2answers
332 views
Accessing Greasemonkey metadata from within your script?
Is there any way that my script can retrieve metadata values that are declared in its own header? I don't see anything promising in the API, except perhaps GM_getValue(). That woul …
4
votes
4answers
359 views
Can Mercurial be made to preserve file permissions?
I've seen a number of blog posts, and have experienced for myself, that Mercurial does not preserve the permissions on files pushed from one repo to another. Does anyone know of a …
4
votes
5answers
595 views
C# Get video file duration from metadata
Hello!
I am trying to read metadata from a file - I only need the Video -> Length property however I am unable to find a simple way of reading this information.
I figured this wo …
4
votes
4answers
289 views
How do I stop search engines indexing a maintenance page
I need to setup a maintenance page for a website I'm running, e.g. for display when I'm performing site maintenance (scheduled downtime) or if something really breaks and I need to …
