Show All Related Tags
Did you mean
object-oriented (248 results), object (241 results), COM (192 results), Simple Object Access Protocol (92 results), object-oriented programming (70 results)more...
Show Fewer Related Tags
Did you mean
object-oriented (248 results), object (241 results), COM (192 results), Simple Object Access Protocol (92 results), object-oriented programming (70 results), Document Object Model (52 results), DCOM (42 results), group policy object (41 results), CORBA (36 results), object-oriented design (20 results), object-oriented analysis (5 results), Object Management Group (5 results), browser helper object (4 results), ORB (2 results), Object Mentor (2 results)fewer...
Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- sort by:
- Relevance
- Date
- Popularity
- A .NET primer on reference types and value types
- Working with reference types and value types is usually not given much thought during daily programming chores; but if you ever choose to pursue .NET certification, you should be familiar with both types. Tony Patton provides you with a solid background in these programming basics. by Tony Patton
- Blog posts 2008-06-16
- 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
- 10 keyboard shortcuts for working with PowerPoint slides
- Creating a PowerPoint presentation means juggling a lot of pieces -- moving, formatting, and editing objects such as AutoShapes, pictures, text boxes, and the slides themselves. It's not always immediately apparent how to select one of these items or how to navigate within it. Here are a few indispensable keyboard...
- Blog posts 2008-02-05
- Finding dependencies in SQL Server 2005
- Any time you need to modify objects in your SQL Server 2005 database, the objects that are dependent upon those objects are a concern. You don't want to remove columns from tables, procedures, views, or tables if there are objects dependent upon them that are being used. ...
- Blog posts 2008-02-04
- How to select small or covered objects in PowerPoint
- Even the best of us can lose an object or two in PowerPoint. Sometimes, you purposely stack objects to hide something. Other times, objects are just small and hard to find. When an object seems to have gone astray, you can quickly find it by first pressing Esc to make...
- Blog posts 2008-01-11
- How to check for open Access objects
- VBA code that refers to an open Access object will fail if the object isn't open. With good error handling you can capture the error and work around it. A better solution is to make sure the object is open before you reference it. That way you avoid the error...
- Blog posts 2007-12-24
- Create graphics applications with Java 3D
- The Java 3D API allows you to develop 3D graphics applications that have a high degree of visual realism. Since version 1.2, Java 3D is developed under the Java Community Process. Java 3D runs on top of OpenGL or Direct3D; it's also an interface that encapsulates graphics programming using a...
- Blog posts 2007-12-19
- Learn what the Java 2D API graphics package offers
- The Java 2D API is an API for drawing two-dimensional graphics in Java, as well as an extension of the capabilities of Sun's Abstract Window Toolkit AWT. Since Java 2D extends the AWT hierarchy, existing programs will work; even new Java programs can compatibly mix new and existing classes. In...
- Blog posts 2007-10-24
- How Do I... Implement Drag-n-Drop in C# applications?
- Windows users have grown accustomed to the Drag-n-Drop convention, where you click on an item and drag it to another location/program to either move, copy, or modify it. If you are an application developer for the Windows environment using the .NET Framework, you need to know how to program Drag-n-Drop...
- Blog posts 2007-10-10
- How do I... Serialize a hash table in C# when the application requires it?
- Unfortunately, the .NET Framework does not allow serialization of any object that implements the IDictionary interface. This restriction includes, but is not limited to, hash tables. Like many developers, I have run into this restriction head on and been disappointed about the inability for serialization on hash tables. ...
- Blog posts 2007-10-01
- Learning Oracle ADF: Master-detail forms
- In my previous two posts, I covered the simplest case for Oracle ADF: building the Model and ViewController objects for a single table. Of course, that's a really basic case. What about the more common case where you've got a master-detail relationship to model? To find out how that works,...
- Blog posts 2007-09-05
- Understand the inner workings of generics in Java
- Generics, an advanced feature of Java 1.5, allow type checking to make sure you fill your Collections and ArrayLists with only the types of Object you intend. Generics also check that you are using the right sort of Comparator for the objects you are sorting. This type checking happens mostly...
- Blog posts 2007-08-23
- Get a handle on directory security with .NET's DirectorySecurity object
- By using .NET's DirectorySecurity class and the Directory class's methods, you can easily manipulate a file system's security to control user access to directories. Tony Patton offers more details in this article. An important topic when working with .NET directories is security; that is, you want the users who...
- Technical articles 2007-05-08
- Accessing form data via JavaScript and the DOM
- The HTML Document Object Model DOM provides everything necessary to access the contents of an HTML page. Tony Patton examines the various ways to access page elements and describes how to create them. Accessing and manipulating the various elements on a Web page is a common endeavor that...
- Technical articles 2007-04-16
- Determine the number of days between dates in VB.NET
- Trying to figure out how many days there are between two given dates? Find out why you may want to use VB.NET's TimeSpan object. Developers often deal with various date manipulations in applications. If you need a simple way to figure out how many days there are ...
- Technical articles 2007-03-22
- Determine elapsed time in VB.NET with Stopwatch
- The Stopwatch object is useful for calculating the time that has elapsed between two time intervals in a VB.NET application. View an example to see how you can use this object in your development work. A simple way to figure out how much time has passed since a ...
- Technical articles 2007-03-15
- Customizing WordArt objects in Word documents
- WordArt is handy for creating type treatments in Microsoft Word. If you want to customize the look of your WordArt objects, check out these tips from Mary Ann Richardson. Word gives you considerable options for designing WordArt objects. For example, suppose you want to use a certain WordArt...
- Technical articles 2007-03-13
- Understand when to serialize v. externalize objects in Java
- Peter Mikhalenko explains how you can easily serialize any object if it implements the Serializable interface. He also describes how you can control the process of serialization by implementing the Externalizable interface instead of Serializable. The serialization of objects in Java allows you to make a byte sequence...
- Technical articles 2007-02-14
- Look inside the Java Reflection class
- Java Reflection is a technology that looks inside a Java object at runtime and sees basically everything about the object that you would know at compile time. Discover the basic techniques involved in Reflection. Java Reflection is a technology that looks inside a Java object at runtime and...
- Technical articles 2006-11-08
- Learn the pros and cons of working with SortedLists in VB.NET
- If you need to maintain a collection of objects that is sorted every time an item is added or removed, consider using VB.NET's SortedLists. In this tip, Irina Medvinskaya outlines the advantages and disadvantages of using a SortedList. SortedLists come in handy when developers need to maintain a...
- Technical articles 2006-09-07
- << Previous
- page 1 of 13
- Next >>
Content Types
Refining Tags
- Software (128 results)
- Microsoft Windows (105 results)
- Operating Systems (77 results)
- Hardware (65 results)
- Software/Web Development (58 results)
- Apple Macintosh (56 results)
- Enterprise Software (54 results)
- Software Development (52 results)
- Programming Languages (32 results)
- Desktops (28 results)
- Productivity (28 results)
- Data Management (27 results)
- Databases (26 results)
- Personal Technology (24 results)
- .Net (24 results)
- Games (21 results)
- Middleware (19 results)
- Storage (19 results)
- Marketing (16 results)
- Development Tools (15 results)
- Tony Patton (14 results)
- Microsoft Office (12 results)
- Mobile (12 results)
- Application Servers (12 results)
- 3D (12 results)
- Office Suites (11 results)
- .NET Newsletter (10 results)
- TechRepublic Inc. (10 results)
- Internet (9 results)
- Microsoft .NET (9 results)
- Class (9 results)
- Peripherals (9 results)
- Business Operations (8 results)
- Java (8 results)
- Advertising & Promotion (8 results)
- Mice (8 results)
- Web Development (8 results)
- Method (8 results)
- Microsoft Development Tools (8 results)
- Management (8 results)
- Ooa/Ood/Oop (7 results)
- C# (7 results)
- Construction (6 results)
- Tool (6 results)
- Microsoft Visual Basic.Net (6 results)
- Directory Services (6 results)
- Microsoft Windows Active Directory (6 results)
- SQL (6 results)
- Security (6 results)
- Finance (5 results)
