Here's a brilliant video adapted from Dan Pink's talk about 'What Motivates Us?', you should watch this.
Also checkout some other RSA Animate videos here.
Google décide de renforcer ses câbles sous-marins
pour les protéger des attaques des requins Google envisage de renforcer une partie de ses câbles sous-marins déjà en déploiement avec un matériau similaire à celui utilisé dans les gilets pare-balles afin de ? protéger ses câbles contre les attaques des requins. Par la voix de son chef de…
[This post is by Dan Morrill, Open Source & Compatibility Program Manager. — Tim Bray] At Google I/O 2010, we announced that there are over 60 Android models...
[This post is by Dan Bornstein, virtual-machine wrangler. — Tim Bray] As the tech lead for the Dalvik team within the Android project, I spend my time working...
Coup d'envoi d'Imagine Cup 2013 :
Microsoft double les primes et modifie la thématique de son championnat de l'innovation numérique pour étudiant
C'est parti pour une nouvelle saison d'Imagine Cup, le championnat du monde étudiant de l'innovation numérique organisé par Microsoft.
…
I'm trying to open a dialog window, but every time I try to open it it throws this exception:
E/AndroidRuntime( 206): Uncaught handler: thread main exiting due to uncaught exception
E/AndroidRuntime( 206): android.view.WindowManager$BadTokenException: Unable to add window -- token…
I am following the accepted answer of ASP.NET MVC How to pass JSON object from View to Controller as Parameter. Like the original question, I have a simple POCO.
Everthing works fine for me up until the DataContractJsonSerializer.ReadObject method. I am getting the following…
I'm trying to write an Ant script to retrieve an URL via port tunnelling.
It works great when I use a password (the names xxxx'd out for privacy):
<project default="main">
<target name="main">
<sshsession host="xxxx"
username="xxxx"
…
Xcode 3.2 provides an awesome new feature under the Build menu, "Build and Archive" which generates an .ipa file suitable for Ad Hoc distribution. You can also open the Organizer, go to "Archived Applications," and "Submit Application to iTunesConnect."
Is…
I'm been experimenting with the oft-mentioned MVVM pattern and I've been having a hard time defining clear boundaries in some cases. In my application, I have a dialog that allows me to create a Connection to a Controller. There is a ViewModel class for…
I am having a strange issue opening up my UserControl in Expression Blend when using a Silverlight Toolkit control. My UserControl uses the toolkit's ListBoxDragDropTarget as follows:
<controlsToolkit:ListBoxDragDropTarget…
I've really been struggling through this. New to Java/Android. I'm writing my first app and this is the first thing that has taken me longer than a couple days of searching to figure out. Here's the setup: It's a BAC…
Generally speaking, when VB.NET and C# are compared, there is a lot of strong support for C#, accompanied by some bashing of VB.NET until a respected developer comes along and acts as The Voice Of Reason, pointing…
I have a jQueryUI dialog (#locDialog) which has a jqGrid ($grid) inside it. When the Dialog opens (initially, but it gets called whenever it opens), I want the $grid to resize to the size of the $locDialog. When…
I'm using a XMLHTTPRequest object in my C++ project. I have things working fine with normal http requests and https requests on servers with valid certificates. When I attempt to make an https:// request to a…
Hi all. I am trying to use html5lib to parse an html page in to something I can query with xpath. html5lib has close to zero documentation and I've spent too much time trying to figure this problem out.…
Is it possible and if so what is the best way to implement the following hierarchical structure in a silverlight (4) TreeView control? (where Item and Group are classes which can exist in the tree).
…
Anyone got any experience with this? i tried asking in the automod section on phpbb.com but waited along time to no reply.
Basicly i upload the files to the needed directory and go to…
Apparently the TaskFactory.StartNew method in .NET 4.0 is intended as a replacement for ThreadPool.QueueUserWorkItem (according to this post, anyway). My question is simple: does…
I am testing an upgrade to SSAS 2008 and verifying existing reports working
properly. I am able to get some SSRS reports that are using SSAS as a
datasource to run without any…