We are pleased to announce the Google Maps API for the Google Web Toolkit 1.1.0 release. The Google Maps API library provides a way to access the Google...
After a period of careful consideration and planning, a new edition of the Zurich Open Source Jam took place on May 27th. This time, the focus was more...
The notion of a Content Provider is central to getting things done in an Android application. This is the mechanism used to expose many of a device's data...
Web Animations - the next generation
The GDL event page for this event: developers.google.com Ask and vote for questions at www.google.com Browser developers are designing the next generation of animation features that will enhance HTML5 with rich, powerful new animation primitives. Designers and web app developers will all benefit from improved methods of animating content. Hear from developers of Google Chrome and Mozilla Firefox how this works, and learn how to try out the new animation features now in your favorite browser.
From:
GoogleDevelopers
Views:
0
3
ratings
Time:
30:00
More in
Science & Technology
All about Project and Item Templates. You can use Custom Templates to make your development process faster than you ever think. Create your own Template for Visual Studio and distribute with all others. You can also learn how to create an installer to install a template.
Imagine that you need some global logging system in your application.You need to be able log your messages to some file at any point of your application, but also you need to numerate your messages.How can you accomplish this? - SINGLETON
I am using OpenGL and I try to trap my cursor inside my game window (using both SetCursorPos
and
ClipCursor)
But, these conflict with my camera rotation code as my camera is rotated with my mouse. If there is a way to do it, please let me know. If possible, I would be willing to make it so that when the cursor reaches an edge of the screen, it jumps to the opposite edge (though I fear that would also conflict with my camera code).
Below are the release notes for today's deployment.
Source Tab Improvements
Revamped fork navigation to make it more clear that you are within a fork verses the parent project.
Infrastructure
Updated CodePlex to ASP.Net MVC 4.0. RTM+1 how's that for a turnaround?
Bug Fixes
Fixed a set of user experience issues with the in-line diff view experience.
Fixed issue with date mismatches between UTC and local time for discussions and issue tracker
Fixed issue where new issues would not show up in search results.
Changed the default destination branch for pull requests to master.
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
Imagine that you need to develop application for shipping Orders. Your Orders could be in few states: New Order, Registered, Granted, Shipped, Invoiced, Cancelled. And there are some rules which allow your Order to migrate to another state. How to encapsulate states and rules logic? - STATE
This article describes the design, implementation and usage of the WS-Eventing for distributed applications driven by new MS communication model WCF (Windows Communication Foundation)
Entity Framework is world’s most difficult ORM for n-tier application. See how I have produced a 100% unit testable fully n-tier compliant data access layer following the repository pattern using Entity Framework.
The DIME Bridge transferring a web service response (any serializable object) in the binary format across the Internet. It's a full transparent loosely coupled solution between the web service and its consumer - just injecting the bridge in their config files.