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  
New
 
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...




Return in early January to see which technologies and products won.




Developer Jobs

Be a Commerce Partner














 




Developer News -
Latest Chrome a Step Closer to Linux, Mac    January 9, 2009
IPv6: The Future of IPTV?    January 9, 2009
FreeBSD 7.1 Gets a Little Help from Sun    January 6, 2009
Cisco Lawsuit: A Test for the GPL?    January 5, 2009
Free Tech Newsletter -

Receive news and information via Developer XML/RSS feeds

See more EarthWeb Network feeds


Thank you for participating in the Developer.com Product of the Year! Return in early January to see which technologies and products won.

Newest Articles
Tips to Updating and Upgrading with Eclipse
By Scott Nelson - Published 01/14/2009
Follow these steps for smoother updates of minor releases and less painful migrations to major releases.

A Pixel Editor Program in Java: Multimedia Programming with Java
By Richard G. Baldwin - Published 01/13/2009
Examine a new program written entirely in Java that you can use to edit the pixels in your digital photos on a pixel-by-pixel basis.

Using DMAIC Methodology to Enhance Information Portals
By Arvind Muthukrishnan - Published 01/12/2009
Discover how to enhance your website's revenue and traffic from an end-to-end perspective by applying DMAIC (Six Sigma) methodology to your website. Learn about the key metrics, fundamentals of SEO (Search Engine Optimization) and Ad Words, and how to increase your site traffic all in one place.


Java Ordered Collections: Trees and Skip Lists
By Mark Grand - Published 01/09/2009
Explore Java collections framework classes that implement the SortedSet interface and how they keep a set of objects in a guaranteed order, independent of the order that they are added to the collection.

Aspect-Oriented Programming (AOP) with Spring.Net
By David Consdorf - Published 01/08/2009
Aspect-Oriented Programming (AOP) allows developers to achieve greater modularity in their applications by allowing the separation of cross-cutting concerns. Explore basic AOP concepts and their implementation using Spring.Net, a popular open source application framework by walking through several examples.

Writing Excel Files with Apache POI HSSF
By Scott Nelson - Published 01/07/2009
Learn how to create fully formatted Microsoft Excel workbooks at runtime. Just use Java with the help of the Apache POI projects' HSSF libraries.

Exploring Cool Features of Devexpress' ASPxGridView
By Paul Kimmel - Published 01/06/2009
Devexpress has a commitment to providing amazing ASP.NET (and other controls), such as their latest revision of their ASPxGridView, version 8.3, which supports filtering, grouping, sorting, and much more, with little or no coding on your part.

Adding Standard Deviation to LINQ
By Chris Bennett - Published 01/05/2009
Learn how to implement a simple Standard Deviation function for LINQ (Language Integrated Query).

Online Updates with VB.NET
Published 12/31/2008
With custom applications getting bigger and more involved, there is very often a need to supply updates for them. There is also a need to provide them as quickly as possible. Learn how to do this.

Wrapping Up the SimpleTurtle Class: Multimedia Programming with Java
By Richard G. Baldwin - Published 12/30/2008
Learn more about the methods and the properties of a Turtle object from Ericson's Java multimedia library.

Newest Videos

Create Custom Task Lists
By Garry Robinson - Published 01/05/2009
Create a Custom Task List in Microsoft SharePoint Designer

ADO.Net Entity Framework
By Dan Rigsby - Published 12/11/2008
Utilize the "ADO.NET Entity Framework" to quickly and easilywork with your database, accessing your data in an objectoriented fashion.

Debugging using Visual C++ 2008
By Kiran Thonse - Published 12/01/2008
In this video offering Kiran Thonse covers basic debugging tasks like setting breakpoints, stepping through code and watching variables using the Visual Studio IDE.

WF SQL Tracking Service
By Jeffrey Juday - Published 11/14/2008
Learn how to incorporate the SQL Tracking Service into your WF development.

(More Videos)

Highlighted Tutorials
Working with Images in Google's Android
By Chunyen Liu -
Google's new mobile platform, Android, has become increasingly popular among developers even without hardware available on the market yet. Discover where to get the right software APIs and documentation as well as what technologies are supported. Then, you will focus on the technologies for images by working through an example.

Capacity and Disaster Recovery Planning for an Internet Connection that Can Become Unsatisfactory
By Marcia Gulesian -
Writing great code for connecting a front-end application to a remote web server resource is one thing. But, guaranteeing a satisfactory experience for the users of this connection is another.

Portal Federation with WebLogic Portal WRSP: Advanced Techniques
By Scott Nelson -
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.

Working With Design Patterns: Interpreter
By Jeff Langr -
Many of the design patterns lead a double life—the structure of some patterns are exactly alike, but the intent differs. An interpreter is a composite whose purpose is to support interpretation of a simple grammar.

Jython Reborn
By Chris McAvoy -
Jython is back! With recent investment from Sun Microsystems, Jython is poised to take the JVM by storm. Create apps with the agility of Python and the speed of Java with Jython.

Python Tutorial Index Page
By Richard G. Baldwin -
Want to learn a new programming language and looking into Open Source for an option? Python may suit your needs.

Ten of the Biggest Mistakes Developers Make With Databases
By Mike Gunderloy -
You are probably still pumping data in and out of a database, just as we all did a decade or more ago. That makes it all the more surprising that mistakes are still being made that date back to the good old days of Windows 95 and before.

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.

Roles Within The Development Community
By Robert Bogue -
This series of articles will help you understand where various positions and skill sets fit within the development industry. Each article describes a specific role, defines the skills that position uses, and outlines what to expect from the position: the good, the bad, and the ugly.

The Object-Oriented Thought Process Index Page
By Matt Weisfeld -
If you want more detailed information on object-orientated development this is a great please to start.

New on Codeguru
[Updated] Using a Pair Class as Efficient Key Objects
Published 01/13/2009
By hankdane - Learn about a comparison that uses a class capturing individual primitive data types as against rendering the data in a String.

Developing a Smart Architecture, Part 2
Published 01/12/2009
By TheCPUWizard - Work through a Continuation of the series, moving from Fields to Entities and Entity Collections.

[Updated] Little Quirks in the VB.NET IDE
Published 01/08/2009
By Richard Newcombe - Every program has bugs; this is the way things are. Look at some of the quirky bugs found in the .NET 200# IDE.

Compile Time Data Structure Using Template Meta Programming
Published 12/24/2008
By Zeeshan - Learn about the link list as an example of a compile-time data structure and implement it with template meta-programming.

Developing a Smart Application Architecture
Published 12/23/2008
By TheCPUWizard - Learn to develop a powerful and flexible application architecture.



DevX Headlines
Developing a Content Management System Strategy
Breaking Down Software Development Roles
Maximizing Your Java Application Development
How Y!OS Unifies and Expands the Yahoo Ecosystem
The Guide to Branch Office Connectivity






Latest Forum Thread
     Developer Forum
Topic By Replies Updated
Images from treeview to appear in thumbnail control niro 9 1-13-2009 10:27 AM
Regex To Find Matches Scott.Macmaster 0 1-13-2009 10:26 AM
Returning a const from a function Salvadoravi 8 1-13-2009 10:24 AM
Please help with java blackjack program! BrenFitz1 0 1-13-2009 10:20 AM
How to remove file's written protection lqakane 5 1-13-2009 10:08 AM

Latest Forum Thread
     Developer Forum
Topic By Replies Updated
Passing Variable To Form Problem funnyusername 88 1-7-2009 03:33 PM
Heap efficiency? _uj 65 1-11-2009 02:30 PM
Visual C++ Debugger Issue with STL vector class Mybowlcut 42 1-7-2009 08:57 AM
[RESOLVED] Mix-in Classes VS. C# Interfaces toraj58 40 1-8-2009 06:32 PM
[RESOLVED] multi threading question dannystommen 35 1-9-2009 07:23 AM


Latest Directory Listings
Losttapes.org
CoderSquare.net
Java Guru 3.0 : Fast and Flexible Java API Access
Submit a Web Directory Listing

Latest Download Listings
SharePoint RichText Boost
SharePoint Cross-Site Lookup
SharePoint Permission Boost
View DownloadsSubmit a Download

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