If you missed any sessions at Google I/O , we’re happy to let you know that beginning tomorrow (Tuesday June 1), videos and slides from all I/O sessions...
Google Maps are instantly familiar to millions of Internet users worldwide. The user interface and the look and feel of our maps combine to ensure that when a...
An approach for providing Windows Azure Drives (a.k.a. XDrive) to any cloud-based web applications through RoleEntryPoint callback methods and exposing successful mounting results within an environment variable through Global.asax callback method derived from the HttpApplication base class.
Ignite will be at this year’s Google I/O! Last year, we had talks on big data, cartography and DIY devices -- a "typical" Ignite line-up. This year, our...
A Desktop and Silverlight user action management system, with undo, redo, and repeat; allowing actions to be monitored, and grouped according to a context (such as a UI control), executed sequentially or in parallel, and even to be rolled back on failure.
I feel it's important to understand what your real goal is with your site as you consider how to make a money making website. Not everyone has the same goal and this will affect the direction you take your site from the start. Let me go over you a few examples of what I mean.
One of the major advantages of an Ajax style search box is that users can perform their queries and get their results without leaving the page. However, some...
Today, we’re happy to make available a developer preview of the Native Client SDK – an important first step in making Native Client more accessible as a tool...
We're happy to announce the release of YouTube Direc t v2 .0 . This release includes substantial upgrades that will make it easier for developers to test and...
Synchronization is often an expensive operation that can limit the performance of a multithreaded program. Using thread-local data structures instead of data structures shared by the threads can reduce synchronization in certain cases, allowing a program to run faster.