developer.com
Search EarthWeb
CodeGuru | Gamelan | Jars | Wireless | Discussions
Navigate developer.com
Architecture & Design  
Database  
Java
Languages & Tools
Microsoft & .NET
Open Source  
Project Management  
Security  
Techniques  
Voice  
Web Services  
Wireless/Mobile
XML  
Technology Jobs  

   Developer.com Webcasts:
  The Impact of Coding Standards and Code Reviews

  Project Management for the Developer

  Defining Your Own Software Development Methodology

  more Webcasts...




See the Winners!


Developer Jobs

Be a Commerce Partner
Desktop Computers
Domain registration
PDA Phones & Cases
Data Center Solutions
Laptops
Hurricane Shutters
Computer Hardware
Remote Online Backup
Memory
Promote Your Website
Compare Prices
Computer Deals
Auto Insurance Quote
Phone Cards

 
Biz Resources
Network Security Services
VoIP
CRM Software

Download: Build .NET Applications Without Hand Coding
Sponsored by Iron Speed
Iron Speed Designer builds database, forms, and reporting applications for .NET  without hand-coding. Quickly create visually stunning, feature-rich applications that are easy-to-customize and ready to deploy. Iron Speed Designer accelerates development by eliminating routine infrastructure programming, freeing you to focus on our business logic. Get your free copy now!
More Solutions from Internet.com


eKit: Essential HP Solutions for Your Data Center
Data protection and disaster recovery tools help keep data secure and available under the worst of circumstances.

Download this eKit and get:
eBook: Guide to Storage Networking
Whitepaper: Virtualization - It's Not Just for Enterprises Anymore and more! »

Developer News -
SaaS Tool Offers Custom Database Development    May 9, 2008
Microsoft’s Automated Agent: Can We Talk?    May 7, 2008
Borland Finally Sells CodeGear    May 7, 2008
Red Hat Heads for the JON 2.0    May 7, 2008
Free Tech Newsletter -

Receive news and information via Developer XML/RSS feeds

See more EarthWeb Network feeds

Project Management Guide: Developing a Web Site. Best Practices, Tips and Strategies. Download Exclusive eBook Now.


Product of the Year Winners are Announced!

Newest Articles
OCILIB: Faster and Friendlier Access to Oracle's OCI API
By Victor Volkman - Published 05/13/2008
Why get bogged down in the quicksand of the Oracle Call Interface (OCI) when you can get the same service with less code and fewer headaches with Vincent Rogier's OCILIB?

Visual C++ 2008 Feature Pack: MFC Enhancements
By Nick Wienholt - Published 05/12/2008
The Visual C++ 2008 Feature Pack incorporates C++ language changes that move C++ closer to the upcoming C++0x standard. The new language elements build on the powerful features of the C++ language, and include support for regular expressions, function objects, and a number of new STL containers as well as many other new features. Review some of the new language features, and see how they can be incorporated into C++ applications.

.NET Tip: Sort an ArrayList Using a Custom Comparer Class
By Jay Miller - Published 05/09/2008
Provide your own comparison algorithm when sorting by implementing the IComparer interface.


Enterprise Java Contract-First vs. Contract-Last Web Services
By Vlad Kofman - Published 05/08/2008
Discover two different ways to implement SOAP web services. The methods discussed here can also use either RPC or Document style implementations, and can significantly differ in development and maintenance efforts.

Working With Design Patterns: Chain of Responsibility
By Jeff Langr - Published 05/07/2008
The chain of responsibility pattern allows you to emulate a real-life chain of command. In a chain of responsibility, a request moves from handler to handler until someone is able to manage and return it to the client.

Math for Java Game Programmers, Working with Column Matrices, Points, and Vectors
By Richard G. Baldwin - Published 05/06/2008
Game programming isn't only about code. You must also have a solid understanding of the math within the code. Luckily, you can get that knowledge here.

Adobe's Emerging Rich Media Ecosystem, Part 3: Marketing, Service Level Agreements, and Security
By Marcia Gulesian - Published 05/05/2008
You need both technical expertise and business savvy to create and maintain a successful streaming media site.

Introduction to the Next Generation of Source Control
By Aleksey Shevchenko - Published 05/02/2008
Source Configuration Management (SCM) is an essential part in the Application Development lifecycle. Learn about a next-generation source management tool—Synergy CM.

Portal Federation with WebLogic Portal WRSP: The Basics
By Scott Nelson - Published 05/01/2008
WSRP (Web Services for Remote Portlets) is a handy specification from the folks at OASIS. It provides a standard for portal applications to share portlets between portals. Discover what it can do for you.

.NET Tip: Writing to the Event Log
By Jay Miller - Published 04/30/2008
Create a class to add Error, Warning, and Information entries in the Windows event log.

Highlighted Tutorials
Using Connection Pooling in ADO.NET
By Bipin Joshi -
Learn how ADO.NET connection pooling works and how to configure it to suit your performance requirements.

Libxml2: Everything You Need in an XML Library
By Victor Volkman -
Got XML files? Look no further than libxml2, which gives you both DOM and SAX model XML parsing in a single freeware library that works with most common languages in all popular platforms including Linux and Win32/Win64.

Program and Employ Windows Services for Microsoft SharePoint 2007
By Gustavo Velez -
See how combining SharePoint 2007's API and an Object Model allows for greater program functionality.

Working With Design Patterns: Facade
By Jeff Langr -
Object-oriented languages provide great opportunities to isolate complexity in a system. A facade buries an unwieldy interface behind a simplified one.

Fixing a Quirk of VB Lambda Expressions
By Paul Kimmel -
Learn how to define Lambda Expressions that perform an action without a return value.

Telling Time with Ruby
By W. Jason Gilmore -
Walk through many of the immensely cool things you can do with Ruby's Time class.

OP-ED: Fixed-Price Software Projects, or, The Quickest Way to a Financial Calamity
By Paul Kimmel -
Successful software projects have to begin with the premise that a fixed price, time, and project that is accurate may be a fantasy because there are too many unknowns—people sometimes being the worst offenders. Fix a time and price to what can be fixed and pay for what must be paid for.

The 4C Architecture Blueprinting Process
By Jeff Ryan -
City plans and zoning boards. Building codes and inspectors. These concepts are quite familiar in the field of urban planning. Do they really apply to enterprise architecture? Read on to learn about creating your own city plan using the 4C architecture blueprinting process.

.NET Tip: Return File Contents as a String
By Jay Miller -
What do you do when you need to read in an entire file and process it as a string? Here is a simple solution.

Introduction to the MIDlet User Interface, A First Look
By Richard G. Baldwin -
Learn the fundamentals of user interfaces for MIDlets, how to instantiate user interface components, how to cause them to become visible on the cell phone screen, the difference between a Screen and a Display, and much more.

New on Codeguru
Setting Up Unit Testing in Microsoft VSTS 2008
Published 05/12/2008
By Paul Hacker - Discover how easy it is to add unit testing to your Visual Studio 2008 projects with the built-in tools.

Coding Unit Tests in Microsoft VSTS 2008
Published 05/12/2008
By Paul Hacker - Paul shows you how to write the code for unit tests in your Visual Studio projects. (This is part 2 of Unit Testing with VSTS)

Use STA COM Objects Asynchronously
Published 05/12/2008
By Wong Shao Voon - Learn how to use STA COM objects asynchronously without blocking your main thread.

[Updated] Creating a C# Gradient Progressbar Component
Published 05/08/2008
By Hannes du Preez - Learn how to create your own Progressbar-like control, which exposes the same properties as a normal Progressbar, but with added visual appeal.

[Updated] Export DataGridView to Microsoft Excel
Published 05/07/2008
By Paul Avery - Learn how to export information from a DataGridView to a Microsoft Excel file.



DevX Headlines
Eliminate Fragmentation Frustration with Netbiscuits
Taming Trees: Building Branching Structures
Clean Up Function Syntax Mess with decltype
Sutter Speaks: The Future of Concurrency
INTEL SCAVENGER HUNT, LENOVO X300 AND APPLE IPOD TOUCH GIVEAWAY (the "Giveaway")

Work With InterSystems. Not Separate Systems. Rapidly develop and deploy connectable applications.
Learn about expanding business opportunities for the reseller channel. Visit IT Channel Planet.
Whitepaper: Embeddable Content Platform for OEM's
Generate Complete .NET Web Apps in Minutes . Download Iron Speed Designer today.
Five Trends for Application Development & Program Management. Download Complimentary Report Now.

Latest Forum Thread
     Developer Forum
Topic By Replies Updated
How to add an event handler for curser movement odin.korecords 7 5-13-2008 10:35 AM
basic questions about enum George2 2 5-13-2008 10:27 AM
Timeout expired error shaminda 11 5-13-2008 10:26 AM
Accessing class member function from thread rj123 9 5-13-2008 10:25 AM
Linked List Interitance problem johntheface 0 5-13-2008 10:19 AM

Latest Forum Thread
     Developer Forum
Topic By Replies Updated
Need help with modify notify windowstate and sysmenu mark103 63 5-7-2008 06:45 PM
Does an equality operator screw itself up..? John E 44 5-7-2008 03:48 AM
Need some help with Binary Trees :-O Thanks! ardeth32 41 5-11-2008 04:10 PM
help me solve local function definitions are illegal ashwarrior 34 5-4-2008 11:17 PM
converting project to different language tarunk 31 5-6-2008 11:40 AM


Latest Directory Listings
Trial: Rational Systems Developer V6.0.1
.NET Zip Component zipForge.NET
GIS Solutions
Submit a Web Directory Listing

Latest Download Listings
Trial: Rational PurifyPlus V7.0
Genie Backup Manager Pro
Genie Backup Manager Home
View DownloadsSubmit a Download



JupiterOnlineMedia

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info


Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.

Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers

Solutions
Whitepapers and eBooks
Microsoft Article: HyperV-The Killer Feature in WinServer ‘08
Avaya Article: How to Feed Data into the Avaya Event Processor
Microsoft Article: Install What You Need with Win Server ‘08
HP eBook: Putting the Green into IT
Whitepaper: HP Integrated Citrix XenServer for HP ProLiant Servers
Intel Go Parallel Portal: Interview with C++ Guru Herb Sutter, Part 1
Intel Go Parallel Portal: Interview with C++ Guru Herb Sutter, Part 2--The Future of Concurrency
Avaya Article: Setting Up a SIP A/S Development Environment
IBM Article: How Cool Is Your Data Center?
Microsoft Article: Managing Virtual Machines with Microsoft System Center
HP eBook: Storage Networking , Part 1
Microsoft Article: Solving Data Center Complexity with Microsoft System Center Configuration Manager 2007
MORE WHITEPAPERS, EBOOKS, AND ARTICLES
Webcasts
Intel Video: Are Multi-core Processors Here to Stay?
On-Demand Webcast: Five Virtualization Trends to Watch
HP Video: Page Cost Calculator
Intel Video: APIs for Parallel Programming
HP Webcast: Storage Is Changing Fast - Be Ready or Be Left Behind
Microsoft Silverlight Video: Creating Fading Controls with Expression Design and Expression Blend 2
MORE WEBCASTS, PODCASTS, AND VIDEOS
Downloads and eKits
Sun Download: Solaris 8 Migration Assistant
Sybase Download: SQL Anywhere Developer Edition
Red Gate Download: SQL Backup Pro and free DBA Best Practices eBook
Red Gate Download: SQL Compare Pro 6
Iron Speed Designer Application Generator
MORE DOWNLOADS, EKITS, AND FREE TRIALS
Tutorials and Demos
How-to-Article: Preparing for Hyper-Threading Technology and Dual Core Technology
eTouch PDF: Conquering the Tyranny of E-Mail and Word Processors
IBM Article: Collaborating in the High-Performance Workplace
HP Demo: StorageWorks EVA4400
Intel Featured Algorhythm: Intel Threading Building Blocks--The Pipeline Class
Microsoft How-to Article: Get Going with Silverlight and Windows Live
MORE TUTORIALS, DEMOS AND STEP-BY-STEP GUIDES