Sponsored White Papers, Webcasts, and Downloads
Additional Resources
- Essential ActionScript 2.0: Object-Oriented ActionScript
- Ironically, Flash users who are new to Object-Oriented Programming OOP are often familiar with many object-oriented concepts without knowing their formal names. This paper demystifies some of the terminology and brings newer programmers up to speed on key OOP concepts. It also serves as a high-level overview of OOP in...
- Tags: Object-oriented Programming, Object-oriented, Ooa/Ood/Oop, Software Development, Software/Web Development
- White papers 2004-06-08
- Testing Java in an Object-Oriented Way
- In object-oriented software development, the system is developed as a collaborative collection of objects. Messages are the heart of the communication between these objects. Most Java-based software development projects employ unit testing, which mainly tests the system's behavior. Yet, one rarely tests the object-oriented nature of the written program. Object-oriented...
- Tags: Java, Object-oriented, Ooa/Ood/Oop, Software Development, Software/Web Development
- White papers 2006-03-28
- UML for C#
- C# is a modern object-oriented language for application development. In addition to object-oriented constructs, C# supports component-oriented programming with properties, methods and events. UML defines graphical notations for describing and designing object-oriented software systems. It's an open standard controlled by the Object Management Group OMG. This paper assumes a working...
- Tags: Object-oriented, C#, Ooa/Ood/Oop, UML, Programming Languages, .Net, Software Development, Software/Web Development
- White papers 2007-04-24
- The Objective-C Programming Language
- Object-oriented programming, like most interesting developments, builds on some old ideas, extends them, and puts them together in novel ways. The result is many-faceted and a clear step forward for the art of programming. An object-oriented approach makes programs more intuitive to design, faster to develop, more amenable to modifications,...
- Tags: Object-oriented Programming, Object-oriented, Ooa/Ood/Oop, Software Development, Software/Web Development
- White papers 2001-01-02
- Access the true power of JavaScript with object oriented programming
- This download takes an in depth look at some of the key concepts of object oriented programming OOP in JavaScript and then discuss how JavaScript implements them. While object oriented OO development in JavaScript is not as simple as it is in other languages, such as Java,...
- Tags: Object-oriented Programming, Microsoft Access, JavaScript, Object-oriented, Ooa/Ood/Oop, Scripting Languages, Software Development, Software/Web Development, Web Development
- Download resources 2005-06-29
- Apply object-oriented analysis and design to the problem of software complexity
- Failure to master the complexity of software often results in projects that are late, over budget, and deficient in their stated requirements. In this sample chapter from Object-Oriented Analysis and Design with Applications, 3rd Edition, examine the case for using object-oriented analysis and design to master the complexity associated...
- Tags: Software, Object-oriented Analysis, Object-oriented, Addison-Wesley, Ooa/Ood/Oop, Software Development, Software/Web Development
- Book chapters 2007-04-26
- MSDN Webcast: Tips and Tricks for Object-Oriented Development With Visual Studio .NET (Part 1 of 2) (Level 200)
- Object-Oriented programming OOP has been touted as the "Silver bullet" to solve the most pressing challenges of application development, but where are those promised benefits in the solutions? Are the objects are not very reusable? Source code still complicated and difficult to understand? Does a person end up re-writing code...
- Tags: Microsoft Developer Network, Microsoft Visual Studio, Webcast, Microsoft Visual Studio.Net, Object-oriented, Ooa/Ood/Oop, Software Development, Software/Web Development
- Webcasts
- MSDN Webcast: Tips and Tricks for Object-Oriented Development With Visual Studio .NET (Part 2 of 2) (Level 200)
- Object-Oriented programming OOP has long promised to solve the most pressing challenges of application development, but where are those promised benefits in the solutions? Does a person find that objects are not very reusable, that source code is still too complicated and that a person ends up re-writing code to...
- Tags: Microsoft Developer Network, Microsoft Visual Studio, Webcast, Microsoft Visual Studio.Net, Object-oriented, Ooa/Ood/Oop, Software Development, Software/Web Development
- Webcasts
- A Calculus of Untyped Aspect-Oriented Programs
- Aspects have emerged as a powerful tool in the design and development of systems, allowing for the encapsulation of program transformations. The dynamic semantics of aspects is typically specified by appealing to an underlying object-oriented language via a compiler transformation known as weaving. This treatment is unsatisfactory for several reasons....
- Tags: DePaul University, Aspect-oriented, Semantics, Object-oriented, Ooa/Ood/Oop, Software Development, Software/Web Development
- White papers
- Reduce, Reuse, Recycle (Session 4)-Object-Oriented Concepts in Microsoft .NET Winforms Applications-Level 200
- Chances are your development approach is committed to an object-oriented methodology for writing extensible code. Join this fourth webcast in the essential 14-part series "Soup to Nuts - A Practical Guide to Building Windows Forms Applications with .NET," and learn more about object-oriented concepts such as reuse, encapsulation, polymorphism, and...
- Tags: Microsoft .NET, Microsoft Corp., Object-oriented, Ooa/Ood/Oop, Software Development, Software/Web Development
- Webcasts
- Flash
- I have images on a page which is displayed using the lightbox script. The problem is that any flash objects that are on the page banner overlaps with the rendered image. Is there any way i can force the flash object to stay behinh the script?Thanks.Browsers render the plugin, form...
- Tags: HTML
- Q&A 2006-07-18
- MSDN Webcast: Reduce, Reuse, Recycle (Session 4) - Object-Oriented Concepts in Microsoft .NET Winforms Applications - Level 200
- Chances of the development approach are committed to an object-oriented methodology for writing extensible code. This fourth webcast in the essential 14-part series "Soup to Nuts - A Practical Guide to Building Windows Forms Applications with .NET," and learn more about object-oriented concepts such as reuse, encapsulation, polymorphism, and inheritance...
- Tags: Microsoft Developer Network, Microsoft .NET, Webcast, Microsoft Corp., Object-oriented, Ooa/Ood/Oop, Software Development, Software/Web Development
- Webcasts
- ClassSheets: Automatic Generation of Spreadsheet Applications From Object-Oriented Specifications
- Spreadsheets are widely used in all kinds of business applications. Numerous studies have shown that they contain many errors that sometimes have dramatic impacts. One reason for this situation is the low-level, cell-oriented development process of spreadsheets. This process is improved by introducing and formalizing a higher-level object-oriented model termed...
- Tags: Specification, Object-oriented, Spreadsheet, Productivity, UML, Ooa/Ood/Oop, Software Development, Software/Web Development
- White papers 2005-11-07
- Life-Cycle Approaches
- A professional is someone who makes his or her task look easy. From a virtual infinity of choices, a professional seems to always choose the most appropriate next step in the process at hand. There is very little wasted motion. Even "trial and error" efforts appear to progress deliberately towards...
- Tags: Object-oriented, Ooa/Ood/Oop, Software Development, Software/Web Development
- White papers
- 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
- Crossing State Lines: Adapting Object-Oriented Frameworks to Functional Reactive Languages
- Functional reactive programming integrates dynamic dataflow with functional programming to offer an elegant and powerful model for expressing computations over time-varying values. Developing realistic applications, however, requires access to libraries, such as those for GUIs, that are written in mainstream object-oriented languages. Previous work has developed functional reactive interfaces for...
- Tags: Object-oriented, Programming, Ooa/Ood/Oop, Software Development, Software/Web Development
- White papers 2006-01-19
- Art Flash Gallery SWF Object (zip)
- Art Flash Gallery SWF Object is based on Adobe Flash (cs3) technology. It will help you easily post any images on your site in a matter of minutes. Flash gallery will organically blend with any design thanks to multiple appearance settings. Gallery parameters configuration via XML. Advanced appearance configuration possibilities....
- Tags: Art Flash Gallery SWF Object, XML, Software/Web Development, Web Development
- Software downloads 2008-06-12
- Contribution to Methodology of Business Intelligence Systems Object Oriented Developing
- In current literature are many approaches or methodologies for business intelligence systems design and developing. However, it is no consensus about which methodology is the best because that depends of concrete system characteristics. This paper presents concept of business intelligence systems object oriented developing issued from analyzing IDEF0 (Integration DEFinition...
- Tags: Business Intelligence, Business Intelligence System, Object-oriented, Ooa/Ood/Oop, UML, Software Development, Software/Web Development
- White papers 2008-04-22
- Scriptol Php Compiler (zip)
- Scriptol is a new object-oriented and xml-oriented programming language, with a clear syntax that includes the powerful features of modern languages for faster and safer programming. It is the simpler and the most powerful object-oriented interpreted language. It may produce PHP code in html pages. Use PHP functions and Java...
- Tags: HTML, PHP, Object-oriented, Programming, Scriptol Php Compiler, Ooa/Ood/Oop, Scripting Languages, Development Tools, Software Development, Software/Web Development, Web Development
- Software downloads 2005-12-23
- << Previous
- page 1 of 1
- Next >>