We are an award-winning tech entrepreneurship website where trusted experts can provide value globally.

Since 1998, DevX has helped people start businesses, build websites, and provide enterprise technology to people globally. Interviewing the likes of Microsoft’s co-founder, Steve Ballmer, the publication brings comprehensive, reliable, and accessible insights to the Internet.

devxlogo

Trusted for 26 years

Over 30K Articles

1M+ Readers

Expert-reviewed

10K+ Tech Terms

As seen in:

microsoft logo
business_insider_logo
wired_logo
berkley
arstechnica_logo
hackernoon

The Latest

DevX - Software Development Resource

Work Web Part Magic Inside of ASP.NET

icrosoft released SharePoint to the market back in 2000/2001 and, in doing so, began a shift in perception about how Web applications are built. The change was slow at first

DevX - Software Development Resource

JavaScript Form Validation, the Aspect-Oriented Way

y now you likely have worked with, or at least experimented with, cross-cutting concerns, a core element of Aspect-Oriented Programming (AOP). AOP is an excellent and very compelling approach for

DevX - Software Development Resource

Speeding Up Table Creation Activity

Suppose table A is very large and you want to create table B using create table… as select and want to speed up this activity. You can use the nologging

DevX - Software Development Resource

Using System.arraycopy(…..)

When you need the contents of an array for processing, you no longer have to write loops to copy the required contents from the main to the sub-array. Java has

DevX - Software Development Resource

Typeid: Cross-Platform/Compiler Issues

DevX Tech Tip “Performance of typeid vs. dynamic_cast” specifies that it is advised to use typeid in place of dynamic_cast in deeply-rooted class hierarchies to achieve better performance. However, keep

DevX - Software Development Resource

Tech·Ed Offers Previews of Powerful Tools

Boston?At Microsoft’s Tech?Ed 2006 conference in Boston this week the pre-conference keynote on Sunday night discussed little of importance to developers?which was a good thing, as many attendees didn’t arrive

DevX - Software Development Resource

RAD in the Time of Agile Development

apid Application Development (RAD) software development techniques have become an integral part of day-to-day software development in the past four years. This is the same RAD that James Martin described

DevX - Software Development Resource

Try and Ye Shall Succeed

have a recurring dream. It happens often enough that I think of it in waking moments. The dream goes like this. (Don’t you hate it when people tell you their

DevX - Software Development Resource

Heard on .NET Rocks!: Cogan Rules

am the host of “.NET Rocks!,” an Internet audio talk show for .NET developers online at www.dotnetrocks.com and msdn.microsoft.com/dotnetrocks . My co-host Richard Campbell and I interview the movers and

DevX - Software Development Resource

MVP Corner: Technology Overload

he cry is getting louder and louder and is even starting to come from gurus everywhere, including the likes of Billy Hollis, Jon Box, and Clemens Vasters. “What the heck

DevX - Software Development Resource

XSLT Extension Functions in XDK 10g

SLT 1.0 provides a way for developers to call implementation-specific extension functions from within a stylesheet. In the Oracle XSLT processor for Java, you use XSLT extension functions to access

DevX - Software Development Resource

Peer Code Reviews Made Easy with Eclipse Plug-In

ode reviews are possibility the single most efficient way to reduce defects and improve code quality. Simply put, code reviews involve manually inspecting source code for defects, often using a

DevX - Software Development Resource

Traverse All the Nodes of a DOM Tree

This is just a litle method that illustrates how to get the minimum of information from all nodes of a DOM tree. The key of this method is the “old-school”

DevX - Software Development Resource

Formatting Floating Point Numbers

ontrolling the number of fractional digits after the decimal point is a common requirement in various application domains?including dialog boxes, relational databases, financial applications, SMS messages, and when processing data

DevX - Software Development Resource

Reaching the Mobile Market with SMS.ac and xPML

he last five years has seen a revolution in mobile application development as carriers around the globe have embraced developers in an effort to raise the average revenue per subscriber

DevX - Software Development Resource

Take Control of Class Loading in Java

ava’s class loading framework is powerful and flexible. It allows applications to access class libraries without linking to static “include” files. Instead, it loads archive files containing library classes and

DevX - Software Development Resource

Entering Dates in Different Formats

Suppose you are developing a Web page which contains a text field in which a user can enter a date. The problem is that in different parts of the world

DevX - Software Development Resource

Fetching Even and Odd Records in Oracle

This tip will help you understand how to apply the mod function and use it to obtain even and odd records from columns in Oracle. You basically want to retrieve

DevX - Software Development Resource

Dig Deep into Python Internals, Part 2

his article is the second in a two-part series that digs deep to explore the fascinating new-style Python object model, which was introduced in Python 2.2 and improved in 2.3