On GameSpot: Wii Fit tells 10-year-old she's fat
2 Resources for

object oriented programming

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Graceful error handling in JavaScript
OOP in JS, practical?While this article provides some practical OOP advise for the JS space, there is one comment that is suspect...An issue with the onerror event is browser support. The biggest culprit has been within the Opera browser, so you should verify that all target browsers support this feature...
Tags: OOA/OOD/OOP, Web browsers, Web browser
Discussion threads 2006-06-27
get the
newest version of delphi.it will include borland's c++ as an all in one ide.with full code copatability so you can work in both languages on the same project with no conflicts.the delay they are having is putting the original builder into the delhpi ide. ( I think they are plannning...
Tags: Borland Delphi, C, C++, C/C++, delphi, object oriented programming, Pascal, programming, Ronne
Discussion threads 2005-07-01

Additional Resources

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
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
MSDN Webcast: MSDN Events Reloaded: Object-Oriented Programming Fundamentals in .NET (Level 200)
Microsoft Visual Basic .NET brings the full power of Object-Oriented Programming to the Visual Basic syntax one is already familiar with. The attendee of this webcast will learn the fundamentals of Object-Oriented Programming OOP and the new OOP keywords introduced in Visual Basic .NET. This webcast demonstrates how Visual Basic...
Tags: Microsoft Developer Network, Object-oriented Programming, Microsoft .NET, Webcast, Microsoft Visual Basic, Object-oriented, Ooa/Ood/Oop, Microsoft Development Tools, Software Development, Software/Web Development, Development Tools
Webcasts
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
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
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
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
Modular Programming Using AF/SCL
Object programming is the science of program structure and organization. The goal in object programming is to produce modular and reusable code. The problem is that applications can be object-oriented but not modular. Rules are added, removed, or modified frequently and some changes can affect multiple sections of the application....
Tags: Problem, SAS Institute, Programming, Development Tools, Software Development, Software/Web Development
White papers 2006-02-28
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
Object-Oriented Programming With Visual Basic .NET: Introduction
To understand the world of object-oriented programming, look at the world around for a moment. One might see vacuum cleaners, coffee makers, ceiling fans, and a host of other objects. Everywhere one looks, objects surround them. Some of these objects, such as cameras, operate independently. Some, such as telephones and...
Tags: Object-oriented Programming, Microsoft Visual Basic, Object-oriented, Microsoft Visual Basic.Net, Object, Ooa/Ood/Oop, Software Development, Software/Web Development
Book chapters 2002-09-30
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
Part 1: Developing an object oriented database in less than 140 lines of C#
How many lines of code?How many lines of code would this project take in some other programming language?About the same in DelphiAt least it did when I was looking at it in 2000!The ability to access the serialized object 'easily' directly through SQL wasn't available then, which made it highly...
Tags: .net, application development, C#, database, Mark W. Kaelin, object-oriented, oodb, programming, zach smith
Discussion threads 2007-01-12
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 Objective-C
Objective-C is a popular programming language for Mac OS X computers. The Unified Modeling Language UML is the industry standard notation for modeling object-oriented software. This paper shows how to model Objective-C software using UML. Objective-C is one of several programming languages supported by Apple's Xcode development system. The Objective-C...
Tags: Software, Object-oriented, Objective-C, Objective-C Language, UML, Ooa/Ood/Oop, Programming Languages, Research & Development, Software Development, Software/Web Development, Business Operations
White papers 2005-09-12
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
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
MSDN Webcast: Object-Oriented Programming for Grid: Grid Computing for .NET (Level 200)
The concept of distributed computing has been around nearly as long as computer networks. Programming for a grid, though, has hardly advanced at all: taking advantage of many processors simultaneously remains a difficult task. Object-Oriented Programming for Grid (OOP-G) allows developers to think in terms of objects, and allows those...
Tags: Microsoft Developer Network, Object-oriented Programming, Microsoft .NET, Webcast, Grid Computing, Microsoft Corp., Object-oriented, Ooa/Ood/Oop, Utility Computing, It Management, Network Technology, Software Development, Software/Web Development, It service Management, Networking
Webcasts
  • << Previous
  • page 1 of 1
  • Next >>


Cisco IOS Command Chart (IOS v.12+)
Becoming proficient with Cisco equipment means remembering a whole new set of commands. These command charts give you a quick way to look up the needed IOS commands and switches when you need them.
Buy Now
Troubleshooting A Failed Hard Drive Power Checklist
The hard drive is one of the most important components in a computer because this is where most of us store all our data. As a result, hard drive prob ...
Buy Now

Cracking Open