devxlogo

Recent

DevX - Software Development Resource

Just Say No to Controlling the Web

I’ve been stewing over this one for over a week now. I can’t believe it’s even necessary to write a post on this topic. What am I even talking about?

DevX - Software Development Resource

Google I/O: The Web’s Wide Open for Developers

Google launched its largest and first paid-admission developer conference, Google I/O, yesterday in San Francisco with a 90-minute keynote session to show off a number of its web development products

DevX - Software Development Resource

Yahoo SearchMonkey: Optimizing Search for Mobile?

This morning, Yahoo announced a new search platform, called “SearchMonkey,” which allows developers to change Yahoo’s plain-vanilla search results into attractive customized results that can display information differently (or even

DevX - Software Development Resource

JavaOne : Semantic Web : Ontologies

Dean Allemang gave an extremely informative talk at JavaOne today in the session, “Semantic Web for the Working Ontologist.” I walked away thinking the term Semantic Web is misnamed. And

DevX - Software Development Resource

JavaOne : Semantic Web : You

The “Developing Semantic Web Application on the Java Platform” session just wrapped up at the Moscone Center. Did the panel discuss Java to the audience of Java developers in attendance?

DevX - Software Development Resource

Clean Up Function Syntax Mess with decltype

he auto keyword presented here is related to another C++09 proposal: the decltype operator. decltype(e) retrieves the type of the expression e. By combining decltype and auto, you can simplify