Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Creating an XML-based shopping cart in PHP
- With the growing popularity of XML solutions, more and more shopping cart applications are using XML to store and manage shopping cart data. Learn how to implement your own XML-based shopping cart application. Keep your developer skills sharp by automatically signing up for TechRepublic's free Web Development Zone newsletter,...
- Tags: PHP, XML, Phillip Perkins, shopping cart, Web Development Zone Newsletter, Quantity, Listing B, Object Data, Software/Web Development, Web Development
- Technical articles 2005-04-11
- Create powerful Flash applications with shared objects
- Macromedia introduced shared objects with Flash MX. Shared objects are useful for storing user preferences, tracking visitor patterns, and storing data between sessions, making them the perfect tool for creating smart Flash applications and custom user interfaces. This article examines the anatomy of a shared object and explains how to...
- Tags: Web browsers, Scripting languages, Jean-Luc David, Flash Movie
- Technical articles 2003-08-29
Additional Resources
- Service Data Objects for C++Specification
- Service Data Objects SDO is a data programming architecture and an API. The main purpose of SDO is to simplify data programming, so that developers can focus on business logic instead of the underlying technology. SDO simplifies data programming by: unifying data programming across data source types, providing support for...
- Tags: Data Source, BEA Systems Inc., Programming, Service Data Objects, Data Programming, Data Object, Data Object API, Development Tools, Software Development, Software/Web Development
- White papers 2005-11-01
- Use Rational Data Architect to Define and Enforce Data Object Naming Standards
- Data object naming standards promote a common understanding of data, sharing of data across organizational boundaries, and reduction of data redundancy through the consolidation of synonymous and overlapping data elements. As organizations search for ever greater efficiency these days, they are embracing naming standards in data management and have started...
- Tags: Standards, IBM Corp., Quality, Business Operations
- White papers 2007-01-11
- Visual Studio Hacks: Generate Strongly Typed DataSets
- ADO .NET's DataSet objects provide powerful functionality when working with data. They allow the user to easily scroll, filter, search, and sort data, as well as work with hierarchical data and its relationships. However, the typical DataSet object is untyped, meaning it doesn't really know and understand what it is...
- Tags: Microsoft Visual Studio, O'Reilly Media Inc., Microsoft Development Tools, .Net, Application Servers, Middleware, Development Tools, Software Development, Software/Web Development, Enterprise Software, Software
- Book chapters 2005-03-09
- JODB (Java Objects Database) (zip)
- Free/Open Source Object Oriented Database for Java platform. Features: S.O.D.A. queries, Query-By-Example, Evaluation interface callbacks as well as ability to request object by unique ID. On demand object activation with configurable depth; Active object tracking and custom deactivation; ACID transactions for reliable data processing; Transaction rollbacks; Data file lock to...
- Tags: Database, Mobixess, Java, Programming Languages, Backups, Software Development, Software/Web Development
- Software downloads 2007-09-28
- MSDN Webcast: Windows Presentation Foundation Soup to Nuts (Part 09 of 18): Data Binding (Level 200)
- The presenter of this webcast discusses the magic known as data binding. Data binding is a powerful way to tie the presentation of an object to the object itself. This webcast shows how to control the rendering using data templates and value converters. It also demonstrates how to use the...
- Tags: Microsoft Developer Network, Webcast, Data, Microsoft Windows Presentation Foundation, Microsoft Windows, Digital Media, Operating Systems, Software, Consumer Electronics, Personal Technology
- Webcasts 2007-10-01
- a simple question on c++
- can somebody can clear the use of copy constructor in c++. and if possible give a small and suitable example regarding the copy constructor.A copy constructor is used to create an instance from another instance, e.g.:MyClass A;MyClass B A;When B is instantiated, the following constructor is called:B (B const &...
- Tags: B, C++, constructor, copy constructor, Int, monukaushal@..., programming
- Q&A 2004-10-12
- Better Hashing in SAS 9.2
- The DATA step hash object is one of the most versatile new features of Base SAS programming. Since its introduction in SAS 9, the paper has numerous accounts from users where the hash object has drastically reduced data processing time for complex data join operations. Based on feedback, the paper...
- Tags: SAS Institute
- White papers 2008-03-11
- Cache-Conscious Coallocation of Hot Data Streams
- The memory system performance of many programs can be improved by coallocating contemporaneously accessed heap objects in the same cache block. This paper presents a novel profile-based analysis for producing such a layout. The analysis achieves cache-conscious coallocation of a hot data stream H (i.e., a regular data access pattern...
- Tags: Association For Computing Machinery, Allocation, Analysis
- White papers 2006-06-14
- Spoil.msi (msi)
- Sample code for the Stored Procedure Object Interface Layer SPOIL. This creates an object abstraction over SQL stored procedures providing applications with an object view of the data layer. This version is the first release on CNET Download.com.
- Tags: Microsoft Corp., Abstraction, Programming Languages, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- Software downloads 2007-08-28
- SQL Balance for MySQL (exe)
- Database Administrators rejoice. Now you don't have to compare and synchronize databases run by MySQL manually. SQLBalance compares the structure of two databases line by line, object by object, and highlights the differences. It shows full information about the object in the form of table and as a DDL script,...
- Tags: MySQL, Desktop Software, SQL, SQLBalance, Databases, Storage, Open Source, Enterprise Software, Software, Data Management, Hardware
- Software downloads 2007-03-27
- object tag and scrollable table
- What do you think about using tag to create an html file with a scrollable table and a fixed header/footer?Is there any problem?thanksDependsBut if I click on your site and it says do you want to download Davoud's scrollable table. I'm going to click no. Not because...
- Tags: scrollable table, HTML
- Discussion threads 2005-09-06
- BanjoMan
- blog rootBusiness ObjectsWhen you want to create a Header field based on a data object, you need to go into Slice & Dice and click on the Show/Hide Section button to open the Section window and then drag the data object you want to be used as a header into...
- Tags: Construction, chris.allen@..., data object
- Discussion threads 2006-02-09
- Microsoft Data Access Components - Disable ADODB.Stream Object from Internet Explorer (KB870669) (exe)
- Adodb.stream provides a method for reading and writing files on a hard drive. Microsoft Data Access Components - Disable ADODB.Stream Object from Internet Explorer (KB870669) by-design functionality is sometimes used by Web applications. However, when combined with known security vulnerabilities in Microsoft Internet Explorer, Microsoft Data Access Components - Disable...
- Tags: Microsoft Internet Explorer, Microsoft Corp., Microsoft Data Access Components, ADODB.Stream, Databases, Enterprise Software, Software, Data Management
- Software downloads 2007-09-13
- Explore disconnected data access classes in ADO.NET 2.0
- The ADO.NET class hierarchy can be split into two categories, connected and disconnected objects. Developers need to know these classes well in order to implement a successful ADO.NET solution. In this sample chapter from Programming Microsoft ADO.NET 2.0 Applications: Advanced Topics, study disconnected data access classes, which...
- Tags: Microsoft ADO.NET, Microsoft Press, Data Access, .Net, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- Book chapters 2007-02-27
- 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
- Access Object Navigator (zip)
- Access Object Navigator is Microsoft Access application that helps you to create professional looking navigation pane similar to those in Microsoft Outlook and Microsoft Dynamics NAV. With Access Object Navigator you can forget about Access switchboards. Your applications will look professional. With a few clicks you will have your object...
- Tags: Microsoft Access, Netscape Navigator, Crosoft Systems, Access Object Navigator, Microsoft Office, Databases, Office Suites, Software, Enterprise Software, Data Management
- Software downloads 2008-07-08
- Visual Basic and Databases (zip)
- Visual Basic and Databases is a tutorial that provides a detailed introduction to using Visual Basic for accessing and maintaining databases. Topics covered include: database structure, database design, Visual Basic project building, the DAO Data Access Object data control, data bound controls, proper interface design, Structured Query Language SQL, and...
- Tags: Microsoft Visual Basic, Microsoft Development Tools, Programming Languages, Storage, Databases, Development Tools, Software Development, Software/Web Development, Hardware, Enterprise Software, Software, Data Management
- Software downloads 2006-03-02
- Updater for Outlook (exe)
- As you use Outlook, you find the need to make periodic adjustments and updates to your data. Until now, performing these updates required the ability to program, and a detailed understanding of the Outlook object model; no end-user tool was available to do this effectively. Updater for Outlook fills this...
- Tags: Microsoft Outlook, Groupware, Microsoft Office, Office Suites, Software, Enterprise Software
- Software downloads 2006-06-27
- << Previous
- page 1 of 1
- Next >>