document

Package to compare LSA, TFIDF, Cosine metrics and Language Models

Hi, I'm looking for a package (any language, really) that I can use on a corpus of 50 documents to perform interdocument similarity testing in various metrics, like tfidf, okapi, language models, lsa, etc. I want as a result a document similarity matrix, i.e. doc1 is x% similar to doc2, etc... This is for research purposes, not for pr...

How do I refer to an <iframe>'s document using jQuery to get its height()?

I'm trying to get the height of an <iframe>d document. My first instincts were: $('iframe').document.height(); or $('iframe').contentWindow.document.height(); Those don't work, and I'm not having much luck searching. I would appreciate any help! ...

How do I refer to the document object of an <iframe> from the parent page, using jQuery?

I'm trying to access the document object of a page that lives in an <iframe> from the host page. In other words, I have a page that has an <iframe> in it, and I want to use jQuery on that page (the parent page) to access the document object of that <iframe>. Specifically, I'm trying to find the height of the <iframe>d document once its ...

email file via php form

Hi friends, I researched over the internet, but could not find what i need :/ I have a contact form, (php). I dont have any database. it is a simple php email form, but now I need to make it with file attachment :/ how can I email file via contact form? visitor will browse any file from his computer and send email via form. appreciat...

Blocks to Fixed document/Fixed Page

Can any one help me to add Blocks(System.Windows.Documents.Block/ Section / BlockUIContainer) to the Fixed Document. Thanking for your attention, regards, kuman ...

Cocoa Application Framework with Packages

Ok, I am creating a document-based application in Cocoa and the document's file type is actually a package. Within that package is an XML settings file, a SQLite database and a zip file which is downloaded at runtime. Now the only thing that changes, really, is the XML settings file as the other ones can be recreated at run-time. Each...

Documents should be written by the skilled programmers?

Hi All: I always think document is really important for a project and a team and should be written regularly and detailedly. It can make things go in parallel without always asking the skilled programmers here and there. But truly I find many developers(even leaders) don't put so much attention to documents and just take them for grante...

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 tracking to it and returns the document to you which can then be used just like you would use the document otherwise. This tracking tells you when your documents w...

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 probably rather obvious. What am I doing wrong? I can't find a padding property on the rowgrouping or the row. Below is my code: public override FlowDocument Cre...

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 make to document.getElementsByTagName('*') or document.getElementsByTagName('a') returns 0 length collections, regardless of the page I load in my webview. Othe...

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 is a project that I want to learn how to build it, not use the experience of someone other. PS: I want to make it like a XML file: [Command Argument="Define i...

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 like to take this a step further and include the first paragraph following each heading in the sumamry table. The intended use is to give the reader an overv...

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? Thank you. ...

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. And use IIS as Web server and MSSQL as db server. Any Ideas? Thanks! ...

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 written elsewhere. Here's what it does: creates an <iframe> and inserts in into a <div> on the page creates and appends a document to that <iframe>, which contains a <script>...

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"}); > db.test.update({"foo":"bar"}, {"$set":{"test":"success!"}}); > db.test.find({"test":"success!"}).count(); 1 I know I can loop through and keep updating until they'r...

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! ...

Any way to Format or Write code in Google Document

I want to keep the snippets of code in My Google Document but when i paste the code it looks weird . Is there any way to format the code like we have in stackoverflow where the code is in colors ...

convert a microsoft document imaging file (.mdi) in java or under linux

Hi experts, I am looking for a peace of java-code that is able to open a .mdi file (microsoft document imaging) and save it as a tiff or pdf-file. I googled a few hours but did not find any. All I know now is that .mdi is derived from tiff, but I could not find an exact format description anyway. Any linux-tool, that could do the conver...

Online Document Editing in ASP.NET

Hi, My requirement is that i want to implement something similar to Google Docs in my website. i want the user to be able to open word, pdf documents from my website without using MS office and pdf reader and they should be able to edit and save those documents in the server. what should i do? are there any third party tools for tha...