Is a term that in computer science can refer to various file types containing information usually readable by a human.
0
votes
1answer
16 views
jQuery load a foreign web page with xmlHttpReq and parse the resulting variable as a DOM document
Trying to figure out how to do this:
Within the $(doculent).ready function I use this code to read a web page from another server:
var qString = "Newsletters/Legacy/somewebpage.html";
var ...
-3
votes
0answers
23 views
Documentation of Existing Code [closed]
I know it is very open question and I was not able to Fine proper solution from internet.
I am analyzing existing code which have used multiple Algorithm and Business Logic.We do not have any document ...
-1
votes
0answers
16 views
Understand small piece of code [closed]
Can anyone please explain me the meaning of below piece of code:
<xsl:if test="$v_extpaym = 'LBC' ">
<xsl:variable name="v_TABLE1" select="E1IDKU3/EXTPAYM"/>
<xsl:variable ...
0
votes
0answers
7 views
Is there a markup -> documentation tool that supports hiding/unhiding sections?
I'm looking for a documentation tool along the lines of scribble or sphinx that supports collapsible/expandable hidden blocks inline in the text. The use case is for writing tutorials, so that I can ...
0
votes
0answers
6 views
Tagging Blocks of Text Within a Document
I have an existing document, in Word (could be in PDF). I would like to manually highlight blocks of text within the document and assign (perhaps multiple) tags to that block of text. Then filter ...
0
votes
2answers
50 views
Append to XML file
I am writing a Java application with a method to save data to XML.
Here is my code:
private void SaveToXML(String strCity, String strDate, String strforecast, String strminDegrees, String FileName)
...
1
vote
1answer
12 views
Launch a new window that contains the output of a variable or custom text
How would I use JavaScript to launch a new window that either contains the output of a variable or custom text? Kind of like taking the results of the document.open() command and showing it in a new ...
0
votes
0answers
11 views
Styling html page as does googledocs
I'm trying to develop a web Office document visor. I can convert .odt (or .docx or whatever) to html with Libreoffice "convert-to" option. Well, once I have the document exported to html, I need ...
0
votes
0answers
7 views
Automatic document icon creation
In the past, I had come across some documentation on how one just needs to create an image and Apple will automatically put that image on top of the standard document icon (the sheet with the folded ...
0
votes
2answers
30 views
document.readyState not working in Firefox and Chrome
In my application, I am calling a method for every 1000ms to check the document readyState. Following is the code which I am using,
var success=setInterval(""CheckState()"",1000);
function ...
0
votes
2answers
29 views
tag next to a label in javascript
I do not have the luxury of using jQuery, I want to hide the span tag in certain conditions using Javascript and the span tag does not have an id.
"<label name="lcity" id="lcity" for="city" ...
0
votes
0answers
7 views
window.open in IE does not inherit parent's document domain with empty url
When I open a window in IE with an empty url (so I can write the contents later), it does not inherit the parent window's domain.
eg,
w = window.open('', windowName, windowSpecs)
...
0
votes
1answer
18 views
get document´s id // php-javascript
so here is a html-list of my documents:
<form action="submitPage.html" method="post" onsubmit="submit();">
<img id="img1" src="inventory_images/berg.jpg" onclick="changeColor(this, 1);" ...
0
votes
1answer
16 views
Meaning of document in chrome extension InjectDetails
I am using InjectDetails object in my chrome extension code. I am little confused about the document referred in runAt field.
Here is snippet from documentation
runAt ( optional enum of ...
-1
votes
1answer
21 views
execute .ready() function after .load
my problem is that i try to load the document.ready function after .load
first i used document ready on each site, but now i decided to load the content with .load in a wrapper, the site had document ...
0
votes
1answer
20 views
An error in parsing a document
I have an error while converting an InputStream into a Document, i'm using the DocumentBuilder and i made imports the following way but i have a incompatible types error.
the code :
import ...
1
vote
1answer
41 views
Python - encoding info in a table
I'm processing assembly language source with python. My main table, driven by opcode, has information about each opcode including number/usage of register operands, size of the operation etc. It's ...
-1
votes
0answers
10 views
Job Seeker Web Site - Design thoughts [closed]
We are planning to make a job search website. Hence, evaluating all possible required infrastructure.
One of the area we are evaluating is Document management i.e. Since there can be many users so ...
0
votes
1answer
26 views
Js-jQuery - check if element is focused or get last focused element class
is it possible to check if an element is focused?
i tryed:
<a href="#"></a>
$('a').is(':focused');
but it won't work.
Also i would like to understand if is possible to get the ...
0
votes
3answers
36 views
PHP - Comparing form value with values in an array
I'm trying to write a code that compares the values from a text document with a value that has been posted from a form.
So far i've got this, but i'm absolutely positive i'm doing something way off. ...
-1
votes
0answers
27 views
Total number of terms inside a category (Lucene)
i have created a lucene index in which documents have two fields: 1.category 2. text
This means that each document have a text and a category which is in th set {A,B,C}
My question is know, how can ...
2
votes
4answers
78 views
Div slide up when click in items inside it
I have a div that slides down (opens) when I click a certain input select. Inside this div, I have some other input selects and my objective is to slide up the div when I click on the rest of the ...
-3
votes
1answer
68 views
Text document to dictionary Python
Okay, I have a text file that "relationships.txt" that has the following inside:
Elizabeth: Peter, Angela, Thomas
Mary: Tom
Angela: Fred, Alison
Alison: Beatrice, Dick, Harry
mother Elizabeth
mother ...
0
votes
0answers
12 views
Package of different files and different format
I'm writing software to convert and import files in a document tool system.
I need to stress test this system, so I need files I can give to this system as input.
Does someone know a website where I ...
0
votes
1answer
54 views
C++ MFC MDI how to change what class view displays based on active document
I'm working on an MDI application that has an object browser (CClassView) that has to change what it displays based on what "document" is active.
PS: None of my searches have worked.
1
vote
2answers
39 views
php fails to prevent large file upload
Why does the following code echo "Your files have been successfully loaded." when I try to upload a 20mb .gif file, when it actually a)should have been prevented, and b) doesn't actually get ...
0
votes
0answers
22 views
How to change Swing Document elements structure separator?
I want to build a new model for my CustomDocument which extends a DefaultStyledDocument.
Now the document builds the Elements structure by separating text at "\n" character as default. I want to ...
0
votes
1answer
18 views
DB vs. filesystems - for non-image files and endianess
I've read the many discussions about Databases vs. file systems for storing files. Most of these discussions talk about images and media files. My question is:
1) Do the same arguments apply to ...
0
votes
0answers
6 views
document templating; a graphical approach
I was recently given an assignment at my job to update some documentation for different departments and am looking for a template solution. Its about 125 documents, some building off one another as ...
0
votes
1answer
20 views
Minimization of open word documents
I am using this code to get and minimize all open Word documents.
Word.Application wordApp = new Word.Application();
Word.Documents docs = wordApp.Documents;
wordApp.ScreenUpdating = true;
...
1
vote
1answer
37 views
confused Lucene StringField
I want to read some documents from the index has been created, and then put them in another index。But I can not retrieve these documents in “another index”
oh,the documets just have StringField 。。
...
0
votes
1answer
20 views
Will an incomplete mongoose document validate if it has missing, non-required keys?
If I have a schema like
var kitty = Schema(
{
"name": {type: String, required: true},
"age" : Number
}
And on a mobile app, I build a JSON document with the contents of a ...
-2
votes
1answer
70 views
Jquery on ready conflict [closed]
I'm having problem executing two document ready functions in jquery. I've searched for answers, but none fixed this issue.
The problem is within this two functions, but some others stopped working ...
0
votes
0answers
13 views
How to Read printer queue information using java [duplicate]
Is it possible to get the information from the printer queue and display the information into a document using java codes?
And how to make a tray application based on this idea?
Help me
Thankz for ...
-1
votes
0answers
32 views
After Importing external API Flash no longer detects document class? Flash CS6/AS3 [closed]
This happens to me every time I import an external API. The second I include any external API files the document class immediately stops be detected. I have tried recreating the entire .fla file, ...
0
votes
0answers
15 views
Word document textbox
I have a word document with some textboxes(Microsoft word 2007).When I print the document,i have to remove the borders And after printing,I have restore the borders to be black.
I am using VBA code.I ...
3
votes
1answer
71 views
Make document.ready not wait for specific DOM elements to finish loading
I found myself in a following situation. I need to somehow not include <div class="article-meta-social"></div> element and all its contents into my document.ready function. The reason is, ...
0
votes
0answers
26 views
Workflow Foundation - Advice on a simple process
I am starting on Workflow Foundation 4 and i've been asked to do a simple example to show to a client (unfortunatly in a tight timeframe) and i could use some help on how to start with it.
The ...
0
votes
0answers
20 views
displaying report in mobile device and tab
In my android application, report document is being shown in an activity.
It is the simple html file.
The problem is:
It is displayed fine when viewed from mobile device but when we view the same ...
0
votes
1answer
24 views
Run JQuery Function on Page Load and Store the Result
I've got a script that hides most of the page when you first load the webpage.
When it does this, I want it to run a function which gets the current date, then saves it.
I've having trouble getting ...
-3
votes
0answers
79 views
What is this unusual code? [cc lang="html]…[/cc] [closed]
I found this unusual code in a tutorial I downloaded, and I can't figure out what it is or does.
[cc lang="html"]**
<!DOCTYPE html>
<html lang=”en”>
<head>
<title>jQuery ...
0
votes
1answer
45 views
Use DomDocument to replace all header tags with the h4 tags
I've used DomDocument to to GetElementById. It has selected a div. I need to replace all the header tags within that div with the h4 tag.
0
votes
2answers
41 views
How do I test if the element being passed to a function is the document itself?
I'm writing a small script that injects some code into an HTML element.
All works fine by setting:
element.innerHTML = "<p>foo</p>";
unless I'm being passed the document itself, ...
1
vote
2answers
54 views
Make document.ready take into account elements from external iframe
The position I find my self in is the following. I have a jUerry plugin which needs to be nested within document.ready function. This plugin applies some styling to elements of the page. One of ...
-2
votes
0answers
28 views
How to scan a document and save it as pdf in android? [closed]
I'm working on an app that I need to take a photo of it with the camera and convert it to PDF file.
Something like camScanner app, I don't need OCR, just a high quality document so I can print it ...
0
votes
1answer
73 views
how to use sphinx document generator in windows?
I want to make a site using sphinx document generator. But my machine is windows. I cant find sufficient resources for windows. If anyone could suggest me a way to implement sphinx in windows would be ...
-2
votes
0answers
22 views
Should I mention standart android libs in my legal license document? [closed]
I was tryng to create legal document containing external libs and of my project. But should I mention standart android libs(for example google play services) in it?
2
votes
3answers
78 views
Problems parsing XML in Java
I got some trouble parsing an XML document. For some reason, there are text nodes where I would not expect them to be and therefore my test turns red. The XML file looks like this:
<?xml ...
0
votes
0answers
15 views
How to get the cursor focused on document when clicked inside the margin
Ok so not exactly sure how to go about asking this but you know in Google Docs or Microsoft Word there is that margin in the page and you click inside the margin but the blinking cursor ends up going ...
1
vote
1answer
57 views
Text Document Editor in Java Swing Application
I am in the process of developing a Java application using Swing. I want to open a document file inside the application where a user can select some content. On right click, it should give list of all ...


