Devx Daily News

DevX - Software Development Resource

Mobile App Users are Both Fickle and Loyal: Study

Massachusetts-based application analytics firm Localytics has released a new report which reveals some surprising and somewhat contradictory statistics about mobile app users. The firm found that 26 percent of those

DevX - Software Development Resource

Getting Noticed in the iTunes App Store

Like all iOS developers, the programmers who created an app for Britain’s The Guardian newspaper faced a challenge: how to get their app noticed in an incredibly crowded marketplace. The

DevX - Software Development Resource

Software Progress Beats Moore’s Law

A new study published by White House technology advisors takes issue with the old joke that says “What the hardware giveth, the software taketh away.” In fact, the report finds

DevX - Software Development Resource

Businesses Getting Wise to Technical Debt

“Technical debt” is defined as the amount of money that companies must spend to maintain their code. When that debt gets too high, it can stop work on more innovative

DevX - Software Development Resource

W3C Announces a New XML Standard

The World Wide Web Consortium (W3C), the standards body for the Web, has declared that it will officially support Efficient XML Interchange (EXI). Essentially, EXI provides a more compact way

DevX - Software Development Resource

Dispelling Common C++ Class Myths

Among C++ programmers, a few common myths about struct and class keywords are often repeated, including the following: A struct is a value type, while a class is a reference