Top "Document" questions

Is a term that in computer science can refer to various file types containing usually human readable information, if opened with appropriate software.

Get IFrame's document, from JavaScript in main document

I have this HTML code: <html> <head> <script type="text/javascript"> function GetDoc(x) { …

javascript html iframe document
How do I load an org.w3c.dom.Document from XML in a string?

I have a complete XML document in a string and would like a Document object. Google turns up all sorts …

java xml document w3c
Convert Mongoose docs to json

I returned mongoose docs as json in this way: UserModel.find({}, function (err, users) { return res.end(JSON.stringify(users)); } …

json node.js object document mongoose
Create a folder inside documents folder in iOS apps

I just want to create new folders in the documents folder of my iPhone app. Does anybody know how to …

iphone directory new-operator document nsfilemanager
Create Word Document using PHP in Linux

Whats the available solutions for PHP to create word document in linux environment?

php linux ms-word document
There's a way to access the document folder in iphone/ipad (real device, no simulator)?

there's a way to access a real device (iphone/ipad) document folder? I realized an app that store some data …

iphone ios ipad document
Make DocumentBuilder.parse ignore DTD references

When I parse my xml file (variable f) in this method, I get an error C:\Documents and Settings\joe\…

java document dtd
How to get the size of single document in Mongodb?

I encountered a strange behavior of mongo and I would like to clarify it a bit... My request is simple …

javascript mongodb document objectid objectsize
jQuery - function inside $(document).ready function

Is it correct to create functions inside of $(document).ready(function() { like so: $(document).ready(function() { function callMe() { } }); The function …

jquery document document-ready