TechRepublic : A ZDNet Tech Community

1 Resources for

dom memory

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Design of the Light Weight Linux O.S on the DOM Memory
Many people are studying the embedded system. The embedded system becomes a small size device. The DOM memory is using in the mobile device and small size devices. This paper designs the light-weighted Linux O.S that is running onto the DOM flash memory. The embedded system with the DOM must...
Tags: Document Object Model, Memory, Embedded System, DOM Memory, Linux, XML, UNIX, Operating Systems, Open Source, Software, Software/Web Development, Web Development
White papers 2008-03-01

Additional Resources

Understand DOM's power in the browser object hierarchy
IT consultants the world over often charge head-long into the world of Web programming with tremendous scripting facility, but without a real handle on the Document Object Model DOM. Why is an intuitive command of DOM so elusive? For one thing, DOM is a catch-all term for a broad array...
Tags: Document Object Model, Scott Robinson, hierarchy, Web browser, Web
Technical articles 2004-02-23
Web Design: Use DOM to implement Web page style changes
The face of the Web is increasingly dynamic, and the use of Cascading Style Sheets CSS to implement style value changes efficiently and consistently is a standard. CSS gives you a make-it-so mechanism for across-the-board style update. All you need to do is alter the style values from what you...
Tags: XML, Web, Web design, Scott Robinson, Document Object Model, CSS, Web browser
Technical articles 2004-03-15
Handle DOM exceptions in Java
This article originally appeared as an XML e-newsletter.By Brian SchaffnerWhen working with Java-based XML parsers, youare often faced with handling exceptions. Some exceptions aresimple to handle, while others are more difficult. In this article,we'll look at some common exceptions seen while working with XMLdocuments and explore how to manage them....
Tags: Java, Document Object Model, DOMException, XML
Technical articles 2003-10-01
Update Web page content dynamically from a single source with DOM-controlled JavaScript
One aspect of the "dynamic" in Dynamic HTML is the presentation of alternative page content to a particular user, for whatever reason. This "personalization" is best applied in real time, must function efficiently no matter how many users are pinging away on your application server, and is becoming increasingly popular....
Tags: XML, Scripting languages, job, Scott Robinson, Document Object Model, manipulation, content manipulation
Technical articles 2004-03-23
Format Java-extracted data using DOM and XSL
Java can extract data from any JDBC-compliant database, convert that data into a DOM object, and then use XSL to format that data in the desired fashion. In a previous article, we demonstrated how to programmatically extract the data from a database. Now, we'll look at how to build the...
Tags: XML, John Charles Bell, Java, Document Object Model, columnCount, columnNames, JAXP XML processing, XSL
Technical articles 2003-07-21
BizTalk Accelerator for HIPAA Very Large File Handling 1 (Windows)
Microsoft BizTalk Accelerator for HIPAA 2.0 extends the base capabilities of BizTalk Server 2002 to support building HIPAA compliance solutions. Because the accelerator relies on the base BizTalk Server platform, it inherits some limitations regarding very large HIPAA documents. In some cases, users may be accustomed to sending large batches...
Tags: Microsoft BizTalk Server, Microsoft Windows, Hipaa, Web Services, Application Servers, Regulatory Compliance, Middleware, Enterprise Software, Regulations, Healthcare, Government, Software, Human Resources, Policies And Procedures
Software downloads 2007-09-06
Everything you always wanted to know about SAX (and XmlReader)
When you need to process XML documents, you must firstdecide whether to use DOM Document Object Model or SAX Simple API for XML, thetwo main XML APIs in use today. You can use either or both at the same timeto process XML documents, but DOM loads the document into memory...
Tags: Richard Mansfield, SAX, Document Object Model, XML, XmlReader, XML document
Technical articles 2004-07-12
XML parsing Xerces
I am in a rush to do a project in java , I am not much familiar with parsing xml files but I have to do this , I wonder if I should use SAX or DOM ?! which is better and simpler ?!and as well I wonder if any...
Tags: DOM & SAX, XML, Document Object Model
Q&A 2005-07-30
A better way to create XML documents in .NET
Creating XML documents in .NET may not be hard, but it can be tedious. Here's what you need to know about .NET's streaming model for writing XML.Creating XML documents is not necessarily difficult, but it can be tedious, especially if you must constantly build similar types of documents. It makes...
Tags: Creating XML document, Leonardo Esposito, Microsoft .NET, XML Writer, Microsoft .NET Framework, XML, XML DOM, XML document
Technical articles 2002-11-12
Remedial XML: Learning to play SAX
The Simple API for XML, or SAX, provides an alternative to parsing XML documents with DOM. Find out how SAX works in our continuing XML series.After using DOM to parse XML documents for any length of time, you will probably begin to notice that performance tends to suffer when you’re...
Tags: Lamont Adams, SAX API, XML, Document Object Model, SAX
Technical articles 2002-06-03
Sync with activesync 4.5
My phone can't sync with activesync to the PC because no comm port are available...Can someone help?=====================================Diagnostics Analysis Results: Version: 2007.00.00.0000 Analysis Done: Tue, Dec 2, 2008 at 00:17:36 Product Name: QuickTax 2007Runtime file checks: ** Unable to locate executable file. ** Open Command: Win Version Info: ...
Tags: Processors
Discussion threads 2008-12-01
How to approach XML document size
This article originally appeared as an XML e-newsletter.By Brian SchaffnerXML documents come in a variety of formatsand sizes. Some can be as small as a few lines, while others may bemany megabytes. You may wonder if the size of your XML documentsreally matters. If performance is important, then the answer...
Tags: XML, XML document, Document Object Model, performance
Technical articles 2003-09-29
The Seven Deadly Sins of AJAX application development
This article is also available as a TechRepublic download.The AJAX bandwagon is agood place to be. It takes you to faster, more efficient, more dynamic apps. Butit also has pitfalls all its own. At first blush, those pitfallsmay seem avoidable through sheer common sense, and to a degree, that's true....
Tags: AJAX, Scott Robinson, Web applications
Technical articles 2007-02-27
Parse XML with the StAX Java API
Code is Bill's forteThis is how Bill wrote the Microsoft operating System.Event Handling offers better abstraction than event pulling.I prefer the callback approach given in SAX parser.For a given XML file that I want to parse, extending the DefaultHandler for all the Callbacks abstracts the XML parsing issues completely out...
Tags: StAX Java API, SAX, Document Object Model, JDom, XML
Discussion threads 2008-04-01
Send XML documents online with SAAJ
SOAP with Attachments API for Java SAAJ provides a standard way to send XML documents over the Internet from the Java platform. SAAJ enables you to produce and consume messages conforming to the SOAP 1.1 and 1.2 specifications and SOAP with Attachments note. When you choose to...
Tags: Message, XML Document, XML, Attachment, Simple Object Access Protocol, Object, SAAJ, Attachments API, SAAJ 1.3, SAAJ 1.3 Specification, MIME, SAAJ API, SOAPMessage, SOAPPart, SOAPHeader, SOAPBody, AttachmentPart, Request Parameter, Enterprise Edition 5, SOAP, Web Services, Enterprise Software, Software, Peter Mikhalenko
Blog posts 2008-03-20
Run XPath queries in PHP
PHP uses functions that provide XPath—a language that allows you to address parts of an XML document—functionality through contexts. Phillip Perkins offers sample XML data and PHP code to grab different parts of the XML document. XPath is a language that allows you to address parts...
Tags: PHP, Microsoft Corp., XPath, XML, Phillip Perkins, Scripting languages, Microsoft Windows XP, XML-Data, Web Development Zone Newsletter, Function, Document Object Model, Node, Software/Web Development, Web Development
Technical articles 2005-08-08
Take a guided tour of XML support in .NET
Learn your way around .NET's XML neighborhood. Here's a look at the Framework's various reader and writer classes.Much has been said about .NET’s use of XML, and unfortunately, a lot if it is hyperbole. Still, two things are undeniable: .NET puts an integrated set of XML tools into the programmer’s...
Tags: XMLWriter class, Lamont Adams, XML, Document Object Model, Microsoft .NET, SAX
Technical articles 2002-11-01
A better way to parse XML documents in .NET
The .NET Framework supports the XML DOM parsing model, but not the SAX model. .NET guru Leonardo Esposito tells you why this is actaully an improvement for parsing XML in .NET.Although always easy to transfer as flat files, XML documents need a parser to become really useful pieces of information....
Tags: .NET, XML document, Microsoft .NET, Microsoft .NET Framework, Leonardo Esposito, XML reader, parser, XML, SAX
Technical articles 2002-10-07
Parse XML documents with JAXP
This article originally appeared as an XML e-newsletter.By Brian SchaffnerThere are many ways to parse XML documentswith Java. You have options for parsing using DOM and SAX, whichare the standard parsing techniques. You also have the option touse the Java API for XML Processing JAXP. JAXP is...
Tags: DocumentBuilder, DocumentBuilder class, DocumentBuilderFactory, parser, XML, JAXP, XML document, Document Object Model
Technical articles 2003-10-01
  • << Previous
  • page 1 of 1
  • Next >>


Quick Reference: Linux Commands
Reduce stress and speed up resolutions with the easiest command references right at your fingertips. You'll receive a PDF file covering Linux, packed with the most common commands you'll need and use daily.
Buy Now
IT Professional's Guide to Policies and Procedures, Third Ed
Whether you're creating policies for management, training, personnel, support, privacy, Internet/e-mail usage, security, or inventory, you'll meet the needs of your entire enterprise with this one download!
Buy Now

Boost Business Productivity