Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- sort by:
- Relevance
- Date
- Popularity
- 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...
- 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...
- 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...
- 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....
- 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....
- 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...
- 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...
- 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...
- 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...
- 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...
- 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...
- 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: ...
- 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...
- 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....
- 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...
- 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...
- 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...
- 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...
- 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....
- 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...
- Technical articles 2003-10-01
- << Previous
- page 1 of 1
- Next >>

