Tagged Questions

0
votes
1answer
36 views

iPhone create folder inside documents folder

Hello, i just want to create new folders in the documents folder of my iPhone app does anybody know how to do that ? appreciate your help!
9
votes
8answers
2k views

Storing Documents as Blobs in a Database - Any disadvantages?

The requirements for my document management system were: Must be secure from theft by simple copying of directories, files etc. Must be secure against traditional virus infection …
0
votes
1answer
28 views

MongoDB: How to update multiple documents with a single command?

I was surprised to find that the following example code only updates a single document: > db.test.save({"_id":1, "foo":"bar"}); > db.test.save({"_id":2, "foo":"bar"}); > …
2
votes
3answers
113 views

Why won’t this JavaScript (using document.open and document.write) work in Internet Explorer or Opera?

I desperately need some help on this one. I've created a <script> that closely parallels, and reproduces the problem of, another more complex <script> that I've writte …
1
vote
1answer
33 views

Document library in .NET

Hi, I'm looking for document library. Which allow users to tag files in certain categories but let files saved on PCs in network. This database let users search on intranet website …
0
votes
2answers
133 views

Getting the path & filename of the open document in any Windows application

Goal Let me start with my final vision of what I'd like to be able to do first: In Windows, I'd like to be able to use a global keyboard shortcut that I define (say, Ctrl+Alt+C) t …
0
votes
5answers
747 views

How to set the DOCUMENT_ROOT and site root in my local PHP dev setup?

I'm doing a job for a guy with a site online. It's an alien site to me, and I'm slowly working through the strange code. I have MAMP locally and my http://localhost/ has many clien …
0
votes
1answer
34 views

upload multiple documents in sharepoint with content type form

Hi, my question is this: how can I upload multiple documents in a sharepoint site and still have that page woth the form saying content type like it does when I upload one document …
0
votes
10answers
1k views

What is the best Document-oriented database?

We all know RDBMS, but what about Document-oriented databases? Consider the things that you leave an RDBMS to do, like indexing, complex query structure, mathematical functions, s …
0
votes
5answers
56 views

Building Interpreter Of a Document Format

I'm going to start the development of my own document format(like PDF, XPS, DOC, RTF...), but I want to know where I can read some tutorials, how-to's...? I don't want code, this i …
0
votes
0answers
33 views

Word Document : List of Heading with associated next paragraph (for executive summary list)

I refer to the link below which offers a very good solution [ using GetCrossReferenceItems(wdRefTypeHeading) ] to generate a list of all headings in the document. However, I would …
0
votes
0answers
14 views

What are some tips for doing a technical evaluation of a web application

I have to start doing technical evaluations of web applications, mostly ecommerce. I'm just looking for some good points to touch on in terms of Server Configuration, Security, …
0
votes
1answer
15 views

Webkit javascript evaluation uses different document object?

I'm hosting a webkit frame in my objective-C application and trying to execute some javascript on the loaded document using stringByEvaluatingJavaScriptFromString. Every call I ma …
0
votes
1answer
51 views

WPF Document: Getting the Table Cell borders right

I created this pic in MS Word and I am trying to replicate the style in my WPF app using the Documents. First the 'from': Next my attempt to replicate: My question is probabl …
0
votes
1answer
30 views

How do you do real time document tracking?

I was considering diff Document Tracking options and came across DocTracking.com. DocTracking.com allows you to upload documents (PDF Word etc) and adds some kind of invisible trac …

1 2 3 4 5 8 next
15 30 50 per page