The Microsoft Research PhD Scholarship Programme recognises and supports exceptional students who show the potential to make an outstanding contribution to science and computing. Applications will be accepted in English and in electronic form only through the online application system at http://microsoft.redwhale.c... The system will accept applications from 15 August. After you create an application in the online application system, you can modify it at any time before the application deadline. ......
"Create cool software and/or hardware add-ins for Windows Home Server to simplify the digital lifestyles of families everywhere—or just to geek out. We are looking for creative use of a server as a platform, as well as useful, cool, easy-to-use, and solidly performing value-adds to Windows Home Server." Prizes for finalists: Over $50,000 in cash and prizes is up for grabs Six finalists (three in each contest category) will receive an invitation to travel to Microsoft headquarters in Redmond, Washington ......
It is sometime necessary to convert CrmDateTime type field to DateTime type field and vice versa so that the date and time operations are done swiftly. I happen to have felt this necessity today and wrote this function that converts DateTime To CrmDateTime: 1: static public CrmDateTime ConvertToCRMDateTime(DateTime dateTime) 2: { 3: CrmDateTime crmDateTime = new CrmDateTime(); 4: crmDateTime.date = dateTime.ToShortDateString(); 5: crmDateTime.time = dateTime.ToShortTimeString(); 6: TimeSpan offset ......
BlogDesk is surely a simple and easy tool for "grandma & grandpa" or "the corporate blogger", who wish to express as quickly as possible, keeping the blog demands unchanged. Don't let the author's statement misjudge you, as this tool not only works with "WordPress, MovableType, Drupal, Serendipity and ExpressionEngine" or "Blogg.de and Twoday.net" but has a very bare wizard that can let almost any blog be managed by it. Of course, this post has been written via BlogDesk and not just to prove ......