Since we launched the Google Apps Marketplace last month, we’ve been pleased to see a growing number of developers launching products and finding phenomenal success selling integrated apps...
Many Chrome extensions use browser actions as a notification area. Notifications can be very valuable to users, but there’s only so much a developer can do with an...
A common operation in Maps API applications is to search a spatial database for locations within a certain distance of a point. It can also be useful to...
Next week, several members of the Open Source Programs office will be in Portland, OR for the second Open Source Bridge conference which takes place over four days...
Today, we’re pleased to announce our new orkut Java client library ! If you’ve ever wanted to write desktop or mobile apps for orkut , this new open...
Below are the release notes from this week's deployment.
Improvements and Bug Fixes
Added the Action Bar to the project home and documentation tabs.
CodePlex now 100% ASP.NET MVC (bye bye Web Forms).
Updated publish project banner to improve the project setup experience.
Fixed float behavior of action bar pop up dialog.
Have ideas on how to improve CodePlex? Please visit our suggestions page! Vote for existing ideas or submit a new one.
As always you can reach out to the CodePlex team on Twitter @codeplex or reach me directly @mgroves84
As developers and businesses move to the cloud, there’s a growing demand for core services such as storage that power cloud applications. Today we are introducing Google Storage...
Over the last week the CodePlex team fixed several bugs throughout the site. Several notable changes were:
Fixed several UI issues related to the recent action bar changes
Fixed the issue related to double posting when responding to a discussion. Thanks to Crutkas.
Fixed the favicons in Chrome
Fixed the refresh page issue related to unsubscribing from a project
Fixed the inactive donate checkbox when ad configurations are changed
Removed the redundant “subscribe to project” button above the tabs
Have ideas on how to improve CodePlex? Please visit our suggestions page! Vote for existing ideas or submit a new one.
As always you can reach out to the CodePlex team on Twitter @codeplex or reach me directly @mgroves84
If you access the YouTube API via Java using the official Google Data Client Library , we want to let you know about upcoming changes to the YouTube...
The Google Apps Marketplace launched last month with over 50 integrated business applications. In less than 2 months, more than 1 million Google Apps users now have access...
Generally saying Specification is a predicate that determines if an object does or does not satisfy some criteria. By using Specifications you could easily recombine business logic together using boolean logic.Have you ever thought that bool TryParse(string s, out int result) is pattern?