Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Creating XML documents with the DOM in VB6
- Sure, .NET's got great support for XML, but what's a VB6 programmer to do? Learn to work with MSXML2's DOM parser, that's what.The Document Object Model DOM is the oldest, and arguably the easiest, method of working with generalized XML documents. Microsoft’s XML Core Services 4.0 (MSXML2) provides a competent...
- Tags: Microsoft Visual Basic 6.0, Lamont Adams, Document Object Model, parser, Document Object Model parser, DOMDocument, XML
- Technical articles 2002-10-15
Additional Resources
- Beryllium: RSS 2.0 Reader Object Model (zip)
- Beryllium provides the application programmer with a RSS 2.0 Object Model. The object model can be referenced in any .Net 2.0 Solution by adding a reference to the "RSS Reader.dll". The object model can be instantiated by creating an instance of the RSSReader class, which requires the full location of...
- Tags: Beryllium, RSS, Internet
- Software downloads 2008-01-23
- Metaspec C# Parser Library (zip)
- Metaspec C# Parser Library is designed to provide the kernel for applications, which require processing C# source code: refactoring, formatting, and verification applications, and other similar tools. C# parser is fully compliant with ECMA-334 and ECMA-335 standards. In addition, it supports Microsoft-specific extensions. C# parser is available in two versions:...
- Tags: Metaspec C# Parser Library, C# Parser, C#, .Net, Programming Languages, Software Development, Software/Web Development
- Software downloads 2005-06-29
- Aspose.Pdf for Java (zip)
- Aspose.Pdf is a Java Pdf component to write Pdf documents without using Adobe Acrobat. Advanced features are: Document & Page properties, Page Orientation, Color space, Text, Headings, Tables, Images, Hyperlinks, Custom Fonts and True type Fonts, Large document support & convert HTML/CSS into Pdf, Different sizes for pages in the...
- Tags: HTML, Adobe PDF, Document Object Model, Java, Aspose, Aspose.Pdf, CSS, XML, Scripting Languages, Software/Web Development, Web Development
- Software downloads 2007-06-21
- Dates with Log Parser
- I am using Log parser to extract items from my event viewer and what I want to do is to have this run nightly and only grab what was logged in the last twenty four hours. Is there a way I can use something like current date - 1...
- Tags: Log Parser
- Q&A 2004-10-06
- TechNet Webcast: Efficient Data Mining With Log Parser 2.2 (Level 300)
- This webcast take a look at Log Parser, a powerful tool for queries against text-based data such as log files, XML, and Comma Separated Value CSV files. Log Parser is also a great tool for key data sources on the Windows operating system such as the Event Log, the registry,...
- Tags: Webcast, Microsoft Corp., Tool, Microsoft TechNet, Log Parser, Microsoft Windows, Productivity, Data Mining, Digital Media, Operating Systems, Software, Enterprise Software, Data Management, Consumer Electronics, Personal Technology
- Webcasts 2007-10-15
- Outlook 2007 Sample: What's New Add-Ins (msi)
- The Outlook 2007 What's New Add-Ins are a learning tool that will help you understand some of the important new features in the Outlook 2007 object model. They provide coverage of the following important new areas: Context menu customization; The Table object model and Instant Search queries; The PropertyAccessor object...
- Tags: Microsoft Outlook, Groupware, Microsoft Office, Office Suites, Software, Enterprise Software
- Software downloads 2007-08-30
- Office 2003: Microsoft Office Document Imaging Visual Basic Reference (MODI) (exe)
- Microsoft Office Document Imaging 2003 MODI adds programmability features to the document scanning and viewing tools that Microsoft Office 2002 XP included for the first time. Programmers can take advantage of a simple object model built around the Document and Image page objects to display and read a scanned document...
- Tags: Microsoft Visual Basic, Imaging, Microsoft Office 2003, Microsoft Corp., Tool, Default Installation Location, Microsoft Office, Office Suites, Software
- Software downloads 2007-08-29
- A Statically Verifiable Programming Model for Concurrent Object-Oriented Programs
- Reasoning about multithreaded object-oriented programs is difficult, due to the non-local nature of object aliasing, data races, and deadlocks. This paper proposes a programming model that prevents data races and deadlocks, and supports local reasoning in the presence of object aliasing and concurrency. The programming model builds on the multithreading...
- Tags: Programming Model, Object-oriented, Programming, Ooa/Ood/Oop, Development Tools, Software Development, Software/Web Development
- White papers 2006-05-26
- Using PHP 5 With Oracle XML DB
- As a programming language, PHP has many strengths, including ease of use, short development time, and high performance. With a brand-new object model, PHP 5 leverages the power and flexibility of object-oriented programming. This fifth release of PHP brings many more fully object-oriented capabilities to the language, including interfaces; abstract...
- Tags: Oracle Corp., PHP, Object-oriented, Ooa/Ood/Oop, Scripting Languages, Software Development, Software/Web Development, Web Development
- White papers 2005-07-01
- Text Template Parser (exe)
- Text Template Parser is a data processing automation solution that allows to parse and extract data from any sort of documents, Web pages, emails, orders, support enquiries or feedback forms. The software allows to print and save extracted information as XML, HTML, or TXT document. All the mentioned features are...
- Tags: Software, Document, Text Template Parser, E-mail, XML, Online Communications, Software/Web Development, Web Development
- Software downloads 2008-02-11
- Creating and Parsing XML Documents in JDeveloper
- Oracle's XDK 10G extends JAXP to make reading, writing, and querying XML easy. One of the first programming exercises for beginning XML developers is to create and parse an XML document. The Java API for XML Parsing JAXP includes an API for doing this. Oracle XDK 10g extends the base...
- Tags: Oracle Corp., XML Document, Oracle JDeveloper, Oracle XDK 10g, XML, Software/Web Development, Web Development
- White papers 2007-05-08
- UltraGram (exe)
- UltraGram is a visual parser generator for professional software development. Application provides extended functionality for creating grammar of a parser, interpreter or compiler, testing it and generating parser source code in a preferred programming language. User friendly interface along with comprehensive diagnostic system makes Ultragram also perfect for educational purpose....
- Tags: Application, UltraGram, Software Development, Development Tools, Programming Languages, Software/Web Development
- Software downloads 2007-05-24
- Cooperation Model for Object Group Using Load Balancing
- Currently, object implementations facilitate object group model to organize and manage efficiently the object services. In addition to the complexity of implementing the object groups, researchers also considers the Quality of Service QoS by various means such as replicating the services within the system. Load balancing scheme is necessary for...
- Tags: Load Balancing, Network Technology, Networking
- White papers 2006-12-01
- Searching Documents Based on Relevance and Type
- This paper extends previous work on document retrieval and document type classification, addressing the problem of 'Typed search'. Specifically, given a query and a designated document type, the search system retrieves and ranks documents not only based on the relevance to the query, but also based on the likelihood of...
- Tags: Relevance
- White papers 2007-02-09
- Validating XML Documents Against XML Schema
- XML documents are increasingly being used as a format of data exchange. But for an XML document to be acceptable to different developers/users, the XML document should conform to a standard structure. XML Schema is an XML-based representation of the structure of an XML document. Through its support for datatypes...
- Tags: XML Schema, XML Document, XML, Software/Web Development, Web Development
- White papers
- 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
- How to print document through C# coding?
- Hi everybody,Can anybody tell me how to print a document throgh C# coding.I did using streamreader, but then document is not getting printed as it originally is.Bullets,styles,spaces are different in the print out from that in screen.then i tried using printdialog, but a blank page is getting printed or the...
- Tags: rajkar001@..., programming, C#
- Q&A 2006-07-21
- 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
- DocCare (exe)
- Effective Online Business Document Management System. Based on JAVA and AJAX technology. DocCare2 enhances document security (GES security model, Role based security model, document entitlement, logs and audit). DocCare2 provides intelligent categorization, which focuses on business entities and activities. Document access and presentation are quite easy. DocCare2 supports full-text search...
- Tags: Security, Burgeonsoft, DocCare2, AJAX, Document Management, Content Management, Managerial Accounting, Groupware, Internet, Software/Web Development, Web Development, Web 2.0, Enterprise Software, Software, Finance
- Software downloads 2008-05-19
- << Previous
- page 1 of 1
- Next >>