document

Where put SWFObject in JQuery

I have 2 javascripts in my head section. Now I want to place the embedSWF function inside the first script. Only I am not sure where.. <!-- JQUERY Functions --> <script type="text/javascript"> jQuery.noConflict(); jQuery(document).ready(function() { // alert('DOM ready'); }); wind...

View Item but dont open it- sharepoint

How I can create item in document library that someone can view it but cannot open it. My problem is I need item appears in search but the user can not view file. Thanks in advance. ...

drupal indexing of uploaded documents (pdf, word, etc)

Hi there, is it possible to index uploaded documents in drupal and make them "searchable" via lucene or solr? ...

Parse whole html document and replace specific parts of it automatically PHP

Greetings, Iv'e made a rapid search in the previous questions but did not find an adequate answer for my question. I have create a function that finds words in an array library and replace these by links to the description of the word. Example : $words = array("ANTIM","APDIV","APVEG","ARCHE","ARFEU","ARMUR", "ARSUP","ARTHE","ARTIL","...

How to make Cocoa document package type with it's extension hidden by default?

I'm making a Cocoa application which uses document package (bundle) as it's data. I specified an extension and Finder now recognizes the folder with the extension as a document well. But the folder's extension is still displaying, and I want to hide it by default (like application bundle) Is there an option to do this? ...

Document viewer control?

We are creating a custom document management application that requires a viewer for the user to quickly move through various documents no matter the format (image files, .doc, .docx, .xls, .xlsx, .ppt, .rtf, .pdf). Is there a control out there that will handle this problem? If not, what approach would you recommend we use? We would ra...

Can SharePoint web services be used to retrieve the ACL for a document or folder in a SharePoint document library?

I would like to use SharePoint web services to retrieve files and folders from a SharePoint document library along with any ACL associated with each. I know I can get the files and folders but I don't know if there is a way to get the ACLs. Is this possible? Thanks ...

Document version management

Hi all, I am working in sharepoint site. In this site there is a user requirment where user want see the version numbers maintain by sharepoint in its OOB versioning feature in a document itself. SO as the document ge modified sharepoint maintains the version number for each updation. User want to see that vesion number in that docume...

what's a good enterprise document generation solution? (SQL Server, .NET)

I wonder what "the big guys" use to generate documents. Like credit card statements, insurance documentation, etc. We're investigating changing solutions. Here are the two that I know of: SSRS Crystal Reports Neither of these seem to be able to handle widow/orphan control well. Crystal certainly can't deal with dynamically sized p...

Redefine folder structure of document library with metadata

Hi all, I have a problem in my sharepoint document library structure. Currently the document library consiste of folder sub-folder structure to store a document categorywise. Now our client want to redefine this folder structure with a metadata structure. Can any one tell me how can I use metadata instade of folder sub folder structure...

Searching for a document format.. flowing layout + page control

I am bouncing around the idea of creating a custom document versioning system to use on business rule manuals. These manuals are broken up into outlined sections which contain one rule per section which are outlined in various ways (1.1, 1.2, etc). There are many manuals which contain the same rule for different locations in the country ...

Storing Documents and associating Metadata

This question is somewhat related to this. I want to have document storage along with some complex metadata. I am not using sharepoint. I have a very simple directory structure that goes 2 levels deep. (One folder and documents underneath). I want to store metadata associated with each file....tags, popularity (# of times accessed), cre...

Cancel Cocoa Doc Based app Save method?

How can I cancel the automatic display of the Save Panel when closing windows in a doc based Cocoa app? Thanks Paul ...

How can I count words in complex documents (.rtf, .doc, .odt, etc)?

I'm trying to write a Python function that, given the path to a document file, returns the number of words in that document. This is fairly easy to do with .txt files, and there are tools that allow me to hack support for a few more complex document formats together, but I want a really comprehensive solution. Looking at OpenOffice.org'...

Javascript navigation help

Hi All, I am working on a small script where there are some list items. If you refer to the below code you will notice that there are 15 list items. Now I just want to display 9 of them say the user log's in the 1st time the first nine should be displayed now if he clicks on list no. 7 then list no 3, 4, 5, 6, 7, 8, 9, 10, 11 should be ...

MVC in a Cocoa document-based application

I'm going through a refactoring and reorganization of my application at the moment. I've realized that some of the separation between models and views, and their controllers has diminished and I wish to do some cleaning up. I have several key classes used in my app: NSPersistentDocument, NSWindowController, and a model class. The NSPer...

JTextField DocumentListener/DocumentEvent

Hello all, i would like to know how to use a DocumentListener/DocumentEvent in java to prevent the user from deleting a certain portion of text in a JTextField, like on the windows command prompt or unix Terminal.. they show the current working directory and you can't delete past the > or $ can anyone help me? thanks ...

originally Creation Date of a Document

hello, i have a file with documents. i wrote a applikation with asp.net. i need to read the creation date and the date of the last change (and title, etc.) for that i used the API filesysteminfo. in the file are documents, that are a copy of a vss server. but when a document is copied, the date of creation changes to the "date of copy...

Displaying a document in SyntaxBox

I have been trying to display a file using SyntaxBox components (http://code.google.com/p/alsing/wiki/SyntaxBox). I dropped the SyntaxControlBox into a basic Windows form but I haven't figured out a way to get a file there. I created a button to use OpenFileDialog so I can find the file I need, but I haven't figured out how to take the ...

How do I take an image off a website and save it to NSDocumentDirectory

Hi. I am trying to make a app to take photos off of a website, and save them to the NSDocumentDirectory for later usage. So far I have failed in my attempts, and am wondering how to do it. Not much more explanation is needed, but here are a few of my (failed) tries: One: NSString *path = @"http://miniwidgit.webs.com/TabRight2.png"; NSF...