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!


Linked Data Planet Conference & Expo


Developer Jobs

Be a Commerce Partner
Online Shopping
Promote Your Website
Cell Phones
Server Racks
Condos For Sale
Promotional Golf
Boat Donations
Memory Upgrades
Web Hosting Directory
Promotional Pens
Send Text Messages
Home Improvement
Holiday Gift Ideas
Domain registration

 

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

On-Demand Webcast: Five Virtualization Trends to Watch
Produced for HP, Citrix, and Intel
Take a look at five hot trends as virtualization moves mainstream. You'll learn how virtualization is shifting from point products to solution portfolios, delivering applications to the desktop, moving beyond server consolidation to enable more dynamic datacenters and serving as the foundation for some forms of cloud computing. Watch it now. Click here.
Solutions for Technology Professionals from Internet.com

Featured on the RIA Development Center Portal
Article: What Does it Take to Build the Best RIA?
With the proliferation of Rich Interactive Application (RIA) platform choices out there, you no longer have to take a one-size-fits-all approach to developing your next RIA application. Knowing the strengths (and weaknesses) of each platform can help you to decide the best RIA for your next application. »

Developer News -
RIM Ups Ante With Mobile Software Push    May 16, 2008
Novell Readies Silverlight Clone for Linux    May 15, 2008
Yahoo Pitches The 'Next Generation of Search'    May 15, 2008
Alfresco's Latest ECM: Prying Open a Sector?    May 14, 2008
Free Tech Newsletter -

Receive news and information via Developer XML/RSS feeds

See more EarthWeb Network feeds

Best Practices for Developing a Web Site: Checklists, Tips, Strategies & More. Download Exclusive eBook Now.


Product of the Year Winners are Announced!

Newest Articles
.NET Tip: Following Table Relationships with LINQ
By Jay Miller - Published 05/16/2008
Use LINQ's from clause to easily traverse the relationships in your database.

The Large-Grid Issue
By Art Sedighi - Published 05/15/2008
See how you can manage, maintain, support, or even build large-Grid environments.

Portal Federation with WebLogic Portal WRSP: Advanced Techniques
By Scott Nelson - Published 05/14/2008
Learn how to share entire pages and books between portals and then how to use data input from one remote portlet in another remote portlet.


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.

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
Creating a DockablePanel-Controlmanager Using C#, Part 7
Published 05/15/2008
By JonnyPoet - Going on to design a dockable panel, discover some very interesting techniques, such as hooking the mouse and how to debug an application in such cases. Learn to unpin a docked panel so it slides to the border of the main application.

Implementing a Simple 2D Object Tracker
Published 05/14/2008
By OlegK - Learn how to combine four image alignment algorithms (Lucas-Kanade, forwards-compositional, Baker-Dellaert-Matthews, and Hager-Belhumeur) into a 2D object tracker with dynamic templates and template pixel weights.

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.



DevX Headlines
Create Secure Java Applications Productively, Part 1: Use Rational Application Developer and Data Studio
.NET Building Blocks: Custom User Control Fundamentals
Secure Internet File-Sharing with PHP, MySQL, and JavaScript
Getting Started with TBB on Windows
Moving to VoIP: Should You Go It Alone?

Is it time to make your move to the multi-threaded and parallel processing world? Find out!
Generate Complete .NET Web Apps in Minutes . Download Iron Speed Designer today.
Five Trends for Application Development. Download Your Complimentary Report. Exclusive. Act Now.
Guide to Developing a Web Site. Best Practices, Tips and Strategies. Download Exclusive eBook Now.
Five Trends for Application Development & Program Management. Download Complimentary Report Now.

Latest Forum Thread
     Developer Forum
Topic By Replies Updated
MFC gurus need help...Dialog Box not showing up... harrypotter28685 2 5-16-2008 10:36 AM
Noob Help.. Almost Complete Detailz 0 5-16-2008 10:36 AM
Get value of variable from another class Timb 0 5-16-2008 10:34 AM
Info about a file without using windows-needed functions cuesdeanflorin 0 5-16-2008 10:30 AM
complier selects the wrong template function Corni 3 5-16-2008 10:23 AM

Latest Forum Thread
     Developer Forum
Topic By Replies Updated
[RESOLVED] 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
Button can't be clicked when child of Window, only View Moschops 31 5-15-2008 05:12 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: Will Hyper-V Make VMware This Decade's Netscape?
Microsoft Article: 7.0, Microsoft's Lucky Version?
Microsoft Article: Hyper-V--The Killer Feature in Windows Server 2008
Avaya Article: How to Feed Data into the Avaya Event Processor
Microsoft Article: Install What You Need with Windows Server 2008
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