On CHOW: Excessive iPhone fondling
241 Resources for

object

  • Subscribe to this listing via:
  • RSS
  • Email
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...

TechRepublic Resources

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
Tags: Method, Reference, Class, Type, Object, Class Type, ByRef, Person, Person Class, SwapPeople, SwapValue, person1.FirstName, person1.LastName, person1.Title, person2.FirstName, person2.LastName, person2.Title, Console.WriteLine, Integer, ByVal, .Net, C#, Application Servers, Microsoft Development Tools, Development Tools, Programming Languages, Middleware, Software Development, Software/Web Development, Enterprise Software, Software, 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...
Tags: Message, XML Document, XML, Attachment, Simple Object Access Protocol, Object, SAAJ, Attachments API, SAAJ 1.3, SAAJ 1.3 Specification, MIME, SAAJ API, SOAPMessage, SOAPPart, SOAPHeader, SOAPBody, AttachmentPart, Request Parameter, Enterprise Edition 5, SOAP, Web Services, Enterprise Software, Software, Peter Mikhalenko
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...
Tags: Box, Microsoft PowerPoint, Keyboard Shortcut, Object, Ctrl, Keyboards, Microsoft Office, Hardware, Peripherals, Office Suites, Software, Jody Gilbert
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. ...
Tags: Procedure, Microsoft SQL Server, Microsoft SQL Server 2005, Object, SalesHistory, SalePrice, Tim, Databases, Storage, Enterprise Software, Software, Data Management, Hardware, Tim Chapman
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...
Tags: Microsoft PowerPoint, Object, Microsoft Office, Office Suites, Software, Susan Harkins
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...
Tags: Microsoft Access, Object, Microsoft Office, Databases, Office Suites, Software, Enterprise Software, Data Management, Susan Harkins
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...
Tags: 3D, Sun, Light, Cone, Class, Scene, Graphics, News, Object, Java 3D, Java 3D API, Primitive Class, Cylinder, Appearance, Transform3D, X, TextureLoader Class, PointLight, SpotLight, Y, Z, Programming Languages, Java, Software Development, Software/Web Development, Peter Mikhalenko
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...
Tags: Method, Class, Graphics, Object, Java 2D API, Java 2D, Graphics2D, Graphics2D Class, setPaint, TexturePaint Constructor, BufferedImage, Programming Languages, Java, Software Development, Software/Web Development, Peter Mikhalenko
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...
Tags: Panel, Event, User, Object, DragDrop, C#, .Net, Programming Languages, Microsoft Windows, Software Development, Software/Web Development, Operating Systems, Software, Zach Smith
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. ...
Tags: Table, Object, List, OrderedTable, NameValuePair, .Net, C#, Software Development, Software/Web Development, Programming Languages, Zach Smith
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,...
Tags: Oracle Corp., Table, Object, Rex Baldazo
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...
Tags: Integer, Generic, Java, Type, Object, Peter Mikhalenko
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...
Tags: Microsoft .NET, DirectorySecurity, FileSystemAuditRule, Tony Patton, .NET, FileSystemAccessRule class, access control, access control list, DirectorySecurity class, .NET Newsletter, Security, Directory, Parameter, Auditing, Class, Entry, Rule, Object, FileSystemAccessRule, FileSystemAuditRule Class, AccessControlType Enumeration, FileSystemAuditRule Constructor, Listing C, Listing E
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...
Tags: Document Object Model, JavaScript, XML, Tony Patton, Web Development Zone Newsletter, Method, Web, HTML, Page, Object, Listing B, getElementById Method, getElementsByName Method, Listing C, Software/Web Development, Web Development
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 ...
Tags: Microsoft Visual Basic.Net, TimeSpan, Irina Medvinskaya, Microsoft development tools, Programming languages, .NET, TimeSpan object, strMsgText, dtStartDate, Visual Basic Tips Newsletter, TechRepublic Inc., Value, Object, Development Tools, Software Development, Software/Web Development
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 ...
Tags: Microsoft Visual Basic.Net, Irina Medvinskaya, Microsoft development tools, Programming languages, StopWatch, Stopwatch object, Visual Basic Tips Newsletter, Object, .Net, Development Tools, Software Development, Software/Web Development
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...
Tags: Microsoft Word, Microsoft Office, Mary Ann Richardson, Word processors, WordArt Object, Click OK, Microsoft Office Suite Word Tips Newsletter, Arrow, Object, WordArt, Company Logo, Office Suites, Software
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...
Tags: Java, Peter V. Mikhalenko, Programming languages, serialization, Java Tips Newsletter, Class, Object, Peter Mikhalenko, Serialization Mechanism, Software Development, Software/Web Development
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...
Tags: Java Reflection, Reflection API, Java, Peter V. Mikhalenko, Programming languages, Java Tips Newsletter, Method, Parameter, Class, Object, Field, InvocationHandler, Productivity, Software Development, Software/Web Development
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...
Tags: Microsoft Visual Basic.Net, Irina Medvinskaya, Microsoft development tools, Programming languages, .NET, SortedList, Visual Basic Tips Newsletter, TechRepublic Inc., Object, SortedLists, SortedList System.Collections.SortedList, Development Tools, Software Development, Software/Web Development
Technical articles 2006-09-07


500 Things Every Technology Professional Needs to Know
Did you know Microsoft's RegClean does not work with XP but you can use shareware to clean your registry? Did you know most wireless access points don't have encryption enabled by default? Did you know there are 500 tidbits of information contained in TechRepublic's 500 Things Every Technology Professional Needs to Know that will help you become a successful IT professional.
Buy Now
PC Troubleshooter Resource Guide, Fifth Edition
Ensure you have the solutions you need to troubleshoot power supplies, CPUs, video cards, disk drives, CD and DVD drives, motherboards, sound cards, USB issues, monitors, printers, laptops, network connections, spyware, Windows XP and more.
Buy Now

SmartPlanet